Book Image

CCNA Routing and Switching 200-125 Certification Guide

By : Lazaro (Laz) Diaz
Book Image

CCNA Routing and Switching 200-125 Certification Guide

By: Lazaro (Laz) Diaz

Overview of this book

Cisco Certified Network Associate (CCNA) Routing and Switching is one of the most important qualifications for keeping your networking skills up to date. CCNA Routing and Switching 200-125 Certification Guide covers topics included in the latest CCNA exam, along with review and practice questions. This guide introduces you to the structure of IPv4 and IPv6 addresses and examines in detail the creation of IP networks and sub-networks and how to assign addresses in the network. You will then move on to understanding how to configure, verify, and troubleshoot layer 2 and layer 3 protocols. In addition to this, you will discover the functionality, configuration, and troubleshooting of DHCPv4. Combined with router and router simulation practice, this certification guide will help you cover everything you need to know in order to pass the CCNA Routing and Switching 200-125 exam. By the end of this book, you will explore security best practices, as well as get familiar with the protocols that a network administrator can use to monitor the network.
Table of Contents (24 chapters)
4
Subnetting in IPv4
21
Mock Test Questions
22
Assessments

The IP Routing Process

In this chapter, we finally get to the meat and potatoes of what Cisco is known for, and that is routing.

When we speak of routing, we are talking about layer 3 devices, and their function is to route data from source to destination, across WANs or multiple LANs.

Before we begin, let's get something straight. I know that a lot of you are already in the IT field and use layer 3 switches; well, I am not going to be talking about that in this book. Layer 3 switches have the capabilities of routing, but they do not even come close to the functionality of a router. So, use the appropriate equipment for the job intended.

In this chapter, we will be discussing the following topics:

  • Routing concepts:
    • Packet switching
    • Routing table
  • Breaking down the routing table:
    • Network mask
    • Next hop address
    • Administrative distance
    • Metrics
    • Gateway of last resort
  • How...