ASSIGNMENT-9
ASSIGNMENT-9
KEERTHI
2023002211
ASSIGNMENT-09
Problem 1:
Router1(config-if)# exit
Router1(config)# exit
Test connectivity:
i. Test Connectivity (reachability):
ii. Reachability of PC0 to PC1 with in LAN1:
iii. Click on PC0 → Desktop->Command Prompt, then type as
shown below:
M.KEERTHI
2023002211
Alternative options:
Router0: ip route 192.168.2.0 255.255.255.0 192.168.10.2
Router1: ip route 192.168.1.0 255.255.255.0 192.168.10.1
Problem 2:
Components Required
1. Router (e.g., 2911) – Routes data between networks.
2. Switch (e.g., 2960) – Connects devices in a LAN using MAC
addresses.
3. PCs (End Devices) – Communicate through the network.
Step-by-Step Guide
1.Launch Packet Tracer & Create a Project
• Open Packet Tracer, go to File → New, name your project, and
save it.
interface GigabitEthernet0/1
ip address
no shutdown
exit
end
1.Set Up PC IP Addresses
• Click on PC0 → Desktop → IP Configuration
• Assign:
o PC0:
▪ IP Address: 192.168.1.2
▪ Subnet Mask: 255.255.255.0
▪ Default Gateway: 192.168.1.1 (Router’s interface)
o PC1:
▪ IP Address: 192.168.1.3
▪ Subnet Mask: 255.255.255.0
▪ Default Gateway: 192.168.1.1
2.Test Network Connectivity
• Click PC0 → Desktop → Command Prompt
• Run: ping 192.168.1.3
Practice Problems:
Building & Configuring a Simple Network
M.KEERTHI
2023002211
1. Test connectivity:
a. Run ping cisco.srv (should receive four replies).
After running ipconfig, fill in the table with the assigned IP addresses:
• Understanding IP Addressing
• The IP address uniquely identifies each device on the network.
• The Subnet Mask (255.255.255.0) determines the network
(192.168.0) and host (X/Y) portions.
• The Default Gateway (192.168.0.1) is the router’s address,
enabling internet access.
M.KEERTHI
2023002211