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

Classful_IP_Addressing_Presentation

Gives classful addressing

Uploaded by

arunadeepthi23
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Classful_IP_Addressing_Presentation

Gives classful addressing

Uploaded by

arunadeepthi23
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 12

Classful IP Addressing

An Overview of IPv4 Addressing and


Classful Addressing
Introduction to IPv4 Addressing
• IPv4 addresses are unique numbers assigned
to devices in a network.
• Format: Four decimal numbers (0-255)
separated by periods (e.g., 192.168.1.1).
• Divided into Network ID and Host ID.
• Purpose: To identify devices and enable
communication over the network.
IP Address Notations
• 1. Dotted Decimal Notation:
• - Each byte is represented as a decimal number (0-255).
• - Example: 192.168.1.1
• - No leading zeroes allowed (e.g., 054 is incorrect, 54 is
correct).

• 2. Hexadecimal Notation:
• - Each byte is represented as a hexadecimal number.
• - Used in some networking applications.
Classes of IP Addressing
• IPv4 addresses are divided into five classes:
• - Class A: Large networks
• - Class B: Medium-sized networks
• - Class C: Small networks
• - Class D: Reserved for multicast
• - Class E: Experimental use
Class A Addressing
• - Used for very large networks.
• - Network ID: 8 bits, Host ID: 24 bits.
• - Default subnet mask: 255.0.0.0.
• - Address Range: 0.0.0.0 – 127.255.255.255.
• - Total hosts: 16,777,214 per network.
Class B Addressing
• - Used for medium-to-large networks.
• - Network ID: 16 bits, Host ID: 16 bits.
• - Default subnet mask: 255.255.0.0.
• - Address Range: 128.0.0.0 – 191.255.255.255.
• - Total hosts: 65,534 per network.
Class C Addressing
• - Used for small networks.
• - Network ID: 24 bits, Host ID: 8 bits.
• - Default subnet mask: 255.255.255.0.
• - Address Range: 192.0.0.0 – 223.255.255.255.
• - Total hosts: 254 per network.
Class D & Class E Addressing
• - Class D:
• - Reserved for multicast communication.
• - Address Range: 224.0.0.0 – 239.255.255.255.
• - Class E:
• - Reserved for experimental and research
purposes.
• - Address Range: 240.0.0.0 – 255.255.255.255.
Special IP Addresses
• - 169.254.0.0 – 169.254.255.255: Link-local
addresses.
• - 127.0.0.0 – 127.255.255.255: Loopback
addresses.
• - 0.0.0.0: Used to communicate within the
current network.
Classful vs. Classless Addressing
• Classful Addressing:
• - Uses predefined address classes (A, B, C, D, E).
• - Does not support Variable Length Subnet Mask
(VLSM).
• - Less efficient IP allocation.

• Classless Addressing (CIDR):


• - Replaces classful addressing.
• - Supports VLSM for efficient subnetting.
• - Reduces IP address wastage.
The Private Address Blocks

• Address and prefix Private address range


• 10.0.0.0/8 - 10.0.0.0-
10.255.255.255

• 172.16.0.0/12 172.16.0.0-172.31.255.255

• 192.168.0.0/16 192.168.0.0-

192.168.255.255

You might also like