SlideShare a Scribd company logo
Network Layer:
Logical Addressing
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.
Note
The address space of IPv4 is
232 or 4,294,967,296.
Note
19.5
Figure 19.1 Dotted-decimal notation and binary notation for an IPv4 address
Change the following IPv4 addresses from binary notation
to dotted-decimal notation.
Example 19.1
Solution
We replace each group of 8 bits with its equivalent decimal
number (see Appendix B) and add dots for separation.
Change the following IPv4 addresses from dotted-decimal
notation to binary notation.
Example 19.2
Solution
We replace each decimal number with its binary equivalent
(see Appendix B).
Find the error, if any, in the following IPv4 addresses.
Example 19.3
Solution
a. There must be no leading zero (045).
b. There can be no more than four numbers.
c. Each number needs to be less than or equal to 255.
d. A mixture of binary notation and dotted-decimal
notation is not allowed.
In classful addressing, the address space is divided into five
classes:
A, B, C, D, and E.
Note
Figure 19.2 Finding the classes in binary and dotted-decimal notation
Find the class of each address.
a. 00000001 00001011 00001011 11101111
b. 11000001 10000011 00011011 11111111
c. 14.23.120.8
d. 252.5.15.111
Example 19.4
Solution
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 byte is 14; the class is A.
d. The first byte is 252; the class is E.
Table 19.1 Number of blocks and block size in classful IPv4 addressing
In classful addressing, a large part of the available addresses were wasted.
Note
Table 19.2 Default masks for classful addressing
Classful addressing, which is almost obsolete, is replaced with classless addressing.
Note
To overcome address depletion and give more organizations access to the
Internet,classless addressing was designed and implemented. In this scheme, there are
no classes, but the addresses are still granted in blocks.
Note
The first address in the block can be found by setting the rightmost
32 − n bits to 0s.
Note
A block of addresses is granted to a small organization. We
know that one of the addresses is 205.16.37.39/28. What is
the first address in the block?
Solution
The binary representation of the given address is
11001101 00010000 00100101 00100111
If we set 32−28 rightmost bits to 0, we get
11001101 00010000 00100101 0010000
or
205.16.37.32
Example 19.6
The last address in the block can be found by setting the rightmost
32 − n bits to 1s.
Note
Find the last address for the block in Example 19.6.
Solution
The binary representation of the given address is
11001101 00010000 00100101 00100111
If we set 32 − 28 rightmost bits to 1, we get
11001101 00010000 00100101 00101111
or
205.16.37.47
Example 19.7
The number of addresses in the block can be found by using the formula
232−n.
Note
Find the number of addresses in Example 19.6.
Example 19.8
Solution
The value of n is 28, which means that number
of addresses is 2 32−28 or 16.
Another way to find the first address, the last address, and
the number of addresses is to represent the mask as a 32-bit
binary (or 8-digit hexadecimal) number. This is
particularly useful when we are writing a program to find
these pieces of information. In Example 19.5 the /28 can be
represented as
11111111 11111111 11111111 11110000
(twenty-eight 1s and four 0s).
Find
a. The first address
b. The last address
c. The number of addresses.
Example 19.9
Solution
a. The first address can be found by ANDing the given
addresses with the mask. ANDing here is done bit by
bit. The result of ANDing 2 bits is 1 if both bits are 1s;
the result is 0 otherwise.
Example 19.9 (continued)
b. The last address can be found by ORing the given
addresses with the complement of the mask. ORing
here is done bit by bit. The result of ORing 2 bits is 0 if
both bits are 0s; the result is 1 otherwise. The
complement of a number is found by changing each 1
to 0 and each 0 to 1.
Example 19.9 (continued)
c. The number of addresses can be found by
complementing the mask, interpreting it as a decimal
number, and adding 1 to it.
Example 19.9 (continued)
Figure 19.4 A network configuration for the block 205.16.37.32/28
The first address in a block is
normally not assigned to any device;
it is used as the network address that represents the organization
to the rest of the world.
Note
An ISP is granted a block of addresses starting with
190.100.0.0/16 (65,536 addresses). The ISP needs to
distribute these addresses to three groups of customers as
follows:
a. The first group has 64 customers; each needs 256
addresses.
b. The second group has 128 customers; each needs 128
addresses.
c. The third group has 128 customers; each needs 64
addresses.
Design the subblocks and find out how many addresses are
still available after these allocations.
Example 19.10
Solution
Figure 19.9 shows the situation.
Example 19.10 (continued)
Group 1
For this group, each customer needs 256 addresses. This
means that 8 (log2 256) bits are needed to define each host.
The prefix length is then 32 − 8 = 24. The addresses are
Example 19.10 (continued)
Group 2
For this group, each customer needs 128 addresses. This
means that 7 (log2 128) bits are needed to define each host.
The prefix length is then 32 − 7 = 25. The addresses are
Example 19.10 (continued)
Group 3
For this group, each customer needs 64 addresses. This
means that 6 (log264) bits are needed to each host. The
prefix length is then 32 − 6 = 26. The addresses are
Number of granted addresses to the ISP: 65,536
Number of allocated addresses by the ISP: 40,960
Number of available addresses: 24,576
19.33
Figure 19.9 An example of address allocation and distribution by an ISP
An IPv6 address is 128 bits long.
Note
Reference
Data Communications and Networking By Behrouz
A.Forouzan

