# Network Topology

Network Topology

Network Topology is the physical and logical arrangement of devices and connections in a computer network. It describes how computers and networking devices are connected and how data flows between them. Network topology shows the structure or layout of a network.

## Types of Network Topology

* [ ] Bus Topology
* [ ] Ring Topology
* [ ] Star Topology
* [ ] Tree Topology
* [ ] Mesh Topology
* [ ] Hybrid Topology

## Bus Topology

All devices connect to a single central cable (backbone), allowing data to travel along it; simple and cheap but fails if the backbone breaks.

<figure><img src="https://1434058987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb1nVtRkLH1e8o4i9oQh2%2Fuploads%2FQw3RiAUl8XF0kK34nLdY%2Fimage.png?alt=media&#x26;token=c1411241-2375-4c9e-aeeb-5109dae048a9" alt=""><figcaption></figcaption></figure>

## Ring Topology

Devices form a closed loop, each linked to two others; data travels unidirectionally, often using tokens to avoid collisions.

<figure><img src="https://1434058987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb1nVtRkLH1e8o4i9oQh2%2Fuploads%2FlmWVDeqqpGnhU5VHZiQe%2Fimage.png?alt=media&#x26;token=f9a40bf3-0d5a-472c-a3ae-0c9538696784" alt=""><figcaption></figcaption></figure>

## Star Topology

Every device connects directly to a central hub or switch; easy to manage and isolate faults, common in modern LANs.

<figure><img src="https://1434058987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb1nVtRkLH1e8o4i9oQh2%2Fuploads%2FmQ1eNkhawdxOSS5ixKae%2Fimage.png?alt=media&#x26;token=2398392c-3f8c-49b0-b80f-aaa0793df716" alt=""><figcaption></figcaption></figure>

## Tree Topology

Hierarchical structure like an upside-down tree, with a root node branching into stars; scalable for large networks.

<figure><img src="https://1434058987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb1nVtRkLH1e8o4i9oQh2%2Fuploads%2FoNoIwzTU2RljDGhzu9Tx%2Fimage.png?alt=media&#x26;token=23f4da68-c361-495a-b577-3a2560af9a15" alt=""><figcaption></figcaption></figure>

## Mesh Topology

Devices interconnect with multiple paths (full or partial); highly reliable with redundancy but expensive due to cabling.

<figure><img src="https://1434058987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb1nVtRkLH1e8o4i9oQh2%2Fuploads%2FPlAiHA2Bs4FGFoBc0THm%2Fimage.png?alt=media&#x26;token=c881b21e-dd32-4423-95ed-f01a544eb2f7" alt="" width="259"><figcaption></figcaption></figure>

## Hybrid Topology

Combines two or more types (e.g., star-bus); flexible for complex needs but harder to configure.

<figure><img src="https://1434058987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fb1nVtRkLH1e8o4i9oQh2%2Fuploads%2FlmGdfe80NPVLVQxMTaek%2Fimage.png?alt=media&#x26;token=063a17e2-3ca7-4cde-8ac4-199dcde8d59c" alt=""><figcaption></figcaption></figure>
