The document discusses several key application layer protocols:
1. HTTP is used to transfer web pages over the internet using requests and responses between clients and servers. It operates over TCP port 80.
2. DNS is used to translate between hostnames and IP addresses in a hierarchical system of top-level and subdomain names. DNS servers handle requests to map names to addresses.
3. FTP uses two TCP connections to transfer files between clients and servers - one for commands and one for the actual data transfer. Clients can download or upload files from/to servers.
Related topics: