@chapter 4 Data Comm
@chapter 4 Data Comm
Dursa a.
1
IP versions and Addressing
3
Classifying IP Addresses
– The first three classes A through C, each use a different size for the
network ID and host ID portion of the address
– Class D is for special type of address called a Multicast Address.
– The first four bits of the IP address are used to determine into which
class a particular address fits
4
– If the first bit is a zero (0), the address is Class A address.
– If the first two bits are 10, the address is a Class B address.
– If the first three bits are 110, the address is a Class C
address.
– If the first four bits are 1110, the address is a Class D
address.
– If the first four bits are 1111, the address is a Class E
address
5
IP Address Classes
6
Class A Addresses
– The first octet is the network ID, and the remaining three octets
are the host ID. = [ N. H. H. H]
– Only 126 Class A networks can exist in the entire Internet.
– Each Class A network can accommodate more than 16 million
hosts
– Only about 40 Class A addresses are actually assigned to
companies or organizations
– The rest are
• Either reserved for use by IANA (Internet Assigned Numbers Authority)
or
• Are assigned to organizations that manage IP assignments for
geographic regions such as Europe, Asia, and Latin America
7
• Class A has 1 byte (8 bits) Network ID and from the binary
notation we see that Class A address starts with 0 so there are
total 7 bits that can be changed out of 8.
Therefore total number of blocks in Class A = 27 = 128
• There are 3 bytes (24 bits) for Host ID in Class A so
Total number of host in each block = 224 = 16,777,216
• So total number of addresses in Class A = No. of Blocks in Class
A x No. of Hosts in each block of Class A
=128 x 16,777,216
= 2,147,483,648
• This is 50% of the total addresses in IPv4.
8
• Blocks of Class A
9
Class B addresses
10
• Class B has 2 bytes (16 bits) netid and from the binary notation we see
that Class B address starts with 10, so there are total 14 bits that can
be changed out of 16.
Therefore total number of blocks in Class B = 214 = 16,384
11
• Blocks of Class B
12
Class C addresses
• The first three octets are used for network ID, and the
fourth octet is used for the host ID. = [N. N. N. H]
13
Class C addresses… (CLASS WORK for 3” )
• Class C has 3 bytes (24 bits) netid and from the binary notation
Therefore total number of blocks = ?
• There is 1 byte (8 bits) for hostid in Class C so
Total number of host in each block = ?
• So total number of addresses in Class C = No. of Blocks in Class C x
No. of Hosts in each block of Class C
=?
• This is 25% of the total addresses in IPv4.
• Solution:
– Therefore total number of blocks = ? [221 ]=2,097,152
– Total number of host in each block = ? [28]=256
– Class C = [ 2,097,152 * 256]
14
• Blocks of Class C
15
Class D Addresses
224.0.0.0 to 239.255.255.255
Class D
Single block of 268,435,456 addresses
Class E Addresses
• It also consists of a single block. It is reserved for future use.
16
Reserved addresses
17
The following table summarizes the details of each address
class
18
Exercise 1: Address Class Identification
19
Exercise 2: Network and Host Identification
20
Subnets and Subnet Masks
– Subnetting is the process of creating networks that aren’t limited to
the scales provided by Class A, B, C IP addresses
– Subnetting is used to create smaller broadcast domains and to better
utilize the bits in the host ID.
– With subnetting, you can create networks with more realistic host
limits.
– Subnetting provides a more flexible way to designate which portion
of an IP address represents the network ID and which portion
represents the host ID.
– Subnetting lets you select an arbitrary number of bits to use for the
network ID
21
Subnets and Subnet Masks…
– Two reasons compel people to use subnetting
• Performance reasons
– The router is aware of the separate subnetted network IDs and will
route IP packets to the appropriate subnet.
22
Subnets and Subnet Masks…
24
Exercise 3: Default Subnet Masks
• Write the correct default subnet mask for each of the following
addresses:
25
Subnets and Subnet Masks…
– To determine the network ID of an IP address, the router must have
both the IP address and the subnet mask.
– The router then performs a bitwise operation called a Logical AND
on the IP address in order to extract the network ID.
26
Subnets and Subnet Masks…
27
Subnets and Subnet Masks…
– Network prefix notation is also called Classless Inter-Domain Routing
notation, or just CIDR for short
– The table lists the default subnet masks using the network prefix notation for
the subnet mask
Address Class Bits for Subnet Mask Network Prefix
29
Example 4: Sub-netting
• Suppose we are using 255.255.240.0 as a subnet
mask and 172.16.0.0 as a Network address
(172.16.0.0/20)
• Answer these five questions:
1. How many subnets does the subnet mask produce?
2. How many valid hosts per subnet?
3. What are the valid subnets?
4. What are the valid hosts in each subnet?
5. What is the broadcast address of each subnet?
• How many subnets?
– 2x , where X is the amount of masked bits, or the 1s
In this example, . there are 24= 16 subnets
30
Subnets and Subnet Masks…
– How many hosts per subnet?
• 2x – 2, where X is the amount of unmasked bits, or the 0s
In this example, there are 212 – 2 = 4094 hosts per subnet
– What are the valid subnets?
• 256 – subnet mask = base number.
For example, 256 – 240 = 16, 32, 48, … 224
– What is the broadcast address for each subnet?
• Broadcast address is all host bits turned on, which is the number
immediately after the last host number.
32
Exercise 6:
1, IP Address 192.100.10.0 and
subnet Mask: 255.255.255.240
2, IP Address=165.100.0.0
Subnet Mask=255.255.255.192
Solution:
1. Class C, Subnet = 14, Host=14, Borrowed bit=4
2. Class B, Subnet=1022, Host=62, Borrowed bit= 10
33
Supernetting and Classless Inter-Domain Routing
• With the recent growth of the Internet, it became clear to the Internet
authorities that the class B network IDs would soon be depleted.
• For most organizations, a class C network ID does not contain enough
host IDs.
• A class B network ID has enough bits to provide a flexible subnetting
scheme within the organization.
• Rather than assigning a class B network ID, the Internet Network
Information Center (InterNIC) assigns a range of class C network IDs
that contain enough network and host IDs for the organization’s needs.
• This is known as supernetting.
– For example, rather than allocating a class B network ID to an organization
that has up to 2,000 hosts, the InterNIC allocates a range of 8 class C network
IDs.
– Each class C network ID accommodates 254 hosts, for a total of 2,032 host
IDs.
34
Super-netting and Classless Inter-Domain Routing…
• Conceptually, CIDR creates the routing table entry: {Starting Network ID,
count},
– where Starting Network ID is the first class C network ID and the count is the
number of class C network IDs allocated.
• In practice, a supernetted subnet mask is used to convey the same
information. To express the situation where 8 class C network IDs are
allocated starting with Network ID 220.78.168.0:
Starting Network 220.78.168.0 10011110 01001110 10101000 00000000
ID
Ending Network 220.78.175.0 10011110 01001110 10101111 00000000
ID
• Note that the first 21 bits (underlined) of all the above Class C network IDs are the same.
• The last three bits of the third octet vary from 000 to 111
36
Supernetting and Classless Inter-Domain Routing…
• The CIDR entry in the routing tables of the Internet routers becomes:
37
Public and Private Addresses
– There are two types of addresses employed on the Internet, public
addresses and private addresses
– Public Addresses
• are assigned by InterNIC (Internet Network Information
Center)
• consist of class-based network IDs or blocks of CIDR-based
addresses (called CIDR blocks) that are guaranteed to be
globally unique to the Internet
– Private Address
• An IP address in the private address space is never assigned as a
public address
• IP addresses within the private address space are known as
private addresses
38
Public and Private Addresses…
• The private address space is defined by the following
three address blocks:
• 10.0.0.0/8
– is a class A network ID
– allows the following range of valid IP addresses: 10.0.0.1 to
10.255.255.254
– has 24 host bits that can be used for any subnetting scheme
within the private organization
• 172.16.0.0/12
– interpreted either
• as a block of 16 class B network IDs or
• as a 20-bit assignable address space (20 host bits) which can be used
for any subnetting scheme within the private organization.
– allows the following range of valid IP addresses: 172.16.0.1
to 172.31.255.254.
39
Public and Private Addresses…
• 192.168.0.0/16
– interpreted
• either as a block of 256 class C network IDs
• or as a 16-bit assignable address space (16 host bits), which can be used
for any subnetting scheme within the private organization
– allows the following range of valid IP addresses: 192.168.0.1 to
192.168.255.254
• Traffic to destination private addresses are not reachable
on the Internet.
• Internet traffic from a host that has a private address must
– either send its requests to an application layer gateway (such as a
proxy server), which has a valid public address,
– or have its private address translated into a valid public address
by a network address translator (NAT) before it is sent on the
Internet
40
QUIZ (5%)
1. 137.107.0.1 belongs to class________.
2. Extract the network address from 144.28.16.17 using the 19-bit subnet mask?
3. Represent the IP address 172.16.0.0 and subnet mask 255.255.192.0 using
network prefix notation?
4. If the first four bits are 1110, the address is a Class __________ address.
5. Given : 192.168.10.0 =Network address
255.255.255.192 =Subnet address
1. How many Subnet?
2. How many hosts per subnet?
3. What are valid subnet?
**Show the Steps clearly
and neatly for all
questions.**
41
IPv6
aaaa:aaaa:aaaa:aaaa:aaaa:aaaa:aaaa:aaaa
• Each aaaa is a 16-bit hexadecimal value, and each a is a 4-
bit hexadecimal value.
• Following is a sample IPv6 address:
3FFE:0000:0000:0001:0200:F8FF:FE75:50DF
44
IPv6 Address Representation
49
IPv6 Address Structure
52
Thank You
?
53