Glossary

The proxy glossary, without the fluff.

121 terms from across proxies, networking and web scraping, each defined in plain language and, where it matters, with the real-world detail that decides how the thing actually behaves. No dictionary glosses.

Start here: type is four questions, not one

Most confusion about proxies comes from treating one word as one decision. Whose network the address belongs to, whether that address changes, who else is using it, and which protocol you speak to it are four independent questions, and every real product answers all four at once. If a page here seems to contradict another, it is usually because the two are answering different ones.

If you want the whole picture in one read before diving into definitions, the guide to every proxy type walks through all four and ends with how to choose.

Proxy types

The families a proxy can belong to, and the axes people confuse for each other. Whose network owns the address is one question, whether it changes is a second, and who else is on it is a third. Every real product answers all three, and a provider naming only one has left the other two unstated.

Anonymous proxy

A proxy that hides your real IP address but still identifies itself as a proxy to the sites you visit.

Read the definition

Bandwidth sharing

The supply side of residential proxies: apps and SDKs through which ordinary people lend their home connection as an exit, for compensation or without knowing.

Read the definition

Caching proxy

A forward proxy that stores copies of responses and serves them again, built for saving bandwidth rather than for anonymity.

Read the definition

Datacenter proxy

A proxy whose IP address is hosted in a commercial data center rather than assigned to a home, making it fast and cheap but easy for sites to identify as non-residential.

Read the definition

Dedicated proxy

A proxy IP address assigned to a single customer, so its reputation reflects only your own traffic.

Read the definition

Distorting proxy

An anonymity grade that hides your real IP but deliberately sends a false one in its place, sitting between an anonymous and a transparent proxy.

Read the definition

DNS proxy

A service that intervenes at the name-lookup stage rather than carrying your traffic, covering everything from router DNS forwarding to smart DNS unblocking.

Read the definition

Elite proxy

A proxy that hides your real IP and forwards no header admitting a proxy is in the path, so the request reaches the site shaped like a direct connection.

Read the definition

Gateway proxy

A single entry point that routes your traffic into a whole pool of exit IPs, so you connect to one address and reach many.

Read the definition

HTTP proxy

A proxy that understands the HTTP protocol and forwards web requests, optionally reading and modifying headers along the way.

Read the definition

ISP proxy

A proxy hosted in a data center but registered to a consumer ISP, combining datacenter speed and stability with the trust of a residential network.

Read the definition

Mobile proxy

A proxy that routes traffic through an IP address assigned by a mobile carrier to a phone or cellular modem, carrying the strongest trust of any proxy type.

Read the definition

Open proxy

A proxy that accepts connections from anyone with no authentication, which is what almost every address on a free proxy list actually is.

Read the definition

Peer-to-peer proxy

A residential network whose exits are other users' devices rather than managed servers, which is how most residential pools are actually built.

Read the definition

Proxy pool

The full set of IP addresses a provider can route you through, and the number behind a rotating proxy.

Read the definition

Residential proxy

A proxy that routes your traffic through an IP address assigned by an internet service provider to a home connection, so requests look like an ordinary person browsing.

Read the definition

Rotating proxy

A proxy setup that assigns a different IP address to each request or on a timer, spreading traffic across a pool so no single address draws attention.

Read the definition

Semi-dedicated proxy

A middle tier where an address is shared among a small, fixed number of users rather than one person or an unbounded crowd.

Read the definition

Shared proxy

A proxy whose IP address is used by more than one customer at the same time, cheaper than a dedicated address but with reputation you do not fully control.

Read the definition

Sneaker proxy

Proxies marketed for limited-release sneaker and streetwear drops, where the real requirement is many trusted addresses ready in a narrow window.

Read the definition

SOCKS5 proxy

A proxy speaking the SOCKS5 protocol, which forwards any kind of TCP or UDP traffic without inspecting it, not just web requests.

Read the definition

Static proxy

A proxy that keeps the same IP address for your exclusive use over an extended period, rather than rotating it between requests.

Read the definition

Transparent proxy

A proxy that passes your real IP address through and often intercepts traffic without you configuring it, common in networks, useless for anonymity.

Read the definition

Virgin proxy

A marketing label for a proxy IP sold as never previously used, a claim that is part verifiable freshness and part unverifiable history.

Read the definition

Networking

