2. Network topology
'Network topology is a arrangement of the various elements
(links, nodes, etc.) of a computer network. Essentially, it is the topological structure of a network, and may be depicted
physically or logically. Physical
topology refers to the placement of the network's various components, including
device location and cable installation, while logical topology shows how data flows within a network,
regardless of its physical design. Distances between nodes, physical interconnections,
transmission rates, and or signal types may differ between two networks, yet
their topologies may be identical.
A good example is a local area
network (LAN): Any given node in the LAN has one or more physical links to
other devices in the network; graphically mapping these links results in a
geometric shape that can be used to describe the physical topology of the
network. Conversely, mapping the data flow between the components determines
the logical topology of the network.
2.1 There are two basic categories of network topologies:
- Physical topology
- Logical topology
1.
Physical Topology: The shape of the
cabling layout used to link devices is called the physical topology of the
network. This refers to the layout of cabling, the locations of nodes, and the
interconnections between the nodes and the cabling. The physical topology of a
network is determined by the capabilities of the network access devices and
media, the level of control or fault tolerance desired, and the cost associated
with cabling or telecommunications circuits.
2.
Logical Topology: The logical topology
in contrast, is the way that the signals act on the network media, or the way
that the data passes through the network from one device to the next without
regard to the physical interconnection of the devices. A network's logical
topology is not necessarily the same as its physical topology. For example, the
original twisted pair Ethernet using repeater hubs was a logical bus topology
with a physical star topology layout. Token Ring is a logical ring topology,
but is wired a physical star from the Media Access Unit.
The logical classification of network
topologies generally follows the same classifications as those in the physical
classifications of network topologies but describes the path that the data takes between nodes being used
as opposed to the actual physical
connections between nodes. The logical topologies are generally determined by
network protocols as opposed to being determined by the physical layout of
cables, wires, and network devices or by the flow of the electrical signals,
although in many cases the paths that the electrical signals take between nodes
may closely match the logical flow of data, hence the convention of using the terms
logical topology and signal topology interchangeably.
Logical topologies are often
closely associated with Media Access Control (MAC) methods and protocols.
Logical topologies are able to be dynamically reconfigured by special types of
equipment such as routers and switches.
The study of network topology
recognizes eight basic topologies:
- Point-to-point topology
- Bus topology
- Star topology
- Ring or circular topology
- Mesh topology
- Tree topology
- Hybrid topology
- Daisy chain topology
2.2 Point-to-point
Point-to-point
networks contains exactly two hosts (computer or
switches or routers or servers) connected back to back using a single piece of
cable. Often, the receiving end of one host is connected to sending end of the
other end and vice-versa. If the hosts are connected point-to-point logically,
then may have multiple intermediate devices. But the end hosts are unaware of
underlying network and see each other as if they are connected directly.
2.3 Bus Topology

2.3 Star Topology

2.4 Ring Topology
In ring topology, each host machine connects to exactly two other
machines, creating a circular network structure. When one host tries to
communicate or send message to a host which is not adjacent to it, the data
travels through all intermediate hosts. To connect one more host in the
existing structure administrator may need only one more extra cable. Failure of
any host results in failure of the whole ring. Thus every connection in the ring
is point of failure. There exists methods which employs one more backup ring.

2.5 Mesh Topology
In this type of topology, a host
is connected to one or two or more than two hosts. This topology may have hosts
having point-to-point connection to every other host’s or may also have hosts
which are having point to point connection to few hosts only. Hosts in Mesh
topology also work as relay for other hosts which do not have direct
point-to-point links. Mesh technology comes into two flavors:
- Full Mesh: All hosts have a point-to-point connection to every other host in the network. Thus for every new host n(n-1)/2 cables (connection) are required. It provides the most reliable network structure among all network topologies.
Partially Mesh: Not all hosts have point-to-point connection to every other host. Hosts connect to each other in some arbitrarily fashion. This topology exists where we need to provide reliability to some host whereas others are not as such necessary.
2.6 Tree Topology

No comments:
Post a Comment