CCNA Routing and Switching 200-125 Certification Guide
eBook - ePub

CCNA Routing and Switching 200-125 Certification Guide

The ultimate solution for passing the CCNA certification and boosting your networking career

Lazaro (Laz) Diaz

Share book
  1. 504 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

CCNA Routing and Switching 200-125 Certification Guide

The ultimate solution for passing the CCNA certification and boosting your networking career

Lazaro (Laz) Diaz

Book details
Book preview
Table of contents
Citations

About This Book

Prepare yourself for the next generation networking skills and acquire the knowledge needed to secure the routers.

Key Features

  • Build foundational Cisco networking skills and prepare yourself for next-generation network transformation
  • Take practice questions and mock tests to check how prepared you are for the CCNA exam
  • Gain a strong understanding of network communication with the help of practical examples

Book Description

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.

What you will learn

  • Gain an in-depth understanding of networking using routers and switches
  • Understand layer 2 technology and its various configurations and connections
  • Configure default, static, and dynamic routing
  • Design and implement subnetted IPv4 and IPv6 addressing schemes
  • Troubleshoot issues and keep your network secure
  • Study the importance of VLANs for security and optimizing the bandwidth

Who this book is for

This book is for you if you are a network administrator, network technician, or anyone who wants to prepare for CCNA Routing and Switching certification. Basic understanding of networking will help you get the best out of this guide, although sufficient information is provided to those new in this field.

Frequently asked questions

How do I cancel my subscription?
Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
Can/how do I download books?
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Do you support text-to-speech?
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Is CCNA Routing and Switching 200-125 Certification Guide an online PDF/ePUB?
Yes, you can access CCNA Routing and Switching 200-125 Certification Guide by Lazaro (Laz) Diaz in PDF and/or ePUB format, as well as other popular books in Computer Science & Certification Guides in Computer Science. We have over one million books available in our catalogue for you to explore.

Information

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 the routing table gets built, by using multiple routing sources
  • Configuring IPv4 and IPv6 static routing
    • Default routes
    • Network routes
    • Host routes
    • Floating static routes
    • Configuring RIPv2
One thing to remember, before we begin our journey into the wonderful world of routing, is we will be understanding the difference between routing protocols and routed protocols.
Routing protocols, such as RIPv2, EIGRP, and OSPF, are used to determine the best path from source to destination, based on their particular algorithms.
For routed protocols, once the path is determined and all the routers have converged, the protocols will send packets found in the routing table through the path that has been already been laid out by the routing protocols. Examples of routed protocols are IPv4, IPv6, AppleTalk, and IPX. Obviously, the most used routed protocol would be IPv4, followed by IPv6, but this is due to a syndrome called resistance to change, but soon enough IPv6 will be more dominant in the force. Still, IPv4 will always exist somewhere, so you must know it.
As I mentioned before, we will be discussing the fundamentals of routing such as the following:
  • The routing basics—as tedious as this may be, this is an invaluable lesson you must undergo
  • The IP routing process
  • Default routing
  • Static routing
  • Dynamic routing

Routing basics

As I have mentioned, routing is the act of sending source packets to a different destination; they could go across a WAN or a different VLAN, but some sort of routing must take place, by using a router. If you do not have multiple VLANs or must go across the internet to reach a branch office, well, then there is no routing needed. If that's the case, you must be on a small network or a bogged-down network.
Think about the scenario in the following screenshot:
The preceding screenshot shows a very common configuration used by schools: they have switches in their classrooms, all in the native VLAN, connected to a core switch, which then gets connected to a router. At this point we are all still on the same network, but with different IP addresses; however, once it goes to the public side of the router, we use a public IP address so we can access the internet.
Does anyone see a problem with this? We are all on the same network; this could be hundreds of computers! What would happen if someone in IT wanted to throw an image to a classroom or a PC? It would slow down the network to a crawl.
The simple fact is that when every student comes to class and starts working on their respective projects, it will bog down the network. We know this is not true, the priority is, we must check our social media, watch YouTube video, or find some way around the firewall.
The point of all this is that the preceding diagram is not the ideal configuration for a network, and we must VLAN everything out, meaning that every department and classroom should be on their own VLAN. That means it would be a different subnetwork for which we need to create inter-VLAN routing on the router and sub-interfaces with a gateway for each VLAN with the correct encapsulation, so everyone can communicate. But any packets that flow through a specific VLAN will not be heard by other VLANs, increasing the overall bandwidth.
So, there are five requirements or factors that a router must know to send packets across a network:
  • Destination addresses
  • Its neighbor's router so it can learn about other networks, using routing protocols
  • Based on the routing protocol, all possible routes to remote networks
  • Based on the routing protocol, the best route to remote networks
  • Based on the routing protocol, maintain and verify routing information
The router must learn about remote networks in two different ways statically, meaning you are the one creating the routing table entries, and dynamically, using a routing protocols such as RIP; through the updates sent by neighboring routers, it will create the routing table. I said remote networks because routers know who they are directly connected to, so using routing protocols, they learn about remote networks beyond their directly connected networks. We could also do it statically, which means the IT person in charge of the router would manually have to input all the routes to the remote networks. In a small network, that is fine, but if it's a large network, then that could be very time consuming, not to mention mind numbing.
So, let's discuss the differences between static routing and dynamic routing. In dynamic routing, the routing protocols algorithm does all the work, and it actually snitches you out. Using a multicast address specific to that routing protocol, it will send updates to their neighboring router about the network it knows, and all the other routers would do the same thing. So, when all the routers have learned about the networks that are remote to them, it would be called fully converged. So, the routing protocol does all the heavy lifting for us, but it means more burden on the router and not us.
If we use static routing, we need to input all the remote networks manually, and if a network goes down or is taken down, you must remove that network from the routing table manually also. Static routing is used mainly for backups or small networks. It opens the door for lots of human error, and, as I said previously, it will put you to sleep, but you free...

Table of contents