1. What is an IP Address
IP address (Internet Protocol Address) is a unique identifier for devices connected to the internet. IPv4 is 32-bit, providing about 4.3 billion addresses from 0.0.0.0 to 255.255.255.255. IPv6 is 128-bit, offering virtually infinite address space. Public IPs communicate directly on the internet, while private IPs (192.168.x.x, 10.x.x.x, 172.16-31.x.x) are translated via NAT. Dynamic IPs change each time, static IPs remain constant. IP addresses consist of network and host portions, distinguished by subnet mask.