Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
CCNA Routing and Switching 200-125 Certification Guide
CCNA Routing and Switching 200-125 Certification Guide

CCNA Routing and Switching 200-125 Certification Guide: The ultimate solution for passing the CCNA certification and boosting your networking career

eBook
$24.99 $35.99
Paperback
$43.99
Subscription
Free Trial
Renews at $19.99p/m

What do you get with Print?

Product feature icon Instant access to your digital eBook copy whilst your Print order is Shipped
Product feature icon Paperback book shipped to your preferred address
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Table of content icon View table of contents Preview book icon Preview Book

CCNA Routing and Switching 200-125 Certification Guide

Internetworking Models

Before we begin our trek into the world of networking, let's take a quick look back on how it began. In 1962, J.C.R. Licklider and W. Clark coined the Galactic Network concept, which encompasses social interaction.

It wasn't until 1969 that the first version of ARPANET (internet) went online. It connected four devices from four different universities: the University of Utah, Stanford Research Institute, UCLA, and the UCSB.

So, in our world of information technology, we have been trying since the 60s to communicate with each other using different types of networks.

The Defense Department was one of the first institutions to develop a system by which we could communicate across the world in case a major catastrophe occurred. Yes, we had the phone system, post office, even through air and sea we could send information across the globe, but we were not satisfied with the scalability, interoperability, and efficiency of how these particular networks operated, and you basically had to have a PhD to even get close to one those monstrosities called computers.

Not until the mid-1980s did computer networks start to appear more in small to large businesses. This was due to the powers that be; they created the TCP/IP network suite and allowed the rest of world to transmit information throughout their business, making them more efficient at getting information into the hands of the people that need it, in a way that was quick and required little effort.

Let me explain that last line required little effort: you could simply share a file, folder, or drive on your network and people could navigate to it and access that information without leaving the comfort of their desk.

So, networks came to the rescue; using a cabling system, internetworking devices, and protocols, we could do the same work at lightning speed.

The following topics will be covered in the following chapter:

  • Internetworking devices
  • Network topologies
  • The OSI model

Internetworking devices

With all that said, let's begin by talking about internetworking devices and the role they play on the network.

Routers

This is the most intelligent device that exists on the network. It handles all the traffic in your network and sends it to the proper destination. Routers have an Internetworking Operating System (IOS) that allows the router to have a set of features that will allow you to configure it for the specifications needed on your network to get that data across:

Routers have the following components you need to be aware of, not only for your certification, but for real-world applications: ROM, RAM, NVRAM, and Flash—each of these components serves a unique purpose.

For now, you need to know that routers create multiple collision domains and multiple broadcast domains, and they work on layer three, or the network layer, of the OSI model. Don't fret; we will be getting to that shortly.

Switches

Switches come in different flavors, meaning they could have different functionalities depending on the IOS that they had and the needs of your network. For certification purposes, layer-two switches will be the focus of our studies, but we will briefly cover some layer-three switching features:

The main purpose of a switch on a network is functionality. The switch is where all your devices will be connected for them to communicate with each other, but the switch offers a lot of features we can use to our advantage, in making our network more efficient. The following bullet points concern some of those features:

  • VLANs
  • Switchport security
  • Spanning Tree Protocol
  • EtherChannel

And there is much more, depending on the IOS you have. The switch also has the same components as the router, but it maintains a VLAN database file that you need to be aware of. Once again, all of these features and their details will be revealed later in the book.

Bridges

Bridges are like switches, but they are much more limited, with fewer ports, are software-based instead of hardware-based, and offer fewer features:

Bridges operates at layer two and their main function on the network is to segment the network. They also create multiple collision domains and broadcast domains.

Hubs

Hubs are not used on a network in today's IT world. Hubs are unintelligent devices. They are a layer one device; their main function is to act like a multiport repeater. It will create one collision domain and one broadcast domain, which is a very bad thing, especially in an Ethernet network. But this will be explained in detail later.

Just remember not to use hubs in your network, because they will slow it down.

Network cabling

I know what you are saying, Cabling is not an internetworking device, but know that when building, repairing, or enhancing a network, the type of network cabling used is very important. The following diagram shows the typical CAT5e cabling used to connect end devices to internetworking devices to allow them to communicate. We will discuss cabling more in depth later, but for now just keep it in the back of your mind:

