Protocol Functions
Connection Control
- data transfer can be either connectionless or connection-oriented
- in connectionless transfers each PDU is independent of all others sent
- in connection-oriented transfers a logical connection is established prior to the data transfer, then each PDU sent has a sequence number
- sequencing supports ordered delivery, flow control, and error control
- connection control function of a protocol manages the establishment and disconnection of a link