CN (2) (2) - Merged - Compressed
CN (2) (2) - Merged - Compressed
(Computer Networks)
Steps:
1. Open Cisco Packet Tracer.
2. Drag two PCs onto the workspace:
o Go to End Devices → Select PC → Drag 2 PCs onto the screen.
3. Select a cable:
o Go to Connections (the lightning bolt icon).
o Choose Copper Cross-Over Cable (for connecting two similar devices like
PC-to-PC).
4. Connect PCs:
o Click on PC0 → Choose FastEthernet0.
o Then click on PC1 → Choose FastEthernet0.
5. Assign IP addresses:
o Click PC0 → Desktop Tab → IP Configuration → Set:
IP address: 192.168.1.1
Subnet mask: 255.255.255.0
o Click PC1 → Set:
IP address: 192.168.1.2
Subnet mask: 255.255.255.0
6. Test the connection:
o Go to PC0 → Command Prompt → Type : ping 192.168.1.2
o You should get replies!
Department of Computer Science & Engineering
(Computer Networks)
Goal: Connect two routers and configure RIP for dynamic routing.
Steps:
1. Devices: 2 Routers, 2 Switches, 2 PCs.
2. Connections: PC → Switch → Router → Router → Switch → PC.
3. IP Addressing: Assign IPs to PCs and Router interfaces (same subnet on each
side).
4. Router Configuration:
router rip
version 2
network [network address]
5. Test: Ping between PCs — if RIP works, it will succeed.
Department of Computer Science & Engineering
(Computer Networks)