Network Topologies and Types Flashcards
`Client-Server Network
- Some nodes act as clients
- Servers make resources and services available to clients
Peer-to-Peer Network
- Each end system acts as both client and server
- Services are distributed through a network
LAN
Local Area Network
- Confined to single geographical location
- Connected with cables or short-range wireless technologies
CAN
Campus Area Netowrk
- Large LAn that spans multiple nearby buildings
Datacenter
- Network that hosts only servers and storage, not end user client devices
WAN
Wide Area Network
- Network of network
- Connecteed with long-distance links
- Could be two or more large LANS or remote workers connecting over the internet
MAN
Metropolitan Area Network
- Smaller than WAN
- City-wide network encompassing multiple buildings
PAN
- Close range network links between variety of devices
- Internet of things
Network Topology
- Describes the flow of data through a network
Point to Point
- Single network link between two nodes
- Defined by the 1-1 relationship of the nodes
Star Topology
- Each endpoint is connected to central forwarding node, like a hub, switch or router
- Centrol node mediates communication between other nodes
- Most widely used
- Easy to configure because data flows through central node
Mesh Topology
- Full: every node having link to every other node
- Partial: Important devices interconnected to mesh with extra links for fault and redundancy.
Ring Topology
- Each node is wired to a neighbor in a close loop
- Each node passes information in one direction until it reaches its destination
- no longer used on LANs, but is still used on some WANs
- Double, counter-rotating rings can be used to provide fault tolerance
- Not used in many Lan’s anymore, but still used in many WANs
Physical Bus Topology
- more than two nodes share same bandwidth of the media.
- Only one node can be active at any time.
- All nodes attach to a single cable segment
Logical Bus Topology
- Nodes receive data transmitted all at the same time, regardless of wiring layout
- Only one node can transmit at same time
- All nodes in same collision domain
- When hub is deployed it is physical star-logical bus topology
Hybrid topology
- Mixture of, p2p, star, mesh, ring and bus.
Three Tiered Network Hierarchy
- Breaks down networks into smaller sections based on functions performed
- Access, Distribution, Core
Access/Edge Layer
- Allows end-user devices to connect to network
- Implemented with structured cabling and wireless access
- Connected to workgroup switches
- Connect in star topology
- No direct link between access switches
Distribution/Aggregation Layer
- Provides fault tolerant interconnctions between different access blocks and core
- Each Access Switch has full or partial mesh to each router or layer 3 switch in distribution block layer
- Often used to implement traffic policies like filtering and QoS
- Utilize layer 3 switches
Layer 3 Switch at distribution layer
- Usually have interfaces at 10 Gbps and backbone ports at 40 Gbps
- Uses ASIC(Application Specific integrated circuits)
- This makes layer 3 switches faster but less flexible.
- Do not perform WAN routing
- Only work with interior routing protocols.
- Often only support ethernet
Core Layer
- Provides highly available network backbone
- Provide redundant traffic paths for data to flow around other layers
- Routers and layer 3 switches in the core establish full mesh with switches in the distribution layer
STP
Spanning Tree Protocol
- Means for bridges or switches to organize themselves into hierarchy
- Switch at the top is the root (Switch with lowest ID, priority value and MAC address)
- Each switch then determines shortest path to root
Root Port
- Port that forwards up switch hierarchy to root switch
- Usually high bandwidth backbone or core switch
Designated Ports
- Ports that forward traffic down through network with least cost