Networking: Network topologies Flashcards
General description of 7 types of network topologies; their advantages and disadvantages; with diagrams
What is a network topology?
The physical and logical arrangement of nodes and connections in a network. They decide arrangement of networks and the relative location of traffic flows. Network geometry can be defined as physical and logical topology.
Describe a physical network topology.
Refers to the actual connections (wire, cables) of how the network is arranged. Set-up, maintenance and provisioning tasks require insight into the physical network.
Describe a logical network topology.
A higher level idea of how the network is set up, like which nodes connect and in which ways, and how data is transmitted through the network. They include any virtual and cloud resources.
How are network topology diagrams depicted?
They show devices depicted as network nodes and their connections with lines. The types of topologies depend on how the network needs to be arranged.
Name the seven types of network topology.
Bus topology Ring topology Star topology Tree topology Mesh topology (Partial mesh and Full mesh) Hybrid topology
What are the defining characteristics of a bus topology?
It is a LAN topology in which each node is connected to a main cable or link called a bus. All connected notions can communicate with each other. If one station goes down, the rest can still communicate.
What are the advantages of a bus topology?
Works well with small networks
Easiest topology to connect computers or peripherals in a linear fashion
Requires less cable length than star topologies
Simple and reliable
What are the disadvantages of a bus topology?
Difficult to identify network problems
Hard to troubleshoot individual device issues
Not good for large networks
Terminators required for both ends
Additional devices slow down the network
If main cable damaged, network fails/splits in two
Describe a ring topology.
Device connections create a circular pattern where each device is connected to two others. Packets of data travel from one device to the next till they reach their destination.
In a ring topology, what happens in a unidirectional ring network?
The packets of data can only travel in one way around the network.
In a ring topology, what happens in a bidirectional ring network?
Packets of data can move in either direction through the network.
What are the advantages of a ring topology?
Data flows in one direction, avoiding packet collisions
Data is transferred at high speeds
Network server isn’t needed to control connectivity
Additional workstations can be added without impaction performance of the network
What are the disadvantages of ring topology?
All data being transferred must pass from device to device, slowing it down
Entire network impacted if one workstation goes down
Hardware needed to connect each workstation to the network is more expensive than ethernet cables and hubs/switches
What are the basic features of a star topology?
Also known as a star network, each component in this topology is physically connected to a central node like a hub/switch, which acts like a server and the connecting nodes like clients. When the central node receives a data packet from one of its clients, it can pass it on to other nodes in the network.
What are the advantages of a star topology?
High reliability
High performing due to no data collisions
Less expensive because each device needs only one I/O port and needs to be connected with the hub with one link
Easy to install
Robust
Easy fault detection
No disruption when connecting/removing devices
Only one port required to attach to the hub