PDFTutorials.50webs.com
HOME TUTORIALS FAQs ARTICLES CAREERS BOOKS DISCUSSION CHAT GUESTS
 

Cisco CCNA Exam Tutorial: Why Do We Need Private Address Ranges?

Tutorial Downloads

BSD Tutorial Downloads
C++ Tutorial Downloads
ECLIPSE Tutorial Downloads
FIREWALLS Tutorial Downloads
J2EE Tutorial Downloads
J2ME Tutorial Downloads
JAVA Tutorial Downloads
JBOSS Tutorial Downloads
LINUX Tutorial Downloads
MULTIMEDIA Tutorial Downloads
MYSQL Tutorial Downloads
NETWORKING Tutorial Downloads
ORACLE Tutorial Downloads
PERL Tutorial Downloads
PHP Tutorial Downloads
PYTHON Tutorial Downloads
SAP Tutorial Downloads
SOLARIS Tutorial Downloads
SQL Tutorial Downloads
SYMBIAN Tutorial Downloads
SYSTEM ADMIN Tutorial Downloads
UML Tutorial Downloads
UNIX Tutorial Downloads
VB Tutorial Downloads
WEBLOGIC Tutorial Downloads
XML Tutorial Downloads

MAINFRAME Tutorial Downloads
COBOL Tutorial Downloads
C# Tutorial Downloads
DOTNET Tutorial Downloads

(See Full List)


DATABASE TUTORIAL DOWNLOADS


Interview Questions

 C++
 Java
 J2EE
 J2ME
 CCNA
 Networking
 Software Testing/QA
 Visual Basic
 SAP-ABAP
 

(See Full List)


 

When you're studying to pass the CCNA, you're introduced to "private addresses", the address ranges formally referred to as RFC 1918 Private Addresses. (RFC stands for Request For Comment; to see a typical RFC, just put that term in your favorite search engine.)

There are three ranges of 1918 Private Addresses, one in each major network class.

Class A: 10.0.0.0 /8

Class B: 172.16.0.0 /12

Class C: 192.168.0.0 /16

Be careful - these masks are not the classful network masks you're familiar with!

 

The need for private address ranges arose when we started running out of IP addresses. (A lot of us never thought that would happen, but a lot of us used to think we’d never need storage units bigger than floppy disks, too.) You can imagine that as networks began to be installed in offices and schools worldwide, the finite number of IP addresses became a restrictive factor.

Many devices that were using these precious IP addresses did not need to communicate with any device outside its own local area network (LAN). Therefore, these devices could be assigned an IP address that could be used on another device in another LAN - but these devices would not be able to communicate across the Internet.

It was decided to create network address ranges that would be used exclusively for such devices. That's why when you go from one local area network to another, you'll usually see hosts with IP addresses from the above three ranges.

Of course, as time went on, more and more of these devices did need to reach hosts across the Internet. That's where NAT - Network Address Translation - comes into play. But that is a subject for another tutorial!

 

 

Back To Articles

 

Google