![]() |
VOOZH | about |
A Physical and Logical topologies are important concepts that govern the formation and operation of networks. In this article we will see differences between both topologies, and troubleshooting network infrastructure.
Physical topology indicates the arrangement of different elements of a network. It reflects the physical layout of devices and cables to form a connected network. It is concerned with the essentials of the network ignoring minute details like transfer of data and device type. The pattern of arrangement of nodes (computers) and network cables depends on the ease of installation and setup of the network. It affects cost and bandwidth capacity based on a solution of devices. It takes into account the placement of nodes and the distance between them. Devices can be arranged to form a ring (Ring Topology) or linearly connected in a line called Bus Topology.
The arrangement of a network that comprises nodes and connecting lines via sender and receiver is referred to as Network Topology. On the basis of arrangements, Physical Topology has several types:
Logical Topology reflects the arrangement of devices and their communication. It is the transmission of data over physical topology. It is independent of physical topology, irrespective of the arrangements of nodes. It is concerned with intricate details of network like type of devices (switches, routers) chosen and their quality, which affects rate and speed of data packets delivery. The logical topology ensures optimal flow control that can be regulated within network. The data can either flow in a linear pattern called Logical bus or in form of a circle Logical ring.
Logical topology refers to the manner in which the data is transported and the network device structure is displayed. On the basis of data transfer, logical topology have below mentioned types:
| Physical Topology | Logical Topology |
|---|---|
| Depicts physical layout of network. | Depicts logistics of network concerned with transmission of data. |
| The layout can be modified based on needs. | There is no interference and manipulation involved here. |
| This has major impact on cost, scalability and bandwidth capacity of network based on selection and availability of devices. | This has major impact on speed and delivery of data packets. It also handles flow control and ordered delivery of data packets. |
| It is actual route concerned with transmission. | It is a high level representation of data flow. |
| Physical connection of the network. | Data path followed of the network. |
If there are 'N' devices (nodes) in a network, what is the number of cable links required for a fully connected mesh and a star topology respectively. [ ISRO CSE 2017]
(A) N(N-1)/2 , N-1
(B) N , N-1
(C) N-1 , N
(D) N-1 , N(N-1)/2
Solution: Every node in a fully connected mesh topology should be connected to every other node, thus there will be = N (N − 1) / 2 links. while in star topology every device is connected with the central hub, so N-1 links. Hence option (A) is correct.