Donate
BETA

Glossary

Clear definitions for common IP, DNS, and privacy terms

Use this glossary while reading our guides. Each term below is linkable via #term anchors.

IP Address

A numeric identifier for a device on a network. Public IPs are visible on the internet; private IPs are used inside local networks.

Learn more

IPv4

The most common IP format using four numbers like 8.8.8.8. IPv4 space is limited, which is why IPv6 exists.

Learn more

IPv6

A newer IP format using hexadecimal groups like 2001:4860:4860::8888. It provides a much larger address space.

Learn more

DNS (Domain Name System)

The system that maps domain names (example.com) to IP addresses so browsers can connect to websites.

Learn more

PTR Record

A DNS record used for reverse lookups: it maps an IP address back to a hostname. PTR records are commonly used by email servers and for diagnostics.

Learn more

Reverse DNS (rDNS)

A lookup that asks "what hostname is configured for this IP?". It typically uses a PTR record under in-addr.arpa (IPv4) or ip6.arpa (IPv6).

Learn more

WHOIS

A protocol/service used to retrieve registration information for domains and allocation/ownership info for IP address ranges. It's not the same as IP geolocation.

Learn more

ASN (Autonomous System Number)

A number that identifies a network/operator on the internet (an autonomous system). ASNs help route traffic across networks (BGP).

Learn more

ISP (Internet Service Provider)

A company that provides your internet connection (home/mobile). Your public IP address is typically assigned by your ISP.

CIDR

A notation for IP ranges like 203.0.113.0/24. It indicates how many bits are fixed in a network prefix, defining the size of a subnet.

Learn more

NAT (Network Address Translation)

A technique that lets many private devices share one public IP address via a router. It's why devices inside your home network aren't directly reachable from the internet.

CGNAT (Carrier-Grade NAT)

A large-scale NAT system used by ISPs that shares public IPv4 addresses across many customers using the 100.64.0.0/10 range (RFC 6598). It can block inbound connections and port forwarding.

Learn more

VPN

A Virtual Private Network encrypts your traffic and routes it through a VPN server, helping reduce tracking and protect data on untrusted networks.

Learn more

Proxy

A server that forwards your traffic. Proxies can change apparent IPs but often don't encrypt traffic like a VPN.

Learn more

Public IP Address

An IP address that is routable on the public internet. It's what websites see when you connect from home or mobile networks.

Learn more

Private IP Address

An internal network address (RFC1918) that is not routable on the public internet, such as 10.x.x.x or 192.168.x.x.

Learn more

Dynamic IP Address

A public IP address that can change over time, typically assigned by your ISP via DHCP.

Static IP Address

A public IP address that stays the same over time. Often required for hosting services or consistent remote access.

DHCP

Dynamic Host Configuration Protocol automatically assigns IP addresses to devices on a network.

ARP

Address Resolution Protocol maps an IP address to a device's MAC address on a local network.

IPv4 Exhaustion

The shortage of available IPv4 addresses, which led to widespread use of NAT, CGNAT, and IPv6 adoption.

Port Forwarding

A router feature that directs inbound traffic on a public IP/port to a specific device on a private network.

BGP (Border Gateway Protocol)

The routing protocol used between networks on the internet to exchange routes and reachability information.

A Record

A DNS record that maps a hostname to an IPv4 address.

Learn more

AAAA Record

A DNS record that maps a hostname to an IPv6 address.

Learn more

CNAME Record

A DNS record that maps one hostname to another hostname (an alias).

Learn more

MX Record

A DNS record that specifies the mail server responsible for receiving email for a domain.

Learn more

NS Record

A DNS record that delegates a domain to specific authoritative name servers.

Learn more

TTL (Time To Live)

A DNS cache duration (in seconds) that tells resolvers how long to keep a record before refreshing it.

Learn more

DNSSEC

DNS Security Extensions add cryptographic signatures to DNS records to prevent tampering and spoofing.

Anycast

A routing method where multiple servers share the same IP and the network routes users to the nearest one.