In this activity, I successfully engaged with IP addressing and virtualization concepts, which involved creating an addressing table, executing ping tests, and configuring DHCP settings. Through these hands-on exercises, I gained practical experience in managing IP addresses and configuring network devices to ensure proper communication and connectivity. Additionally, this activity reinforced my understanding of subnetting, DHCP allocation, and the role of virtual networks in modern IT environments. The skills acquired from this experience will undoubtedly benefit me in both my academic pursuits, as I delve deeper into networking courses, and my professional career, where a solid grasp of networking fundamentals is essential for effective troubleshooting and infrastructure management. Overall, this practical application of theoretical knowledge has significantly enhanced my confidence in engaging with complex network configurations.
Exercise 1 – Task 2, Step 7: Addressing Table
[Insert addressing table screenshot here]
Exercise 3 – Task 1, Step 2: Successful Ping Screenshot
[Insert ping screenshot here]
Exercise 4 – Task 2, Step 2: DHCP Server Address Range
The range of addresses to be used by the DHCP server is from 192.168.16.1 to 192.168.16.50.
Exercise 4 – Task 2, Step 7: DHCP Address Assignment Screenshot
[Insert DHCP assignment screenshot here]
Challenge Question: Subnetting Demonstration
To divide the IPv4 network address of 201.100.50.0/24 such that each subnet supports 40 hosts, I would require a subnet mask of /26. This provides a total of 64 addresses per subnet (2^(32-26) = 64), with 62 usable addresses (64 - 2 for network and broadcast). Consequently, the range of addresses for the first subnet would be from 201.100.50.0 to 201.100.50.63.