The plumbing underneath everything else. What an address actually is, why there are not enough of them, how blocks and networks carry reputation as a unit, and where the lookups happen. Most surprises with proxies turn out to be one of these facts arriving unannounced.

ASN

An autonomous system number identifies the network that owns a block of IP addresses, and it is how sites tell a home connection from a data center.

Read the definition

CDN

A content delivery network, the geographically distributed cache layer that serves most large websites and decides at its edge how to treat your request.

Read the definition

CGNAT

Carrier-grade NAT, the technique of putting many subscribers behind one shared public IP address to conserve scarce IPv4 space.

Read the definition

DNS

The domain name system translates human-readable hostnames into IP addresses, and where that lookup happens can quietly expose your real location.

Read the definition

DNS leak

When your DNS queries bypass the proxy and reveal your real network or location despite your visible IP being masked.

Read the definition

Exit node

The last hop in a proxy chain, the address the destination site actually sees, as opposed to the gateway you connect to.

Read the definition

Firewall

A barrier that allows or blocks traffic by rules, which is what stops a proxy on an unusual port from being reachable on a restrictive network.

Read the definition

Forward proxy

A proxy that sits in front of the client and forwards its outbound requests, the ordinary sense of the word proxy, as opposed to a reverse proxy that fronts a server.

Read the definition

Internet service provider

The company that connects a home or business to the internet and assigns the IP address whose ownership every site checks before trusting a request.

Read the definition

IP address

The numeric label that identifies a device on a network and is the address a proxy substitutes for your own.

Read the definition

IP geolocation

The inference of physical location from an IP address, reliable at country level and frequently wrong at city level, and the mechanism proxy geo-targeting relies on.

Read the definition

IPv4

The original internet addressing scheme, with about 4.3 billion possible addresses, now so scarce that providers ration and share them.

Read the definition

IPv6

The newer addressing scheme with a practically unlimited supply of addresses, adopted unevenly across the world's networks.

Read the definition

Load balancer

Infrastructure that spreads incoming requests across many backend servers, a form of reverse proxy you meet from the outside when scraping.

Read the definition

NAT

Network address translation, the technique that lets many devices share one public IP address by rewriting traffic as it passes through a router.

Read the definition

Port

A numbered channel on an IP address that directs traffic to a specific service, such as the port your proxy listens on.

Read the definition

Port forwarding

A rule that lets outside traffic reach a specific device behind NAT, and the reason some proxies can accept inbound connections and others cannot.

Read the definition

Proxy chaining

Routing traffic through more than one proxy in sequence, so each hop only knows its neighbours, not the whole path.

Read the definition

Proxy server

A server that sits between you and the internet, making requests on your behalf so the destination sees the server's address instead of yours.

Read the definition

Reverse DNS

The lookup that turns an IP address back into a hostname, often the most telling single fact about who operates an address.

Read the definition

Subnet

A contiguous block of IP addresses managed as a unit, often shared reputation and all.

Read the definition

TCP

The connection-oriented protocol that carries almost all proxy traffic, providing ordered, reliable delivery at the cost of a setup handshake.

Read the definition

Tor

The volunteer-run anonymity network that routes traffic through three encrypted hops, built for privacy rather than for the work proxies are bought for.

Read the definition

UDP

The connectionless transport protocol behind DNS, QUIC and real-time traffic, which most proxies cannot carry and SOCKS5 optionally can.

Read the definition

VPN

A virtual private network that encrypts and routes all of your device's traffic through one server, where a proxy usually routes a single app.

Read the definition

WebRTC leak

When a browser's real-time communication feature exposes your true IP address even though your traffic runs through a proxy.

Read the definition

WHOIS

The public registration record system that says who holds an IP address or domain, and the raw source behind every ownership lookup in this glossary.

Read the definition

Protocols & authentication

How your client and the proxy talk to each other, and what that conversation reveals. This is where the anonymity grades live, because only a protocol that understands your request can add a header describing it.

Cookie

A small piece of state a site stores in your client and reads back on every request, the mechanism behind logins, consent banners and a lot of bot scoring.

Read the definition

HTTP CONNECT

The HTTP method that turns a proxy into a blind tunnel, which is how an HTTP proxy carries HTTPS traffic it cannot read.

Read the definition

HTTP header

The name-and-value lines sent with every web request and response, where a client describes itself and where proxies leave or remove their traces.

Read the definition

IP whitelisting

