zoukankan      html  css  js  c++  java
  • Use Multipath TCP to create backup connections for iOS


    https://support.apple.com/en-us/HT201373


    Published Date: Aug 10, 2016

    If you're a network administrator, you can use Multipath TCP with iOS to strengthen connectivity to your destination host. 

    iOS supports Multipath TCP (MPTCP) and allows an iPhone or iPad to establish a backup TCP connection to a destination host over a cellular data connection.

    Network administrators might want to use MPTCP. Customers with a typical home network don't need to turn on MPTCP.

    About Multipath TCP

    MPTCP is a set of extensions to the Transmission Control Protocol (TCP) specification. With MPTCP, a client can connect to the same destination host with multiple connections over different network adapters This creates strong and efficient data connections between hosts that works with existing networking infrastructures. 

    Mulitpath TCP on your iPhone or iPad

    iPhone and iPad use MPTCP with an active cellular data connection to make two connections:

    • A primary TCP connection over Wi-Fi
    • A backup connection over cellular data

    If Wi-Fi becomes unavailable or unresponsive, iOS uses the cellular data connection.

    MPTCP uses TCP Option field 30, which the Internet Assigned Number Authority (IANA) reserves for this use. If any middleboxes, such as routers or switches, between the iOS device and server don’t support MPTCP, iOS makes a standard TCP connection.

    For example, when you ask Siri a question, Siri tries to make an MPTCP connection over Wi-Fi. If successful, Siri creates a backup connection over cellular data. If Wi-Fi becomes unavailable or unreliable, MPTCP immediately and invisibly switches to cellular data.

    Turn on MPTCP for a network

    MPTCP is works with with existing networks. If a network doesn’t support MPTCP, the client uses standard TCP connections. However, network administrators must check their firewall policies to make sure that all intervening devices allow TCP Option 30 to pass through without changes.

    Many commercial routers replace unknown TCP options with NOOP data. Ask your vendor how to turn on TCP options.

    Information about products not manufactured by Apple, or independent websites not controlled or tested by Apple, is provided without recommendation or endorsement. Apple assumes no responsibility with regard to the selection, performance, or use of third-party websites or products. Apple makes no representations regarding third-party website accuracy or reliability. Risks are inherent in the use of the Internet. Contact the vendor for additional information. Other company and product names may be trademarks of their respective owners.

    Published Date: Aug 10, 2016

  • 相关阅读:
    Android虚拟、实体键盘不能同时使用?
    libwebsockets 运行问题
    Qt TabWidget QTabBar 宽高设置
    I.MX6 recovery mode hacking
    libwebsockets libwebsockets-webserver.c hacking
    MySQL(六)常用语法和数据类型
    MySQL(五)汇总和分组数据
    MySQL(四)字段及常用函数
    MySQL(三)用正则表达式搜索
    MySQL(二)数据的检索和过滤
  • 原文地址:https://www.cnblogs.com/ztguang/p/12644922.html
Copyright © 2011-2022 走看看