magnify
CCENT STUDY GUIDE

CCENT Study GuideHave you been wanting to get your Cisco Certification for some time now?

Are you just starting out on your Cisco path and need some direction?

Well, I can help! I have over 7 years of networking experience and personally know what it takes to get your CCENT.

Testimonials

This is by far the best ICND1 Study Guide out there

"This is by far the best ICND1 Study Guide out there. Does not require people to invest time in topics that aren’t even covered in the ICND1 exam. Topics are well put together and really detailed. Easy to follow.” - Martin Lora

“I got my CCENT after passing my ICND1 Exam and I am looking at getting my ICND2 out of the way soon. I’m going to pick up your other book and plan to tell others to use your materials.  Thanks.”  - Travis Applebaum

Free Bonus GIft

Subnetting is probably one of the most important topics on the ICND1 Exam

I’m throwing in for free my Complete Guide To Mastering How to Subnet!

Subnetting is probably one of the most important topics on the ICND1 Exam and just to make sure you will master how to subnet I’m throwing in for free my Complete Guide To Mastering How to Subnet! My subnetting ebook is over 50 pages long and contains everything you could possible want to know about subnetting and is guaranteed to make you ready for the ICND1 Exam. You seriously are getting a great book here and I’m throwing it in for FREE!

100% Guarantee

CCENT Study Guide GuaranteeAbsolutely ZERO Risk, 100% Guarantee

I know that you will learn everything you need to know to pass your ICND1 exam with my book

I’m going to give you 30 days to read and study it to your hearts content 

On Sale Now!

You can’t really afford not to invest in The Complete ICND1 Exam Study Guide.

It’s easy to get started. Just click the button to the right.

 

Home Archive for category "ICND2 Study Guide"
formats

Networkcraft – CCNA Lab 04: Using the Service Password-Encryption Command

Welcome to CCNA Lab 04: Using the Service Password-Encryption Command. Each lab that I write is geared to help you learn and establish a foundation of networking skills that will not only help you pass the CCNA Exam, but will help you make a knowledgable network administrator. These labs use Networkcraft – The Online Network

Read More…

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
2 Comments  comments 
formats

Online Network Simulator Update: Support for multiple routers and the ping command

I’m currently on Spring Break. It sure is nice to have a week off of school. I’ve been busy working on updates to the Online Network Simulator and hope to release them by the end of the week. With the new update you will be able to program 3 different routers configure their interfaces and

Read More…

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
3 Comments  comments 
formats

10 Things You Must Know About Link-State Routing Protocols

Routing protocols are able to dynamically update and talk to each other about changes that may occur in a network, such as a link going down. The beauty of this is that, if designed properly, redundant links can quickly be found with out the network going down or users even knowing there is an issue.

Read More…

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
1 Comment  comments 
formats

RIPv2 Explained


The Need For Routing Protocols

Routers within a network use routing protocols to talk with one another so that updates and changes to the network can be adapted to dynamically without any major involvement from the network administrator. A router in a network has a routing table so that it can keep track of where his fellow routers are. It is like his contact list or address book. If routing protocols didn’t exist we would have to configure static routes manually to each router in the network on every single router. This can be a lot of work if you have a lot of routers. If you only have static routes and one of your links goes down in the middle of your network there is no real way for the routers to update each other on the status of the broken link. YOU, the network administrator, will have to go into every single router on the network and remove the bad link and define an alternate route. Again, this can be a lot of work if you have a lot of routers in your network creating a lot of down time.

Using a routing protocol will solve this issue of having to do all this manual work every time there is a change in your network. In the rest of this article we are going to focus on RIPv1 and its predicesor RIPv2, but there are several other routing protocols that we will learn about later for the ICND2 Exam and the CCNA Exam. RIP is a great tool to learn about routing protocols because it is simple to understand and easy to configure. Other routing protocols like EIGRP, OSPF and IS-IS are more advanced than RIP, but build upon RIP’s core functionality. We focus on learning RIP first because it builds a solid foundation of Routing Protocol knowledge that will make learning more advanced routing protocols much easier. For the ICND1 Exam you will need to know everything about RIPv2 (and RIPv1), and have only basic understanding for EIGRP, OSPF, and IS-IS.

So, what is a routing protocol? Basically it is a language or format that routers use to communicate with each other, so that they can automatically learn about new routes and make new routing dicisions incase a link goes down somewhere in the network. Having this ability to automatically make decisions can help keep your network running smoothly even when problems arise (Smoothly will depend largely on if you have redundant links in your network or not).

Read More…

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
No Comments  comments 
formats

Network Simulator Update – See a list of available commands

In this video update today about my online network simulator progress I just wanted to show you the ‘?’ command that will allow you to see a list of available commands.

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
No Comments  comments 
formats

Summarization

It seems that we talk an awful lot about subnetting but hardly anything about summarization, and so in this post that is exactly what we are going to talk about. The quick and easy way to explain what summarization is that it is the opposite of subnetting. When you are subnetting you are making the network smaller, but when you are summarizing…

Click to continue…

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
No Comments  comments 
formats

What you need to know about VLAN Trunks for the CCNA Exam

CCNA Exam - VLAN Trunks

Understanding how VLAN Trunks work is essential to you passing the CCNA Exam. In this post I’m going to talk about VLAN Encapsulation with 802.1Q, and all the details about the VLAN Trunking Protocol VTP.

Trunks are needed in switching networks with VLANs in order for hosts within different VLANs to still communicate with each other. When you create a VLAN you are supposed to maintain a 1 to 1 ratio with the number of subnets you have. Which means if you have 4 VLANs you should also have 4 subnets. Since each VLAN is in a different subnet they are in different networks and for devices in different networks to communicate with one another a Layer 3 device such as a router is needed. Interfaces on switches by default can only be assigned to one VLAN at a time. So, in order for you to send data about 4 different VLANs configured on a switch to a router you need to configure an interface to be a trunk link. Trunk links are able to send data for many different VLANs at one time. In order to keep them from getting mixed up they tag the switch frame.

Click to continue…

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
2 Comments  comments 
formats

What you need to know about VLANs for the CCNA Exam

VLANs for the CCNA ExamVLANs are another important topic on the CCNA Exam that you will need to become very familiar with. VLAN stands for Virtual Local Area Network which means that you can now segment a LAN logically at the Layer 2 level rather than physically based on geographic location.

Benefits of VLANs

Having this capacity to logically break up network segments VLANs provide many benefits. They are able to break up broadcast domains, keep network failures from affecting the entire network, increase security, and reduce administrative overhead.

Click to continue…

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
4 Comments  comments 
formats

What you should know about PPP for the CCNA Exam

Point-to-Point Protocol or PPP for short is a layer 2 protocol for sending layer 3 packets over synchronous (ISDN) and asynchronous (dial-up) WAN links. Just like for every topic on the CCNA Exam there are many new terms that you will need to learn and understand about PPP. So, lets begin! Link Control Protocol The

Read More…

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
1 Comment  comments 
formats

7 Great Cisco Networking Engineers to Learn From

The CCIE has been around since August 1993 and a lot has happened within the last 17 years. One big thing that has changed is that now there is actual curriculum to study and courses that you can take. That just didn’t exist 17 years ago. There was no

 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
18 Comments  comments