📘Cisco DevNet Associate (200-901 DEVASC)
A network topology diagram is a visual representation of how devices and components are connected in a network. It helps you understand the flow of data, the role of each device, and how the network is structured.
When interpreting a network diagram for the DEVASC exam, focus on these elements:
1. Switches
- Role: Switches connect multiple devices (like computers, servers, or access points) within the same network, typically a Local Area Network (LAN).
- Function in a diagram:
- Represented as a square or rectangle labeled “Switch.”
- Shows connections (lines) to devices or other network elements.
- Key points:
- Operates mainly at Layer 2 (Data Link Layer) of the OSI model.
- Uses MAC addresses to forward data to the correct device.
- Each line connected to a switch is called a port, often numbered (e.g.,
Gig0/1,Fa0/2), which shows the physical or logical connection point.
Example in IT environment: A switch connecting multiple servers in a data center. Each server is plugged into a numbered port on the switch.
2. Routers
- Role: Routers connect different networks together and direct traffic between them.
- Function in a diagram:
- Usually drawn as a circle or a rectangle labeled “Router.”
- Shows connections to switches, other routers, or external networks (like the internet).
- Key points:
- Operates at Layer 3 (Network Layer).
- Uses IP addresses to determine where to send packets.
- Can have multiple interfaces, each connecting to a different network segment.
Example in IT environment: A router connecting a company’s LAN to the internet or connecting multiple branch offices.
3. Firewalls
- Role: Firewalls protect the network by controlling which traffic is allowed in or out based on security rules.
- Function in a diagram:
- Represented as a brick wall or labeled “Firewall.”
- Typically placed between the internal network and the external network (internet) or between segments of the network.
- Key points:
- Can block, allow, or monitor traffic based on IP addresses, ports, or protocols.
- Helps prevent unauthorized access and attacks.
Example in IT environment: A firewall between a corporate network and a public cloud service.
4. Load Balancers
- Role: Load balancers distribute network traffic across multiple servers to improve performance and reliability.
- Function in a diagram:
- Usually shown as a circle or oval labeled “Load Balancer.”
- Connected to multiple servers and the client network.
- Key points:
- Ensures that no single server becomes overloaded.
- Can operate at Layer 4 (Transport) or Layer 7 (Application) depending on the type.
- May show virtual IP addresses or specific ports being managed.
Example in IT environment: A load balancer directing web requests to three web servers hosting the same website.
5. Port Values
- Role: Ports define specific entry and exit points on switches, routers, firewalls, and load balancers.
- Function in a diagram:
- Shown as numbers on device connections (e.g.,
Fa0/1,Gi1/0/24). - Indicate physical or logical interface used for network connections.
- Shown as numbers on device connections (e.g.,
- Key points:
- Different ports can connect to different devices or networks.
- Ports are essential for troubleshooting, VLAN assignments, and routing configurations.
Example in IT environment: Port Gi0/1 on a switch connects to a server, while port Gi0/2 connects to a router.
6. How to Read Connections
- Lines in the diagram represent network links.
- Solid lines usually indicate wired connections.
- Dashed lines might indicate wireless connections or logical links.
- Directionality may be shown with arrows:
- Indicates the flow of data (useful for understanding traffic routing, firewalls, and load balancers).
- Device hierarchy:
- Typically, routers and firewalls are higher-level devices connecting networks.
- Switches are lower-level devices connecting multiple hosts.
- Load balancers sit between clients and servers for traffic distribution.
7. Putting It All Together
When interpreting a basic network topology diagram:
- Identify all devices: switches, routers, firewalls, load balancers.
- Note port numbers on connections.
- Understand data flow: which devices connect where and how traffic moves.
- Identify network boundaries: internal LAN, DMZ, and external networks.
- Pay attention to security points like firewalls.
- Look for redundancy or multiple paths for reliability (optional, but helpful for exams).
Summary Table for the Exam
| Device | Role in Network | OSI Layer | Key Points |
|---|---|---|---|
| Switch | Connect devices within a LAN | L2 | Uses MAC addresses, has ports |
| Router | Connect different networks | L3 | Uses IP addresses, multiple interfaces |
| Firewall | Network security & traffic control | L3/L4 | Blocks/filters traffic, placed at boundaries |
| Load Balancer | Distribute traffic across servers | L4/L7 | Improves performance & reliability |
| Ports | Physical/logical connection points | N/A | Numbered interfaces, key for traffic routing |
By mastering these points, you can read any basic network topology diagram on the DEVASC exam and understand the function of each component, connection, and port.
