0% found this document useful (0 votes)
75 views

CH 04

This document discusses IP addresses and classful addressing in TCP/IP networks. It begins with an overview of classful addressing and how the IP address space is divided into classes A, B, C, D, and E. It then provides examples of finding the class of an IP address in binary, decimal, and dotted-decimal notation. The document also discusses how network addresses define the network block and range of addresses assigned to an organization.

Uploaded by

shime
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
75 views

CH 04

This document discusses IP addresses and classful addressing in TCP/IP networks. It begins with an overview of classful addressing and how the IP address space is divided into classes A, B, C, D, and E. It then provides examples of finding the class of an IP address in binary, decimal, and dotted-decimal notation. The document also discusses how network addresses define the network block and range of addresses assigned to an organization.

Uploaded by

shime
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

Chapter 4

CSC465 – Computer Networks


Spring 2004
IP Addresses:
Dr. J. Harrison
Classful Addressing
These slides were produced almost entirely from material by Behrouz
Forouzan for the text “TCP/IP Protocol Suite (2nd Edition)”, McGraw
Hill Publisher

Classful Network Layer IP Address Space


Addressing
• To allow global communication, each Internet • 232 = 4,294,967,296
device requires a unique identifier • Actual number much less due to self-imposed
– Like unique phone number (country/area/local)
restrictions
• In the IP layer of TCP/IP, the ID is 32-bits
• Uniquely and universally defines the connection
of a host or router to the Internet
• Classful addressing is one addressing
mechanism of IPv4
• Classless addressing to be discussed

Figure 4-1
Dotted-decimal notation
Hexadecimal Notation

0111 0101 1001 0101 0001 1101 1110 1010

75 95 1D EA

0x75951DEA

1
Example 1

Change the following IP address from binary


The binary, decimal, and notation to dotted-decimal notation.
hexadecimal number
10000001 00001011 00001011 11101111
systems are reviewed in
Appendix B. Solution

129.11.11.239

Example 2 Example 3

Change the following IP address from Find the error, if any, in the following IP
dotted-decimal notation to binary notation. address:
111.56.45.78 111.56.045.78

Solution Solution

01101111 00111000 00101101 01001110 There are no leading zeroes in


dotted-decimal notation (045).

Example 3 (continued) Example 4

Find the error, if any, in the following IP Change the following IP addresses from
address: binary notation to hexadecimal notation.
75.45.301.14 10000001 00001011 00001011 11101111

Solution Solution

In dotted-decimal notation,
0X810B0BEF or 810B0BEF16
each number is less than or
equal to 255; 301 is outside this range.

2
4.2 In classful addressing,
the address space is
CLASSFUL divided into five classes:
ADDRESSING A, B, C, D, and E.

Occupation of the address space

Class Addresses Percentage

A 231 50%
B 230 25%
C 229 12.5%
D 228 6.25%
E 228 6.25%

Figure 4-3 Figure 4-4


Finding the address class
Finding the class in binary notation

3
Example 5 Example 6

Find the class of the address:


How can we prove that we have
2,147,483,648 addresses in class A? 00000001 00001011 00001011 11101111
Solution

In class A, only 1 bit defines the class. Solution


The remaining 31 bits are available The first bit is 0. This is a class A address.
for the address. With 31 bits,
we can have 231 or 2,147,483,648 addresses.

Figure 4-5

Example 6 (Continued)
Finding the class in decimal notation
Find the class of the address:
11000001 10000011 00011011 11111111

Solution

The first 2 bits are 1; the third bit is 0.


This is a class C address.

Example 7 Example 7 (Continued)

Find the class of the address: Find the class of the address:
227.12.14.87 193.14.56.22

Solution Solution

The first byte is 227 (between 224 and 239); The first byte is 193 (between 192 and 223);
the class is D. the class is C.

4
Example 8 Solution (Continued)

In Example 4 we showed that class A has 231 Each byte in the notation has a weight.
(2,147,483,648) addresses. How can we The weights are as follows:
prove this same fact using dotted-decimal 2563 , 2562, 2561, 2560
notation? Last address: 127 × 2563 + 255 × 2562 +
Solution 255 × 2561 + 255 × 2560 = 2,147,483,647
First address: = 0
The addresses in class A range from 0.0.0.0 to If we subtract the first from the
127.255.255.255. We notice that we are
dealing with base 256 numbers here. last and add 1, we get 2,147,483,648.

Netid and hostid Blocks in class A

Some Class A Host Organizations


• 043 Japan Inet
• 044 Amateur Radio Digital Communications
• 045 Interop Show Network
• 046 Bolt Beranek and Newman Inc.
• 047 Bell-Northern Research
• 048 Prudential Securities Inc. Millions of class A addresses
• 051 Deparment of Social Security of UK are wasted.
• 052 E.I. duPont de Nemours and Co., Inc.
• 054 Merck and Co., Inc.
• 055 Boeing Computer Services
• 056 U.S. Postal Service

