# Internet failover

> Internet failover is the automatic switching of site traffic to a secondary connection — commonly cellular — when the primary circuit fails, so connectivity continues without manual intervention.

- Also known as: WAN failover, cellular failover, automatic failover
- Last reviewed: July 29, 2026

## How it works

A router monitors the primary circuit with periodic reachability checks. When those fail, it redirects traffic to the backup path, and returns to the primary once it is healthy again. Because the switch is automatic, the site stays online through the outage rather than waiting for someone to notice.

## Why it matters

Wired circuits fail for reasons entirely outside a tenant's control — construction, carrier faults, weather. A cellular backup uses different physical infrastructure, so the two are unlikely to fail together, which is what makes the redundancy real rather than nominal.

## Common use cases

- Retail sites that cannot stop taking payment during an outage
- Branch offices needing continuous access to central systems
- Sites where an outage would interrupt monitoring or alarm reporting

Independence is what makes redundancy meaningful. Two circuits sharing a conduit are one
failure away from being no redundancy at all.

## Establishing that two circuits are actually independent

Redundancy claims are easy to make and worth verifying, because the shared element is usually
invisible from inside the building.

Check independence at four layers. **Physical entry** — do both circuits enter through the same
conduit or the same riser? **Local plant** — do they terminate at the same carrier facility?
**Upstream transit** — do both providers hand off to the same upstream network in that market?
**Power** — is the equipment for both fed from the same circuit and the same UPS?

A cellular secondary answers the first three by construction, which is much of its appeal: it
does not use the building's wireline entry, the local plant, or the wireline provider's
upstream. The fourth still needs attention, since a router and modem sharing an unprotected
outlet fail together regardless of how diverse the circuits are.

Then test the switch under load rather than at idle, and measure what actually dropped. Sessions
behave differently from packets, and a failover that looks clean on a ping test can still
interrupt a voice call or a payment transaction.

## Common misconceptions

**Claim:** A second wired circuit is equivalent redundancy.

**Correction:** Two wired circuits often share conduit, entry point, or upstream infrastructure, so one event can take out both. Cellular is genuinely independent physical infrastructure.

## Frequently asked questions

**How quickly does failover happen?**

It depends on how aggressively the primary is probed. Shorter intervals detect failures faster but risk switching on brief transients, so the setting is a deliberate trade-off.

**Does failover cover voice as well as data?**

It can, when the appliance handles both. On a POTS replacement appliance the analog lines and the data path can share the same cellular transport and battery backup.

## Sources

- [Copper Retirement](https://www.fcc.gov/modernizing-telecommunications-networks-what-government-officials-need-know) — Federal Communications Commission


---

Canonical page: https://dataremote.com/newsroom/definitions/internet-failover
Organization: DataRemote, Inc. — POTS line replacement, cellular failover, and fixed wireless access solutions. https://dataremote.com
