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

Routing between VLANs

OK, you have created your VLANs, which means you logically segmented your network at the data-link layer of the OSI model. You understand the reasons why you did this: better administration, more security, broadcast control, increased bandwidth, and it's much easier to administrate.

All those are excellent reasons to create VLANs, but now departments cannot communicate with each other. If you are in your own VLAN, you can talk to everyone in your VLAN, but that's it. What happens when you want to go out to the internet? Who is your default gateway? Think about it: you have four VLANs, which means four networks and your router may have one or two Ethernet ports on it. So, how do we accomplish communications with the outside world and between departments? The answer is inter-VLAN routing must be configured on a Layer 3 or network layer device.

Let...