5
Blocks in class B

Many class B addresses


are wasted.

Figure 4-9
Blocks in class C

The number of addresses in


a class C block
is smaller than
the needs of most organizations.

Class D addresses
are used for multicasting; Class E addresses are reserved
there is only for special purposes;
one block in this class. most of the block is wasted.

6
Network Addresses
The network address is the first address. In classful addressing,
The network address defines the network to the the network address
rest of the Internet. (the first address in the block)
is the one that is assigned
Given the network address, we can find the to the organization.
class of the address, the block, and the range of
the addresses in the block

Example 9 Example 10

Given the network address 17.0.0.0, find the Given the network address 132.21.0.0, find
class, the block, and the range of the the class, the block, and the range of the
addresses. addresses.

Solution Solution

The class is A because the first byte is between The class is B because the first byte is between
0 and 127. The block has a netid of 17. 128 and 191. The block has a netid of
The addresses range from 17.0.0.0 to 132.21. The addresses range from
17.255.255.255. 132.21.0.0 to 132.21.255.255.

Example 11 Determining Network ID


Given the network address 220.34.76.0, find
the class, the block, and the range of the Given IP address it is straightforward to determine
addresses. the network ID:
1. Determine class
Solution 2. Mask out host IDs bits based on class
The class is C because the first byte is between
192 and 223. The block has a netid of 220.34.76.
The addresses range from 220.34.76.0
to 220.34.76.255.

7
Figure 4-10
Masking concept

Mask
A mask is a 32-bit binary number that gives the
first address in the block (the network address)
when bitwise ANDed with an address in the
block.

Figure 4-11
AND operation

The network address is the


beginning address of each block.
It can be found by applying
the default mask to
any of the addresses in the block
(including itself).
It retains the netid of the block
and sets the hostid to zero.

Example 12 Example 13

Given the address 23.56.7.91 and the default Given the address 132.6.17.85 and the
class A mask, find the beginning address default class B mask, find the beginning
(network address). address (network address).

Solution Solution

The default mask is 255.0.0.0, which means The default mask is 255.255.0.0, which means
that only the first byte is preserved that the first 2 bytes are preserved
and the other 3 bytes are set to 0s. and the other 2 bytes are set to 0s.
The network address is 23.0.0.0. The network address is 132.6.0.0.

8
Example 14 Multihomed Device
Given the address 201.180.56.5 and the class • Internet address defines the node’s connection
C default mask, find the beginning to its network
address (network address). • A device with multiple network connections
must have multiple IP addresses – one for each
Solution network
• A computer attached to different networks is
The default mask is 255.255.255.0, termed multihomed
which means that the first 3 bytes are • The different addresses may belong to different
preserved and the last byte is set to 0. classes
The network address is 201.180.56.0.

Multihomed devices
Multihomed Device
• A router must be connected to different
networks to route packets
• Hence a router must have > 1 IP address – one
for each interface; so is multihomed
• IP address defines the network location of a
device, not its identity (Network,HostID)
• A device’s IP address must be changed if it is
moved to another network

Network addresses
Special Addresses
Special Address Netid Hostid Source/Dest
Network Address Specific All 0’s None
Direct Broadcast Specific All 1’s Destination
Limited Broadcast All 1’s All 1’s Destination
This host on network All 0’s All 0’s Source
Specific host on this All 0’s Specific Destination
network
Loopback address 127 Any Destination

9
Direct Broadcast Address Limited Broadcast Address

⇐ Class E Address

Example of this host on this address Example of specific host on this network

⇐ Class A Address

⇐ Class A Address

Loopback
Address
Private Addresses
A number of blocks in each class are assigned for
private use. They are not recognized globally.

Class Netids Blocks


A 10.0.0.0 to 10.255.255.255 1

Class A Address B 172.16.0.0 to 172.31.255.255 16

C 192.168.0.0 to 192.168.255.255 256

10
Multicast Addresses
Unicast Addresses • Multicast communication is one-to-many.
• Sent from individual source to multiple
• Unicast communication is one-to-one. destinations
• All hosts on the internet have at least one • Class D address
unicast address
• Entire address defines Group ID
• Unicast addresses belong to classes A, B & C
• A system on the Internet may have > 1 Class D
multicast addresses in addition to unicast address
• Class D address can only be destination

Assigned Multicast Addresses


• Internet authorities have designated some
multicast addresses to specific groups
Address Group A SAMPLE
224.0.0.1 All systems on this subnet
INTERNET
224.0.0.2 All routers on this subnet
WITH
224.0.0.9 RIP2 Routers
CLASSFUL
224.0.1.11 IETF-1-Audio ADDRESSES
Many Others…

11

You might also like