Build a wired & wireless home network in Packet Tracer
🌐 Introduction to Networks🛠️ Packet Tracer👤 Reza Farashahi
In this practical you will create a basic home Local Area Network (LAN) using Packet Tracer. You will connect wired and wireless devices through a switch and wireless router, route traffic through a cable modem, and represent the Internet connection — simulating a typical home network setup.
🎯 Objectives
Create a basic home network topology
Connect wired and wireless devices to the network
Understand the function of different network components
📋 Required Equipment
Add the following devices to your Packet Tracer workspace:
Network Attached Storage (NAS) device
Network Printer
Desktop Computer
Laptop Computer
Tablet (iPad)
Smartphone (Android phone)
Switch
Wireless Router (SOHO device)
Cable Modem
Cloud (representing the Internet)
📦 Step 1 — Set Up End Devices
Open Packet Tracer, create a new file, and add the user devices.
Click on the End Devices category in the bottom panel.
Add a Desktop Computer to your workspace.
Add a Laptop Computer.
Add a Tablet device (label it iPad).
Add a Smartphone device (label it Android Phone).
🔧 Step 2 — Add Network Infrastructure
Now add the equipment that ties the network together.
Click on the Network Devices category.
Add a Switch (2960) to your workspace.
Add a Home Router from the wireless devices subcategory.
Add a Cable Modem from WAN Emulation.
🖨️ Step 3 — Add Storage & Printer
From End Devices, add a Server-PT and label it Network Attached Storage (NAS) Server.
Add a Printer and label it Network Printer.
☁️ Step 4 — Represent the Internet
From WAN Emulation or Network Devices, add a Cloud-PT and label it Internet.
Note: Packet Tracer cannot fully emulate the Internet. The cloud symbol represents the connection to your ISP.
📐 Step 5 — Arrange Your Devices
Arrange devices logically so the diagram is easy to read:
Desktop & Laptop → top-left
Switch → below them
NAS Server & Printer → bottom-left
Wireless Router → right of the Switch
Tablet & Smartphone → top-right
Cable Modem → right of the Wireless Router
Cloud / Internet → far right
🔌 Step 6 — Connect Your Devices
Use the Connections panel (lightning bolt icon) to cable everything together.
Copper Straight-Through
Select Copper Straight-Through.
Connect Desktop Computer → Switch
Connect Laptop → Switch
Connect NAS Server → Switch
Connect Network Printer → Switch
Copper Cross-Over
Select Copper Cross-Over.
Connect Wireless Router → Cable Modem
Connect Switch → Wireless Router
Coaxial Cable
Select Coaxial.
Connect Cable Modem → Cloud / Internet
Note: The Tablet and Smartphone connect wirelessly — no manual cabling needed for those devices.
📶 Step 7 — Verify Wireless Connections
Click on the Wireless Router to open its configuration panel.
Make sure the device is turned ON.
Close the panel.
Dotted lines should appear connecting the Tablet and Smartphone to the Router.
Now let’s verify that devices can actually communicate by using command-line tools inside Packet Tracer.
Check IP Addresses
Wait until all link indicators turn green (this may take 30–60 seconds).
Click on the Desktop Computer to open its configuration panel.
Go to the Desktop tab → click Command Prompt.
Type the following command and press Enter:
ipconfig
Note down the IPv4 Address shown (e.g. 192.168.0.x).
Ping Another Device
Open the Laptop → Desktop tab → Command Prompt.
Run ipconfig to find the Laptop’s IP address.
Go back to the Desktop Computer’s Command Prompt.
Ping the Laptop using its IP address:
ping 192.168.0.x
Replace 192.168.0.x with the actual IP you noted from the Laptop.
You should see replies like:
Reply from 192.168.0.x: bytes=32 time<1ms TTL=128
Reply from 192.168.0.x: bytes=32 time<1ms TTL=128
Reply from 192.168.0.x: bytes=32 time<1ms TTL=128
Reply from 192.168.0.x: bytes=32 time<1ms TTL=128
Try this: Ping the NAS Server and Wireless Router as well. Can you also ping the Tablet or Smartphone from the Desktop?
Troubleshooting: If the ping fails with “Request timed out”, check that your cables are connected correctly and that all link lights are green. Also make sure the Wireless Router’s DHCP server is assigning IP addresses.
🏁 Step 10 — Final Arrangement
Rearrange devices if needed so the diagram is clean and readable.
Double-check every connection listed in Step 8.
📝 Summary
Your completed home network should contain:
A wired segment — Desktop, Laptop, NAS, and Printer connected to a Switch
A wireless segment — Tablet and Smartphone connected to the Wireless Router
An Internet connection through the Cable Modem
Looking ahead: In a real network you would also configure IP addresses for each device. We will cover that in upcoming practicals.
Tip: Save your Packet Tracer file — future practicals will build on this network.