Category: CCNA

Cisco Certified Network Associate certification resources

CCNA August 24, 2019

Router-on-Stick Inter-VLAN Routing – Exclusive Explanation

In a previous lesson, legacy inter-VLAN routing requires multiple physical interfaces on the router and the switch. However, in the ‘Router-on-stick’ configuration, only one physical interface is needed on both sides. The Router-on-a-stick allows routing packets to subnets associated with VLANs connected to a router 802.1Q trunk. The Router-on-Stick uses a VLAN trunking configuration and...
Asad Ijaz Read More
Network diagram illustrating Legacy Inter-VLAN Routing with a Cisco 2950 switch and a router, showing VLAN 100 (192.168.100.0/24) and VLAN 200 (192.168.200.0/24) connected via FastEthernet ports.
CCNA August 24, 2019

Master Legacy Inter-VLAN Routing (Updated 2025)

As we learned, each VLAN usually works on its own subnet. The network switches mainly work at layer 2 of the OSI model, so they do not examine the logical addresses. Therefore, for traffic between VLANs, inter-VLAN routing is required. The Legacy Inter-VLAN routing is the first solution for traffic between different VLANs. It relies...
Asad Ijaz Read More
Diagram comparing Distance Vector and Link-State routing protocols, featuring routers, topology, routing tables, LSAs, and SPF algorithm — ideal for CCNA/CCNP learners.
CCNA August 24, 2019

What is Dynamic Routing Algorithms (Updated 2025)

Dynamic routing is a networking technique that provides optimal data routing. The network administrators and engineers configure a dynamic routing protocol on the network interfaces. The protocol running on the router learns about other routers automatically and also dynamically exchanges routing information with other routers. Dynamic routing protocols perform several activities, including network discovery and...
Asad Ijaz Read More
CCNA August 24, 2019

Master How to configure Static Route – IPv4 and IPv6 (Updated 2025)

We can configure static or dynamic routes after configuring directly connected interfaces. Static routes are manually configured and provide a clear path between two networking devices. However, they must be manually reconfigured if the network topology changes, which is the main disadvantage of static routes. It is more secure and efficient than dynamic routes. It...
Asad Ijaz Read More
Routing table diagram showing route types and an example route from 172.16.17.0 to 10.2.2.2 via 10x Hop.
CCNA August 23, 2019

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...
Mudassir K Read More
Diagram illustrating Administrative Distance (AD) in Cisco networking with EIGRP (AD 90), OSPF (AD 110), and a table of default AD values for route sources.
CCNA August 23, 2019

What is Administrative Distance – Explain

In network environments, routers often receive multiple routes to the same destination from different sources, such as routing protocols (e.g., OSPF, EIGRP, RIP), static routes, or directly connected networks. To select the most trustworthy route, Cisco routers use Administrative Distance (AD), a critical concept in the Cisco Certified Network Associate (CCNA) curriculum. This article explains AD’s...
Asad Ijaz Read More
Diagram illustrating equal-cost load balancing and EIGRP unequal-cost load balancing with routers R1, R2, and R3.
CCNA August 23, 2019

What is Network Load Balancing

Routers use administrative distance (AD) to prioritize routes learned from different routing protocols when multiple paths to a destination exist. AD is a value assigned to each routing protocol, with lower values indicating higher preference (e.g., EIGRP AD is 90, OSPF AD is 110). If multiple paths exist within the same protocol (same AD), the...
Asad Ijaz Read More
Illustration showing three connected routers with a laptop and server, depicting routing paths using solid and dashed lines on a teal background with the title "Router Path Selection".
CCNA August 23, 2019

Mastering Router Path Selection: Best Path Determination (Updated 2025)

Understanding how routers select the best path for packet forwarding is a cornerstone of networking and a key topic for CCNA and CCNP certification exams. Routers use their routing tables to determine the optimal path based on metrics like administrative distance and protocol-specific values. This article dives into the mechanics of path selection, including directly...
Asad Ijaz Read More
Illustration depicting Cisco router interface settings verification using CLI commands. A terminal window with “Router# show interfaces” and a Cisco router icon with a checkmark emphasize diagnostics, configuration validation, and network reliability.
CCNA August 20, 2019

How to Verify Interface Settings

As a network engineer, ensuring that Cisco router interface settings are correctly configured is critical for maintaining network performance, security, and reliability. Verifying these settings involves checking interface settings status, IP configurations, duplex settings, and other parameters to ensure they align with the network design. This article provides a step-by-step guide to verifying Cisco router...
Asad Ijaz Read More
Forum