IP Addressing, Subnetting, Supernetting
IP Addressing, Subnetting, Supernetting
IP Addressing, Subnetting, Supernetting
IP Addresses:
Classful Addressing
Objectives
Upon completion you will be able to:
Address Space
Notation
Solution
We replace each decimal number with its binary equivalent:
a. 01101111 00111000 00101101 01001110
b. 11011101 00100010 00000111 01010010
c. 11110001 00001000 00111000 00001100
d. 01001011 00101101 00100010 01001110
9 TCP/IP Protocol Suite
Example 3
Solution
a.
Solution
In class A, only 1 bit defines the class. The remaining 31 bits
are available for the address. With 31 bits, we can have 231
or 2,147,483,648 addresses.
Solution
See the procedure in Figure 4.4.
a. The first bit is 0. This is a class A address.
b. The first 2 bits are 1; the third bit is 0. This is a class C address.
c. The first bit is 0; the second bit is 1. This is a class B address.
d. The first 4 bits are 1s. This is a class E address..
17 TCP/IP Protocol Suite
Figure 4.5 Finding the class in decimal notation
Solution
Given the network address 17.0.0.0, find the class, the block,
and the range of the addresses.
Solution
Solution
Solution
Solution
.
Solution
.
Solution
Solution
We apply the AND operation on the address and the subnet
mask.
Address ➡ 11001000 00101101 00100010 00111000
Subnet Mask ➡ 11111111 11111111 11110000 00000000
Subnetwork Address ➡ 11001000 00101101 00100000 00000000.