Chapter 2
Chapter 2
Standards Organizations
Standards are developed through the cooperation of standards creation committees,
forums, and government regulatory agencies.
Network Topologies
The term topology in computer networking refers to the way in which a network is laid
out physically. Two or more devices connect to a link; two or more links form a topology.
The topology of a network is the geometric representation of the relationship of all links
and linking devices (usually called nodes) to one another. The cost and flexibility of a
network installation are partly affected by as is system reliability. Many network
topologies are commonly used, but they all have certain similarities. Information is carried
either through space (wireless) or cable. The cable must control the movement of
information on the network so that data can be transmitted in a reliable manner. There
are four basic topologies possible: mesh, star, bus, and ring. See Figure 9.
Bus Topology
The Bus topology consists of a single cable that runs to every work-station. See
figure 10. The bus topology is also known as linear bus. In other words, all the
nodes (computers and servers) are connected to the single cable (called bus), by
the help of interface connectors. This central cable is the back bone of the network
and every workstation communicates with the other device through this bus.
Ring Topology
The ring topology connects computers on a single circle of cable. There are no
terminated ends. A ring topology connects one host to the next and the last host
to the first. The signal travels around the loop in one direction and pass through
each computer. Unlike the passive bus topology, each computer acts like a
repeater to boost the signal and send it on to the next computer. Because the
signal passes through each computer, the failure of one computer can impact the
entire network.
One method of transmitting data around a ring is called token passing. The token
is passed from computer to computer until it gets to a computer that has data to
send. The sending computer modifies the token, puts an electronic address on the
data, and sends it around the ring.
Advantages of Ring Topology
1. This type of network topology is very organized. Each node gets to send
the data when it receives an empty token. This helps to reduces chances
of collision. Also in ring topology all the traffic flows in only one direction
at very high speed.
2. Even when the load on the network increases, its performance is better
than that of Bus topology.
3. There is no need for network server to control the connectivity between
workstations.
4. Additional components do not affect the performance of network.
5. Each computer has equal access to resources.
Disadvantages of Ring Topology
1. Each packet of data must pass through all the computers between
source and destination. This makes it slower than Star topology.
2. If one workstation or port goes down, the entire network gets affected.
3. Network is highly dependent on the wire which connects different
components.
4. MAU‟s and network cards are expensive as compared to Ethernet cards
and hubs.
Star Topology
In the star topology, computers are connected by cable segments to centralized
component, called a hub or switch. Signals are transmitted from the sending
computer through the hub or switch to all computers on the network. This topology
originated in the early days of computing with computers connected to a
centralized mainframe computer. It is now a common topology in microcomputer
networking. Each device has a dedicated point-to-point link only to a central
controller, usually called a hub. The devices are not directly linked to one another.
Unlike a mesh topology, a star topology does not allow direct traffic between
devices. The controller acts as an exchange: If one device wants to send data to
another, it sends the data to the controller, which then relays the data to the other
connected device (see Figure 11)
The star network offers centralized resources and management. However, because
each computer is connected to a central point, this topology requires a great deal
of cable in a large network installation. Also, if the central point fails, the entire
network goes down.
Advantages of Star Topology
1. As compared to Bus topology it gives far much better performance,
signals don‟t necessarily get transmitted to all the workstations. A sent
signal reaches the intended destination after passing through no more
than 3-4 devices and 2-3 links. Performance of the network is dependent
on the capacity of central hub.
2. Easy to connect new nodes or devices. In star topology new nodes can
be added easily without affecting rest of the network. Similarly
components can also be removed easily.
3. Centralized management. It helps in monitoring the network.
4. Failure of one node or link doesn‟t affect the rest of network. At the
same time it is easy to detect the failure and troubleshoot it.
Disadvantages of Star Topology
1. Too much dependency on central device has its own drawbacks. If it
fails whole network goes down.
2. The use of hub, a router or a switch as central device increases the
overall cost of the network.
3. Performance and as well number of nodes which can be added in such
topology is depended on capacity of central device.
Mesh Topology
In a mesh topology, every device has a dedicated point-topoint link to every other
device. The term dedicated means that the link carries traffic only between the
two devices it connects. In a mesh topology, Node1 must be connected to n1
nodes, node2 must be connected to (n – 1) nodes, and finally node n must be
connected to (n – 1) nodes. We need n(n - 1) physical links. In other words, we
can say that in a mesh topology, we need n (n 1) / 2 .
To accommodate many links, every device on the network must have (n – 1)
input/output (I/O) ports to be connected to the (n – 1) stations as shown in Figure
above. For these reasons a mesh topology is usually implemented in a limited
fashion, as a backbone connecting the main computers of a hybrid network that
can include several other topologies. One practical example of a mesh topology is
the connection of telephone regional offices in which each regional office needs to
be connected to every other regional office.
Advantages of Mesh topology
1. Data can be transmitted from different devices simultaneously. This
topology can withstand high traffic.
2. Even if one of the components fails there is always an alternative
present. So data transfer doesn‟t get affected.
3. Expansion and modification in topology can be done without disrupting
other nodes.
Disadvantages of Mesh topology
1. There are high chances of redundancy in many of the network
connections.
2. Overall cost of this network is way too high as compared to other
network topologies.
3. Set-up and maintenance of this topology is very difficult. Even
administration of the network is tough.
Hybrid Topology
Before starting about Hybrid topology, we saw that a network topology is a
connection of various links and nodes, communicating with each other for transfer
of data. We also saw various advantages and disadvantages of Star, Bus, Ring,
Mesh. Hybrid, as the name suggests, is mixture of two different things. Similarly
in this type of topology we integrate two or more different topologies to form a
resultant topology which has good points (as well as weaknesses) of all the
constituent basic topologies rather than having characteristics of one specific
topology. This combination of topologies is done according to the requirements of
the organization.
For example, if there is an existing ring topology in one office department while a
bus topology in another department, connecting these two will result in Hybrid
topology. Remember connecting two similar topologies cannot be termed as
Hybrid topology. Star-Ring and Star-Bus networks are most common examples of
hybrid network. (see figure 12).