Authorising a proxy by pre-approving the IP addresses allowed to use it, instead of sending a username and password.

Read the definition

PAC file

A proxy auto-config file: one JavaScript function that decides, per request, whether traffic goes direct or through which proxy.

Read the definition

Proxy authentication

How a proxy verifies you are allowed to use it, most commonly by username and password or by allowing specific source IPs.

Read the definition

QUIC

The transport behind HTTP/3, built on UDP to fix TCP's delays, and the reason a proxied browser quietly falls back to older protocols.

Read the definition

Reverse proxy

A proxy that sits in front of servers rather than clients, handling incoming requests on their behalf, the opposite direction from the forward proxies used for scraping.

Read the definition

SNI

The field in a TLS handshake that names which site you are connecting to, sent in the clear and readable by anyone on the path including a proxy.

Read the definition

SOCKS4 proxy

An older version of the SOCKS protocol that relays TCP traffic but lacks authentication, UDP support and remote DNS.

Read the definition

Sticky session

A rotating-proxy feature that keeps you on the same exit IP for a set duration so a multi-step task can complete without the address changing underneath it.

Read the definition

TLS / SSL

The encryption that protects HTTPS traffic, which a proxy tunnels through untouched rather than reading.

Read the definition

WebSocket

A protocol that upgrades an HTTP request into a persistent two-way connection, used for live data feeds, and a special case for proxies to carry.

Read the definition

WPAD

Web Proxy Auto-Discovery, the mechanism behind the automatically detect settings checkbox, which lets a network hand your machine its proxy configuration.

Read the definition

Scraping & automation

The working vocabulary of collecting data at scale: what limits you, what identifies you, and what the defences are actually measuring. Almost none of it is about the address.

Antidetect browser

A browser built to run many isolated profiles, each with its own consistent fingerprint, cookies and proxy, so one machine can operate several plausible identities.

Read the definition

API scraping

Collecting data by calling the JSON endpoints a page uses instead of parsing its HTML, usually the fastest, cheapest and most reliable route when one exists.

Read the definition

Browser fingerprinting

Identifying a visitor from the combination of subtle browser and device traits, a layer of detection that survives changing your IP.

Read the definition

CAPTCHA

A challenge designed to tell humans from bots, triggered far more often by suspicious network reputation than by any single request.

Read the definition

CAPTCHA solver

A service that returns an answer to a challenge, either by human workers or by automation, treating the symptom of a low trust score rather than the cause.

Read the definition

CSS selector

The pattern syntax invented for styling pages, borrowed by scrapers as the everyday way to select the elements worth extracting.

Read the definition

Data parsing

Turning a fetched response into structured data, the half of scraping that happens after the network and breaks for entirely different reasons.

Read the definition

Geo-blocking

Restricting or changing what a site shows based on the visitor's inferred country, which a proxy in the target country is meant to bypass.

Read the definition

Geo-targeting

Deliberately choosing a proxy in a specific country, region or city so your traffic originates exactly where you need it to.

Read the definition

Headless browser

A real browser running without a visible window, used to render JavaScript-heavy pages in automation.

Read the definition

IP rotation

The practice of cycling through many IP addresses across a workload so no single one accumulates a suspicious request count.

Read the definition

JavaScript rendering

The process by which pages build their content in the browser after loading, which decides whether fetching the HTML gets you data or an empty shell.

Read the definition

Pagination

How a site splits a long list across many pages or loads, and the part of a scrape most likely to silently miss data or trap a crawler.

Read the definition

Rate limiting

A site's cap on how many requests one source may make in a window, the most common obstacle a scraper meets.

Read the definition

Retry logic

How a scraper handles failed requests, which done badly wastes bandwidth and escalates blocks, and done well quietly rescues most transient failures.

Read the definition

robots.txt

A file at a site's root that tells crawlers which paths it prefers they avoid, a convention, not an enforced barrier.

Read the definition

Scraper API

A service that takes a target URL and returns the page data, handling proxies, rendering, retries and anti-bot friction behind a single endpoint.

Read the definition

SERP

A search engine results page, the most location-sensitive and most defended page type on the web, and the raw material of the SEO industry.

Read the definition

User agent

The string a client sends to identify its browser and operating system, one of the simplest signals a site checks against your IP.

Read the definition

Virtual browser

A browser that runs on remote infrastructure and is driven over the network, rented by the session instead of run on your own machines.

