Lesson 4

Dates: 2/12/2014
Linux networking
Linux for Engineering and IT Applications


Transport Layer Protocols

  • Delivers packets from and to the applications and provides diagnostic information about the connection between hosts on the network.
    TCP/UDP header Application data

  • TCP session between hosts "A" and "B"
    The three-step handshake:

    Transfer. Retransmit if no ACK returned.

    Detachment:

  • UDP No session and acknowledgement on data receive; high bandwidth.


  • Take me to the Course Website