Standard Internet (TCP/IP) Protocols

Standard Internet (TCP/IP) Protocols


Internet (TCP/IP) protocol suite is an "open" network standard, which allows computers of all sizes, from different vendors and various kinds of operating systems to communicates each other. It is the most popular network protocol suite and the basis of the worldwide network, Internet.

Layering

Internet (TCP/IP) is normally considered to be a 4-layer system according to Richard Stevens and RFC1122.

The four layers are:

  1. Link Layer: device driver with network interface card "andle hardware detail and physical connection. (ARP, RARP)

  2. Network Layer (also called IP layer): use IP to handle packet movement, such as routing and messaging. (IP, ICMP, IGMP).

  3. Transport Layer: provide data flow for the application layer. (TCP, UDP)

  4. Application Layer: handle details of the application and provides interface to users. (FTP, SMTP, TFTP, BOOTP, SNMP, Telnet/Rlogin, NFS, DNS, etc.)

Each layer has one or more protocols to communicate with its peer at the same layer.

Protocols in one layer usually communicate with its adjacent layer.


Internet Protocols and Related RFCs


[Protocol Index] [Index]

Original Source available from Jerry Zang'sHome Page


Document last modified on October 15, 1997