IP Geolocation Glossary

Understanding the technical terms and abbreviations used in IP geolocation and networking.
85 terms defined

IP Addressing

IP Address

A unique numerical identifier assigned to each device connected to a computer network that uses the Internet Protocol for communication.

Example: 192.168.1.1 or 2001:db8::1

IPv4

Internet Protocol version 4, the fourth version of the Internet Protocol. Uses 32-bit addresses and is the primary protocol used on the Internet.

Format: xxx.xxx.xxx.xxx (e.g., 192.168.1.1)

IPv6

Internet Protocol version 6, designed to replace IPv4. Uses 128-bit addresses to provide a vastly larger address space.

Format: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx

Subnet

A subdivision of an IP network. Subnets allow network administrators to divide a larger network into smaller, more manageable segments.

192.168.1.0/24 represents a subnet with 256 addresses

CIDR

Classless Inter-Domain Routing, a method for allocating IP addresses and routing Internet Protocol packets.

192.168.1.0/24 (the /24 indicates 24 bits for network portion)

Loopback Address

A special IP address (127.0.0.1 for IPv4) that routes traffic back to the same device, used for testing network software.

IPv4: 127.0.0.1, IPv6: ::1

Geolocation

Latitude

The angular distance of a location north or south of the Earth's equator, measured in degrees.

Range: -90° to +90° (negative = South, positive = North)

Longitude

The angular distance of a location east or west of the prime meridian, measured in degrees.

Range: -180° to +180° (negative = West, positive = East)

Geographic Coordinates

A set of numbers that uniquely identify a location on Earth using latitude and longitude.

40.7128° N, 74.0060° W (New York City)

Timezone

A region of the globe that observes a uniform standard time, usually referred to by its offset from UTC.

UTC-5 (Eastern Time), UTC+1 (Central European Time)

Daylight Saving Time (DST)

The practice of advancing clocks during summer months to make better use of daylight.

Clocks spring forward in March, fall back in November

IANA Timezone Database

A database maintained by the Internet Assigned Numbers Authority containing timezone information for locations worldwide.

America/New_York, Europe/London, Asia/Tokyo

Networking

ASN (Autonomous System Number)

A unique identifier assigned to an autonomous system (AS) within the Internet. ASNs are used for routing between different networks.

AS15169 (Google), AS16509 (Amazon)

ISP (Internet Service Provider)

A company that provides Internet access to customers. ISPs assign IP addresses and manage internet connectivity.

Comcast, Verizon, AT&T, Vodafone

Hostname

A human-readable label assigned to a device connected to a computer network, used to identify the device in various forms of electronic communication.

www.google.com, mail.example.com

DNS (Domain Name System)

A hierarchical decentralized naming system for computers connected to the Internet that translates domain names to IP addresses.

Converts google.com to 172.217.14.238

WHOIS

A query and response protocol used for querying databases that store registered users or assignees of an Internet resource.

Shows domain registration and IP ownership information

BGP (Border Gateway Protocol)

The protocol used to exchange routing information between autonomous systems on the Internet.

Routes traffic between different networks globally

API & Development

REST (Representational State Transfer)

An architectural style for designing networked applications. REST APIs use HTTP methods to perform operations on resources.

GET /api/ip/8.8.8.8, POST /api/lookup

JSON (JavaScript Object Notation)

A lightweight data interchange format that's easy for humans to read and write, and easy for machines to parse and generate.

{"ip": "8.8.8.8", "country": "US", "city": "Mountain View"}

HTTP Status Codes

Standardized codes returned by web servers to indicate the result of a client's request.

200 OK, 404 Not Found, 500 Internal Server Error

API Key

A unique identifier used to authenticate a user, developer, or program to an API. Used for rate limiting and access control.

Authorization: Bearer your-api-key-here

Rate Limiting

A technique to control the rate at which requests are processed by limiting the number of requests per time period.

1000 requests per hour, 100 requests per minute

Webhook

A method of augmenting or altering the behavior of a web page with custom callbacks. Used for real-time notifications.

POST request sent to your server when an event occurs

Security & Privacy

VPN (Virtual Private Network)

A technology that creates a secure, encrypted connection over a less secure network, typically the Internet.

Masks your real IP address for privacy

Proxy Server

An intermediary server that forwards requests from clients to other servers, often used to hide the client's IP address.

HTTP proxy, SOCKS proxy, residential proxy

Bot

An automated software program that performs tasks over the Internet, often without human intervention.

Web crawlers, chatbots, malicious scrapers

Honeypot

A security mechanism set up to detect, deflect, or study attempts at unauthorized access to information systems.

Fake services designed to attract attackers

GDPR (General Data Protection Regulation)

A regulation in EU law on data protection and privacy for individuals within the European Union.

Requires consent for data processing and right to be forgotten

CCPA (California Consumer Privacy Act)

A state statute intended to enhance privacy rights and consumer protection for residents of California, USA.

Grants consumers right to know what personal data is collected

Common Abbreviations

IP

Internet Protocol - The principal communications protocol in the Internet protocol suite.

IPv4, IPv6, IP address

TCP

Transmission Control Protocol - A connection-oriented communications protocol.

TCP/IP, TCP port, TCP handshake

UDP

User Datagram Protocol - A connectionless communications protocol.

Faster than TCP, used for streaming

LAN

Local Area Network - A computer network that interconnects computers within a limited area.

Home network, office network

WAN

Wide Area Network - A telecommunications network that extends over a large geographic area.

The Internet, corporate WAN

URL

Uniform Resource Locator - A reference to a web resource that specifies its location on a computer network.

https://www.example.com/path?query=value

Still Have Questions?

Can't find what you're looking for? Check our documentation or contact our support team.

arrow-to