Internet infrastructure glossary
239 plain-English definitions for the protocols, services, and concepts that make the modern web run. Cross-referenced, RFC-linked, written by humans.
Browse by category
Networking & Routing
BGP, ASNs, IP, peering, anycast, the layer-3 mechanics that move packets between networks.
DNS
The Domain Name System, record types, resolvers, authoritative servers, DNSSEC.
Web Protocols
HTTP, HTTPS, HTTP/2, HTTP/3, QUIC, WebSocket, the protocols of the web.
TLS & PKI
TLS, SSL, certificates, certificate authorities, the public key infrastructure of the internet.
Hosting Types
Shared, VPS, dedicated, cloud, colocation, managed, the different ways to host a workload.
Cloud Computing
IaaS, PaaS, SaaS, FaaS, public, private, hybrid, the cloud service models.
CDN & Performance
Content delivery networks, edge caching, performance optimisation, latency.
Data Centers
Tier classifications, PUE, hyperscale, colocation, the physical layer.
SMTP, IMAP, POP3, SPF, DKIM, DMARC, the protocols and authentication of email.
Domains
TLDs, registrars, registries, WHOIS, the naming system of the internet.
Security
DDoS, WAF, firewalls, zero-trust, the defensive layer of internet infrastructure.
Storage
Block, object, file storage, S3, NFS, NAS, SAN, RAID.
Databases
SQL, NoSQL, ACID, sharding, replication, the persistence layer.
Containers & Orchestration
Docker, Kubernetes, containers, pods, orchestration.
Standards & Compliance
RFCs, IETF, GDPR, HIPAA, SOC 2, the rules of the internet.
#
A
A Record
DNSA DNS resource record that maps a hostname to a 32-bit IPv4 address. It is the most fundamental record type for translating domain names to numeric addresses on the Internet.
AAAA Record
DNSa.k.a. Quad-A Record
A DNS resource record that maps a hostname to a 128-bit IPv6 address, analogous to the A record for IPv4.
ACID
Databasesa.k.a. Atomicity, Consistency, Isolation, Durability
ACID (Atomicity, Consistency, Isolation, Durability) is a set of properties guaranteeing reliable database transaction processing, ensuring data integrity despite concurrent access or failures.
ACME Protocol
TLS & PKIa.k.a. ACME
ACME (Automated Certificate Management Environment) is a protocol that automates the issuance, renewal, and revocation of TLS certificates, defined in RFC 8555.
Anycast
Networking & RoutingAnycast is a network addressing and routing method where a single IP address is assigned to multiple servers, and routers send traffic to the nearest server based on routing protocol metrics.
Apdex Score
CDN & PerformanceThe Apdex Score is a standardised metric that measures user satisfaction with application performance by comparing response times against predefined target and tolerable thresholds.
AS Path
Networking & RoutingA BGP path attribute that lists the sequence of autonomous system numbers a route has passed through, used for loop detection and path selection.
ASN
Networking & Routinga.k.a. Autonomous System Number
A globally unique 16 or 32 bit number assigned to an autonomous system for use in BGP routing between organizations on the Internet.
Auth Code
Domainsa.k.a. EPP Code, Transfer Key
A unique, per-domain secret code that the losing (current) registrar must provide so the gaining (new) registrar can authorize a domain transfer.
Authoritative DNS
DNSAn authoritative DNS server holds the definitive resource records for a specific domain and responds to queries with the final answer for that zone, not a cached copy.
Autonomous System
Networking & Routinga.k.a. AS, ASN
An Autonomous System (AS) is a group of IP networks under a single administrative routing policy, identified by a unique ASN (Autonomous System Number) for exterior gateway routing.
Availability Zone
Cloud Computinga.k.a. AZ
An Availability Zone is an isolated, fault-tolerant data centre within a cloud region, with independent power, cooling, and networking to prevent single points of failure.
B
B-Tree Index
DatabasesA B-Tree index is a self-balancing tree data structure that maintains sorted data for efficient insertion, deletion, and range queries in database systems.
Bandwidth
Hosting TypesBandwidth is the maximum rate of data transfer across a network connection, measured in bits per second, and in hosting plans often refers to the total monthly data transfer allowance.
Bandwidth Throttling
CDN & PerformanceBandwidth throttling is the intentional reduction of data transfer speed by a network operator or service provider to manage congestion, enforce usage policies, or control costs.
Bare-Metal Cloud
Hosting TypesBare-metal cloud is a service model that provisions dedicated physical servers on demand via API, giving users direct access to hardware without a hypervisor.
BASE
Databasesa.k.a. Basically Available, Soft state, Eventual consistency
BASE is a design philosophy for distributed databases that prioritizes availability and partition tolerance over immediate consistency, making it a looser alternative to ACID in NoSQL systems.
BGP
Networking & Routinga.k.a. Border Gateway Protocol
BGP (Border Gateway Protocol) is the path vector routing protocol that networks use to exchange reachability information between autonomous systems on the public internet.
BIMI
Emaila.k.a. Brand Indicators for Message Identification
BIMI (Brand Indicators for Message Identification) is a DMARC-aligned standard that lets email senders publish a verified logo for display in supporting mail clients.
Block Storage
StorageBlock storage is a storage architecture that presents raw fixed-size chunks (blocks) to a computer, which the operating system partitions and formats before use, commonly used for virtual machine disks and database volumes.
Bot Management
SecurityBot management detects automated web traffic and distinguishes it from human users, using behavioral fingerprinting and other signals to block malicious bots while allowing benign ones.
Bounce Message
Emaila.k.a. NDR
A bounce message, or non-delivery report (NDR), is an automated email sent to the originator when delivery cannot be completed, including a status code and failure reason.
Brotli Compression
CDN & PerformanceBrotli is a lossless compression algorithm developed by Google, offering higher text compression ratios than gzip, used by CDNs to reduce page load times.
Burstable Billing
Hosting Typesa.k.a. 95th Percentile Billing
Burstable billing (95th percentile billing) charges customers based on the 95th percentile of their traffic, sampled every 5 minutes over a billing month, discarding the top 5% of data points.
C
CAA Record
DNSa.k.a. Certification Authority Authorization
A CAA (Certification Authority Authorization) DNS record lets domain owners specify which certificate authorities are permitted to issue SSL/TLS certificates for their domain.
Cache Hit
CDN & PerformanceA cache hit occurs when a requested resource is found in a CDN edge cache and served directly to the client, bypassing the origin server entirely.
Cache Invalidation
CDN & Performancea.k.a. Cache Purge
Cache invalidation is the explicit removal of stored web objects from a cache so that new requests must revalidate or refetch them from the origin server.
Cache Miss
CDN & PerformanceA cache miss occurs when a requested resource is not found in a CDN or proxy cache, forcing the request to be forwarded to the origin server and then storing the response for future requests.
CAP Theorem
DatabasesCAP theorem states that a distributed data system cannot simultaneously provide consistency, availability, and partition tolerance; it can only guarantee two of the three.
Carrier Hotel
Data Centersa.k.a. Carrier-Neutral Facility
A Carrier Hotel is a physical facility where multiple telecommunications carriers co-locate equipment and tenants can cross-connect directly to any carrier's network without using a third-party provider.
Carrier Neutral
Data CentersA data center facility owned by an operator that does not sell network transit, allowing tenants to connect to multiple competing carriers and internet service providers.
Catch-All Email
EmailA catch-all email account receives all messages sent to invalid or nonexistent addresses at a domain, preventing bounce-backs but attracting spam.
ccTLD
Domainsa.k.a. Country-Code Top-Level Domain
A ccTLD is a two-letter top-level domain assigned to a country or territory based on the ISO 3166-1 alpha-2 code, such as .us for the United States or .jp for Japan.
CDN
CDN & Performancea.k.a. Content Delivery Network
A CDN (Content Delivery Network) is a geographically distributed network of proxy servers and data centers that deliver web content to users from the nearest edge location, reducing latency and offloading origin servers.
Certificate Authority
TLS & PKIa.k.a. CA
A Certificate Authority (CA) is a trusted entity that issues digital certificates after verifying that the requester controls the domain or identity named in the certificate.
Certificate Chain
TLS & PKIA certificate chain is an ordered list of certificates, starting with the server certificate and ending with a root CA, that a client validates to establish trust in the server's identity.
Certificate Pinning
TLS & PKIA security technique where an application trusts only a specific, pre-selected certificate or public key for a given server, bypassing the standard chain of trust.
CIDR
Networking & Routinga.k.a. Classless Inter-Domain Routing
CIDR (Classless Inter-Domain Routing) is a method for allocating IP addresses and routing packets using variable-length subnet masks (e.g., /24) instead of fixed classful boundaries.
Cipher Suite
TLS & PKIA cipher suite is a named set of cryptographic algorithms negotiated during a TLS handshake, specifying key exchange, authentication, encryption, and integrity protection for secure communications.
Cloud Bill Shock
Cloud ComputingCloud bill shock is an unexpectedly high invoice caused by unmonitored resource usage, often from data egress fees, autoscaled compute instances, or orphaned storage volumes.
Cloud Bursting
Hosting TypesCloud bursting is a hybrid cloud deployment that automatically scales an application from a private cloud to a public cloud during demand spikes.
Cloud Cost Optimization
Cloud Computinga.k.a. FinOps
Cloud cost optimization is the continuous practice of measuring, analyzing, and reducing cloud spending through rightsizing instances, purchasing reservations, and eliminating waste.
Cloud Hosting
Hosting TypesCloud hosting provides on-demand access to pooled compute, storage, and networking resources that can be scaled up or down as needed, typically billed per use.
Cloud Migration
Cloud ComputingCloud migration is the process of transferring applications, data, and workloads from on-premises infrastructure or another cloud to a target cloud platform.
Cloud-Native
Cloud ComputingCloud-native is an approach to building and running applications that exploit the elastic, distributed, containerized, and immutable nature of modern cloud infrastructure.
CNAME Record
DNSa.k.a. Canonical Name Record
A DNS record that maps an alias hostname to the true or canonical hostname, allowing multiple names to resolve to the same IP address without duplicating A or AAAA records.
Cold Storage
Storagea.k.a. Archive Storage
Cold storage is a low-cost, slow-retrieval data tier for infrequently accessed information, such as backups, archives, or compliance records, with retrieval times ranging from minutes to hours.
Colocation
Hosting Typesa.k.a. Colo
Colocation is a service where a provider rents physical space, power, cooling, and network connectivity in a data centre for customer-owned servers and hardware.
Concurrent Maintainability
Data CentersConcurrent maintainability is the ability to perform planned maintenance on any single component inside a datacenter without disrupting the IT load.
Connection Pool
DatabasesA managed cache of database connections that applications reuse rather than opening and closing a connection for each query, reducing latency and server load.
Core Web Vitals
CDN & PerformanceCore Web Vitals are a set of three real-world user experience metrics (LCP, INP, CLS) defined by Google to quantify loading, interactivity, and visual stability on web pages.
CORS
Web Protocolsa.k.a. Cross-Origin Resource Sharing
CORS (Cross-Origin Resource Sharing) is a browser security mechanism that lets servers explicitly allow web pages from one origin to request resources from a different origin via HTTP response headers.
Credential Stuffing
SecurityCredential stuffing is a cyberattack in which automated tools use username-password pairs leaked from one site to try logging into other sites, exploiting password reuse.
Cumulative Layout Shift
CDN & Performancea.k.a. CLS
Cumulative Layout Shift (CLS) is a Core Web Vital metric that measures the sum of all unexpected layout shift scores during a page's lifespan, quantifying visual stability.
D
Data Center Tier Classification
Data Centersa.k.a. Tier I-IV, Uptime Tiers
The Uptime Institute's Data Center Tier Classification is a standard methodology for rating data center infrastructure based on redundancy, capacity, and availability, ranging from Tier I (basic) to Tier IV (fault-tolerant).
DDoS
Securitya.k.a. Distributed Denial of Service
A DDoS (Distributed Denial of Service) attack overwhelms a target server, service, or network with massive traffic from many compromised computers, making it unavailable to legitimate users.
DDoS Scrubbing
SecurityDDoS scrubbing diverts attack traffic to a specialized filtering facility that removes malicious packets and forwards only legitimate traffic to the target network.
Dedicated Server
Hosting Typesa.k.a. Bare Metal
A dedicated server is a physical machine leased exclusively to one customer, offering full hardware control and no virtualization overhead for high-performance workloads.
DKIM
Emaila.k.a. DomainKeys Identified Mail
DKIM is an email authentication method that lets a domain claim responsibility for a message by attaching a cryptographic signature validated against a DNS public key.
DMARC
Emaila.k.a. Domain-based Message Authentication, Reporting and Conformance
DMARC is an email authentication policy protocol that builds on SPF and DKIM to tell receiving mail servers how to handle messages that fail authentication checks.
DNS
DNSa.k.a. Domain Name System
The Domain Name System (DNS) is a hierarchical, distributed naming system that translates human-readable domain names (like example.com) into IP addresses and other resource records used by internet protocols.
DNS Anycast
DNSDNS Anycast uses one IP address served from multiple geographically distributed nameservers; queries are routed to the nearest or healthiest node, improving resilience and reducing latency.
DNS Caching
DNSDNS caching stores resolved domain name query results for the specified TTL duration to avoid repeated queries to upstream authoritative servers.
DNS Hijacking
DNSDNS hijacking is an attack or misconfiguration that returns forged DNS responses, causing users to connect to attacker-controlled hosts instead of the intended server.
DNSBL
Emaila.k.a. DNS Blocklist, RBL
A DNSBL is a real-time IP reputation database published via DNS, used by mail servers at SMTP time to reject or flag senders known for spam or abuse.
DNSSEC
DNSa.k.a. DNS Security Extensions
DNSSEC (DNS Security Extensions) add cryptographic digital signatures to DNS records, enabling resolvers to verify that responses have not been tampered with or spoofed.
DoH
DNSa.k.a. DNS over HTTPS
DNS over HTTPS (DoH) encrypts DNS queries and responses inside HTTPS traffic, preventing on-path observers from seeing or tampering with DNS lookups.
Domain Lock
Domainsa.k.a. Registrar Lock
A registrar-level status that prevents unauthorized domain transfers, modifications, or deletions until the registrant explicitly removes the lock.
Domain Privacy
Domainsa.k.a. WHOIS Privacy
An optional service that replaces the domain registrant's personal contact information in WHOIS records with the registrar's proxy details to shield the owner from spam and unwanted disclosure.
Domain Validation
TLS & PKIa.k.a. DV
Domain Validation (DV) is the lowest level of certificate validation used in TLS/SSL, where the certificate authority verifies only that the applicant controls the domain name, typically via an HTTP or DNS challenge.
DoT
DNSa.k.a. DNS over TLS
DNS over TLS (DoT) encrypts DNS queries and responses using Transport Layer Security on a dedicated port 853, preventing eavesdropping and tampering.
E
ECH
TLS & PKIa.k.a. Encrypted Client Hello
Encrypted Client Hello (ECH) is a TLS extension that encrypts the Client Hello message, including the Server Name Indication (SNI), to prevent on-path observers from learning the target hostname during the handshake.
Edge Computing
CDN & PerformanceEdge computing is a distributed computing model that processes data and runs application logic at Points of Presence (PoPs) close to end users, minimizing round-trip latency and bandwidth usage compared to centralized cloud regions.
Edge Data Center
Data CentersAn edge data center is a small, distributed facility located close to end users to minimize latency and support real-time applications, often deployed as prefabricated units and operated remotely.
Edge Location
Cloud Computinga.k.a. PoP
An edge location is a data center or point of presence deployed by a cloud provider at the network edge to serve content and run compute workloads closer to end users than a full parent region.
Egress Fees
Cloud Computinga.k.a. Data Transfer Out
A per-gigabyte charge imposed by cloud providers on network traffic that leaves their data center, availability zone, or internet boundary.
EPP
Domainsa.k.a. Extensible Provisioning Protocol
EPP (Extensible Provisioning Protocol) is an XML-based application protocol used by domain name registries and registrars to provision domain names, manage contacts, and transfer registrations.
Erasure Coding
StorageErasure coding is a data protection method that splits data into fragments (shards) and adds parity, allowing reconstruction from a subset of fragments; it is commonly used in cloud object storage to tolerate failures efficiently.
Extended Validation
TLS & PKIa.k.a. EV
Extended Validation (EV) is the highest level of TLS certificate assurance, requiring the certificate authority to perform rigorous, human-verified checks on the legal identity and operational existence of the requesting organization before issuance.
F
FaaS
Cloud Computinga.k.a. Function as a Service
FaaS (Function as a Service) is a cloud computing model where users deploy small, stateless functions that the provider executes on demand, automatically scaling and billing per invocation.
Failover
DatabasesFailover is the process of automatically or manually promoting a replica database to primary when the active node fails, ensuring continued availability.
Fibre Channel
Storagea.k.a. FC
Fibre Channel is a high-speed networking standard primarily used to connect storage devices in storage area networks, operating as a dedicated protocol stack separate from Ethernet.
File Storage
Storagea.k.a. NAS
File storage exposes data as a hierarchical filesystem over network protocols like NFS and SMB, commonly delivered via network-attached storage (NAS) appliances for shared access.
Firewall
SecurityA network security device or software that monitors and controls incoming and outgoing traffic based on predetermined security rules, acting as a barrier between trusted and untrusted networks.
Free Cooling
Data CentersFree cooling uses outside air or water that is cooler than the return temperature to reduce or eliminate the need for mechanical refrigeration in data center cooling systems.
G
Geo DNS
DNSa.k.a. GeoDNS, Geographic DNS
Geo DNS is an authoritative DNS configuration that returns different resource records based on the geographic location of the requesting client, enabling traffic routing to nearby servers.
Glue Record
DNSA type of DNS record (A or AAAA) placed in a parent zone to give resolvers the IP address of a nameserver whose name is inside the child zone, breaking the circular dependency that would otherwise prevent resolution.
Grace Period
DomainsThe grace period is a window after a domain expires during which the registrant can renew at the standard renewal fee, without incurring additional redemption costs.
GraphQL
Web ProtocolsGraphQL is a query language and runtime for APIs that lets clients request exactly the data they need in a single round trip, reducing over-fetching and under-fetching.
Greylisting
EmailGreylisting is a spam-filtering technique that temporarily rejects email from unknown senders, forcing legitimate mail servers to retry delivery while filtering out spammers that do not retry.
gRPC
Web ProtocolsgRPC is a high-performance, open-source remote procedure call framework initially developed by Google. It uses HTTP/2 for transport, Protocol Buffers as its interface definition language and message serialization format, and supports bidirectional streaming.
H
Hash Index
DatabasesA data structure that maps keys to storage locations using a hash function, providing constant-time equality lookups but no ordered or range scans.
Hop
Networking & RoutingA hop is one passage of a packet through a router or other layer-3 forwarding device as it travels from source to destination across an internetwork.
Hot Aisle / Cold Aisle
Data CentersHot Aisle / Cold Aisle is a data center rack layout design that alternates rows of server intakes and exhausts to separate cool supply air from hot exhaust air, improving cooling efficiency.
Hot Storage
StorageHot storage is the default high-performance tier in object storage systems, optimized for low-latency access to frequently retrieved data.
HSTS
TLS & PKIa.k.a. HTTP Strict Transport Security
HTTP Strict Transport Security (HSTS) is a web security policy mechanism that forces browsers to interact with a website only over HTTPS, preventing downgrade attacks and cookie hijacking.
HTTP
Web Protocolsa.k.a. Hypertext Transfer Protocol
HTTP is a text-based request-response protocol that defines how web clients and servers exchange resources, forming the foundation of data communication on the World Wide Web.
HTTP Pipelining
Web ProtocolsHTTP Pipelining is a technique in HTTP/1.1 that sends multiple requests on a single connection without waiting for each response, now largely replaced by HTTP/2 multiplexing.
HTTP Status Code
Web ProtocolsA three-digit integer in an HTTP response that indicates the result of the server's attempt to process the request, grouped into five classes (1xx through 5xx).
HTTP/1.1
Web ProtocolsHTTP/1.1 is the persistent-connection version of the Hypertext Transfer Protocol, defined in RFC 2616 and updated by RFCs 7230-7235, enabling multiple requests and responses over a single TCP connection.
HTTP/2
Web Protocolsa.k.a. H2
HTTP/2 is a binary, multiplexed version of HTTP that reduces latency through header compression, stream prioritization, and server push, as defined in RFC 7540.
HTTP/3
Web Protocolsa.k.a. H3
HTTP/3 is the third major version of the Hypertext Transfer Protocol, which runs over QUIC instead of TCP to reduce latency, eliminate head-of-line blocking, and improve connection setup time.
HTTPS
Web Protocolsa.k.a. HTTP Secure
HTTPS (HTTP Secure) is HTTP traffic encrypted inside a TLS session, protecting data confidentiality, integrity, and server authenticity between a client and a web server.
Hybrid Cloud
Cloud ComputingHybrid cloud is a computing environment that combines a public cloud with a private or on-premises data center, connected by secure networking to enable workload portability and unified management.
Hyperscale Data Center
Data CentersA hyperscale data center is a massive, single-tenant facility built by cloud, internet, or social-media giants to support tens of megawatts of IT load and hundreds of thousands of servers.
Hypervisor
Hosting TypesA hypervisor is a software layer that creates and runs virtual machines by abstracting and isolating physical hardware resources for multiple operating systems.
I
IaaS
Cloud Computinga.k.a. Infrastructure as a Service
Infrastructure as a Service (IaaS) is a cloud computing model that provides on-demand access to virtualized compute, storage, and networking resources, which the customer configures and manages from the operating system upward.
IDN
Domainsa.k.a. Internationalized Domain Name
An Internationalized Domain Name (IDN) is a domain name that includes characters outside the ASCII set, encoded as Punycode for compatibility with the DNS.
IDS
Securitya.k.a. Intrusion Detection System
An Intrusion Detection System (IDS) monitors network traffic or host activity for signs of malicious behavior or policy violations and generates alerts for security personnel.
Image Optimization
CDN & PerformanceImage optimization reduces image file size by selecting modern formats (WebP, AVIF), resizing to display dimensions, and tuning quality, improving page load speed and bandwidth usage.
IMAP
Emaila.k.a. Internet Message Access Protocol
IMAP is an email protocol that lets clients access and manage messages stored on a mail server, keeping the server as the authoritative copy and synchronizing folder state across multiple devices.
Interaction to Next Paint
CDN & Performancea.k.a. INP
Interaction to Next Paint (INP) is a web performance metric that measures the worst-case latency from a user interaction to the next frame painted on screen, replacing First Input Delay as a Core Web Vital.
Intermediate Certificate
TLS & PKIAn intermediate certificate is a subordinate CA certificate signed by a root CA, used to sign end-entity certificates and enable path validation while the root remains offline.
Internet Exchange Point
Data Centersa.k.a. IXP, IX
A physical infrastructure facility where multiple autonomous networks interconnect to exchange traffic directly, bypassing transit ISPs to reduce latency and cost.
IPS
Securitya.k.a. Intrusion Prevention System
An Intrusion Prevention System (IPS) is a network security device that monitors traffic inline and actively blocks malicious packets before they reach their target.
IPv4
Networking & RoutingIPv4 is the core Internet Protocol using 32-bit addresses, providing roughly 4.3 billion unique identifiers for network interfaces on the global internet.
IPv6
Networking & RoutingIPv6 is the most recent version of the Internet Protocol, using 128-bit addresses to provide an effectively unlimited number of unique identifiers for networked devices.
iSCSI
StorageiSCSI is a storage protocol that encapsulates SCSI block-level commands over TCP/IP, enabling servers to access remote disks as if they were locally attached.
K
Keep-Alive
Web Protocolsa.k.a. Persistent Connection
Keep-Alive, also called persistent connection, allows multiple HTTP requests and responses over a single TCP connection, reducing latency and overhead compared to opening a new connection per request.
kVA
Data Centersa.k.a. Kilovolt-Ampere
kVA (kilovolt-ampere) is a unit of apparent power used to rate electrical equipment like UPSes and PDUs, equal to 1,000 volt-amperes, and differs from kilowatts when the power factor is not 1.0.
L
Largest Contentful Paint
CDN & Performancea.k.a. LCP
Largest Contentful Paint (LCP) measures the time from page load until the largest visible element in the viewport is fully rendered, and is one of Google's three Core Web Vitals.
Latency
Networking & Routinga.k.a. Round Trip Time, RTT
Latency (or round-trip time, RTT) is the time required for a packet to travel from a source to a destination and back, measured in milliseconds, and is a critical metric in network performance.
Let's Encrypt
TLS & PKILet's Encrypt is a free, automated, public certificate authority operated by the Internet Security Research Group (ISRG) that issues short-lived Domain Validation (DV) TLS certificates via the ACME protocol.
Lift and Shift
Cloud ComputingLift and shift is a cloud migration strategy that moves on-premises applications and data to cloud infrastructure with minimal or no changes to the original architecture.
Liquid Cooling
Data CentersLiquid cooling uses a working fluid to remove heat from electronic components, offering higher efficiency than air cooling for high-density AI accelerators.
Looking Glass
Networking & RoutingA looking glass is a public web-based tool that provides read-only access to a network's BGP routing table, ping, and traceroute diagnostics from that network's perspective.
M
Mailbox Quota
EmailA mailbox quota is a storage limit placed on a user's email account. Once the total size of stored messages exceeds this limit, the server may reject new incoming emails or warn the user.
Managed Hosting
Hosting TypesManaged hosting is a service where the provider handles server administration, including OS maintenance, security updates, backups, and application support, allowing clients to focus on their core business.
MDA
Emaila.k.a. Mail Delivery Agent
An MDA (Mail Delivery Agent) is a software component that transfers an email from a Mail Transfer Agent (MTA) into a recipient's local mailbox, typically on a mail server or a user's machine.
Meet-Me Room
Data Centersa.k.a. MMR
A meet-me room is a dedicated, secure space within a carrier hotel or colocation facility where network operators, carriers, and tenants physically interconnect their cabling to exchange traffic.
MTA
Emaila.k.a. Mail Transfer Agent
An MTA (Mail Transfer Agent) is server software that routes email between domains using the SMTP protocol, acting as the core delivery engine for internet email.
mTLS
TLS & PKIa.k.a. Mutual TLS
Mutual TLS (mTLS) is a variation of TLS where both the client and server authenticate each other using X.509 certificates, commonly used in zero-trust networks and service meshes.
MTU
Networking & Routinga.k.a. Maximum Transmission Unit
The Maximum Transmission Unit (MTU) is the largest size of a single protocol data unit (packet or frame) that a network link can forward without requiring fragmentation or dropping.
MUA
Emaila.k.a. Mail User Agent
A Mail User Agent (MUA) is an email client application that lets end users compose, send, receive, and manage messages on their own device or through a web interface.
Multicast
Networking & RoutingMulticast is a one-to-many network delivery model where a single packet is replicated by routers to reach multiple receivers, reducing bandwidth and server load compared to unicast.
MX Record
DNSa.k.a. Mail Exchange Record
A DNS resource record that delegates email delivery to one or more mail servers for a domain, using numeric priority values to indicate preference.
N
NFS
Storagea.k.a. Network File System
NFS (Network File System) is a distributed file system protocol originally developed by Sun Microsystems that allows a client to access files over a network as if they were local. It is widely used in Unix and Linux environments and runs over IP networks.
NoSQL
DatabasesNoSQL is a family of non-relational database systems designed for flexible schemas, horizontal scaling, and high-throughput data access that traditional SQL databases cannot easily provide.
NS Record
DNSa.k.a. Name Server Record
An NS (Name Server) record in DNS specifies the authoritative name servers for a domain, directing queries to the servers that hold the zone's resource records.
O
OAuth 2.0
SecurityOAuth 2.0 is an authorization framework that allows a user to grant a third-party application limited access to their resources on another service without revealing their password.
Object Storage
StorageObject storage is a flat data storage architecture that manages data as immutable objects, each with a unique identifier, metadata, and API access over HTTP. It is the model behind Amazon S3 and similar cloud storage services.
OCSP
TLS & PKIa.k.a. Online Certificate Status Protocol
OCSP (Online Certificate Status Protocol) lets a client check a certificate's revocation status in real time by querying a responder, avoiding bulky CRLs.
OCSP Stapling
TLS & PKIOCSP Stapling lets a TLS server present a fresh, signed OCSP response during the handshake, so clients verify certificate revocation without contacting the CA directly.
OpenID Connect
Securitya.k.a. OIDC
OpenID Connect (OIDC) is an identity authentication layer built on OAuth 2.0 that provides a signed ID token containing verified user identity claims.
Organization Validation
TLS & PKIa.k.a. OV
Organization Validation (OV) is a PKI certificate that requires proof of domain control and legal entity verification, offering more trust than DV but less than EV.
Origin Server
CDN & Performancea.k.a. Origin
An origin server is the authoritative source of content for a CDN, storing the original files that the CDN retrieves, caches, and delivers to end users.
Origin Shield
CDN & PerformanceOrigin Shield is a dedicated mid-tier caching layer in a CDN that sits between edge Points of Presence (PoPs) and the origin server, aggregating cache misses to reduce requests against the origin.
Overselling
Hosting Typesa.k.a. Oversubscription
Overselling is a hosting practice where providers allocate more resources (bandwidth, disk, CPU) than physically available, assuming customers won't all use their maximum simultaneously.
P
PaaS
Cloud Computinga.k.a. Platform as a Service
Platform as a Service (PaaS) is a cloud computing model where the provider manages the underlying infrastructure, middleware, and runtime, allowing customers to deploy and run applications without handling servers or patching.
Passkey
SecurityA passkey is a FIDO2/WebAuthn credential stored on a user's device that replaces passwords with public-key cryptography for authentication.
Peering
Networking & RoutingPeering is an arrangement where two separate Internet networks exchange traffic directly, typically without charging each other, to reduce reliance on paid transit providers.
POP3
Emaila.k.a. Post Office Protocol
POP3 (Post Office Protocol 3) is an older email retrieval protocol that downloads messages from a server to a local client and typically deletes them from the server afterward.
Prefix
Networking & Routinga.k.a. IP Prefix
A prefix is a contiguous block of IP addresses represented by a base address and a prefix length, used in routing tables to aggregate multiple routes into a single advertisement.
Private Cloud
Cloud ComputingA private cloud is a cloud computing environment dedicated to a single organization, hosted on-premises or by a third party, offering greater control and isolation than public cloud.
PTR Record
DNSa.k.a. Pointer Record
A PTR record maps an IP address to a hostname in the reverse DNS tree, used for reverse lookups under in-addr.arpa (IPv4) or ip6.arpa (IPv6).
Public Cloud
Cloud ComputingA public cloud is a computing model where third-party providers make shared infrastructure resources such as servers, storage, and networking available to multiple tenants over the public internet.
Public Key Infrastructure
TLS & PKIa.k.a. PKI
Public Key Infrastructure (PKI) is a system of policies, procedures, hardware, and software for creating, distributing, managing, storing, and revoking digital certificates used in public-key cryptography.
PUE
Data Centersa.k.a. Power Usage Effectiveness
Power Usage Effectiveness (PUE) is a metric that compares total facility energy consumption to the energy used by IT equipment alone, with 1.0 representing perfect efficiency.
Pull CDN
CDN & PerformanceA pull CDN retrieves content from the origin server on demand when a user requests it, storing the response for subsequent requests.
Punycode
DomainsPunycode is a method defined in RFC 3492 for converting Unicode strings into ASCII labels, enabling Internationalized Domain Names (IDNs) to be used in the DNS.
Push CDN
CDN & PerformanceA push CDN requires content to be uploaded from the origin server or a storage bucket to CDN edge nodes in advance, rather than being pulled on demand.
Q
R
RAID
Storagea.k.a. Redundant Array of Independent Disks
RAID (Redundant Array of Independent Disks) combines multiple physical disk drives into a single logical unit to improve performance, fault tolerance, or both, using techniques like striping, mirroring, and parity.
RAID 0
Storagea.k.a. Striping
A data storage method that splits data across two or more disks in stripes to improve read and write performance, but provides no fault tolerance.
RAID 1
Storagea.k.a. Mirroring
RAID 1 (mirroring) writes identical data to two or more disks, providing fault tolerance so the array survives one disk failure with no performance loss.
RAID 5
StorageRAID 5 is a block-level striping configuration with distributed parity that can survive a single disk failure while using less total capacity for redundancy than mirroring.
RAID 6
StorageRAID 6 is a redundant array of independent disks configuration that uses double parity to tolerate up to two simultaneous disk failures, commonly deployed in large storage arrays.
Rate Limiting
SecurityRate limiting caps the number of requests a client can make within a defined time window, protecting servers from abuse and ensuring fair resource allocation.
RDAP
Domainsa.k.a. Registration Data Access Protocol
RDAP (Registration Data Access Protocol) is a modern RESTful protocol for querying domain name and IP address registration data, replacing the older WHOIS protocol with structured JSON responses and role-based access controls.
Read Replica
DatabasesA read replica is an asynchronously updated copy of a primary database instance used to offload and scale read-only query traffic without affecting the source database's write performance.
Recursive DNS
DNSa.k.a. Resolver
A recursive DNS resolver is a server that accepts queries from clients and performs the full iterative lookup process, starting at the DNS root zone and following referrals until it reaches an authoritative answer or fails.
Reflective DDoS
Securitya.k.a. Amplification Attack
A reflective DDoS attack uses spoofed requests to misconfigured servers that send large responses to a victim, amplifying traffic up to 100x and overwhelming the target.
Region
Cloud Computinga.k.a. Cloud Region
A cloud region is a geographic area containing multiple availability zones that provide low-latency, isolated infrastructure for cloud services.
Registrant
DomainsThe registrant is the legal holder of a domain name, listed as the owner in the registry database and responsible for the domain's renewal and administration.
Registrar
DomainsA domain registrar is an ICANN-accredited company that sells domain name registrations to individuals and organizations, managing the reservation of domain names within the DNS.
Registry
DomainsA registry is the organization that operates a top-level domain (TLD) and maintains the authoritative database of all domain names registered under that TLD.
Relational Database
Databasesa.k.a. RDBMS
A relational database organizes data into tables with rows and columns, using SQL for queries, enforcing a rigid schema, and supporting joins and ACID transactions.
Replication
StorageReplication is the process of maintaining synchronous or asynchronous copies of data across multiple storage systems or sites to ensure availability, durability, and disaster recovery.
Replication Lag
DatabasesReplication lag is the delay between a write operation on a primary database and its application on a read replica, causing temporary data inconsistency.
Reseller Hosting
Hosting TypesA business model where one entity purchases web hosting capacity wholesale from a provider and resells it to end customers under its own brand.
Reserved Instance
Cloud Computinga.k.a. RI
A Reserved Instance is a billing discount applied to compute usage when a customer commits to a 1 or 3-year term, paying upfront, partially upfront, or monthly.
REST
Web Protocolsa.k.a. Representational State Transfer
REST (Representational State Transfer) is an architectural style for designing networked applications that use HTTP verbs to operate on resources identified by URLs, with stateless client-server communication.
Root Certificate
TLS & PKIa.k.a. Root CA
A root certificate is a self-signed X.509 certificate issued by a certificate authority (CA) and distributed in operating system and browser trust stores to anchor the chain of trust for TLS.
Root Zone
DNSa.k.a. DNS Root
The Root Zone is the top-level delegation layer of the DNS hierarchy, containing the authoritative records for all top-level domains and served by 13 logical root server systems coordinated by ICANN.
Route Origin Authorisation
Networking & Routinga.k.a. ROA
A Route Origin Authorisation (ROA) is a cryptographically signed RPKI object that specifies which autonomous system (AS) is authorised to originate a given IP prefix, enabling BGP origin validation.
Route Reflector
Networking & RoutingA BGP router that redistributes iBGP learned routes to other iBGP peers, breaking the requirement for a full mesh of iBGP sessions.
RPKI
Networking & Routinga.k.a. Resource Public Key Infrastructure
RPKI is a cryptographic framework that binds IP address blocks and AS numbers to their legitimate holders, enabling routers to verify BGP route origin claims and prevent hijacks.
S
S3
Storagea.k.a. S3 API
Amazon Simple Storage Service (S3) is a highly durable object storage service and its HTTP REST API has become the de facto standard for cloud object storage, widely re-implemented by other vendors.
SaaS
Cloud Computinga.k.a. Software as a Service
SaaS (Software as a Service) delivers centrally hosted, multi-tenant software to end users over the internet, typically through a web browser or API, with no local installation or server management required.
SAML
Securitya.k.a. Security Assertion Markup Language
SAML (Security Assertion Markup Language) is an XML-based open standard for exchanging authentication and authorization data between an identity provider and a service provider, enabling single sign-on across domains.
Server Density
Hosting TypesServer density is the number of customer accounts or virtual tenants hosted on a single physical machine; high density maximizes resource utilization but risks performance degradation under load.
Server-Sent Events
Web Protocolsa.k.a. SSE
Server-Sent Events (SSE) is a standard that allows a server to push real-time updates to a web client over a single, long-lived HTTP connection using a simple text stream.
Sharding
Databasesa.k.a. Horizontal Partitioning
Sharding splits a logical dataset across multiple database instances using a shard key, enabling horizontal scaling and fault isolation beyond a single server's limits.
Shared Hosting
Hosting TypesShared hosting is a web hosting service where multiple websites reside on a single physical server and share its resources, typically managed through a control panel.
SLA
Hosting Typesa.k.a. Service Level Agreement
A Service Level Agreement (SLA) is a contractual commitment between a provider and a customer specifying guaranteed levels of service availability, performance, or reliability, often backed by financial credits for breaches.
SMB
Storagea.k.a. Server Message Block, CIFS
SMB (Server Message Block) is a network file sharing protocol developed by Microsoft, used by Windows and Samba on Unix to provide shared access to files, printers, and serial ports over a network.
SMTP
Emaila.k.a. Simple Mail Transfer Protocol
SMTP (Simple Mail Transfer Protocol) is the Internet standard for sending and relaying email between mail servers, defined in RFC 5321 and operating primarily on ports 25, 465, and 587.
SNI
TLS & PKIa.k.a. Server Name Indication
Server Name Indication (SNI) is a TLS extension that lets a client specify the hostname it is connecting to, allowing the server to present the correct certificate for multi-domain virtual hosting.
SOA Record
DNSa.k.a. Start of Authority Record
A DNS resource record that specifies authoritative information about a DNS zone, including the primary nameserver, responsible party's email, and timing parameters for zone replication.
Spamhaus
EmailSpamhaus is a nonprofit threat-intelligence organization that maintains widely used blocklists of spam and malware sources, consulted by most email systems to filter unwanted messages.
SPF
Emaila.k.a. Sender Policy Framework
SPF (Sender Policy Framework) is a DNS-based email authentication method that lets domain owners publish which mail servers are authorized to send email from their domain, helping detect spoofing.
Spot Instance
Cloud Computinga.k.a. Preemptible VM
A Spot Instance is a discounted virtual machine that a cloud provider can reclaim with little or no notice when it needs the capacity back for on-demand customers.
SRV Record
DNSa.k.a. Service Record
An SRV record is a DNS resource record that defines the hostname and port number for a specific service, enabling clients to discover services like SIP or XMPP.
SSL
TLS & PKIa.k.a. Secure Sockets Layer
SSL (Secure Sockets Layer) was a cryptographic protocol for securing Internet communications, superseded by TLS in 1999. The term persists colloquially, but every modern secure connection uses TLS.
SSO
Securitya.k.a. Single Sign-On
SSO (Single Sign-On) is a user authentication process that enables access to multiple independent applications after a single login, using a central identity provider to issue and validate credentials.
sTLD
Domainsa.k.a. Sponsored Top-Level Domain
A sponsored top-level domain (sTLD) is a TLD with a sponsoring organisation that enforces eligibility rules limiting registration to a defined community, such as .museum or .gov.
Subnet
Networking & Routinga.k.a. Subnetwork
A logical subdivision of an IP network, created by borrowing host bits to form a subnet identifier, allowing efficient address allocation and traffic isolation within a larger network.
T
TCP
Web Protocolsa.k.a. Transmission Control Protocol
TCP (Transmission Control Protocol) is a connection-oriented, reliable transport protocol that provides in-order, error-checked delivery of a byte stream between applications running on hosts in an IP network.
Tier III
Data CentersA Tier III data center, defined by the Uptime Institute, provides N+1 redundancy and concurrent maintainability, targeting 99.982% uptime (about 1.6 hours of downtime per year).
Tier IV
Data CentersTier IV is the highest datacenter rating from the Uptime Institute, requiring 2N+1 redundancy and fault tolerant infrastructure with a 99.995% uptime target.
Time to First Byte
CDN & Performancea.k.a. TTFB
Time to First Byte (TTFB) measures the duration between an HTTP request and the receipt of the first byte of the response, reflecting server processing and network latency.
TLD
Domainsa.k.a. Top-Level Domain
A TLD (Top-Level Domain) is the last segment of a domain name, such as .com or .uk, directly delegated from the DNS root zone.
TLS
TLS & PKIa.k.a. Transport Layer Security
TLS (Transport Layer Security) is a cryptographic protocol that provides encryption, data integrity, and server (and optionally client) authentication for applications running over TCP.
TLS 1.2
TLS & PKITLS 1.2 is the version of the Transport Layer Security protocol defined in RFC 5246 that was the dominant cryptographic handshake standard for internet security from 2008 through the late 2010s.
TLS 1.3
TLS & PKITLS 1.3 is a streamlined protocol version defined in RFC 8446 that reduces handshake latency to one round trip and mandates modern AEAD ciphers.
Transit
Networking & Routinga.k.a. IP Transit
Transit is a commercial Internet connectivity service where one network pays another to carry its traffic to and from all destinations reachable on the global Internet.
TTL
DNSa.k.a. Time To Live
A timestamp or counter in a DNS resource record that limits how long a resolver or cache can reuse a cached answer before querying the authoritative server again.
Two-Phase Commit
Databasesa.k.a. 2PC
Two-Phase Commit is a distributed consensus protocol that ensures all participants in a transaction either all commit or all abort, maintaining atomicity across multiple databases or services.
TXT Record
DNSA DNS resource record (type 16) that stores free-form text data, commonly used for email authentication (SPF, DKIM, DMARC) and domain ownership verification tokens.
U
UDP
Web Protocolsa.k.a. User Datagram Protocol
UDP is a connectionless transport protocol that sends datagrams without delivery guarantees, used by DNS, video streaming, and QUIC for low-latency communication.
Unicast
Networking & RoutingUnicast is one-to-one packet delivery from a single source to a single destination, the most common form of network communication on the Internet.
Unmanaged Hosting
Hosting TypesUnmanaged hosting is a service where the provider supplies only raw server infrastructure, and the customer retains full root access and sole responsibility for configuration, security, and maintenance.
Uptime
Hosting TypesUptime is the percentage of time a hosted service or server is reachable and functional, typically measured over a month or year; 99.9% translates to about 8.8 hours of allowed downtime annually.
V
VPN
Securitya.k.a. Virtual Private Network
VPN (Virtual Private Network) creates an encrypted tunnel from a remote device to a private network, making the remote endpoint appear as if it is directly connected to that network.
VPS
Hosting Typesa.k.a. Virtual Private Server
A Virtual Private Server (VPS) is a virtualized instance on a physical server that provides dedicated CPU, RAM, and storage, offering isolation and performance similar to a dedicated server at a lower cost.
W
WAF
Securitya.k.a. Web Application Firewall
A WAF (Web Application Firewall) is a security device or service that monitors, filters, and blocks HTTP traffic to protect web applications from common attacks like SQL injection and cross-site scripting.
Web Shell
SecurityA malicious script placed on a compromised web server that allows an attacker to execute operating system commands remotely by sending HTTP requests.
WebAssembly
Web Protocolsa.k.a. Wasm
WebAssembly (Wasm) is a portable binary instruction format designed for sandboxed, near-native execution in web browsers, edge runtimes, and server-side environments.
WebDAV
Web ProtocolsWebDAV (Web Distributed Authoring and Versioning) is an HTTP extension that enables clients to create, read, edit, move, and delete files on a remote web server as if it were a writable filesystem.
WebRTC
Web ProtocolsWebRTC is a browser-native framework for real-time audio, video, and data communication between peers without plugins or intermediate servers for media relay.
WebSocket
Web ProtocolsWebSocket is a protocol providing a full-duplex bidirectional communication channel between a client (typically a browser) and a server over a single long-lived TCP connection, defined in RFC 6455.
WHOIS
DomainsWHOIS is a query and response protocol used to retrieve registration metadata for domain names, IP address blocks, and autonomous system numbers from public directories.
Wildcard DNS
DNSA wildcard DNS record, written as *.example.com, answers DNS queries for any nonexistent subdomain of a parent domain with a single configured result.
WireGuard
SecurityWireGuard is a modern VPN protocol that uses state-of-the-art cryptography and aims to be faster, simpler, and more secure than IPsec and OpenVPN.
WordPress Hosting
Hosting Typesa.k.a. WP Hosting
Web hosting optimized for WordPress sites, featuring PHP-FPM, object caching, and MySQL/MariaDB databases, often with automatic updates and security hardening.
X
Z
Zero Trust
SecurityZero Trust is a security model that requires strict identity verification and authorization for every request, regardless of network location, removing implicit trust from internal networks.
Zone File
DNSA zone file is a plain-text file that contains all DNS resource records for a single domain zone, following the master file format defined in RFC 1035.