Network topologies

Alright, now that you have been introduced to the internetworking devices, let's talk about topologies. First, let's define what a topology is. There are two types of topologies: you have the physical topology, which is how the network is physically connected. The other is the logical topology, which is how the path of the data flows. It depends on several factors, such as routing protocols, internetworking devices used, and the bandwidth configured on the interfaces of those internetworking devices.

But let's begin with the basics.

The Bus topology

Bus topologies use a primary cable, to which all end devices are connected. The data travels along this cable, hence the name Bus. The problem is that, at the time this type of topology existed, we were using coaxial cabling that at speeds of 10 Mbps, which is considered slow using today's standards. It was considered a shared medium, because the bandwidth was divided up based on how many computers you had connected. The following diagram shows the basic structure of Bus topology:

In this topology, Ethernet technology was used, which uses an access method called Carrier Sense Multiple Access Collision Detection (CSMA/CD). CSMA/CD is the method in Ethernet that end devices use, to be able to transmit their data. As I explained previously, if a device hears any noise on the wire, it will not transmit, it will wait until all noise is gone and then it will send its data. It could be that one node or device does not hear the other device, and both end devices are attempting to send at the same time. That will cause a collision; at that point, a jamming signal is sent, packets are dropped, and a countdown begins to see who transmits; the one whose countdown ends gets to send first.

So, imagine not the five nodes that you see in the figure, but hundreds of nodes trying to communicate. It's insane, since this type of topology creates only one collision domain and one broadcast domain that is running on half-duplex. It was not scalable and hard to troubleshoot, hence, not feasible at all.

Besides all that, if you do not terminate both ends of the cable, you will create something called reflection, which the signal that is on the wire reflect onto the cable continuously, creates noise so no one can transmit. The same thing would happen if your cable were cut somewhere in between; that is why troubleshooting this network was a nightmare. But, let's put the icing on the cake: if you don't ground one side of the cable, if a power surge hits your cable, it could fry all your nodes attached to the cable.

The Bus topology was not going to become the wave of the future.

The Star topology

In this topology, all devices are connected to a central device, in this case a layer-two switch. This is still using the Ethernet access method of CSMA/CD. But, since the media that is transferring the data is a switch, each port on a switch is a private collision domain, so you can have full-duplex, which will allow you to send and receive data. If one of the cables from an end device breaks, only that device will not be able to communicate on the network:

Even though you have increased the number of collision domains and they are private collision domains, which allows for greater bandwidth, one problem still exists: you have, by default, one broadcast domain. This means that when someone transmits on the network, everyone connected to that device, or to be more specific, VLAN 1, which is the native VLAN that all end devices connect to, will also hear that noise and still slow down your network.

The good news is that with a layer two or layer three switch, you can create multiple VLANs. You can logically segment your network so that when someone transmits within their own VLAN, no one else hears that noise.

To explain the obvious about this Star topology, you might be thinking, Hey, that doesn't look like a star, and you would be right. Just because they called it a Star, does not mean you are going to design your physical network in such a manner. It simply means you are connecting your devices to a central point where all devices can communicate:

The preceding illustration shows the reality of a common network design. You will run your cable from the office, cubicle, or classroom to the communications closet and terminate your cable at the patch panel. This in turn gets connected to the switch using patch cables, which then gets connected to the router.

With all that said and illustrated, I hope that clears up the Star topology definition.

The Ring topology

As illustrated in the following diagram, a token ring network is represented as a circle or ring, but there is more to token ring networks. A token ring network uses a central device called a Multi-Station Access Unit or Media Access Unit (MAU) and its purpose is to connect all end devices to it:

The MAU is not circular; it is rectangular and one could say it looks like a switch. There is a huge difference between them; an MAU has two ports called Ring in and Ring out to connect to other MAUs and concentrator ports for the end devices.

This MAU connects all these devices in a logical circular pattern, but the physical topology is that of a star.

