This project demonstrates how to set up and configure a simple home network using Cisco Packet Tracer.
It covers both wired and wireless connectivity, DHCP configuration, router setup, and device testing.
- Designed a basic home setup including:
- Wireless Router (Linksys WRT300N)
- PC to simulate a webcam
- Laptop for wireless testing
- Smartphone (optional realism)
- Wireless Router → Linksys WRT300N
- PC → Used to simulate a webcam (wired)
- Laptop → Tested wireless connectivity
- Smartphone → Added realism to the network
- Set SSID:
HomeNetwork
- Enabled WPA2-PSK encryption
- Configured passphrase:
mypassword
(for demo purposes) - Configured LAN settings for IP addressing and connectivity
- Allowed devices to automatically obtain IP addresses
- Ensured seamless communication within the network
- Connected a PC via Copper Straight-Through Cable (wired)
- Connected a laptop wirelessly to the router
- Assigned both devices to the same SSID and confirmed connectivity
- Used the
ping
command to confirm communication:- Device ↔ Router
- Device ↔ Device within the LAN
- Included a smartphone to reflect a modern home setup with multiple connected devices
This simulation provided a clear, practical understanding of how to configure and secure a small home network.
It involved:
- Wired and wireless connectivity
- DHCP management
- Real-time device communication
Such setups form the foundation of modern smart homes.
For demonstration, the same password (mypassword
) was used across all devices.
- Always use strong, unique passwords for network security
- Regularly update router firmware and Wi-Fi security settings
basic-home-network.pkt
→ Packet Tracer topologyrouter-config.txt
→ Router CLI configurationnotes.md
→ Concept summary
- Configure a wireless router in Packet Tracer
- Apply DHCP for automatic IP addressing
- Connect devices via wired and wireless methods
- Test network communication with
ping