KalAajKal.com :: Home Page  
Articles Quotations Lyrics Recipes Info               
Bookmark this Site  Set it as your HomePage                       
 
 
 Article Categories

  Animals articles  Animals
  Automobiles articles  Automobiles
  Business articles  Business
  Career articles  Career
  Computers articles  Computers
  Computer Programming articles  Computer Programming
  Entertainment articles  Entertainment
  Environment articles  Environment
  Family articles  Family
  Food articles  Food
  Health & Medical articles  Health & Medical
  Home & Garden articles  Home & Garden
  Humor articles  Humor
  Internet Marketing articles  Internet Marketing
  Legal articles  Legal
  Leisure & Recreation articles  Leisure & Recreation
  Marketing articles  Marketing
  Other articles  Other
  Politics articles  Politics
  Religion articles  Religion
  Sports articles  Sports
  Technology & Science articles  Technology & Science
  Travel articles  Travel
  Writing articles  Writing
  Finance articles  Finance
  Internet Business articles  Internet Business
  Communications articles  Communications
  Advice articles  Advice
  Self Improvement articles  Self Improvement
  Fashion articles  Fashion
  Reference & Education articles  Reference & Education
 
 
   


   
   
Categories :: Computers : Computer Certification Articles
 


 

Category :: Computer Certification Articles Author :: Chris Bryant 
 
 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.HSRP is a Cisco-propri  (read full article)
 
 
Category :: Computer Certification Articles Author :: Chris Bryant 
 
 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 traffic identified by the class  (read full article)
 
 
Category :: Computer Certification Articles Author :: Chris Bryant 
 
 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. Integrated Service  (read full article)
 
 
Category :: Computer Certification Articles Author :: Chris Bryant 
 
 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 be using   (read full article)
 
 
Category :: Computer Certification Articles Author :: Chris Bryant 
 
 Article Title :: CCNP Certification / BCMSN Exam Tutorial: Getting Started With HSRP
 
Defined in RFC 2281, HSRP is a Cisco-proprietary protocol in which routers are put into an HSRP router group. Along with dynamic routing protocols and STP, HSRP is considered a high-availability network service, since all three have an almost immediate cutover to a secondary path when the primary path is unavailable.One of the routers will be selected as the primary ("Active", in HSRP terminology), and that primary will handle the routing while the other routers are in standby, ready to handle the load if the primary router becomes unavailable. In this fashion, HSRP ensures a high network uptime, since it routes IP traffic without relying on a single router.The hosts using H  (read full article)
 
 
Category :: Computer Certification Articles Author :: Chris Bryant 
 
 Article Title :: CCNP Certification / BSCI Exam Tutorial: EIGRP Stuck-In-Active Routes
 
Passing the BSCI exam and earning your CCNP is all about knowing the details, and when it comes to EIGRP SIA routes, there are plenty of details to know. A quick check in a search engine for "troubleshoot SIA" will bring up quite a few matches. Troubleshooting SIA routes is very challengin in that there's no one reason they occur.View the EIGRP topology table with the show ip eigrp topology command, and you'll see a code next to every successor and feasible successor. A popular misconception is that we want these routes to have an "A" next to them - so they're active. That's what we want, right? Active routes sound good, right?Well, they sound good, but they're not. If a rou  (read full article)
 
 
Category :: Computer Certification Articles Author :: Chris Bryant 
 
 Article Title :: Cisco CCNA Certification Exam Tutorial: Access List Details You Must Know!
 
To pass the CCNA exam, you have to be able to write and troubleshoot access lists. As you climb the ladder toward the CCNP and CCIE, you'll see more and more uses for ACLs. Therefore, you had better know the basics!The use of "host" and "any" confuses some newcomers to ACLs, so let's take a look at that first.It is acceptable to configure a wildcard mask of all ones or all zeroes. A wildcard mask of 0.0.0.0 means the address specified in the ACL line must be matched exactly a wildcard mask of 255.255.255.255 means that all addresses will match the line.Wildcard masks have the option of using the word host to represent a wildcard mask of 0.0.0.0. Consider a configurati  (read full article)
 
 
Category :: Computer Certification Articles Author :: Chris Bryant 
 
 Article Title :: CCNA Certification Exam Tutorial: Cisco Switching Modes
 
To pass the CCNA exam and earn this important certification, you’ve got to know switching inside and out. While you’re learning all the basic switching theory, make sure to spend some time with the one of three switching modes Cisco routers can use.Store-and-Forward is exactly what it sounds like. The entire frame will be stored before it is forwarded. This mode allows for the greatest amount of error checking, since a CRC (Cyclical Redundancy Check) is run against the frame before it is forwarded. If the frame contains an error, it is discarded. If there’s no problem with the frame, the frame is then forwarded to its proper destination.While store-and-forward doe  (read full article)
 
 
Category :: Computer Certification Articles Author :: Chris Bryant 
 
 Article Title :: CCNP Certification / BSCI Exam Tutorial: HSRP MAC Addresses And Timers
 
To earn your CCNP certification and pass the BCMSN exam, you've got to know what HSRP does and the many configurable options. While the operation of HSRP is quite simple (and covered in a previous tutorial), you also need to know how HSRP arrives at the MAC address for the virtual router - as well as how to configure a new MAC for this virtual router. This puts us in the unusual position of creating a physical address for a router that doesn't exist!The output of show standby for a two-router HSRP configuration is shown below.R2#show standbyEthernet0 - Group 5Local state is Standby, priority 100Hellotime 3 sec, holdtime 10 secNext hello sent in   (read full article)
 
 
Category :: Computer Certification Articles Author :: Chris Bryant 
 
 Article Title :: CCNP / BSCI Exam Tutorial: Route Summarization And The OSPF Null Interface
 
CCNP exam success, particularly on the BSCI exam, demands you understand the details of route summarization. This skill not only requires that you have a comfort level with binary conversions, but you have to know how and where to apply route summarization with each individual protocol.You also have to know the "side effects" of route summarization. With OSPF, there will actually be an extra interface created at the point of summarization, and this catches a lot of CCNP candidates by surprise. Let's take a look at the null0 interface and how it relates to OSPF summarization.On R1, the following networks are redistributed into OSPF, and then summarized.interface Loo  (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
 

Content that published and provided on this web site is for informational purposes only. We accept no responsibility for any loss, damages or inconvenience sustained by any person or authority resulting from information published on this web site. We encourage and request you to verify any critical information with the relevant authorities.

   
  Articles  |  Lyrics  |  Quotations  Facts  |  Plants  |  Names  |  Biography  |  Jokes  |  Recipes 
   
Copyright © 2007  KalAajKal.com.  All Rights Reserved.