IPAddress
IPAddress
Braj Bihari
B.Tech(IT)
LPU
Internet Protocol
Numbering scheme
AmericanRegistry of Internetwork
Numbers (ARIN)
What is an IP address
A way to identify machines on a network
A unique identifier
IP Addressing
(Internet Protocol)
IP Addresses
IP addresses are:
Unique
Essential
IP usage
Used to connect to another computer
124.224.224.100
129.224.224.100
193.224.224.100
• 255.255.255.0
•
11111111.11111111.11111111.00000000
• 255.255.255.252
•
11111111.11111111.11111111.11111100
• 255.255.255.1 - incorrect
•
11111111.11111111.11111111.00000001
Subnet Calculation
• Step 1 – Convert:
– decimal address & mask format to binary address & mask
format
• Step 2 – Apply:
– binary subnet mask to the binary IP address using the
“and” function
• Step 3 – Calculate:
– Subnet ID
– Broadcast ID
– Unicast range (usable subnet addresses)
How to Calculate Subnet ID
there is only
one block in this class.
IP Address Class D and
Multicast
The IPv4 networking standard defines Class D addresses
as reserved for multicast. Multicast is a mechanism for
defining groups of nodes and sending IP messages to that
group rather than to every node on the LAN (broadcast) or
just one other node (unicast). Multicast is mainly used on
research networks. As with Class E, Class D addresses
should not be used by ordinary nodes on the Internet.
IP Address Class E and Limited Broadcast