Acmp 271 Topic - Eight Notes
Acmp 271 Topic - Eight Notes
Advantages:
The different advantages of Mesh topology are as follows:
i) The dedicated links guarantees that each connection can carry its own
data load, thus eliminating the traffic problems that can occur when links
must be shared by multiple devices.
ii) A mesh topology is robust. If one link becomes unusable, it does not
incapacitate the entire system.
iii) Another advantage of Mesh topology is advantage of privacy or security.
When every message travels along a dedicated line, only the intended
recipient sees it. Physical boundaries prevent other users from gaining
access to messages.
iv) Point-to-point links make fault identification and fault isolation easy.
Traffic can be routed to avoid links with suspected problems. This helps
to discover the precise location of the fault and aids in finding its cause
and solution.
Disadvantages: The disadvantages are as follows.
i) Every device must be connected to every other device. So large amount
of cabling and the number of I/O ports are required. So, the installation
and reconnection are difficult.
ii) The sheer bulk of the wiring can be greater than the available space (in
walls, ceilings, or floors) can accommodate.
iii) The hardware required to connect each link (I/O ports and cable) can
be prohibitively expensive.
8.6.2 Star Topology:
In a star topology, 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 as shown in the following Figure.
Advantages:
i) A star topology is less expensive than a mesh topology. In a star, each
device needs only one link and one I/O port to connect it to any number
of others.
ii) A star topology is robust. Robustness. If one link fails, only that link is
affected. All other links remain active. This factor also lends itself to
easy fault identification and fault isolation.
Disadvantages:
i) One big disadvantage of a star topology is the dependency of the whole
topology on one single point, the hub. If the hub goes down, the whole
system is dead.
ii) Although a star requires far less cable than a mesh, each node must be
linked to a central hub. For this reason, often more cabling is required
in a star than in some other topologies (such as ring or bus).
8.6.3 Bus Topology:
The preceding examples all describe point-to-point connections. A bus
topology, on the other hand, is multipoint. One long cable acts as a backbone
to link all the devices in a network which is shown in the following figure.
Nodes are connected to the bus cable by drop lines and taps. A drop line is a
connection running between the device and the main cable. A tap is a
connector that either splices into the main cable or punctures the sheathing
of a cable to create a contact with the metallic core. As a signal travels along
the backbone, some of its energy is transformed into heat. Therefore, it
becomes weaker and weaker as it travels farther and farther. For this reason
there is a limit on the number of taps a bus can support and on the distance
between those taps.
Advantages:
i) The main advantages of a bus topology is ease of installation. Backbone
cable can be laid along the most efficient path, then connected to the
nodes by drop lines of various lengths.
Disadvantages:
i) The disadvantage of bus topology is difficult reconnection and fault
isolation. A bus is usually designed to be optimally efficient at
installation. It can therefore be difficult to add new devices. Signal
reflection at the taps can cause degradation in quality.
ii) A fault or break in the bus cable stops all transmission, even between
devices on the same side of the problem. The damaged area reflects
signals back in the direction of origin, creating noise in both directions.
Demand-Priority Contention
As in CSMA/CD, two computers using the demand-priority access method can
cause contention by transmitting at exactly the same time. However, with
demand priority, it is possible to implement a scheme in which certain types
of data will be given priority if there is contention. If the hub or repeater
receives two requests at the same time, the highest priority request is serviced
first. If the two requests are of the same priority, both requests are serviced
by alternating between the two.
In a demand-priority network, computers can receive and transmit at the
same time because of the cabling scheme defined for this access method. In
this method, four pairs of wires are used, which enables quartet signalling,
transmitting 25 MHz signals on each of the pairs of wire in the cable.
Demand-Priority Considerations
In a demand-priority network, there is communication only between the
sending computer, the hub, and the destination computer. This is more
efficient than CSMA/CD, which broadcasts transmissions to the entire
network. In demand priority, each hub knows only about the end nodes and
repeaters directly connected to it, whereas in a CSMA/CD environment, each
hub knows the address of every node in the network.
Demand priority offers several advantages over CSMA/CD including:
The use of four pairs of wires.
By using four pairs of wires, computers can transmit and receive at the
same time.
Transmissions through the hub.
Transmissions are not broadcast to all the other computers on the
network. The computers do not contend on their own for access to the
cable, but operate under the centralized control of the hub.
Simple LANs generally consist of one or more switches. A switch can be
connected to a router, cable modem, or ADSL modem for Internet access.
Complex LANs are characterized by their use of redundant links with switches
using the spanning tree protocol to prevent loops, their ability to manage
differing traffic types via quality of service (QoS), and to segregate traffic with
VLANs. A LAN can include a wide variety of network devices such as switches,
firewalls, routers, load balancers, and sensors.
8.7.4 Polling
Polling requires that each device on the network be asked if it has a message
to transmit. To ensure that each device is given an equal opportunity to
speak, polling must be under central control.
Most commonly found on networks with a central controlling device such as
that found in a star topology.
When polling is used, the device gains access to the transmission channels as
follows:
• The central controlling device checks with, or polls, each station
regularly to see if it has a message to send.
• If the station has a message to send, and the transmission channel is
clear, the station receives exclusive use of the channel and sends its
message.
• As soon as the station has sent its message, the channel is free for
another device to use.
8.7.5 Switching
While not strictly an access control scheme, switching provides a mechanism
where a station does not have to share a transmission channel. Switching
provides a dedicated transmission channel to each port of a switching hub.
Each transmission channel can have multiple stations attached to it, but in
high traffic environments, each station can be assigned its own dedicated
channel to the switching hub. The switching hub is responsible for providing
communications between the channels.
Traditionally, if a network is experiencing excessive traffic—slow performance
the network is split into smaller segments, each with its own hub and with
fewer attached stations. A switching hub performs this type of segmentation
inside a single chassis. It has a number of ports, each of which is a dedicated
LAN segment. When switching is used, stations access the transmission
channel and communicate as
follows:
• The sending station puts its data onto the transmission channel.
• The switching devices handles the connection to other stations.
• The switching devices handles intersegment traffic via an internal matrix
switch.
• When a packet arrives at the switch, its destination address is noted and
a connection is made to the destination station.
• The packet is then switched to the destination station.
• Subsequent packets are relayed through the switch automatically
There are two types of switching as discuss in topic 9
i) Packet switching:
ii) Circuit switching :