# 飞机上提供 Wi-Fi 上网是怎样实现通信？成本和效率有多高？

By [elite](https://paragraph.com/@elite) · 2022-10-14

---

走卫星链路实现的，机内设常规WIFI路由，理论就这么简单。飞机上上网有一个分界点，4000米左右，这个高度上网效果会非常差，慢，连不上去。

超过4000米用卫星会比较稳定，低于4000米，一般会选择运营商网络。从这篇使用体验（链接如下）来看，应该是使用地面基站信号，因为带宽达到了1.7Mbps下行，平均ping时延207ms，这不是卫星链路能够达到的。

[http://blog.dreamhost.com/2009/01/16/i-cant-complain/](http://blog.dreamhost.com/2009/01/16/i-cant-complain/)

移动信号在空中传播，因为没有阻碍，可以传播得很远。理论上能算出一个极限覆盖值来，回头我找出自由空间传播公式和哈塔模型分别算一下。如果这个覆盖值能够达到一万米，那就可以实现飞机对地面的移动通信服务，当然还要解决多普勒频移问题，网络规划中如何规划连续覆盖小区，如何切换等问题。

搜索了一下，GoGOFlight 服务好象是中兴开发的，基于EV-DO技术定制的ATG系统。参看下文：

[http://www.zte.com.cn/cn/cases/wireless/cdma2000/201005/t20100505\_184118.html](http://www.zte.com.cn/cn/cases/wireless/cdma2000/201005/t20100505_184118.html) 因为他们有猫～～ 以下， 引用，附带神经病翻译： The main components of an airplane WiFi system are below. //在灰机上上网必备的东东！ Computer/WiFi enabled device (laptop, iPhone) // 喂喂，你要有台电脑才能在灰机上上网呀！ Airplane WiFi network (access points) // 灰机上要有网络你才能上网哟 Air-to-ground wireless data connection (satellite or EVDO) // 灰机上要能做空地数据传输才可以哦 Ground Internet service provider //哼哼，你想上什么网？要有ISP才可以上～ Airplane WiFi Configurations //肿么把飞机连上网呢？ There are two companies, GoGo Internet and Row 44, that most airlines are using to provide airplane WiFi service. GoGo Internet uses a ground based cellular data network for data communications and Row 44 uses satellite communications. //米国的灰机上wifi主要由两家运营公司提供服务，他们分别叫做“狗狗樱特网”和“肉4十4” //“狗狗樱特网”使用的技术是基于地面基站传输数据信号的类似移动电话的网络 //“肉4十4”使用的是卫星传输 \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_ Row 44 Airplane WiFi. Satellite antenna atop of plane to communicate with satellites and other electronics inside cabin. //“肉4十4”系统的卫星天线安装于飞机的顶部，用于完成飞机与卫星之间和飞机与机内电子设备的数据交换 Row 44 Airplane WiFi Equipment //太专业鸟，乃们自己看吧～ Southwest Airplane Row 44 Satellite Antenna //能看到那个突起的物体不？就是它在传输数据！ Row 44 Airplane WiFi Service //于是呢，灰机上经过“肉4十4”系统的加持就可以上网鸟！ \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_ GoGo Inflight Airplane WiFi Configuration GoGo’s airplane wifi configuration is similar to Row 44 except that they rely on a ground based EVDO network (like cell phone data networks) for communications to airplanes. //“狗狗樱特网”在飞机上使用了和“肉4十4”类似的技术，只不过把卫星传输数据换成了地面基站传输 GoGo Aircell Airplane WiFi EVDO Network //哇，“狗狗樱特网”的腿好多！整个米国都有也 Aircell Airplane WiFi Equipment //灰机上有的设备呢。。 GoGo Internet Airplane WiFi Service //于是“狗狗樱特网”也能撑着狗腿上网鸟～ </Sell Moe> 引用原文地址： [http://wlanbook.com/how-does-airplane-wifi-work/](http://wlanbook.com/how-does-airplane-wifi-work/)

---

*Originally published on [elite](https://paragraph.com/@elite/wi-fi)*
