1.4 NETWORK TOPOLOGIES
Network Topology is the study of the arrangement or mapping of the elements (links, nodes, etc.) of a network interconnection between the nodes. It also determines the strategy for physically expanding the network, in future. Topologies can be physical or logical. Physical Topology means the physical design of a network including the devices, location and cable installation. Logical Topology refers to the fact that how data actually transfers in a network as opposed to its design.
There are different types of the topologies like bus, ring, tree, mesh etc. However, we will discuss only the first three to introduce you to the concepts.
1.4.1 Bus Topology
Bus topology is a single common communication to which all the computers are connected. It has a single length of cable with a terminator at each end as shown in the Figure 1.7. It is a passive topology which means only one computer at a time can send a message. Hence, the number of computers attached to a bus network can significantly affect the speed of the network. A computer must wait until the bus is free before it can transmit. Each node is connected to others nodes. The network operating system keeps track of a unique address of each node and manages the flow of data between machines.
The bus topology is the simplest and most widely used with local area network design. The computers on the bus keep on listening. When they hear data that belongs to them, they receive. When one device on the network wants to send a broadcast message to another device on the network, it first makes sure no one else on the bus is transmitting, and then it sends information out on the media. All other devices on the network see it, but only the intended recipient accepts and processes it. This is accomplished by using data frames which contain source and destination addresses. Advantages
a) It is simple, reliable, and easy to be used in a small sized local area network.
b) It requires least amount of cable to connect computers together and is therefore less expensive than other cabling arrangements.
c) It is easy to implement and extend using connectors.
d) If one computer on the bus fails, it does not affect the rest of the traffic on the bus.
Disadvantages
a) In this topology, no two computers can transmit data at the same time.
b) It does not cope well with heavy load which can slow down a bus considerably.
c) Performance degrades as additional computers are added.
d) Terminators are required at both ends of the cable.
1.4.2 Ring Topology
Ring topology is also known as circular topology. This layout is similar to the linear bus, except that the nodes are connected in a circle as shown in Figure 8. In this topology, each node is connected to two and only two neighboring nodes. The ring does not have an end. It is made of short segments that connect one PC to the next PC and so on Data is accepted from one of the neighboring nodes and is transmitted onwards to another node .Therefore data travels in only direction from node to node around the rings. Since, each computer retransmits what it receives, a ring is an active network and is not subject to the signal loss problems. There is no termination because there is no end to the ring.
This type of topology can be found in peer-to-peer networks, in which each machine manages both information processing and the distribution of data files. Examples of such topology:
1) IBM Token Ring
2) Fiber Distributed Data Interface (FDDI)



Comments
Post a Comment