Three widely used transport layers:

  • TCP (reliable bi-directional byte stream), UDP(unreliable delivery of datagrams between applications), ICMP(detect when things go wrong, e.g. ping, traceroute)

  • End-to-end principle: 功能放到断点,giving mild reason and strong reason

  • How TCP builds up reliable connections:

    • data errors and missing packets
    • sliding window
    • retransmission
    • TCP finite state machine, tracks current status and transmission
      Unit 2, Transport layer recap

相关文章:

  • 2021-06-23
  • 2022-01-17
  • 2021-08-24
  • 2021-09-20
  • 2022-12-23
  • 2021-04-30
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-04-11
  • 2021-08-29
  • 2021-12-14
  • 2021-05-04
  • 2021-12-13
  • 2022-12-23
  • 2021-10-23
相关资源
相似解决方案