Category :: Computer Certification Articles |
Author :: Chris Bryant  |
| |
| Article Title :: Cisco CCNP / BSCI Exam Tutorial: IP Version 6 Zero Compression |
| |
| BSCI exam success is all part of becoming a CCNP, and part of that success is now learning the basics of IP Version 6, or IPv6. One of the most difficult parts of learning IPv6 concepts is the radically different addressing scheme that IPv6 uses as compared to IPv4. Just look at these sample addresses:Typical IPv4 address: 129.14.12.200Typical IPv6 address: 1029:9183:81AE:0000:0000:0AC1:2143:019BAs you can see, IPv6 isn't exactly just tacking two more octets onto an IPv4 address!I haven't met too many networkers who really like typing, particularly numbers. You'll be happy to know there are some rules that will shorten those addresses a bit, and it's a very (read full article) |
| |
 |  |
| |
Category :: Computer Certification Articles |
Author :: Chris Bryant  |
| |
| Article Title :: Cisco CCNP / BSCI Exam Tutorial: Leading Zero Compression |
| |
| The BSCI exam and CCNP certification requires that you be well versed in the basics of IP Version 6, or IPv6. If you're new to IPv6, you'll quickly learn that it's not exactly just two more octets slapped onto an IPv4 address! IPv6 addresses are quite long, but there are two ways to acceptably shorten IPv6 address expression. To pass the BSCI exam, become a CCNP, and get that all-important understanding of IPv6, you've got to understand these different methods of expressing an IPv6 address. My last IPv6 tutorial discussed zero compression; today we'll take a look at leading zero compression.Leading zero compression allows us to drop the leading zeroes from every field in the ad (read full article) |
| |
 |  |
| |
Category :: Computer Certification Articles |
Author :: Chris Bryant  |
| |
| Article Title :: Cisco CCNP / BCMSN Exam Tutorial: Static VLANs |
| |
| BCMSN exam success and earning your CCNP certification requires you to add to your knowledge of VLAN configuration. When you studied for your CCNA exam, you learned how to place ports into a VLAN and what the purpose of VLANs was, but you may not be aware that there are two types of VLAN membership. To pass the BCMSN exam, you must know the details of both types.In this tutorial, we'll take a look at the VLAN type you are most familiar with, the "static VLAN". As you know, VLANs are a great way to create smaller broadcast domains in your network. Host devices connected to a port belonging to one VLAN will receive broadcasts and multicasts only if they were originated by another (read full article) |
| |
 |  |
| |
Category :: Computer Certification Articles |
Author :: Chris Bryant  |
| |
| Article Title :: Cisco CCNA / CCNP Home Lab Tutorial: Configuring An Access Server |
| |
| As your CCNA / CCNP home lab expands, an access server such as the Cisco 2509 or 2511 is one of the best investments you can make. In this article, we'll look at the basic configuration for an access server and discuss how to connect to the other routers and switches in your pod through the AS.Here's part of a configuration from one of my access servers:ip host FRS 2006 100.1.1.1ip host SW2 2005 100.1.1.1ip host SW1 2004 100.1.1.1ip host R2 2002 100.1.1.1ip host R1 2001 100.1.1.1ip host R3 2003 100.1.1.1interface Loopback0ip address 100.1.1.1 255.255.255.255no ip directed-broadcastThis is an IP Host table, and t (read full article) |
| |
 |  |
| |
Category :: Computer Certification Articles |
Author :: Chris Bryant  |
| |
| Article Title :: Computer Training School Tutorial: Know Your Instructor |
| |
| Making the decision to attend a computer tech school can be one of the best decisions of your life. Another great decision is to tap a hidden wealth of knowledge that is right before every student at schools such as ECPI and ITT, but very few students take advantage of it.When you're attending a computer training school, you must avoid the mentality that some other students will have - "I gotta go to school, I gotta be here, I can't wait to leave and go home". When you're preparing for a career working with computers, you've got to take advantage of every learning experience you can get, and that includes getting to know the most valuable resource at your school - your teachers! (read full article) |
| |
 |  |
