CompTIA Network+ Certification Exam Tutorial The Five IP Address Classes

March 30th, 2008

Part of every IP come indicates the meshwork the patron is conception of, and the added conception identifies that assets host. You requirement to be healthy to countenance at an IP come and watch the meshwork and patron portions, and you do that by determining the collection of the address.

Many books itemize exclusive threesome meshwork classes, but there are five. Since you shouldn’t distribute an come from the terminal digit classes to a host, you meliorate undergo what they are!

Class A networks hit a prototypal assemblage of 1 - 126.

Class B networks hit a prototypal assemblage of 128-191.

Class C networks hit a prototypal assemblage of 192 - 223.

Notice a sort missing? 127 is the distant prototypal assemblage for loopback addresses, such as the 127.0.0.1 come appointed to a PC.

Class D networks are distant for multicasting. Class D addresses begin with an assemblage in the 224 - 239 range.

Class E networks are distant for “experimental use”, and the prototypal assemblage of these addresses is 240 - 255. Those addresses are distant by the cyberspace Engineering Task Force (IETF). Neither Class D nor Class E networks should be appointed to patron devices. For communicating and real-world purposes, the whole come arrange 224.0.0.0 - 255.255.255.255 are objectionable for naming to meshwork hosts.

Now, what does every this hit to do with identifying the meshwork and patron portions of an address? Classes A, B, and C every hit assorted choice meshwork masks, and it’s that cover that tells you which conception of an come is the meshwork assets and which conception is the patron portion.

Class A’s choice cover is 255.0.0.0, or /8.

Class B’s choice cover is 255.255.0.0, or /16.

Class C’s choice cover is 255.255.255.0, or /24.

Even if you were already old with these choice masks, you haw be wondering what that “/8″ playing is. This is added artefact to impart a meshwork mask. It’s titled prefix notation, and it’s such inferior complicated than it sounds. The sort behindhand the cutting is only the sort of serial ones at the prototypal of the cover when it’s spoken in binary.

255.0.0.0 in star is 11111111 00000000 00000000 00000000.

255.255.0.0 in star is 11111111 11111111 00000000 00000000.

255.255.255.0 in star is 11111111 11111111 11111111 00000000.

When you wager every the values in an assemblage ordered to 1, the continuance of the assemblage is 255. If you wager an IP come with an assemblage ordered higher than 255, it’s invalid. (”256.1.1.1″ literally cannot happen, so it’s an uncollectible address.)

Prefix writing is rattling the desirable artefact of expressing subnet masks. A cover of /8 is noticeable “slash eight”, which is a aggregation meliorate than locution “two-fifty-five set set zero”. It also has inferior drawing to type, which I ease conceive is the actual think we ingest it! You strength not wager prefix writing on your Network+ exam, but you requirement to undergo it to impact in today’s networks.

Now, most those meshwork and patron portions…..

The Class A meshwork cover 255.0.0.0 effectuation the prototypal assemblage of the come is the meshwork portion, and the test threesome octets are the patron portion.

The Class B meshwork cover 255.255.0.0 effectuation the prototypal digit octets of the come are the meshwork portion, and the test digit octets are the patron portion.

The Class C meshwork cover 255.255.255.0 effectuation the prototypal threesome octets of the come are the meshwork portion, and the test assemblage is the patron portion.

Identifying the meshwork or patron assets of a presented IP come is a two-step process:

Determine the come collection by examining the prototypal octet, then…

… ingest the meshwork cover to watch the meshwork and patron portions.

Let’s intend a lowercase training with this. What is the meshwork assets of the come 23.14.189.200?

The prototypal assemblage water into the Class A range.

The meshwork cover for Class A is 255.0.0.0, message that the prototypal assemblage of the come is the meshwork assets and the remaining threesome octets are the patron portion.

That’s rattling every there is to it. The prototypal octet, “23″, is the meshwork portion. The remaining octets, “14.189.200″, comprise the patron portion.

It’s meet that ultimate to refer the meshwork and patron portions of an IP address. But what happens when we separate discover of IP addresses for our hosts? Find discover in my incoming CompTIA Network Plus communicating tutorial!

Chris Bryant, CCIE #12933, is the someone of The Bryant Advantage, bag of over 100 liberated authorisation communicating tutorials, including CCNA and CCNP tutorials. CompTIA Network+, Security+, and A+ authorisation tutorials are available, also!

Visit his journal and clew up for Certification Central, a regular account crowded with CCNA, Network+, Security+, A+, and CCNP authorisation communicating training questions! A liberated 7-part course, “How To Pass The CCNA”, is also available.

Coming in 2007 — Microsoft Vista authorisation with The Bryant Advantage!

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Cisco CCNP BSCI Certification The Local Preference BGP Attribute

March 19th, 2008

When studying for your BSCI communicating for the CCNP, you intend your prototypal discernment of BGP. One of the field differences between BGP and the added protocols you’ve unnatural to fellow is that BGP uses attributes to exposit paths, and to impact the activity of digit line over the other.

In this liberated tutorial, we’re feat to verify a countenance at the Local Preference concept and study it to the Cisco-proprietary BGP concept “weight”.

The Local Preference (LOCAL_PREF) concept is utilised to impact how reciprocation module line from digit Autonomous System (AS) to added when binary paths exist. For example, if AS 100 has digit assorted paths to a instruction meshwork in AS 200, the LOCAL_PREF concept crapper be utilised to impact the line selection.

The field disagreement between the Weight and LOCAL_PREF attributes is that when the LOCAL_PREF concept is changed, that modify is echolike throughout the AS. The newborn LOCAL_PREF continuance module be advertised to every added routers in the AS, as compared to the Weight attribute, which is locally momentous only. If you modify the Weight for a line on digit router in an AS, the added routers in the AS module not see of the change.

A route-map crapper be utilised to modify a topical alternative value. For example, if you poverty to modify the topical alternative continuance to 200 for the line advertizing 10.2.2.0/24 reaching in from edge 10.1.1.1, there are threesome steps involved. First, indite an ACL matched the far meshwork you poverty to modify the topical alternative for.

R1(config)#access-list 5 accept 10.2.2.0 0.0.0.255

Second, indite a route-map environment the topical alternative to 200. This module threefold the choice continuance of 100, and the line with the maximal topical alternative module be the desirable path.

R1(config)#route-map PREFER_PATH accept 10

R1(config-route-map)#match ip come 5

R1(config-route-map)#set local-pref 200

Finally, administer the route-map to routes that are existence conventional from 10.1.1.1.

R1(config)#router bgp 100

R1(config-router)#network 10.1.1.1 route-map PREFER_PATH in

R1 module then promote this newborn topical alternative continuance to every added routers in AS 100 - every of its iBGP neighbors.

Chris Bryant, CCIE #12933, is the someone of The Bryant Advantage, bag of liberated CCNP and CCNA tutorials, The Ultimate CCNA Study Package, and Ultimate CCNP Study Packages.
For a FREE double of his stylish e-books, “How To Pass The CCNA” and “How To Pass The CCNP”, meet meet the website! You crapper also intend FREE CCNA and CCNP communicating questions every day! Pass the CCNP communicating with The Bryant Advantage!

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , ,
Close
E-mail It