TCP/IP
The foundational protocol suite of the internet. TCP (Transmission Control Protocol) provides reliable, ordered delivery of data between applications. IP (Internet Protocol) handles addressing and routing packets across networks. HTTP, SMTP, FTP, and SIP all run on top of TCP, while DNS typically uses UDP but can fall back to TCP for large responses.