AntiDetect
Features Technology Pricing Who's It For
Docs Blog FAQ
Download

Four Kinds of Proxy, and When Each One Is the Right Answer

Proxy marketing is built on the claim that residential is always better. It is not. What actually decides the outcome is the ASN your traffic appears to come from, how long you keep the address, and whether the address fits the story your browser is telling.

One number decides most of it

Every IP address on the internet belongs to an Autonomous System, identified by an ASN. The ASN says who operates the block. AS16509 is Amazon. AS14061 is DigitalOcean. AS7922 is Comcast. AS22394 is Verizon Wireless.

Anti-fraud vendors maintain classifications of every ASN in use, refreshed continuously, tagging each as datacenter, business ISP, consumer ISP, mobile carrier, VPN, or hosting. That classification is applied before your request reaches an application, and it carries more weight than almost any browser-side signal.

Which means the difference between proxy types is not really about technology. All four move your packets the same way. The difference is what the ASN says about the address, and secondarily how many other people have used it recently.

The four types

Datacenter

Addresses from hosting providers — AWS, OVH, Hetzner, DigitalOcean. Fast, cheap, plentiful, and instantly recognisable. The ASN says "server", and no ordinary consumer browses Instagram from an AWS address.

Legitimately useful for: unauthenticated scraping of sites that do not care, API calls, internal testing, load generation, anything where you are not pretending to be a household. A poor choice for account work of any kind.

ISP (static residential)

The hybrid, and the most misunderstood of the four. The IP block is registered to a consumer ISP, so ASN lookups return Comcast or Cox — but the address is hosted on a server in a data centre. You get residential reputation with datacenter speed and, critically, a static address you keep.

Best for: long-lived logged-in accounts. The permanence is the point. An account that logs in from the same address for six months looks like a person with a home connection.

Honest caveat: because these blocks are leased in bulk to proxy providers, some are known and scored accordingly. Quality varies enormously between vendors, far more than for the other types.

Residential

Traffic routed through real consumer devices — home routers, laptops, phones — belonging to people who joined a provider's peer network, usually via an SDK bundled in a free app. The IP is genuinely a household address on a genuine consumer ASN.

Best for: tasks that need geographic breadth, or targets that are aggressive about ISP-range blocks. The trade-offs are real: latency is higher and variable, throughput depends on someone else's uplink, and the address can vanish when that person closes their laptop.

Mobile

Carrier IPs from real 4G/5G connections. The strongest reputation of the four, for a structural reason: mobile carriers put thousands of subscribers behind a single address through CGNAT. Blocking a mobile IP means blocking a neighbourhood, so platforms are extremely reluctant to do it, and shared use is expected rather than suspicious.

Best for: the hardest targets. The cost is the highest of the four and the address rotates when the carrier decides it does, not when you do.

Side by side

TypeASN reads asAddressTypical latencyRelative cost
DatacenterHostingStatic10–40 msLowest
ISPConsumer ISPStatic20–60 msLow–medium
ResidentialConsumer ISPRotating or sticky80–400 msMedium–high
MobileMobile carrierCarrier-controlled60–300 msHighest

Latency figures are indicative, not promises — they depend far more on the distance between you, the exit and the target than on the category.

Rotation is usually the wrong default

Providers sell rotation as a feature, and for scraping it genuinely is: a new address per request spreads load and dodges rate limits.

For account work it is close to the worst thing you can do. Consider what an account looks like when its IP changes every few minutes. A person who logs in from Ohio, loads a page from Texas, and posts from Oregon inside ten minutes has not travelled; they have triggered an impossible-travel rule. Session cookies issued to one address and presented from another are a textbook hijack pattern, and platforms treat them accordingly.

What a real account looks like is dull: the same address for weeks, occasionally changing when the ISP renews a lease or the person goes to a café. That is what sticky sessions exist to emulate — most residential providers let you hold an exit for 10, 30 or 60 minutes, and some for days.

The general rule worth internalising: one identity, one address, for as long as you can hold it. Rotate across identities, not within one.

Two timelines: eight rotating exit cities against a single sticky address
The same session on both timelines. Above, eight countries in ten minutes. Below, one address held for the duration — which is what a person looks like.

The proxy has to match the browser

A clean address does not help if the browser sitting behind it tells a different story. Three pairings to verify every time, and they are the same ones covered in the consistency article:

There is also a network-layer consideration most guides omit: a proxy that terminates TLS rewrites your handshake, and the site sees the proxy's fingerprint rather than Chrome's. SOCKS5 and HTTP CONNECT tunnels do not do this; MITM proxies do. See TLS and HTTP/2 fingerprinting for why that matters.

Checking an address before you trust it

Five minutes of checking beats a banned account. In order:

  1. ASN and type. ipinfo.io/<ip>/json returns the ASN, the organisation and a type field. If it says hosting and you were sold residential, stop there.
  2. Reputation. Scamalytics, IPQualityScore and similar return a fraud score. High scores mean the address has been abused recently, whatever its category.
  3. Blacklists. Check DNSBLs if the account involves email at all.
  4. Geolocation agreement. Different databases disagree; MaxMind, IP2Location and ipinfo should at least agree on the country. Platforms use several.
  5. The actual target. Nothing substitutes for loading the site you care about and seeing whether you get a challenge.

One last piece of advice that will save more accounts than any of the above: test with a throwaway identity first. Providers rotate their pools, and a subnet that was clean last month may not be clean today. Burn a profile you do not mind losing before you put a valuable one behind a new address.

Proxies where the profiles are

P8 has an IPv4, IPv6, ISP, residential and mobile proxy shop built into the app, so an address goes onto a profile without leaving the window.

Start for Free
All articles Next: A Fingerprint Is a Story, Not a List