The type of access method is called token passing and is deterministic in nature, unlike Ethernet which is contention-based. By this, I mean a token ring has an empty, free-flowing token that goes around the network waiting for someone to seize the token and send data. Only the person with that token can transmit, and once the token is seized, no other token is generated. Therefore, no one else can transmit until that token has been released by the destination end device back into the network.

With the token ring, there are no collisions and it was reliable, but the speed of it was just too slow. Again, the popularity for designing, implementing, and using a token ring network simply did not catch on for use on LANs.

On WANs, we did have the Fiber Distributed Data Interface (FDDI) which used token ring technology and ran it up to gigabit speed. But, as you go through this book, the token ring will not be mentioned at all; it is considered an older technology and, for LANs, it is not used. Also, for your certification you will not need to know this information. Just think of it as information to have in your back pocket for interviews and dinner parties.

The OSI model

For anything to work properly and for us to understand how things work, we need to have some sort of standards or blueprints that will allow us to clear the concepts of how particular objects interoperate with each other.

So, for us to be able to network with different types of devices and understand what it takes to get information from a source to a destination, the International Standards Organization (ISO) came up with a conceptual blueprint called the OSI model. This model is in a seven-layer approach that helps us understand this concept and allows vendors to create devices that can interoperate with each other.

This conceptual layered blueprint gives each layer a responsibility; each layer has a job to do, specific to that layer. You can think of it as a company; every business has departments and each department is responsible for a specific role that the company requires to operate smoothly. If any department within the company fails to do their job, the company will fail to carry out its primary objective.

The cool thing is you can change employees within the department and, if they are trained or at least knowledgeable in their respective field, it will not affect the outcome of what that company is trying to do.

The same goes for networks, each layer of the OSI model has a job to do and if vendors make changes to one layer, it won't affect the other layer from doing its job.

Let's go ahead and look at this seven-layer OSI model:

Layer number

Layer name

Brief description

7

Application

Works closest to the user, data

6

Presentation

Deals with the format of the data

5

Session

Keeps different applications' data separate

4

Transport

Provides reliable or unreliable delivery of information, segmentation

3

Network

Provides logical addressing, which routers use to route traffic, packets

2

Data Link

Deals with frames, error correction, and uses the MAC address to access media

1

Physical

Deals with bits, voltage, cabling


Now that we have seen the OSI model, for certification purposes, you must know each layer number and name, not to mention be able to recognize or define what job that layer is responsible for.

So, let's break down the OSI model into two parts: the upper layers and the lower layers.

The upper layers

Looking at the following three upper layers, we can understand that these layers work closest with user interaction, and how it will communicate with other end devices.

So, let's start defining each layer, starting from the top and working our way down:

Layer number

Layer name

Brief description

7

Application

Works closest to the user, data

6

Presentation

Deals with the format of the data

5

Session

Keeps different applications' data separate

The Application layer

This layer is the closest to the user, because it is the interface between an actual application and the next layer down.

People get confused with this layer because of its name. It does not mean that an application lives at that layer, such as IE or MS Word; it is the interface that allows the user to interact with it.

Any time we use any browser or Office application, the Application layer is involved, but that is not the only thing the Application layer does, it makes sure that the receiving end is ready to communicate and accept your incoming data.

So, for certification purposes, we need to remember the protocols that work on this layer: HTTP, HTTPS, FTP, TFTP, SNMP, DNS, POP, IMAP, TELNET, and any network service looking for communication across a large network.

The Presentation layer

This layer's function is very simple to remember: it is responsible for data translation and code formatting. When devices transmit information, it is coded in a certain format; an example used everywhere is ASCII, so when the data gets to its destination, it needs to understand this format, it should be able decode the ASCII, and present it to the Application layer so the user will be able to read it. A simpler example would be an Excel spreadsheet, or a picture taken with a proprietary software that you don't have. If you do not have the software installed on your computer and someone sends you a file with an
extension of .xls, .doc, .ppt, and so on, your operating system will not understand it and simply place a generic icon wherever you save it, and if you try to open it you will get a dialogue box asking which program you would like to use to open the file with.

The Presentation layer is also responsible for key functions, such as data compression, decompression, encryption, and decryption.

The Session layer

