I am trying to understand the mobile hotspot technology (tethering). Specifically, I am interested in how the devices connected to a HotSpot (via Wi-Fi) access the internet via Cellular network. Here are the specific questions :
- I am assuming that internet access over cellular network (say 4G) is accomplished through IPv4 or IPv6 packets. Is this true?
- If 1 is true, then how are 802.11 packets translated to form IPv4 or IPv6 packets?
- If 1 is false, then which frames are used to access internet over cellular networks? and how are the 802.11 frames translated to form the these packets (cellular data)?
I did read the specification documents available for IPv4, IPv6 and 802.11 but they do not mention this particular (WLAN<->Cellular Data) conversion.
Thanks!