159 articles

Networking

CCNA tutorials, Cisco guides, and enterprise networking insights for IT professionals.

A Router'S Single Physical Interface Split Into Two Vlan Sub-Interfaces Over One Trunk Link
CCNA

Router-on-a-Stick Inter-VLAN Routing: Configuration, Verification, and Troubleshooting

Legacy inter-VLAN routing needs one physical router interface for every VLAN. That works for a two- or three-VLAN network, but it runs out of interfaces fast. Router-on-a-stick solves this problem. It uses a single physical interface, split into multiple logical sub-interfaces, to route traffic for many VLANs at once. This guide walks through the full...

Muhammad Khattak 12 min read
Network Topology Diagram Showing Legacy Inter-Vlan Routing With A Cisco Router (Fa0/0 At 192.168.100.1 And Fa0/1 At 192.168.200.1) Connected To A Cisco 2950-24Tt Switch Via Fa0/2 And Fa0/7, With Host-1 At 192.168.100.2 On Vlan 100 Ports 0/1 To 0/5 And Host-2 At 192.168.200.2 On Vlan 200 Ports 0/6 To 0/10
CCNA

Legacy Inter-VLAN Routing: Configuration, Verification, and Troubleshooting

As we learned, each VLAN usually works on its own subnet. Network switches mainly work at Layer 2 of the OSI model and do not examine logical addresses. Therefore, for traffic between VLANs, inter-VLAN routing is required. Legacy Inter-VLAN routing is the original solution for routing traffic between different VLANs. It relies on routers with...

Muhammad Khattak 10 min read
Diagram Comparing Distance Vector Routing, Passing Information Hop By Hop, Against Link-State Routing, Where Every Router Builds Its Own Complete Topology Map
CCNA

Dynamic Routing Algorithms: Distance Vector vs. Link-State

Every dynamic routing protocol has to solve the same underlying problem: how does a router, knowing only about its own directly connected networks, learn about everything else and figure out the best path to reach it? The answer comes down to one of two fundamentally different approaches — distance vector or link-state — and understanding...

Muhammad Khattak 9 min read
Comparison Diagram Showing The Same Static Route Configured Using An Exit Interface Versus A Next-Hop Ip Address
CCNA

Static Route Configuration: IPv4 and IPv6

Static routes are the simplest routing tool a network administrator has: manually tell the router exactly how to reach a specific network, with no protocol overhead and no automatic recalculation if something changes. That simplicity is both the appeal and the limitation, and knowing exactly when a static route is the right choice — versus...

Muhammad Khattak 8 min read
Cisco Routing Table Diagram Showing Route Source Codes And An Example Eigrp Route
CCNA

What is a Routing Table – Explained

Routing tables are the backbone of IP networking, guiding routers in forwarding data packets to their intended destinations efficiently. For CCNA and CCNP students, mastering routing tables is essential, as they form a core component of Cisco certification exams and real-world network administration. A routing table contains critical information about network paths, including directly connected...

Muhammad Khattak 12 min read
Router With Three Glowing Paths Of Different Thickness Converging From A Static Route, Ospf, And Eigrp Source, With A Balance Icon Showing The Router Favoring The Lowest Administrative Distance Path
CCNA

Administrative Distance: How Cisco Routers Choose Between Route Sources

In network environments, routers often receive multiple routes to the same destination from different sources — routing protocols (OSPF, EIGRP, RIP), static routes, or directly connected networks. To select the most trustworthy route among them, Cisco routers use Administrative Distance (AD), a foundational concept in the CCNA curriculum. This article covers AD’s purpose, default values,...

Muhammad Khattak 9 min read
Diagram Showing Router R1 Load Balancing Traffic Across Two Equal Paths Through Routers R2 And R3
CCNA

Network Load Balancing: Equal-Cost and EIGRP Unequal-Cost Routing

When a router has more than one valid path to the same destination, it needs a way to decide what to do with all of them — use only the best one, or spread traffic across several. That decision is network load balancing, and understanding exactly how routers make it, right down to which paths...

Muhammad Khattak 8 min read
Diagram Showing A Router'S Three-Way Decision Process For Directly Connected, Remote, And Default Route Destinations
CCNA

Router Path Selection: How Routers Determine the Best Path

Every time a router receives a packet, it runs through the same basic decision sequence: is the destination directly connected, is it a remote network reachable through a known route, or is there no known route at all? Understanding this sequence — and exactly how a router picks between multiple valid paths when more than...

Muhammad Khattak 8 min read
Diagram Showing A Packet'S Mac Address Changing At Each Router Hop While Its Ip Address Stays Constant
CCNA

The Router Switching Function: Encapsulation, De-Encapsulation, and MAC Address Changes

A router’s core job sounds simple: receive a packet on one interface, forward it out another. What actually happens in between — the router switching function — is where a genuinely important CCNA concept lives: IP addresses stay constant for the entire journey from source to destination, while MAC addresses get rewritten at every single...

Muhammad Khattak 8 min read
Terminal Window Showing Show Interfaces Output With Status, Mtu, Bandwidth, And Error Fields Highlighted
CCNA

How to Verify Cisco Router Interface Settings

A misconfigured interface rarely announces itself clearly — a duplex mismatch shows up as vague “slow network” complaints, not an obvious error message. Systematically verifying interface settings is what turns troubleshooting from guesswork into a methodical process, and it’s a skill that matters just as much for confirming a change worked as it does for...

Muhammad Khattak 8 min read
1 44 45 46 47 48 57