computer NETWORKs chap 9
computer NETWORKs chap 9
• A communication network is a set of devices (often referred to as nodes) connected by communication links
• It provides a service whereby it allows the transfer of information between users located at various geographical
points
Bus
Bus network topology
In local area networks where bus topology is used, each node is connected to a single cable. Each computer or
server is connected to the single bus cable. A signal from the source travels in both directions to all machines
connected on the bus cable until it finds the intended recipient. If the machine address does not match the intended
address for the data, the machine ignores the data. Alternatively, if the data matches the machine address, the data
is accepted. Since the bus topology consists of only one wire, it is rather inexpensive to implement when compared
to other topologies. However, the low cost of implementing the technology is offset by the high cost of managing
the network. Additionally, since only one cable is utilized, it can be the single point of failure. If the network cable
is terminated on both ends and when without termination data transfer stop and when cable breaks, the entire
network will be down.
Linear bus
The type of network topology in which all of the nodes of the network are connected to a common transmission
medium which has exactly two endpoints (this is the 'bus', which is also commonly referred to as the backbone, or
trunk) – all data that is transmitted between nodes in the network is transmitted over this common transmission
medium and is able to be received by all nodes in the network simultaneously.[1]
Note: When the electrical signal reaches the end of the bus, the signal "echoes" back down the line, causing
unwanted interference. As a solution, the two endpoints of the bus are normally terminated with a device called a
terminator that prevents this echo.
Distributed bus
The type of network topology in which all of the nodes of the network are connected to a common transmission
medium which has more than two endpoints that are created by adding branches to the main section of the
transmission medium – the physical distributed bus topology functions in exactly the same fashion as the physical
linear bus topology (i.e., all nodes share a common transmission medium).
Notes:
1. All of the endpoints of the common transmission medium are normally terminated using 50 ohm resistor.
2. The linear bus topology is sometimes considered to be a special case of the distributed bus topology – i.e.,
a distributed bus with no branching segments.
3. The physical distributed bus topology is sometimes incorrectly referred to as a physical tree topology –
however, although the physical distributed bus topology resembles the physical tree topology, it differs
from the physical tree topology in that there is no central node to which any other nodes are connected,
since this hierarchical functionality is replaced by the common bus.
4. Star
Star network