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

Redundancy Protocol

We all know that having redundancy in our network is crucial. If one interface goes down, we should have another path of getting to the destination network, unknowingly to the customer. Your clients, customers, or users should not be aware of what is going on behind the scene; they may experience a hiccup, but that is all.

In networking, we could use three redundancy protocols that work on your routers or layer 3 switches, so if one of the links goes down, they would automatically switch over to the next layer 3 device and continue to transmit data.

I have outlined the protocol here, along with some questions that you need to ask yourself:

How fast can the fail over happen?

  • How is the client aware to switch?
  • What if a WAN link fails?

HSRP:

  • Cisco only created 1994
  • Uses, by default, hello timers of 3 seconds and a hold timer 10

VRRP (industry standard):

...