More Related Content

PPT
Ch19
PPTX
NETWORK LAYER - Logical Addressing
PDF
Ch19 network layer-logical add
PPT
4a logical laddressing
PDF
PPTX
Week11 lec1
PPT
Ch19
NETWORK LAYER - Logical Addressing
Ch19 network layer-logical add
4a logical laddressing
Week11 lec1

What's hot (19)

DOCX
Subnet Design
PPT
Chapter 19: Logical Addressing
PPT
Chap 05
PDF
Chapter5(i pv4 address)
PPTX
Bcd to excess 3 code converter
PPT
network Addressing
PDF
Digital electronics
PPT
Lecture 01
PPT
Chap 04
PPTX
Network layer,ipv4, Classful Addressing,notations, Classless addressing,class...
PPT
IS 139 Lecture 4 - 2015
PDF
Csc 2313 (lecture 3)
PPT
About ip address
PPTX
review of number systems and codes
PPTX
Computer architecture data representation
DOCX
Manoch1raw 160512091436
PPTX
Data Representation
PPTX
DIGITAL DESIGN
Subnet Design
Chapter 19: Logical Addressing
Chap 05
Chapter5(i pv4 address)
Bcd to excess 3 code converter
network Addressing
Digital electronics
Lecture 01
Chap 04
Network layer,ipv4, Classful Addressing,notations, Classless addressing,class...
IS 139 Lecture 4 - 2015
Csc 2313 (lecture 3)
About ip address
review of number systems and codes
Computer architecture data representation
Manoch1raw 160512091436
Data Representation
DIGITAL DESIGN
Ad

Similar to Subnet Masking in Computer Network--CST 2nd year by Tanushree Bhadra (20)

