• network topology
    • [[#network topology#1. Star Topology:|1. Star Topology:]]
    • [[#network topology#2. Bus Topology:|2. Bus Topology:]]
    • [[#network topology#3. ==Ring Topology==:|3. ==Ring Topology==:]]
    • [[#network topology#4. ==Mesh Topology==:|4. ==Mesh Topology==:]]
    • [[#network topology#5. Hybrid Topology:|5. Hybrid Topology:]]
    • [[#network topology#6. Tree (Hierarchical) Topology:|6. Tree (Hierarchical) Topology:]]
    • [[#network topology#7. Point-to-Point Topology:|7. Point-to-Point Topology:]]
    • [[#network topology#8. Wireless Topology:|8. Wireless Topology:]]

network topology

  1. It refers to the physical or logical arrangement of devices and links in a computer network.
  2. The arrangement of a network that comprises nodes and connecting lines via sender and receiver is referred to as Network Topology.
  3. It defines how devices are connected and communicate with each other.
  4. There are several different network topologies used in computer networks, each with its own advantages and disadvantages.
  5. Here are some of the most common network topologies:

1. STAR

In a star topology, all devices are connected to a central hub or switch. - The central hub acts as a mediator for data traffic - ROBUST - Failure of one device does not affect the others, but the central hub is critical - Common in Ethernet LANs. - Easy to fault identification and fault isolation.

2. POINT TO POINT

  1. Point-to-Point Topology is a type of topology that works on the functionality of the sender and receiver.
  2. It is the simplest communication between two nodes, in which one is the sender and the other one is the receiver.
  3. Point-to-Point provides high bandwidth.

2. BUS

In a bus topology, all devices are connected to a single central cable or backbone of COAXIAL CABLES - Data is transmitted along the cable, and all devices on the network can see the data. - It’s a simple and inexpensive topology but can suffer from cable failures. - It is bi-directional. It is a multi-point connection and a non-robust topology because if the backbone fails the topology crashes.

3. ==Ring Topology==:

In a ring topology, devices are connected in a closed loop. - Data circulates around the ring until it reaches its destination. - Less common in modern LANs due to its vulnerability to cable failures. -

4. ==Mesh Topology==:

In a full mesh topology, every device is connected to every other device. - It provides redundancy and high fault tolerance but can be expensive and complex to manage. - Partial mesh topologies are more common, where not every device connects to every other device. - ROBUST - VERY FAST BETWEEN NODES

5. Hybrid Topology:

- 

hybrid topology is a combination of two or more different topologies. - It is often used to leverage the strengths of multiple topologies in a single network. - For example, a combination of star and bus topologies.

6. Tree (Hierarchical) Topology:

A tree topology is a combination of star topologies connected in a hierarchical manner. - It’s commonly used in large networks, such as the Internet, where there are multiple levels of hierarchy.

8. Wireless Topology:

  • In wireless networks, there is no physical cabling, and devices communicate over the air using radio waves.
  • It’s common in Wi-Fi networks and cellular networks.

The choice of network topology depends on factors like the network’s size, scalability, fault tolerance requirements, and cost. Different applications and scenarios may require different topologies. For example, a small office might use a star topology for simplicity, while a data center may use a mesh or hybrid topology for redundancy and fault tolerance.

UP NEXT:

TRANSMISSION MEDIA