The common definition for this layer is setting up, managing, and breaking down sessions between Presentation layer objects, and keeps user data separate. So, basically, it is like having a dialogue control while monitoring the type of mode the client/server communication has, such as full-duplex or half-duplex communication.

Full-duplex communication is pretty much like a conversation you would have with a person, or over the phone it is two-way communication. Whereas, half-duplex is like a walkie-talkie; you talk, then you listen. So, you can either send or receive at any given time.

The lower layers

Simply stated, the following layers define how information will be transmitted from the source to the destination:

4

Transport

Provides reliable or unreliable delivery of information, segmentation

3

Network

Provides logical addressing, which routers use to route traffic, packets

2

Data Link

Deals with frames, error correction, and uses a MAC address to access media

1

Physical

Deals with bits, voltage, cabling

We now have a better understanding of the OSI model. By breaking them up into two parts, we can see the overall picture of what they are trying to achieve. But we must go in deeper and break down the OSI into its individual layers.

The Transport layer

This is the layer that segments and reassembles data. Services that live on this layer take all data coming from the Application layer and combine it into a succinct data stream.

This layer holds two very important protocols: the Transmission Control Protocol (TCP) and the User Datagram Protocol (UDP).

The TCP is known as the connection-oriented protocol, which means it will provide reliable transmission, compared to UDP, which does not.

Let's define what exactly Connection-Oriented Communication is. In reliable transmission, we have something called a three-way handshake. The process consists of the source sending a SYN packet to the receiver. If the receiver is ready, it will reply with a SYN/ACK, and then the sender replies with an ACK, then communication can occur and transfer data.

Let's see a visual:

Remember that your topologies and your internetworking devices have a lot do with it as well. In a Star topology, everyone is connected to a central device. If you use a hub, you are in a shared collision domain, running at half-duplex and it's Ethernet, which uses the CSMA/CD access method.

Your network will burn to the ground in no time. That is why the internetworking device you use, the cables you run, and the protocols you use play a very important role in your network.

Luckily for us, we have a fail-safe solution called flow control and windowing.

Flow control prevents the sending device from overflowing the buffers on the receiving side.

The protocols that are involved with reliable communications make sure the following happens:

  • Segments are acknowledged back to the sender
  • Segments that do not get acknowledged are retransmitted

Services that are considered to be connection oriented have the following characteristics:

  • Three-way handshake
  • Uses sequencing
  • Uses ACKs
  • Uses flow control

Windowing

Windowing is the process to check how much information the receiver can handle in one segment.

This window is adjustable, based on how much information is coming in.

Imagine two people are unloading a truck full of boxes. You've got the sender, the guy on the truck you have the receiver, the guy on the warehouse floor. So, the unloading begins, one box at a time. After a while, the receiver says, Hey! Send two boxes at a time. The window got bigger so the receiver sends two boxes at a time and, if something happens along the way, the receiver will let the sender know, Hey I did not get that box, send it again.

The same principle is applied when using reliable networking, ACKs, NACKs, sequencing, and windowing.

The Network layer

The Network layer is my favorite layer. This layer is where all the routing of the packets that take place in your segment or remote segments. The Network layer works with routed protocols, such as IPv4 or IPv6, routing protocols, such as RIPv2, RIPng, EIGRP, EIGRP for IPv6 and OSPF, and OSPFv3. I will be explaining these protocols in more depth later in the book.

The Network layer creates a routing table that stores all the routes it learns from the routing protocols or static routes that one enters manually. By default, all routers know who they are connected to. So, when a source decides to send a packet to a destination not within its own segment, it will need a layer three device, such as a router, to send the information to the proper destination.

If a router receives a packet with a network destination that is not in the routing table, the router will simply drop the packet and send you an error statement: Destination host unreachable or you could get Request Timeout. These two errors have different meanings, the first is that an entry for that network was never found, and the second is that the destination router has no entry or path to get back.

So, clearly, when we configure routers or any layer-three device, we must be very careful when inputting the IP addresses and subnet mask on their interface. When you configure any routing protocol, make sure you input the network addresses you are directly connected to. Routers will always choose the shortest path to a destination based on its metric; this will determine the path the packet will take to the destination.