Read the definition

Web crawler

A program that follows links from page to page to discover and fetch content, the traversal engine underneath large-scale scraping.

Read the definition

Web scraping

The automated collection of data from websites, the single most common reason people use proxies at scale.

Read the definition

XPath

A query language for addressing parts of an HTML or XML document, the more powerful of the two ways scrapers point at the data inside a page.

Read the definition

Detection & reputation

How a site decides whether to trust you. Detection is a score assembled from many weak signals rather than a yes or no, which is why the same setup passes on Monday and is challenged on Thursday.

Akamai Bot Manager

The enterprise bot-defence built into Akamai's CDN, known for the telemetry its client-side script gathers and the tracking cookie it issues.

Read the definition

Anti-bot system

A layered defence, network, fingerprint and behaviour checks combined, that sites use to separate automation from real users.

Read the definition

Behavioral analysis

Detection that scores how you interact rather than what you send, catching automation through timing, movement and navigation a clean address cannot fix.

Read the definition

Botnet

A network of compromised devices controlled without their owners' knowledge, the criminal end of where proxy and residential supply can come from.

Read the definition

Canvas fingerprinting

A fingerprinting technique that has your browser draw an image and reads back the tiny hardware-specific differences in how it rendered.

Read the definition

Clean IP

An address that carries no negative record a site can look up: off every blocklist, no abuse history, owned by a consumer ISP, and rated low risk by a fraud engine.

Read the definition

Cloudflare

A CDN and security layer that fronts a large share of the web and includes some of the most common anti-bot challenges scrapers meet.

Read the definition

Cloudflare Turnstile

Cloudflare's own CAPTCHA replacement, which verifies visitors through background browser checks instead of puzzles and usually shows only a checkbox or nothing.

Read the definition

DataDome

A real-time bot-protection service that scores every request in milliseconds from device, network and behavioural signals, common on e-commerce and classifieds.

Read the definition

Device fingerprint

The identity built from a device's hardware and system traits, more stable than a browser fingerprint and harder to change because it reflects the physical machine.

Read the definition

Fraud score

A single number that fraud-detection services assign to an IP address to summarise how risky traffic from it looks.

Read the definition

FunCaptcha (Arkose Labs)

A challenge system from Arkose Labs built around rotating interactive puzzles, designed to impose cost on attackers rather than just to sort humans from bots.

Read the definition

hCaptcha

A privacy-positioned CAPTCHA that pays the sites deploying it, best known as Cloudflare's former default and for its image-classification challenges.

Read the definition

Honeypot

A trap planted for automation, a link or field invisible to humans, that flags anything which interacts with it as a bot.

Read the definition

Imperva (Incapsula)

A long-established enterprise security platform combining a CDN, a web application firewall and bot management, formerly branded Incapsula.

Read the definition

IP blacklist

A published list of IP addresses flagged for abuse, which sites and mail servers consult to refuse traffic outright.

Read the definition

IP reputation

The accumulated trust score a site or third-party service assigns to an IP address based on its network, history and behaviour.

Read the definition

Kasada

An aggressive bot defence that makes clients solve a hidden computational challenge and actively frustrates automation rather than merely blocking it.

Read the definition

PerimeterX (HUMAN)

A behavioural bot defence, now part of HUMAN Security, that leans on a client-side sensor and code-integrity checks rather than on network reputation alone.

Read the definition

Port scanning

Probing an address across many ports to find services that answer, which is how most public proxy lists are assembled in the first place.

Read the definition

Proxy detection

The set of techniques sites use to decide whether a visitor is behind a proxy, ranging from network lookups to behavioural analysis.

Read the definition

reCAPTCHA

Google's challenge system, now mostly an invisible score from 0.0 to 1.0 rather than a puzzle, drawing on the signals a Google-scale presence can see.

Read the definition

TLS fingerprint

An identifier built from how a client negotiates encryption, used to spot automation even through a clean IP.

Read the definition

Web application firewall

A filter that inspects incoming web requests against rules and blocks the ones that look malicious, a different layer from the bot management scrapers usually mean.

Read the definition

X-Forwarded-For

An HTTP header a proxy can add to name the original client's IP, and the single biggest tell that separates an anonymous proxy from a transparent one.

Read the definition

HProxy.

Do not take our word for it.Measure it yourself.

Runs in your browser against the live address. No signup, no stored list.

HProxy