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

  • 相关阅读:
    1069: [SCOI2007]最大土地面积
    Kettle 解决数据锁的问题(事务(进程 ID 51)与另一个进程被死锁在 锁 资源上)
    Kettle配合Windows执行计划实现定时实行作业
    把本地项目同步到码云
    IDEA通过Maven WebApp archetype 创建Spring boot项目骨架
    从零开始完整搭建 Spring-Boot 项目开发框架的教程
    使用IDEA搭建Spring Boot入门项目
    Win10激活失败并提示错误代码0xC004C003的解决方法
    javascript (JS组成、书写位置、基本概念、作用域、内存问题、变量)
    HTML基础之标签
  • 原文地址:https://www.cnblogs.com/ztguang/p/12644922.html
Copyright © 2011-2022 走看看