Let's define some of the terms used:

  • Routed protocols: These are the protocols that sit on an interface, such as IPv4 and IPv6. These protocols will have a subnetted scheme, so data can be routed by a routing protocol that chooses the appropriate network.
  • Routing protocols: These are the components that create the routing table based on their algorithm, which will use the routed protocol's IP information to obtain the network address, and then route protocols to the correct destination.
  • Metric: This is a measurement of how far the destination is from the source; depending on the routing protocol in use, it will use the shortest metric to get to the destination.

Let's continue to the next layer.

The Data Link layer

This layer provides the physical transmission of information, and handles flow control, physical network topology, and error notification. At the Data Link layer, each message is translated into a data frame and this frame will have customized information in it, such as the source and destination hardware address.

The Data Link layer does not perform any routing at layer two. It simply uses these physical addresses of the end devices to get from source to destination within the same segment.

Routers do not care about layer-two addressing, they are more concerned with layer-three addressing.

Be careful with that statement, because if you're using Ethernet technology, at this point layer-two addressing becomes very important to the router.

The Data Link layer is divided into two sublayers.

Media Access Control layer

In this sub layer, packets are placed on the media, depending on the technology used, such as Contention-Based or Token-Passing. As you know, physical addressing, that is, the MAC address or burned-in address of an NIC card, is used through the physical topology as well as the logical topology.

Logical Link Control (LLC)

Here, the responsibilities change to identifying network protocols and then passing them on to encapsulate them. The LLC header will always tell the Data-Link layer what to do with a packet once the frame is received.

The Physical layer

This layer is responsible for sending bits from the source to the destination on whatever media it is using.

Remember, even though in theory we say 0's and 1's, it is really electrical impulses that are generated and sent through the air as a Carrier Wave; or through cabling, that might need specific encoding and decoding, such as serial cables. In this layer, you'll find devices such as hubs, repeaters, amplifiers, cabling, even a modem at the client side, known as a channel service unit/data service unit.

As far as your certification is concerned, you only need to know IEEE basic information where the OSI is concerned.

One last thing I would like to leave you with before we move on to more exciting and adventurous topics is encapsulation and Protocol Data Units (PDUs). But a visual will be much better:

As packets flow down the OSI model, they will get encapsulated with the proper protocols, error corrections, and any other information they need to get to reach destination. Once they reach the destination, they will be de-encapsulated back into the original data format.

The process of encapsulation is a called data, segments, packets, frames, and bits or you could think of it as Don't, Stop, Pouring, Free, Beer.

These are called the PDUs, which communicates with their peer layer to make sure everything is in order.

Summary

We have learned quite a bit. We looked at basic topology types and devices on a network. Then we covered the OSI model. Finally, we looked at the different layers of the OSI model in detail.

In the next chapter, we will learn about fundamentals of Ethernet networking and data encapsulation.

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • 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

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.

Who is this book 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.

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
Estimated delivery fee Deliver to Chile

Standard delivery 10 - 13 business days

$19.95

Premium delivery 3 - 6 business days

$40.95
(Includes tracking information)

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Oct 31, 2018
Length: 504 pages
Edition : 1st
Language : English
ISBN-13 : 9781787127883
Vendor :
Cisco
Tools :

What do you get with Print?

Product feature icon Instant access to your digital eBook copy whilst your Print order is Shipped
Product feature icon Paperback book shipped to your preferred address
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Estimated delivery fee Deliver to Chile

Standard delivery 10 - 13 business days

$19.95

Premium delivery 3 - 6 business days

$40.95
(Includes tracking information)

Product Details

Publication date : Oct 31, 2018
Length: 504 pages
Edition : 1st
Language : English
ISBN-13 : 9781787127883
Vendor :
Cisco
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 120.97
CCNA Routing and Switching 200-125 Certification Guide
$43.99
CCNA Security 210-260 Certification Guide
$43.99
CCENT/CCNA: ICND1 100-105 Certification Guide
$32.99
Total $ 120.97 Stars icon

Table of Contents

