Four Terms That Should Not Be Used Interchangeably#
Static means the exit IP remains stable. Rotating means the provider can change the exit between requests or sessions. Dedicated means an address or resource is allocated to one customer; shared means multiple customers may use it. Sticky usually means a rotating pool holds one exit for a defined session window.
A static IP can be dedicated or shared. A sticky residential session is persistent for a time but is not the same as owning a dedicated address. Ask the provider which property is actually included rather than relying on marketing synonyms.
How Static Proxies Behave#
A static endpoint keeps the same exit address until it is replaced or the service changes it. This can simplify allowlists, source auditing, long-lived network connections, and authorized systems that expect a consistent origin. It does not guarantee exclusivity, positive reputation, uninterrupted availability, or that a website will accept the traffic. Cookies and application sessions remain separate controls.
How Rotating and Sticky Sessions Behave#
A rotating gateway selects exits from a pool according to availability and targeting settings. Per-request rotation suits independent, authorized requests; a sticky session holds one exit when a permitted public workflow needs continuity. Databay supports sticky residential sessions for up to 120 minutes.
Rotation is a capacity and sampling feature. It must not be used to defeat a block, quota, CAPTCHA, authentication boundary, purchase limit, or other access control. Apply a source-level request budget across the entire pool.
Choose by the Technical Requirement#
Use a static address when a system you control needs an allowlisted source, a predictable audit trail, or a long-lived connection. Use a sticky session when an authorized public flow legitimately relies on short-term cookies or continuity. Use rotation for independent permitted requests or regional sampling when the source allows distributed access. Prefer official APIs, feeds, and platform account tools whenever they exist.
Allocation, Reputation, and Failure Modes#
Confirm whether an address is dedicated or shared, how replacement works, what uptime target applies, and whether failover changes the IP. Reputation is target-specific and affected by many actors and signals; a static address does not automatically build “trust,” and a rotating pool is not automatically anonymous. Monitor latency, errors, exit changes, and source responses, and stop on blocking rather than routing around it.
Cost and Capacity#
Static services are often priced per address or time period, while rotating networks are often metered by traffic. Compare the current pricing page, minimum commitment, targeting fees, concurrency, bandwidth rules, replacement policy, and support rather than assuming one model is always cheaper. Databay residential pricing currently ranges from $2.75/GB pay as you go to $0.90/GB on the published 1 TB tier; verify current prices before purchase.
Decision Checklist#
Document: authorization and source rules; whether requests are independent; required session duration; allowlist needs; regional sample; dedicated versus shared allocation; request budget; stop conditions; privacy and logging; failover behavior; and cost. If the design depends on looking like different users, bypassing a limit, or preserving access after a block, redesign it around an approved API, license, or written permission.