What Dedicated Should Mean in a Mobile Proxy
The word dedicated appears on nearly every proxy pricing page and means something different on each one. Sometimes it describes a port reserved for you on shared hardware. Occasionally it describes a physical device that nobody else touches. The gap between those two is where most enterprise disappointments come from, so it is worth defining the term precisely before you buy against it.
It starts with a physical device
A mobile proxy is not an abstraction. Behind it is a SIM card in a modem, attached to a carrier network, sitting in a room in a specific city, connected to a router that someone maintains. Dedicated should mean that this chain of physical objects is assigned to you and to nobody else for the duration of your subscription.
That definition has a practical consequence: the provider must own and operate the hardware to make the promise credibly. An operator running its own SIMs and modems in named metros can tell you which device your traffic uses. A reseller sitting between you and someone else's equipment cannot, because it does not have that visibility either.
The test is specificity. Ask which city the device sits in and who maintains it. Concrete answers naming a metro and describing how devices are monitored indicate an operator. Answers that stay at the level of network and pool suggest layers between you and the equipment, and each layer is somewhere your request can go unanswered.
- One SIM, one modem, one customer for the subscription period
- The provider can name the metro the hardware sits in
- The provider operates rather than resells the equipment
- You get a fixed port pair rather than an address from a pool
Exclusive bandwidth, not just an exclusive login
The most common dilution of the term is a dedicated login onto a shared connection. You get your own credentials and your own port, but the radio link underneath is carrying other customers' traffic too. Everything looks correct until two of you are busy at once.
Exclusivity matters because radio capacity is genuinely finite and already shared with everyone else on the cell. Adding other customers on top of that means your throughput moves for reasons you cannot see and cannot influence. Debugging performance under those conditions is guesswork, since the variable you most need to observe is invisible to you.
There is a reputational dimension as well. A shared exit address presents the combined behaviour of everyone using it. Your carefully paced verification run and somebody else's aggressive job arrive at the same target from the same IP, and the target responds to the sum. On genuinely dedicated hardware, the only traffic pattern attributed to your address is your own.
Control over rotation
Rotation should be yours to command. That means an API or endpoint you can call on your schedule, an option to hold a sticky session for a defined period, and the ability to rotate per request where the work suits it. When rotation happens on the provider's timetable rather than yours, your session design has to work around it instead of expressing what you actually need.
Unlimited rotations matter for the same reason that unlimited data matters: they remove a hidden variable from your planning. If rotations are metered without your knowledge, a per-request strategy will exhaust the budget quietly and your job will start failing in a way that points at everything except the real cause.
Control also implies predictability. You should know roughly how long a rotation takes so you can build appropriate waits into your code, and you should be able to confirm the exit address after a rotation before you resume traffic. A rotation you cannot observe is not really under your control.
Transparency about carrier and location
You should be able to find out which US metro your port is in and what network it uses. This is not idle curiosity. Different carriers have different peering, different regional coverage and different relationships with the platforms you might be testing against, and the answers change what you should expect.
Location transparency extends to what technology is available where. If a given location is 4G LTE only, that should be stated plainly rather than discovered through a slow afternoon. Working with facts such as 4G typically running in the twenty to forty-five megabits per second range and 5G typically starting above fifty lets you plan capacity properly.
The ability to move a port between live cities without a new purchase is a further sign of genuine operation. It means the provider has real hardware in each of those metros and the tooling to reassign your subscription across it. New York, Los Angeles, Chicago, Houston, Phoenix, Miami, North Carolina and Boston are specific enough to plan a campaign around, which is precisely the point.
Interrogating the claim
Ask questions whose answers are hard to fake. How many customers share this connection. Which city is the device in. Which carrier. Is this location 4G or 5G. Is data genuinely unlimited, or is there a threshold where things quietly change. Are rotations metered. Which protocols does the port speak, and does SOCKS5 support UDP. What happens when the device fails, and how quickly is it replaced.
Then verify what you can. Compare geolocation from several sources, check the throughput profile over a full day, run a series of rotations and count unique exits, and watch throughput under a steady load for unexplained drops that do not correlate with anything you are doing.
The point of the exercise is not suspicion for its own sake. It is that the technical difference between a dedicated device and a shared one is invisible in a dashboard and extremely visible in a production incident. Establishing which you have before you build on it is simply good engineering.
Frequently asked
Does dedicated mean the IP address never changes?
No. Mobile addresses are assigned by the carrier and change whenever the modem reattaches, which is exactly what rotation exploits. Dedicated refers to exclusive use of the hardware and its bandwidth, not to a static address. If you need address stability for a period, use a sticky session.
Why does it matter who owns the hardware?
Because it determines what can be fixed and how quickly. An operator can inspect a device, restart it, change its configuration or swap it. A reseller can only pass your message along and wait. The difference shows up during an incident, which is when it matters most.
Can I move a dedicated proxy to a different city?
With an operator running hardware in multiple metros, yes. Moves between live US cities are a normal operation and should not require a new purchase. Bear in mind that available technology varies by location, so a move can change the speed profile you should expect.