SRM - Lab Manual - Computer Networks
SRM - Lab Manual - Computer Networks
MCA - Sem 2
Objective: To demonstrate the use of a crossover cable to connect two PCs directly in a
peer-to-peer (P-P) network.
Components Required:
● 2 PCs
● Copper Cross-Over Cable
Addressing Table:
Procedure:
Components Required:
● 2 PCs
● 1 Switch
● Copper Straight-Through Cables
Addressing Table:
Procedure:
Objective
Pre-requisite
Components Required
● PCs: 2
● Copper cross-over cables: 2
● Router: 1
Addressing Table
Procedure
Objective
Components Required
● PCs: 4
● Copper cross-over cables: 4
● Routers: 2
● Serial DCE: 1
Addressing Table
Procedure
1. Setup the PCs and Routers:
○ Drag 4 PCs and 2 routers into the console area.
2. Connect the devices using copper cross-over cables:
○ Connect each PC to a router using the Fa0/0 interfaces on the PCs and the
corresponding GigabitEthernet interfaces on the routers.
3. Configure IP Addresses on PCs:
○ Configure each PC with the appropriate IP address and subnet mask as
listed in the addressing table.
○ Example for PC0: IP address 192.168.10.2, subnet mask 255.255.255.224,
gateway 192.168.10.1.
4. Configure IP Addresses on Routers:
○ Configure the GigabitEthernet and Serial interfaces on both routers with the
IP addresses and subnet masks as listed.
○ Example for Router0 Gigabit 0/0: IP address 192.168.10.1, subnet mask
255.255.255.224.
5. Enable Routing on Routers:
○ Enable routing on both routers by configuring the appropriate routing
protocols or static routes as necessary.
6. Verify Connectivity:
○ Use the ping command from each PC to test connectivity to other PCs and
routers in the network.
○ Example: From PC0, ping 192.168.10.34 (PC1) to verify connectivity.
Overview
This exercise focuses on demonstrating the configuration of static and default routing.
Static routing is a type of network routing technique where routes are manually entered into
the routing table using configuration commands, as opposed to being learned automatically
through dynamic routing protocols.
Components Required:
● PCs: 4
● Routers: 2
● Copper cross-over cables: 4
● Serial DCE: 1
Addressing Table:
Procedure:
1. After configuring RIP routing on both routers, check the connectivity among any two
devices using the ping command or tracert command.
If the exercise includes static routing configuration, it involves adding static routes to the
routers manually.
Objective
To configure network security using two routers by blocking ICMP ping requests using
Cisco Packet Tracer.
Procedure