IP Address
What is IP Address?
IP AddressA numeric identifier assigned to a network interface for routing across IP networks: 32 bits in IPv4 (RFC 791) or 128 bits in IPv6 (RFC 8200).
An IP address uniquely identifies a network interface within an IP routing domain. IPv4 addresses are 32 bits, typically written as four decimal octets (e.g., 203.0.113.42), and are largely exhausted, prompting widespread use of NAT and reserved private ranges in RFC 1918. IPv6 addresses are 128 bits, written as eight 16-bit hex groups with :: zero compression (e.g., 2001:db8::1), restoring end-to-end addressing. Addresses can be unicast, multicast, or broadcast (IPv4) / anycast (IPv6) and are paired with a prefix length to define the subnet. From a security standpoint, IP addresses are reputation signals, attribution clues, and ACL targets, but they are not user identities and can be spoofed, NATed, or shared via CG-NAT.
● Examples
- 01
A web server at 203.0.113.10 is firewalled to allow only 10.0.0.0/8 from the corporate VPN.
- 02
An IPv6 host receives 2001:db8:abcd::42/64 via SLAAC.
● Frequently asked questions
What is IP Address?
A numeric identifier assigned to a network interface for routing across IP networks: 32 bits in IPv4 (RFC 791) or 128 bits in IPv6 (RFC 8200). It belongs to the Network Security category of cybersecurity.
What does IP Address mean?
A numeric identifier assigned to a network interface for routing across IP networks: 32 bits in IPv4 (RFC 791) or 128 bits in IPv6 (RFC 8200).
How does IP Address work?
An IP address uniquely identifies a network interface within an IP routing domain. IPv4 addresses are 32 bits, typically written as four decimal octets (e.g., 203.0.113.42), and are largely exhausted, prompting widespread use of NAT and reserved private ranges in RFC 1918. IPv6 addresses are 128 bits, written as eight 16-bit hex groups with :: zero compression (e.g., 2001:db8::1), restoring end-to-end addressing. Addresses can be unicast, multicast, or broadcast (IPv4) / anycast (IPv6) and are paired with a prefix length to define the subnet. From a security standpoint, IP addresses are reputation signals, attribution clues, and ACL targets, but they are not user identities and can be spoofed, NATed, or shared via CG-NAT.
How do you defend against IP Address?
Defences for IP Address typically combine technical controls and operational practices, as detailed in the full definition above.
What are other names for IP Address?
Common alternative names include: IPv4 address, IPv6 address.
● Related terms
- network-security№ 1113
Subnet
A contiguous range of IP addresses that share a common prefix, defining a single broadcast domain and routing boundary on a network.
- network-security№ 168
CIDR Notation
Classless Inter-Domain Routing notation expresses an IP prefix as an address followed by a slash and the number of significant bits, e.g., 10.0.0.0/8.
- network-security№ 637
MAC Address
A 48-bit hardware identifier (IEEE 802) burned into a network interface and used for delivery within a single link-layer segment.
- network-security№ 1136
TCP/IP
The four-layer Internet Protocol Suite that defines how packets are addressed, routed, fragmented, and reliably delivered between hosts across interconnected networks.
- network-security№ 721
Network Address Translation (NAT)
A technique by which a router rewrites IP addresses and ports as packets traverse it, letting many internal hosts share one or a few public addresses.
- attacks№ 555
IP Spoofing
Forging the source IP address of network packets to impersonate another host, bypass filters, or amplify denial-of-service attacks.
● See also
- № 1134TCP
- № 1188UDP
- № 311DHCP
- № 508ICMP
- № 061ARP
- № 092BGP Hijacking
- № 093BGP Route Leak
- № 342DNS Rebinding