Project: Home Network Lab
Objective
- Document and analyze a real-world home network
- Illustrate topology, IP addressing, and traffic flow
- Mock IPs and device names were used for demonstration purposes
Network Topology
- Router: ISP Model X
- Switch: Model Y (if any)
- Raspberry Pi: DHCP server / monitoring node
- Devices: Workstations, Phones, IoT devices
Diagram placeholder: add a network diagram image here later.
IP Addressing
| Device | IP Address | Subnet Mask | Gateway |
|---|---|---|---|
| Router | 192.168.1.1 | 255.255.255.0 | - |
| Raspberry Pi | 192.168.1.10 | 255.255.255.0 | 192.168.1.1 |
| Workstation | 192.168.1.101 | 255.255.255.0 | 192.168.1.1 |
| Phone | 192.168.1.102 | 255.255.255.0 | 192.168.1.1 |
DHCP Range: 192.168.1.100 – 192.168.1.200
Lessons Learned
- Understanding routing within a home network
- Observing how devices acquire IP addresses