LOGBOOK

HELP

1 / 9
Other keys: showSpace: good1-4: rate0: skip5: flag6: invert

Question

What are the key similarities and differences between mobile networks and the wired internet?

Answer

Mobile networks share the same edge/core structure and protocols (HTTP, DNS, TCP/IP) as the wired internet, but add wireless transmission, built-in mobility, SIM-based identity, and roaming.

Similarities:

  • Edge network + core network architecture; the core uses the same general networking technology
  • Uses the same protocols and design patterns: HTTP, DNS, TCP, UDP, IP, NAT, Ethernet, tunneling — and modern cores also borrow control-plane / user-plane separation and SDN (Software-Defined Networking)
  • A global mobile network is a network of networks — just like the internet
  • Mobile networks are connected to the wired internet

Differences:

Aspect Wired Internet Mobile Network
Physical layer Cable / Wi-Fi (Ethernet, fiber, WLAN) Cellular Radio Access Technology (RAT) — licensed-spectrum radio, not WLAN
Mobility Not built-in Integral part — handover, location tracking
Identity IP address (dynamic) SIM card — persistent, hardware-bound identity
Business model ISP subscription Carrier subscription with roaming agreements
Authentication Login/password SIM-based crypto — automatic, everywhere
Access abroad Same ISP everywhere Roaming in visited networks with inter-provider billing

Key insight: The mobile network had to solve problems the internet never faced — how to maintain a connection while moving at 200 km/h, how to authenticate a user automatically without typing a password, and how to bill across different operators in different countries.

Go deeper:

Conceptual data flow in a simple network topology of two hosts (A and B) connected by a link between their respective routers. The application on each host executes read and write operations as if the processes were directly connected to each other by some kind of data pipe. After establishment of this pipe, most details of the communication are hidden from each process, as the underlying principles of communication are implemented in the lower protocol layers. In analogy, at the transport layer the communication appears as host-to-host, without knowledge of the application data structures and the connecting routers, while at the internetworking layer, individual network boundaries are traversed at each router.
Conceptual data flow in a simple network topology of two hosts (A and B) connected by a link between their respective routers. The application on each host executes read and write operations as if the processes were directly connected to each other by some kind of data pipe. After establishment of this pipe, most details of the communication are hidden from each process, as the underlying principles of communication are implemented in the lower protocol layers. In analogy, at the transport layer the communication appears as host-to-host, without knowledge of the application data structures and the connecting routers, while at the internetworking layer, individual network boundaries are traversed at each router.
en:User:Kbrose · CC BY-SA 3.0 · Wikimedia Commons
or press any other key