Transmission Control Protocol - TCP
User Datagram Protocol - UDP
Datagram Lifetime - TTL (time-to-live)
Datagrams could loop indefinitely which leads to the consumption of resources. Transport protocol may need upper bound on datagram life.
Datagram is marked with lifetime by the time to live field in IP. Once lifetime expires, the datagram is discarded, not forwarded.
The time to live is decremented at each passing through a router (hop count).
TCP/IP Reference Model (general characteristics of a reference model)
TCP/IP Protocol Architecture
Application Layer - communication between processes or applications
- remote access RLOGIN
- file transfer FTP, TFTP
- electronic mail SMTP
- info retrieval NIR
- network management SNMP
Transport Layer (TCP/UDP/..) - end to end transfer of data
- may include reliability (TCP)
Internet Layer (IP) - routing of data, address resolution, routing protocols
Subnet Level:
Net Access - logical interface between end system and network
Physical Access - transmission medium, signal rate and encoding