|
|
Network fundamentals
CHAPTER #
5
Internet
Addressing
Internet
addressing
|
IP
Structure
|
|
Field
1
|
.Field
2
|
.Field
3
|
.Field
4
|
|
Network
portion
|
Host
portion
|
|
|
The
dotted decimal
|
|
|
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
|
|