Lab Title: Router as DHCP Server
📌 Objective
To dynamically provide hosts with IP addresses and to deliver website content from server to host.
Tools Used
- Cisco Packet Tracer.
- CLI Commands: (no shut, ip dhcp excluded-address, ip dhcp pool , default router)
Lab Topology

Why?
The topology shows a router which will be a dhcp server, a switch for the hosts, 2 PCs, 2 servers (one as a web server which will contain and deliver website content to the PCs; the other as a local dns server which will resolve domain names to IP addresses for devices with in the network)
Activities Done
- Configured ip address for Router0 and it as a dhcp server.

- The switch communicates with vlan interface regarding dhcp so I had to configure the interface vlan 1

- PC1 and PC2 successfully received their IP addresses from the server