Free Web Hosting by Netfirms
Web Hosting by Netfirms | Free Domain Names by Netfirms

 
 
My Exam notes ON
Foundation Exam 1D0-410
HOME Course # 4

Network fundamentals

CHAPTER # 5


Internet Addressing

Internet addressing

  • An organization called Internet Assigned Numbers Authority (IANA) issues all Internet addresses.

  • The Internet address (dotted decimal) is 32 bit and has four fields separated by dots as follows.
IP Structure
Field 1
.Field 2
.Field 3
.Field 4
Network portion
Host portion
The dotted decimal
208 .157 .24 .111
Binary format
11010000
10011101
00011000
01101111
Internet address classes
CLASS
DOTTED DECIMALS
CLASS A
n/w 1to126
host
host
host
CLASS B
n/w 128 to 191
n/w
host
host
CLASS C
n/w 192 to 223
n/w
n/w
host
CLASS D
n/w 224 to 239
n/w
n/w
n/w
CLASS E
RESERVED FOR FUTURE USE

IP Addressing rules

  • No IP address can start with 127, because it is reserved for loopback address.
  • No IP address can have 255 in any of the four fields, because it is used for broadcasting address.
  • IP address can be possible with all of its network/host portion zero.

Reserved IP addressing

  • The Internet assigned Numbers authority (IANA) has reserved three blocks of address for private use which companies can use for addressing their internal hosts. They are
    • 10.0.0.0 through 10.255.255.255
    • 172.16.0.0 through 172.31.255.255
    • 192.168.0.0 through 192.168.255.255

Subnetworks

  • Network is organized by dividing them into many subnet
  • Subnet subnet mask is a 32 bit address used to determine what subnet an IP address belongs to.
  • Subnet mask is used to specify whether the destination address belong to local or remote network.
  • When a computer sends an information to a destination it compares the following logical process(ANDing)
IF
(Local IP address AND Local subnet mask) = (Remote IP address AND Local subnet mask)
THEN
the destination is in the same subnet.
ELSE
the destination is in deferent subnet.

Related Links

Test your Knoledge

Now it is test time. Try this exam


TOP


Disclaimer
All the materials posted in this site are from my exam notes.They are correct best to the author's knowledge. The author disclaim any responsibility of liability for any direct or indirect damages occurred due the use of it. All product names and services posted are trademarks or registered trademarks of the respective Companies.

 

 

 

1