23 Chapters
Internetworking Models Chevron down icon Chevron up icon
Ethernet Networking and Data Encapsulations Chevron down icon Chevron up icon
Introducing the TCP/IP Chevron down icon Chevron up icon
Subnetting in IPv4 Chevron down icon Chevron up icon
Variable Length Subnet Mask and Route Summarization Chevron down icon Chevron up icon
The IOS User Interface Chevron down icon Chevron up icon
Managing the Cisco Internetwork Chevron down icon Chevron up icon
Managing Cisco Devices Chevron down icon Chevron up icon
The IP Routing Process Chevron down icon Chevron up icon
The IPv6 Protocol Chevron down icon Chevron up icon
Introduction to IPv6 Routing Chevron down icon Chevron up icon
Switching Services and Configurations Chevron down icon Chevron up icon
VLANs and Inter-VLAN Routing Chevron down icon Chevron up icon
Introduction to the EIGRP Routing Protocol Chevron down icon Chevron up icon
The World of Open Shortest Path First (OSPF) Chevron down icon Chevron up icon
Border Gateway Protocol Chevron down icon Chevron up icon
Access-Control List Chevron down icon Chevron up icon
Network Address Translation Chevron down icon Chevron up icon
Wide Area Networks Chevron down icon Chevron up icon
Advanced Networking Topics Chevron down icon Chevron up icon
Mock Test Questions Chevron down icon Chevron up icon
Assessments Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Full star icon Half star icon Empty star icon 3.4
(5 Ratings)
5 star 60%
4 star 0%
3 star 0%
2 star 0%
1 star 40%
Amazon Customer Jun 05, 2019
Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1
This book takes complex topics and makes them more so. Whole concepts are shown without explanation.For example, in explaining IPv6 addresses an interface will show its "actual" IP address, then its "Link Local" address. There is no explanation of why both addresses were assigned, or how the link-=local got assigned, just that they both exist on the interface.There are statements such as "EIGRP for IPv6 is exactly the same as for v4 except for the configuration." Isn't "the configuration" what I am being tested on?Such issues plague the book.Frustratingly, the writer seems in love with his own words. He'll talk about "Laz time" (his name is Lazarus) or "did you see how clever I was using leading zeros?"Lastly are typos. I'm not talking about "their" vs. "their," I mean network diagrams listing Router 0, Router 1 and Router 2 and have him address Router 2. Is that the router labelled 2, the one called Router 1 (second position in the diagram)?I believe reading this thick, time-consuming, useless book has negatively impacted my chances of passing the test on the first try.
Amazon Verified review Amazon
Rusty Nichols Mar 20, 2019
Full star icon Full star icon Full star icon Full star icon Full star icon 5
If you get tired of the "Look at figure 3.1 and compare to figure 3.2" statements in the CCENT books then this is a great replacement!
Amazon Verified review Amazon
brooksc.brooksc Jan 07, 2019
Full star icon Full star icon Full star icon Full star icon Full star icon 5
My first interaction with, Lazaro "LAZ" Diaz; when I was trying to learn sub-netting back in the day. When he explained sub-netting to me using his 'magic line' I was hooked on his training style and real-world approach to teaching CISCO. I am more of a hand's on type learner, grass-roots and not a big read-it and go-take-the-test kind of cat. For me the book is great, gives you the specific's and at a great price too (most of these CISCO books are way too formal, expensive and you feel like you got to be a certified CISCO guy already before you can actually learn anything from some of the books I have looked into). This book is "ON POINT” though. It’s definitely is a little more formal for LAZ than I am use too, but still has his unique perspective, training style and additives. Laz covers the CCENT/CCNA basics in the book, he gets into the specifics a bit more; but for me, I learn by doing the audio/visual hands on stuff. Still, I think the book does a good job of covering the ideology and methodology CISCO is trying to get across in their explanation of integrating their equipment and IOS as an industry leader in networking. Some of the things you will see on the CCENT and CCNA are glaringly obvious in this book which is awesome--good job here "LAZ!" As a legacy IT guy, working in IT the past 25 years; I like the way LAZ' breaks networking down, how he gives it to the reader and tries to provide a concise presentation to networking with CISCO’s spin--this will definitely help you pass the exam. I know a couple of guys out there who can read a book and go and take the exam--that ain't me. If you need a book that covers CCENT/CCNA well enough to read and go and take the exam, this is a great book; especially for the ease of read and price. There are a couple of publishing challenges with how certain things line up as have been mentioned in one review; however the book is tremendous OVERALL. Highly recommended!
Amazon Verified review Amazon
brandon moline Jan 04, 2019
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This is an excellent book so far. I attended Laz CCNA bootcamp before, and it helped me pass my CCNA. I let my CCNA expired so I'm working retaking the test this time I will not let it expired. I'm going through this book, and it is an excellent book so far it is a well-organized way to study. This book definitely helps me to understand better and memorize critical points. I like that I can have it on my Kindle so I can read it on my computer to my phone. I would recommend this book, and anything Laz puts out he also has good videos you can get from him. This is a 5 star book
Amazon Verified review Amazon
BookLooker Dec 31, 2018
Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1
I bought this book because L. Diaz has such a good rep online and it was the first 200-125 v3 book to come out. I'm appalled that this book even went to press. I gave it two stars because I'm only on Chapter 4, so I give it the benefit of doubt. Lets see; 1. All the diagrams or illustrations or figures in the book are printed in BW from color exhibits so you can barely read half of them and highlights don't show up. 2. None of the figures are numbered so sometimes you don't know which diagram he is talking about. 3.Topics are talked about left and right which have not been defined to that point. 4. He introduces data, segments, frames, packets but does not define their place on the OSI model till two or three chapters later but uses the terms as if you know what he is talking about. 5. on page 89 while discussing subnetting a he jumps to using the "no auto-summary" command while configuring a distance vector routing protocol.....bla bla bla.. and never fear we will be going over that later. So don't even mention it till it is relevant to the study. 7. Just before that he is subnetting class A 10.0.0.0/8 to get 20 subnets and low and behold the usable addresses are all in the 172.16.0.1 to 172.16.3.254 range. 8. Typos are quite frequent. 9. The link for test comes back with 404 not found. (edit I final got this to work but there are only 10 chapters covered and no updates in almost 60 days) 10. There does not appear to be any LAB work called out other than duplicating what he did in print on your device or simulator. 11. There is no way to correlate the cisco exam objectives to any particular page in his book other than by using the index to look up a topic. 12. The mock test questions...there are twenty! Yet he states he tries to cover the entire scope of the book. Well that's as far as I'm going on this and I'm only on page 140....
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is the delivery time and cost of print book? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela
What is custom duty/charge? Chevron down icon Chevron up icon

