Poll Results
No votes. Be the first one to vote.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In networking, topology refers to how devices are connected in a network. The two types of topologies you’ve asked about, ring topology and bus topology, organize network connections in different ways:
1. Ring Topology: In a ring topology, each device (node) is connected to exactly two other devices, forming a single continuous pathway for signals through each device – a ring. Data travels in one direction around the ring, and each device relays the data to the next until it reaches its destination. One significant advantage of ring topology is the minimized chance for packet collisions because each device acts as a repeater, making the transmission of data more reliable over longer distances or in systems requiring real-time data transmission. However, a major drawback is if one device fails or a connection is broken, the entire network can be affected, potentially halting all data transmission until the fault is rectified.
2. Bus Topology: In a bus topology, all devices are connected to a single central cable, called the bus or backbone. Data sent from a device travels along the bus until it reaches its intended recipient. Bus topology is relatively easy and inexpensive to set up, requiring less cabling than ring or star topologies. It’s also straightforward to add new devices to the network. However, the entire network depends on the health of the backbone. If the main cable encounters a problem, it can disable the entire network. Additionally, as the number of devices connected to the bus increases, the efficiency
A. In Ring, all nodes are connected with another in a loop while in the bus they are
connected to a central cable