Skip to main content

NETWORKING: Network Architecture and Topology.

Networking architecture refers to the organization and design of network components and elements to carry out specific tasks. It defines the physical and logical structure, task allocation, and connectivity between clients, like laptops and servers. Simply put, it provides the rules and tools for smooth, network-architected communication.

Network topology refers to the arrangement of network components/elements that enable the network architecture. It is the physical and logical arrangement of nodes and connections in a network. Nodes usually include switches, routers, and software with switch and router features. Network topologies are often represented as graphs showing node connections. Network topologies are categorized into
1)    Physical topology is how nodes in a network are physically linked.
2)    Logical topology is 
an illustration of how data flows within the physical topology.

Point-to-point is the most basic type of network topology. In this setting, a single link connects two nodes, making a direct connection. This is a simple topology where data travels to and fro between these two points. There are different basic topologies: 
1)    Bus Topology: Here, every node is connected in series along a single cable. This arrangement is often found in cable broadband distribution networks.  Each node is connected to a linear cable known as a bus.


2)    Star Topology: Here, every node is connected to a single hub through a cable. This hub is the central node, and all other nodes are connected to it.



3)    Mesh Topology: Here, every node is connected to another node via a particular channel. These channels are known as links.


4)    Ring Topology: Here, every node has connections to one node until a complete circle is formed. If a device wants to send data to the last node in a ring topology containing 100 nodes, the data must travel through 99 other nodes before reaching its destination. To avoid signal degradation or loss over this long path, repeaters are used in the network.

5)    Tree Topology: Here, there is a root node, and all other nodes are connected hierarchically to the root node. It is a variation of the star topology.


6)    Hybrid Topology: This is a combination of two or more other topologies. It is mostly used when the nodes are free to take any form. It is very complex in design and also expensive.


7)    P Topology: It is known as point-to-point topology. Here, it involves a direct link between two computers. It is very easy to design since the two computers are the sender and receiver.






Comments

Post a Comment

Popular posts from this blog

NETWORKING: Network Fundamentals

  NETWORK A network is a structured system of interconnected nodes or points that communicate, share resources, or work together to achieve a common purpose .  In ICT , it is the connection between computers and computer devices through various standards , protocols , and models with the aim of sharing data and resources. These protocols, standards, and models are rules guiding the creation and design of networks and network devices that have been agreed upon by network hardware and software creators. DIVISION OF NETWORK Network can be divided based on two categories: 1) Based on scope: Networks are categorized based on scope, thereby we have Local Area Network ( LANs ), a small to medium network with subtypes: WLAN (Wireless LAN) and PAN ( Personal Area Network ). The second category is the Wide Area Network ( WAN ), a large network comprising many LANs across many geographical areas,  with subtype MAN ( Metropolitan Area Network ). 2) Based on service: Intr...

NETWORKING: Network Components

  NETWORK COMPONENTS These are individual devices that create and control a network and its resources. They are divided into three hierarchical layers by Cisco ( Core, Distribution, and Access layers ). They operate with the OSI layer ’s architecture. Network components are as follows: Repeater : An electronic device that receives a signal and retransmits it. It amplifies network signals to avoid attenuation.  Hub : An electronic device that receives a signal and retransmits it to multiple interfaces. It is like a multi-port repeater.  Bridge : a device that creates a single network from multiple networks. It performs frame switching and frame filtering. It learns MAC addresses and stores them in the CAM (Content Addressable Memory) table .  Switch : A device used to connect computers together to form a network. It also enables frame switching and frame filtering. It uses the MAC table to store MAC addresses. It is the fastest device in a network and implement...