Customs duty are charges levied on goods when they cross international borders. It is a tax that is imposed on imported goods. These duties are charged by special authorities and bodies created by local governments and are meant to protect local industries, economies, and businesses.

Do I have to pay customs charges for the print book order? Chevron down icon Chevron up icon

The orders shipped to the countries that are listed under EU27 will not bear custom charges. They are paid by Packt as part of the order.

List of EU27 countries: www.gov.uk/eu-eea:

A custom duty or localized taxes may be applicable on the shipment and would be charged by the recipient country outside of the EU27 which should be paid by the customer and these duties are not included in the shipping charges been charged on the order.

How do I know my custom duty charges? Chevron down icon Chevron up icon

The amount of duty payable varies greatly depending on the imported goods, the country of origin and several other factors like the total invoice amount or dimensions like weight, and other such criteria applicable in your country.

For example:

  • If you live in Mexico, and the declared value of your ordered items is over $ 50, for you to receive a package, you will have to pay additional import tax of 19% which will be $ 9.50 to the courier service.
  • Whereas if you live in Turkey, and the declared value of your ordered items is over € 22, for you to receive a package, you will have to pay additional import tax of 18% which will be € 3.96 to the courier service.
How can I cancel my order? Chevron down icon Chevron up icon

Cancellation Policy for Published Printed Books:

You can cancel any order within 1 hour of placing the order. Simply contact customercare@packt.com with your order details or payment transaction id. If your order has already started the shipment process, we will do our best to stop it. However, if it is already on the way to you then when you receive it, you can contact us at customercare@packt.com using the returns and refund process.

Please understand that Packt Publishing cannot provide refunds or cancel any order except for the cases described in our Return Policy (i.e. Packt Publishing agrees to replace your printed book because it arrives damaged or material defect in book), Packt Publishing will not accept returns.

