

| ARP | One of the first steps in establishing a connection to a remote host. The Address Resolution Protocol (ARP) finds a computer's hardware address from a known IP address. |
| TCP | Transmission Control Protocol (TCP) is one of the two transport protocols that carry the data. It is TCP that carries the data when you request a Web document. |
| IP | Internet Protocol (IP) is used for addressing, routing and forwarding network packets. When you specify a Web site you want to reach, it is IP that routes that request. |
| ICMP | When a destination cannot be reached the ICMP responds with a Destination Host Unreachable message. |
| IGMP | Internet Group Management Protocol (IGMP) announces your presence to routers when you start your computer |
| UDP | User Datagram Protocol is the other transport protocol within the TCP/IP suite. When an Internet Client machine starts, if it is a Dynamic Host Configuration Protocol (DHCP) client, it will request an IP address from DHCP servers in your network. This request is sent over UDP. |
| FTP | File Transfer Protocol (FTP) is a TCP/IP core protocol, as well as an application. You can use FTP to transfer files to and from TCP/IP hosts. |
| HTTP | HyperText transfer protocol (HTTP) is not one of the TCP/IP core protocols, but should be included here because of its relevance to IIS. HTTP is the protocol used to request Web documents. |