Is TCP bidirectional or full-duplex?

前端 未结 6 1682
广开言路
广开言路 2020-12-23 17:10

Bidirectional and full-duplex are different concepts. For example the Ethernet is only half-duplex because at a specific time, only on

6条回答
  •  借酒劲吻你
    2020-12-23 17:22

    It is both. It is bidirectional because it can send data in both directions, and it is full-duplex because it can do that simultaneously, without requiring line turnarounds, at the API level.

    Of course at a lower level it may be restricted by the available physical layer.

提交回复
热议问题