What is your returns and refunds policy? Chevron down icon Chevron up icon

Return Policy:

We want you to be happy with your purchase from Packtpub.com. We will not hassle you with returning print books to us. If the print book you receive from us is incorrect, damaged, doesn't work or is unacceptably late, please contact Customer Relations Team on customercare@packt.com with the order number and issue details as explained below:

  1. If you ordered (eBook, Video or Print Book) incorrectly or accidentally, please contact Customer Relations Team on customercare@packt.com within one hour of placing the order and we will replace/refund you the item cost.
  2. Sadly, if your eBook or Video file is faulty or a fault occurs during the eBook or Video being made available to you, i.e. during download then you should contact Customer Relations Team within 14 days of purchase on customercare@packt.com who will be able to resolve this issue for you.
  3. You will have a choice of replacement or refund of the problem items.(damaged, defective or incorrect)
  4. Once Customer Care Team confirms that you will be refunded, you should receive the refund within 10 to 12 working days.
  5. If you are only requesting a refund of one book from a multiple order, then we will refund you the appropriate single item.
  6. Where the items were shipped under a free shipping offer, there will be no shipping costs to refund.

On the off chance your printed book arrives damaged, with book material defect, contact our Customer Relation Team on customercare@packt.com within 14 days of receipt of the book with appropriate evidence of damage and we will work with you to secure a replacement copy, if necessary. Please note that each printed book you order from us is individually made by Packt's professional book-printing partner which is on a print-on-demand basis.

What tax is charged? Chevron down icon Chevron up icon

Currently, no tax is charged on the purchase of any print book (subject to change based on the laws and regulations). A localized VAT fee is charged only to our European and UK customers on eBooks, Video and subscriptions that they buy. GST is charged to Indian customers for eBooks and video purchases.

What payment methods can I use? Chevron down icon Chevron up icon

You can pay with the following card types:

  1. Visa Debit
  2. Visa Credit
  3. MasterCard
  4. PayPal
What is the delivery time and cost of print books? Chevron down icon Chevron up icon

Shipping Details

USA:

'

Economy: Delivery to most addresses in the US within 10-15 business days

Premium: Trackable Delivery to most addresses in the US within 3-8 business days

UK:

Economy: Delivery to most addresses in the U.K. within 7-9 business days.
Shipments are not trackable

Premium: Trackable delivery to most addresses in the U.K. within 3-4 business days!
Add one extra business day for deliveries to Northern Ireland and Scottish Highlands and islands

EU:

Premium: Trackable delivery to most EU destinations within 4-9 business days.

Australia:

Economy: Can deliver to P. O. Boxes and private residences.
Trackable service with delivery to addresses in Australia only.
Delivery time ranges from 7-9 business days for VIC and 8-10 business days for Interstate metro
Delivery time is up to 15 business days for remote areas of WA, NT & QLD.

Premium: Delivery to addresses in Australia only
Trackable delivery to most P. O. Boxes and private residences in Australia within 4-5 days based on the distance to a destination following dispatch.

India:

Premium: Delivery to most Indian addresses within 5-6 business days

Rest of the World:

Premium: Countries in the American continent: Trackable delivery to most countries within 4-7 business days

Asia:

Premium: Delivery to most Asian addresses within 5-9 business days

Disclaimer:
All orders received before 5 PM U.K time would start printing from the next business day. So the estimated delivery times start from the next day as well. Orders received after 5 PM U.K time (in our internal systems) on a business day or anytime on the weekend will begin printing the second to next business day. For example, an order placed at 11 AM today will begin printing tomorrow, whereas an order placed at 9 PM tonight will begin printing the day after tomorrow.


Unfortunately, due to several restrictions, we are unable to ship to the following countries:

  1. Afghanistan
  2. American Samoa
  3. Belarus
  4. Brunei Darussalam
  5. Central African Republic
  6. The Democratic Republic of Congo
  7. Eritrea
  8. Guinea-bissau
  9. Iran
  10. Lebanon
  11. Libiya Arab Jamahriya
  12. Somalia
  13. Sudan
  14. Russian Federation
  15. Syrian Arab Republic
  16. Ukraine
  17. Venezuela