PPT
Chapter 19
PPT
ch19new.ppt
PDF
20CS2007 Computer Communication Networks
PDF
network-layer-forohhfbjhgvdefhnnmuzan.pdf
PDF
IP addressing in computer Networks explanation
PPT
ch19 (1).ppt
PPTX
ip addressing _
PPTX
ch 5.3 & 4 logical addrgggggggessing.pptx
PPT
Data communications and networking ch19 forouzan.ppt
PPT
PPT
Fiber Optical Networks and Data Communication
PPT
Network Layer Logical Addressing related topics
PPT
Theory of Eng ADDRESSING IN IPV IPV6.ppt
PPT
19 Network Layer_Logical_Addressing
PPT
Forouzan-ch19-Network-Layer-Logical-Addressing.ppt
PPT
IP Addressing.ppt Network layer IP addressing
PPT
ip addressing _
PDF
Module 4 part 2.pdf this is computer networs module for cse students for study
PPTX
Network_layer_addressing.pptx
PPT
11 IP Addressing computer networks and modes
Chapter 19
ch19new.ppt
20CS2007 Computer Communication Networks
network-layer-forohhfbjhgvdefhnnmuzan.pdf
IP addressing in computer Networks explanation
ch19 (1).ppt
ip addressing _
ch 5.3 & 4 logical addrgggggggessing.pptx
Data communications and networking ch19 forouzan.ppt
Fiber Optical Networks and Data Communication
Network Layer Logical Addressing related topics
Theory of Eng ADDRESSING IN IPV IPV6.ppt
19 Network Layer_Logical_Addressing
Forouzan-ch19-Network-Layer-Logical-Addressing.ppt
IP Addressing.ppt Network layer IP addressing
ip addressing _
Module 4 part 2.pdf this is computer networs module for cse students for study
Network_layer_addressing.pptx
11 IP Addressing computer networks and modes
Ad

Recently uploaded (20)

PPTX
Welding lecture in detail for understanding
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PPTX
Lecture Notes Electrical Wiring System Components
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPT
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PPTX
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
DOCX
573137875-Attendance-Management-System-original
PPTX
additive manufacturing of ss316l using mig welding
PPTX
Geodesy 1.pptx...............................................
Welding lecture in detail for understanding
Automation-in-Manufacturing-Chapter-Introduction.pdf
Lecture Notes Electrical Wiring System Components
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
CRASH COURSE IN ALTERNATIVE PLUMBING CLASS
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
Foundation to blockchain - A guide to Blockchain Tech
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
UNIT-1 - COAL BASED THERMAL POWER PLANTS
IOT PPTs Week 10 Lecture Material.pptx of NPTEL Smart Cities contd
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
573137875-Attendance-Management-System-original
additive manufacturing of ss316l using mig welding
Geodesy 1.pptx...............................................

