🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

Networking Beginner

What is Network Topology?

The physical or logical arrangement of nodes and connections in a computer network, such as star, mesh, ring, or bus configurations.

Network topology describes how devices are interconnected. Physical topologies include star (all nodes connect to a central switch — most common in LANs), mesh (every node connects to every other — used in WANs for redundancy), ring (nodes form a circular chain), and bus (all nodes share a single cable — legacy). Logical topologies describe data flow patterns regardless of physical layout. Modern data center topologies include spine-leaf (two-tier switching fabric for low latency) and fat-tree architectures. Topology choice impacts performance, redundancy, scalability, and cost.

Related Terms

Bandwidth
The maximum rate of data transfer across a network connection, measured in bits per second.
Firewall
A network security system that monitors and controls incoming and outgoing traffic based on predetermined rules.
HTTP Keep-Alive
An HTTP mechanism that reuses a single TCP connection for multiple requests, reducing the overhead of establishing new connections.
Load Balancer
A device or software that distributes network traffic across multiple servers to ensure reliability and performance.
TCP vs UDP
Two transport layer protocols: TCP provides reliable, ordered delivery while UDP provides fast, connectionless delivery without guarantees.
Network Packet
A formatted unit of data carried over a network, containing headers with routing information and a payload with the actual data.
View All Networking Terms →