Mobile

What is Airplane Mode?

Airplane mode switches off a device's radios. Toggling it on a mobile proxy forces the modem to detach from the carrier and attach again, which normally returns a different public IP from the operator's pool. It is how dedicated mobile proxies rotate, and USB modems accept the same instruction as an AT command.

On the network side this is a detach followed by a fresh attach. When the radio goes off, the device releases its data connection and the address it held returns to the operator's pool; on reattach the gateway assigns whatever is free. Nothing guarantees a different address. Pools are finite, and a toggle measured in a second or two often hands back the same one, so rotation scripts usually hold the radio down for a longer beat before bringing it up again.

How you drive it depends on the hardware. An Android handset is toggled through ADB or an automation app. A USB modem takes AT+CFUN=0 followed by AT+CFUN=1, or CFUN=4 for the radio-off state that keeps the rest of the module alive, and router-mode dongles have an HTTP call for the same thing. Providers wrap all of that behind a rotation link you request when you want a change, plus a timer that rotates on a fixed interval. A full cycle runs from a few seconds to under a minute.

Every TCP connection through that endpoint dies the moment rotation fires. Requests in flight fail and downloads truncate. Anything that pinned a login to one address has to establish it again. Cookies survive on your side, so the site sees one session continuing from a new IP, which is ordinary behaviour for a phone moving between cells and is treated as such by most systems. Finish sticky work before the timer comes round rather than after.

The new address normally stays inside the same carrier and the same city-level geolocation, since the pool belongs to one operator's ranges. Rotating far too often becomes its own signal, because a real handset does not change public address every fifteen seconds all day. Where the endpoint sits behind carrier-grade NAT, rotation changes a shared egress address and leaves your browser fingerprint, cookies and stored tokens exactly as they were. Anything that identifies you above the network layer has to be changed separately, in the browser profile.

Where you meet it

You meet this in a proxy dashboard as a rotation interval and a rotation link, and in production as the moment your error rate spikes on a five-minute cycle. It is also the answer when someone asks how one SIM can supply many different addresses. Anyone running their own modem writes the toggle themselves, then discovers the same-address-returned problem the first week.

Common questions

Does toggling airplane mode always give a new IP?

No. The operator assigns from a pool, and a quick toggle can return the address you just released, especially on smaller networks. Holding the radio down longer improves the odds. Most providers expose the current address, so a script can check it and rotate again when nothing changed.

How long does a mobile proxy rotation take?

From a few seconds up to about a minute. The device has to detach, reselect a cell, re-authenticate and negotiate a data connection before traffic flows again. Plan for the endpoint being unreachable during that window and retry those requests instead of counting them as blocks.

Will rotating the IP log me out of my accounts?

Not by itself. Sessions live in cookies and tokens held by your browser or client, and those survive the change. The site sees the session continue from a new address, which is normal for a phone. A platform that binds a session to one IP will ask you to authenticate again.

Related terms

IP Rotation
IP rotation is the practice of changing the outbound address a client uses, on every request, on a timer, or on demand. It spreads traffic so no single address builds up enough volume to be rate limited or banned, and it is the defining behaviour of rotating and backconnect proxy services.
Private Proxy
A private proxy is allocated to one customer, so no other user of the provider sends traffic through the same exit address. Exclusivity buys predictable bandwidth and a reputation history you alone create. On residential and mobile networks the address is still shared with the carrier's own subscribers, which is a different kind of sharing.
Carrier
A carrier, or mobile network operator, is the company that owns the radio network and core infrastructure a phone connects to, such as AT&T, Vodafone or Orange. It assigns each device an address from its own IP ranges and ASN, which is what makes traffic from a mobile proxy read as an ordinary subscriber to the sites receiving it.
SIM Card
A SIM card is the smartcard that stores a mobile subscriber's identity and the secret key a carrier uses to authenticate a device onto its network. In mobile proxy hardware, the SIM inside each modem determines the operator, the country and the address pool that endpoint's traffic leaves from.
Modem
A modem is the hardware that speaks a carrier's radio protocol and presents the result to a computer as an IP connection. Mobile proxy infrastructure runs on 4G and 5G modems - USB dongles, industrial routers or phones - each holding a SIM and giving its host one real carrier address.
LTE
LTE, or Long-Term Evolution, is the 3GPP radio standard behind 4G mobile networks. It carries voice and data over an all-IP core that assigns every attached device an address from the operator's range. Proxies built on LTE modems inherit those carrier addresses, which websites treat very differently from datacenter ranges.

Real 4G/5G mobile and residential IPs

PROXIES.SX runs carrier IPs in 100+ countries with HTTP and SOCKS5 on every endpoint. $4/GB down to $2.40/GB at volume, free endpoints and rotation, and your GB never expire.