Open In App

Connection Between Ring and Bus topology in Cisco

In a Ring topology, there is a circular data path. Each of the devices is connected to two other devices in the network. Data is transmitted from sender to receiver by passing it from one device to another until the receiver device is reached. If any of the connection is broken then the whole network crashes because they are connected sequentially. Bus topology is a type of network topology in which all the devices are connected to a single cable which is called the backbone of the network. It consists of a terminator at each end of the cable. 

In this article, we will know about how to implement a Topologies connection between 2 LAN/Topologies in Cisco Packet Tracer. Below are the steps to configure and verify the connection between two LANs in the Cisco packet tracer you can also refer to the article LAN Technologies | ETHERNET to know more about the local area networks.



Procedure:

Step 1: First, open the cisco packet tracer desktop and select the devices given below:

S.NO Device Model name Qty.
1. PC0 PC0 8
2. Switch PT-Switch, 2960-24TT 8
3. Router 2911 1

IP Addressing Table for PCs of LAN1 and LAN2:



LAN1:

S.NO Device IPv4 Address Subnet Mask Default Gateway
1. pc0 13.12.11.1 255.0.0.0 13.12.11.5
2. pc1 13.12.11.2 255.0.0.0 13.12.11.5
3. pc2 13.12.11.3 255.0.0.0 13.12.11.5
4. pc3 13.12.11.4 255.0.0.0 13.12.11.5

 LAN2:

S.NO Device IPv4 Address Subnet Mask Default Gateway
1. pc4 192.168.1.1 255.255.255.0 192.168.1.5
2. pc5 192.168.1.2 255.255.255.0 192.168.1.5
3. pc6 192.168.1.3 255.255.255.0 192.168.1.5
4. pc7 192.168.1.4 255.255.255.0 192.168.1.5

Representation of the topologies should look like the image given below:

 

Step 2: Configure the PCs (hosts) with IPv4 address, Subnet Mask, and Default gateway according to the IP addressing table above.

 

Step 3. Assigning IP address using the ipconfig command.

Example: ipconfig 13.12.11.1  255.255.255.0 13.12.11.5

 

Step 4: Configure router with IP address and subnet mask.

IP Addressing Table Router:

Device Interface IPv4 Address Subnet Mask
Router0 FastEthernet0/0 13.12.11.5 255.0.0.0
FastEthernet0/1 192.168.1.5 255.255.255.0

 

Step 5: Verifying the network by pinging the IP address of any PC. We will use the ping command to do so.

Example : ping 192.168.1.2

 

Article Tags :