Lesson 8: Explaining Network Topologies and Types Flashcards
Define a client-server network
A network where its nodes are made up of PCs, laptops, and servers
Define a peer-to-peer network
A network where an end system acts as both client and server, typically in a residential network
Define a star topology
Endpoint nodes are connected to a central forwarding node, such as a hub, switch, or router. The central node mediates communications between the endpoints
Define a mesh topology
Each device has (in theory) a point-to-point connection with every other device to create redundant routes
What is the equation to determine how many links are needed in a mesh network
Let n represent the number of nodes planned to be in the network: n (n-1)/2
Define a ring topology
A topology where each node has a point to point connection with each of its neighbors in the logical ring, each node will receive a transmission and continue to forward it until the transmission has reached its destination
Define a bus topology
A logical bus topology is one in which nodes are attached to the single cable and receive the data transmitted all at the same time, regardless of the physical wiring layout of the network
Define a Personal Area Network
The concept of IOT such as phones, laptops, printers, smart watches to connect to each other
Define the three tiered network hierarchy
Paradigm to simplify network design by separating switch and router functionality with a separate role and topology
What three tiers make up a three-tiered network hierarchy?
- Access/Edge layer
- Distribution/Aggregation layer
- Core layer
Define the Access layer
Bottom tier of the hierarchy that allows end-user devices to connect to the network through wired/wireless access and LAN switches
Define the Distribution/Aggregation layer
Intermediate tier that provides fault-tolerant interconnections between the access layer and the core layer using layer 3 capable switches with 10GB for switching and 40GB ports for routing
What technology does a layer 3 switch use?
Application Specific Integrated Circuit (ASIC)
Define the Core layer
Highest tier in three-tiered network hierarchy that uses routers and layer 3 switches configured in a mesh topology to provide redundant paths for data to flow around the access and distribution layers
What layer 2 protocol is used to prevent network loops?
Spanning tree protocol (STP)