Networking & IP Glossary
Plain-English definitions of the networking and IP terms you'll meet across IP Animals β from IP address and subnet to DNS, NAT and ASN. Search or jump straight to a term.
IP address #
A unique numeric label assigned to each device on a network, used to route data to and from it. Comes in two versions: IPv4 and IPv6. Learn more β
IPv4 #
The fourth version of the Internet Protocol, using 32-bit addresses written as four numbers 0β255 (e.g. 192.0.2.1). About 4.3 billion addresses exist. Learn more β
IPv6 #
The newest Internet Protocol, using 128-bit addresses written in hexadecimal (e.g. 2001:db8::1). It provides a practically unlimited supply of addresses. Learn more β
Public IP address #
The internet-facing address assigned to your network by your ISP. It's what websites see, and what IP Animals shows you. Learn more β
Private IP address #
An address used only inside a local network (e.g. 192.168.x.x), not routable on the public internet. Defined by RFC 1918. Learn more β
Static IP address #
An IP address that stays the same over time, usually manually configured or reserved for servers. Learn more β
Dynamic IP address #
An address assigned automatically (usually by DHCP) that can change over time. Most home connections use dynamic IPs. Learn more β
Subnet #
A logical subdivision of an IP network, letting one network be split into smaller, isolated segments. Learn more β
Subnet mask #
A 32-bit value (e.g. 255.255.255.0) that marks which part of an IP address is the network and which is the host. Learn more β
CIDR #
Classless Inter-Domain Routing β a notation like 192.168.0.0/24 where the number after the slash is how many bits identify the network. Learn more β
Prefix length #
The /number in CIDR notation, indicating how many leading bits of an address are the network portion. Learn more β
Wildcard mask #
The bitwise inverse of a subnet mask (e.g. 0.0.0.255), used in Cisco ACLs and OSPF.
Default gateway #
The router address a device sends traffic to when the destination is outside its own subnet.
DNS #
The Domain Name System β the internet's directory that translates names like example.com into IP addresses. Learn more β
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 makes one hostname an alias of another. Learn more β
MX record #
A DNS record specifying the mail servers responsible for a domain's email, with priorities. Learn more β
TXT record #
A flexible DNS record holding text, commonly used for SPF, DKIM and domain verification. Learn more β
PTR record #
A DNS record mapping an IP address back to a hostname β the basis of reverse DNS. Learn more β
Reverse DNS #
Looking up the hostname associated with an IP address, using PTR records under in-addr.arpa or ip6.arpa. Learn more β
DHCP #
Dynamic Host Configuration Protocol β automatically assigns IP addresses and network settings to devices as they join a network. Learn more β
NAT #
Network Address Translation β lets many devices on a private network share one public IP address. Learn more β
Port #
A 16-bit number (0β65535) identifying a specific service or connection on a device, like 443 for HTTPS. Learn more β
Ephemeral port #
A temporary, high-numbered port (typically 49152β65535) a client uses for the local end of a connection. Learn more β
TCP #
Transmission Control Protocol β a reliable, ordered, connection-based transport used for the web, email and file transfer. Learn more β
UDP #
User Datagram Protocol β a fast, connectionless transport with no delivery guarantees, used for DNS, video and games. Learn more β
ICMP #
Internet Control Message Protocol β used for diagnostics and error messages; the basis of ping and traceroute. Learn more β
Ping #
A tool that sends ICMP echo requests to measure whether a host is reachable and how long the round trip takes. Learn more β
Traceroute #
A tool that maps the sequence of routers (hops) packets pass through to reach a destination. Learn more β
Packet #
A small, self-contained unit of data with a header and payload; large data is split into many packets to cross the internet. Learn more β
MTU #
Maximum Transmission Unit β the largest packet size (in bytes) a link can carry, commonly 1500 on Ethernet.
MAC address #
A 48-bit hardware identifier burned into a network interface, written as six hex pairs (e.g. 00:1a:2b:3c:4d:5e). Learn more β
Router #
A device that forwards data between different networks and directs traffic toward its destination. Learn more β
ISP #
Internet Service Provider β the company that connects you to the internet and assigns your public IP. Learn more β
ASN #
Autonomous System Number β a unique ID for a network under a single administration, used in internet routing. Learn more β
BGP #
Border Gateway Protocol β how independent networks exchange routing information to form the global internet. Learn more β
Anycast #
A routing method where one IP address is announced from many locations, so users reach the nearest one. Learn more β
Unicast #
Communication addressed to a single specific recipient β the most common traffic type.
Multicast #
Communication delivered to a group of interested recipients at once.
Broadcast #
Communication sent to every device on a local network segment.
Loopback #
The address a device uses to refer to itself β 127.0.0.1 for IPv4 or ::1 for IPv6. Learn more β
Localhost #
The hostname for the loopback address, meaning 'this computer'. Learn more β
TTL #
Time To Live β a counter that limits how long a packet or DNS record lives before being discarded or refreshed.
Latency #
The time it takes for data to travel from source to destination, usually measured in milliseconds. Learn more β
Bandwidth #
The maximum rate at which data can be transferred over a connection, usually in Mbps or Gbps. Learn more β
HTTP #
HyperText Transfer Protocol β the protocol browsers use to request and receive web pages. Learn more β
HTTPS #
HTTP secured with TLS encryption, shown by the padlock in your browser. Learn more β
TLS #
Transport Layer Security β the encryption protocol (formerly SSL) that protects data in transit. Learn more β
VPN #
Virtual Private Network β encrypts all your traffic and routes it through a server, hiding your IP from sites. Learn more β
Proxy #
A server that makes requests on your behalf, so the destination sees the proxy's IP instead of yours. Learn more β
Tor #
The Onion Router β routes traffic through several volunteer relays to hide who is communicating with whom. Learn more β
WHOIS / RDAP #
Protocols for looking up registration data about a domain or IP address; RDAP is the modern successor to WHOIS. Learn more β
IP geolocation #
Estimating the approximate physical location of an IP address from databases β accurate only to a city or region. Learn more β
Firewall #
A security system that filters network traffic based on rules, blocking unwanted connections.
LAN / WAN #
Local Area Network (a home or office network) versus Wide Area Network (a network spanning large distances, like the internet).
Want the long version? Read the guides β Β· Try the tools β