You are on page 1of 50

MODULE 4

NETWORK LAYER
ANUSHA N
IPv4 ADDRESSES
• An IPv4 address is a 32-bit address that uniquely and
universally defines the connection of a device (for example, a
computer or a router) to the Internet.
• An IPv4 address is 32 bits long
• IPv4 addresses are unique.
• Two devices on the Internet can never have the same address
at the same time.
• The IPv4 addresses are unique and universal
IPv4 ADDRESSES
• IPv4 uses 32-bit addresses, which means that the address
space is 232 or 4,294,967,296
• Binary Notation
• In binary notation, the IPv4 address is displayed as 32 bits.
• Each octet is often referred to as a byte.
• So it is common to hear an IPv4 address referred to as a 32-bit
address or a 4-byte address.
• The following is an example of an IPv4 address in binary
notation:
01110101 10010101 00011101 00000010
Dotted-Decimal Notation
• To make the IPv4 address more compact and easier to read,
Internet addresses are usually written in decimal form with a
decimal point (dot) separating the bytes.
• The following is the dotted~decimal notation of the above
address:
117.149.29.2
Classful Addressing
• IPv4 addressing, at its inception, used the concept of classes.
This architecture is called classful addressing.
• In classful addressing,
the address space is divided into five classes: A, B, C, D, and E.
Each class occupies some part of the address space
Netid and Hostid In classful addressing
• An IP address in class A, B, or C is divided into netid and
hostid. These parts are of varying lengths, depending on the
class of the address
• In class A, one byte defines the netid and three bytes define the
hostid.
• In class B, two bytes define the netid and two bytes define the
hostid.
• In class C, three bytes define the netid and one byte defines
the hostid
Mask
• The length of the netid and hostid (in bits) is predetermined in
classful addressing,
• we can also use a mask (also called the default mask), a 32-bit
number made of contiguous 1s followed by contiguous as. The
masks for classes A, B, and C are
• The concept does not apply to classes D and E
Ipv 4
2 addresses are reduced from total because
• 1 address is for identifying the network
• And other to know the broadcast address of the network

• Class C subnet mask can be used for Class A& B but class A &
B mask cant be used for Class C
Example 9

Given the network address 17.0.0.0, find the


class, the block, and the range of the
addresses.

Solution

The class is A because the first byte is between


0 and 127. The block has a netid of 17.
The addresses range from 17.0.0.0 to
17.255.255.255.
Example 10

Given the network address 132.21.0.0, find


the class, the block, and the range of the
addresses.

Solution

The class is B because the first byte is between


128 and 191. The block has a netid of
132.21. The addresses range from
132.21.0.0 to 132.21.255.255.
Example 11

Given the network address 220.34.76.0, find


the class, the block, and the range of the
addresses.

Solution

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.
Example 12

Given the address 23.56.7.91 and the default


class A mask, find the beginning address
(network address).

Solution

The default mask is 255.0.0.0, which means


that only the first byte is preserved
and the other 3 bytes are set to 0s.
The network address is 23.0.0.0.
Example 13

Given the address 132.6.17.85 and the


default class B mask, find the beginning
address (network address).

Solution

The default mask is 255.255.0.0, which means


that the first 2 bytes are preserved
and the other 2 bytes are set to 0s.
The network address is 132.6.0.0.
Example 14

Given the address 201.180.56.5 and the class


C default mask, find the beginning
address (network address).

Solution

The default mask is 255.255.255.0,


which means that the first 3 bytes are
preserved and the last byte is set to 0.
The network address is 201.180.56.0.
https://slideplayer.com/slide/12030675/

You might also like