| |
Category :: Computer Certification Articles |
Author :: Chris Bryant, CCIE #12933  |
| |
| Article Title :: Cisco CCNA Certification Exam Tutorial: Frame Relay DLCIs And Mappings |
| |
| Passing the CCNA is tough, and one of the toughest parts is keeping all the acronyms straight! Frame Relay has plenty of those, and today we're going to examine what DLCIs do and how they're mapped on a Cisco router.
Frame Relay VCs use Data-Link Connection Identifiers (DLCI - pronounced "del-see") as their addresses. Unlike other Cisco technologies, VCs have only a single DLCI in their header. They do not have a source and destination.
DLCIs have local significance only. DLCI numbers are not advertised to other routers, and other routers can use the same DLCI numbers without causing connectivity issues.
Cisco uses the term global addressing to describ (read full article) |
| |
 |  |
| |
Category :: Computer Certification Articles |
Author :: Chris Bryant, CCIE #12933  |
| |
| Article Title :: Cisco CCNP Certification / BSCI Exam Tutorial: Comparing IRDP And HSRP |
| |
| To pass the BSCI exam, you need to know the difference between IRDP and HSRP. While they have the same basic function, the operation and configuration of each are totally different.
The aim of both is to allow hosts to quickly discover a standby router when the primary router fails. IRDP is commonly used by Windows DHCP clients and several Unix variations, but you do see it in Cisco routers as well. IRDP is defined in RFC 1256.
IRDP routers will multicast Hello messages that host devices hear. If a host hears from more than one IRDP router, it will choose one as its primary and will start using the other router if the primary it's chosen goes down.
HSR (read full article) |
| |
 |  |
| |
Category :: Computer Certification Articles |
Author :: Chris Bryant, CCIE #12933  |
| |
| Article Title :: Cisco CCNP Certification / BCMSN Exam Tutorial: Writing QoS Policy |
| |
| QoS - Quality of Service - is a huge topic on both the BCMSN exam and real-world networks. QoS is so big today that Cisco's created separate specialist certifications that cover nothing but QoS! It can be an overwhelming topic at first, but master the fundamentals and you're on your way to exam and job success.
If you work with QoS at any level - and sooner or later, you will - you've got to know how to write and apply QoS policies.
Creating and applying such a policy is a three-step process.
1. Create a QoS class to identify the traffic that will be affected by the policy.
2. Create a QoS policy containing the actions to be taken by traf (read full article) |
| |
 |  |
| |
Category :: Computer Certification Articles |
Author :: Chris Bryant, CCIE #12933  |
| |
| Article Title :: Cisco CCNA Certification Exam Tutorial: Configuring Dialer Profiles |
| |
| The most common method of configuring ISDN is with dialer maps, but dial information can also be configured on a logical interface. To pass the CCNA exam, you must know how to configure and troubleshoot both dialer maps and dialer profiles.
Dialer Profiles allow different dialing information to be configured onto logical interfaces. The logical interfaces may have different dialing destinations, different remote router names, etc., but they’ll be using the same physical interface.
Dialer strings are used on dialer profiles. Note that each logical interface has a different IP address, a different remote router to dial, and a different dialer string, but they will b (read full article) |
| |
 |  |
| |
Category :: Computer Certification Articles |
Author :: Chris Bryant, CCIE #12933  |
| |
| Article Title :: CCNP Certification / BCMSN Exam Tutorial: QoS Service Types |
| |
| To pass the CCNP exams, you’ve got to master Quality of Service, and the first step in doing so is knowing the differences between the different QoS types.
Now this being Cisco, we can't just have one kind of QoS! We've got best-effort delivery, Integrated Services, and Differentiated Services. Let's take a quick look at all three.
Best-effort is just what it sounds like - routers and switches making their "best effort" to deliver data. This is considered QoS, but it's kind of a "default QoS". Best effort is strictly "first in, first out" (FIFO).
An entire path from Point A to Point B will be defined in advance when Integrated Services are in effect (read full article) |
| |
 |  |
| |
| |
| Prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 [25] 26 27 28 29 30 31 32 33 34 35 36 37 Next |