✅ What is an IP Address?

An IP Address (Internet Protocol Address) is a unique logical address assigned to each device in a network so that it can be identified and communicate with other devices.

👉 Think of it like the phone number of a device on a network.
Without it, devices cannot send/receive data properly.


✅ Types of IP Addresses

  1. IPv4 (Internet Protocol version 4)
  2. IPv6 (Internet Protocol version 6) – newer, because IPv4 addresses are running out.

✅ IPv4 (Internet Protocol version 4)

  • Most widely used IP version today.
  • 32-bit address (4 bytes).
  • Written as 4 decimal numbers separated by dots.
  • Each number ranges from 0–255.
  • Example: 192.168.1.10 10.0.0.5 172.16.254.1

🔹 IPv4 Address Classes

IPv4 is divided into classes (for different network sizes):

ClassRange (First Octet)ExampleUsage
A1 – 12610.0.0.1Very large networks
B128 – 191172.16.0.1Medium networks
C192 – 223192.168.1.1Small networks
D224 – 239224.0.0.1Multicast
E240 – 255240.0.0.1Experimental

✅ Types of IPv4 Addresses

  1. Public IP – Unique, used on the internet.
  2. Private IP – Used inside local networks (not routable on internet).
    • Ranges:
      • 10.0.0.0 – 10.255.255.255
      • 172.16.0.0 – 172.31.255.255
      • 192.168.0.0 – 192.168.255.255
  3. Loopback Address127.0.0.1 → Used to test your own machine.

✅ Difference Between IPv4 & IPv6 (Quick View)

FeatureIPv4IPv6
Address Size32-bit128-bit
Example192.168.1.12001:0db8:85a3::8a2e:0370:7334
Total Addresses~4.3 billionAlmost unlimited
UsageStill most commonGrowing adoption

👉 In short:

  • IP Address = Unique logical address of a device.
  • IPv4 = 32-bit address, written in dotted decimal, still the most widely used.

Comments

Leave a comment