Subnet Masking in Computer Network--CST 2nd year by Tanushree Bhadra

  • 2. 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.
  • 3. An IPv4 address is 32 bits long. Note
  • 4. The address space of IPv4 is 232 or 4,294,967,296. Note
  • 5. 19.5 Figure 19.1 Dotted-decimal notation and binary notation for an IPv4 address
  • 6. Change the following IPv4 addresses from binary notation to dotted-decimal notation. Example 19.1 Solution We replace each group of 8 bits with its equivalent decimal number (see Appendix B) and add dots for separation.
  • 7. Change the following IPv4 addresses from dotted-decimal notation to binary notation. Example 19.2 Solution We replace each decimal number with its binary equivalent (see Appendix B).
  • 8. Find the error, if any, in the following IPv4 addresses. Example 19.3 Solution a. There must be no leading zero (045). b. There can be no more than four numbers. c. Each number needs to be less than or equal to 255. d. A mixture of binary notation and dotted-decimal notation is not allowed.
  • 9. In classful addressing, the address space is divided into five classes: A, B, C, D, and E. Note
  • 10. Figure 19.2 Finding the classes in binary and dotted-decimal notation
  • 11. Find the class of each address. a. 00000001 00001011 00001011 11101111 b. 11000001 10000011 00011011 11111111 c. 14.23.120.8 d. 252.5.15.111 Example 19.4 Solution 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 byte is 14; the class is A. d. The first byte is 252; the class is E.
  • 12. Table 19.1 Number of blocks and block size in classful IPv4 addressing
  • 13. In classful addressing, a large part of the available addresses were wasted. Note
  • 14. Table 19.2 Default masks for classful addressing
  • 15. Classful addressing, which is almost obsolete, is replaced with classless addressing. Note
  • 16. To overcome address depletion and give more organizations access to the Internet,classless addressing was designed and implemented. In this scheme, there are no classes, but the addresses are still granted in blocks. Note
  • 17. The first address in the block can be found by setting the rightmost 32 − n bits to 0s. Note
  • 18. A block of addresses is granted to a small organization. We know that one of the addresses is 205.16.37.39/28. What is the first address in the block? Solution The binary representation of the given address is 11001101 00010000 00100101 00100111 If we set 32−28 rightmost bits to 0, we get 11001101 00010000 00100101 0010000 or 205.16.37.32 Example 19.6
  • 19. The last address in the block can be found by setting the rightmost 32 − n bits to 1s. Note
  • 20. Find the last address for the block in Example 19.6. Solution The binary representation of the given address is 11001101 00010000 00100101 00100111 If we set 32 − 28 rightmost bits to 1, we get 11001101 00010000 00100101 00101111 or 205.16.37.47 Example 19.7
  • 21. The number of addresses in the block can be found by using the formula 232−n. Note
  • 22. Find the number of addresses in Example 19.6. Example 19.8 Solution The value of n is 28, which means that number of addresses is 2 32−28 or 16.
  • 23. Another way to find the first address, the last address, and the number of addresses is to represent the mask as a 32-bit binary (or 8-digit hexadecimal) number. This is particularly useful when we are writing a program to find these pieces of information. In Example 19.5 the /28 can be represented as 11111111 11111111 11111111 11110000 (twenty-eight 1s and four 0s). Find a. The first address b. The last address c. The number of addresses. Example 19.9
  • 24. Solution a. The first address can be found by ANDing the given addresses with the mask. ANDing here is done bit by bit. The result of ANDing 2 bits is 1 if both bits are 1s; the result is 0 otherwise. Example 19.9 (continued)
  • 25. b. The last address can be found by ORing the given addresses with the complement of the mask. ORing here is done bit by bit. The result of ORing 2 bits is 0 if both bits are 0s; the result is 1 otherwise. The complement of a number is found by changing each 1 to 0 and each 0 to 1. Example 19.9 (continued)
  • 26. c. The number of addresses can be found by complementing the mask, interpreting it as a decimal number, and adding 1 to it. Example 19.9 (continued)
  • 27. Figure 19.4 A network configuration for the block 205.16.37.32/28
  • 28. The first address in a block is normally not assigned to any device; it is used as the network address that represents the organization to the rest of the world. Note
  • 29. An ISP is granted a block of addresses starting with 190.100.0.0/16 (65,536 addresses). The ISP needs to distribute these addresses to three groups of customers as follows: a. The first group has 64 customers; each needs 256 addresses. b. The second group has 128 customers; each needs 128 addresses. c. The third group has 128 customers; each needs 64 addresses. Design the subblocks and find out how many addresses are still available after these allocations. Example 19.10
  • 30. Solution Figure 19.9 shows the situation. Example 19.10 (continued) Group 1 For this group, each customer needs 256 addresses. This means that 8 (log2 256) bits are needed to define each host. The prefix length is then 32 − 8 = 24. The addresses are
  • 31. Example 19.10 (continued) Group 2 For this group, each customer needs 128 addresses. This means that 7 (log2 128) bits are needed to define each host. The prefix length is then 32 − 7 = 25. The addresses are
  • 32. Example 19.10 (continued) Group 3 For this group, each customer needs 64 addresses. This means that 6 (log264) bits are needed to each host. The prefix length is then 32 − 6 = 26. The addresses are Number of granted addresses to the ISP: 65,536 Number of allocated addresses by the ISP: 40,960 Number of available addresses: 24,576
  • 33. 19.33 Figure 19.9 An example of address allocation and distribution by an ISP
  • 34. An IPv6 address is 128 bits long. Note
  • 35. Reference Data Communications and Networking By Behrouz A.Forouzan