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 basics of VLANs

To understand the future, we first need to understand the past. Before switches, we had hubs where we would plug in all our devices; I am talking about a star topology using twisted-pair cabling.

The problem with using hubs is that they created one collision domain and one broadcast domain, there was no way of making it better, unless you physically segmented each network, which is insane.

Let's look at a star topology using hubs, so we can understand this concept better:

The star topology you see is using hubs. Every time someone transmits data, everyone is privileged to hear that noise on the network. This is considered to be a flat network structure, since it only has one broadcast domain.

To make matters worse, in an Ethernet network, the access method is CSMA/CD, meaning everyone is fighting for access to transmit, but since Ethernet uses the first...