The greatest network ever built — born from American military science, it rewired civilization in a single generation.
The Internet is a worldwide system of interconnected computer networks that use the standard Internet Protocol Suite (TCP/IP) to communicate. It links billions of devices — computers, phones, servers, sensors — into a single fabric of data exchange that spans every nation on Earth.
The Internet didn't appear overnight. It grew through decades of research, experimentation, and international collaboration — from a four-node military experiment in 1969 to the global infrastructure that underlies modern civilization today.
The Internet is the most consequential technology ever to emerge from a military research program. From DARPA's Cold War experiments to the protocols that govern every byte of global data, America's Department of Defense funded, built, and released the architecture that changed the world.
A protocol is a formal set of rules that defines how data is transmitted and received across a network. These 20 protocols form the backbone of everything that happens on the Internet — from loading a web page to sending an email to streaming video.
| # | Protocol | Layer | Port(s) | Description |
|---|---|---|---|---|
| 01 | TCP Transmission Control Protocol |
Transport | varies | The Internet's reliable delivery service. TCP breaks data into segments, numbers them, ensures they arrive in order, and retransmits lost packets. Used by HTTP, SMTP, FTP — anything that cannot afford missing data. |
| 02 | IP Internet Protocol (v4/v6) |
Network | — | The addressing and routing layer. Every device on the Internet has an IP address. IPv4 uses 32-bit addresses (4.3B total); IPv6 uses 128-bit addresses (340 undecillion). IP is responsible for getting packets from source to destination across multiple hops. |
| 03 | HTTP / HTTPS Hypertext Transfer Protocol |
Application | 80 / 443 | The protocol of the World Wide Web. HTTP defines how browsers request resources (HTML, images, JSON) and how servers respond. HTTPS adds TLS encryption. HTTP/2 and HTTP/3 brought multiplexing and QUIC transport for faster, more reliable web experiences. |
| 04 | DNS Domain Name System |
Application | 53 | The Internet's phone book. DNS translates human-readable domain names (ximg.app) into IP addresses (172.238.205.61). Without DNS, every user would need to memorize numeric addresses. The global DNS system handles trillions of queries daily across 13 root server clusters. |
| 05 | TLS / SSL Transport Layer Security |
Security | varies | The encryption layer that secures the Internet. TLS establishes authenticated, encrypted connections using public-key cryptography. It is what puts the "S" in HTTPS, SMTPS, FTPS. TLS 1.3 (2018) is the current standard — faster and more secure than all predecessors. |
| 06 | SMTP Simple Mail Transfer Protocol |
Application | 25 / 587 / 465 | The protocol for sending email between servers. SMTP defines how mail agents relay messages from sender to recipient mail server. The world's 333 billion daily emails are all sent via SMTP. IMAP and POP3 are used for retrieving mail into clients. |
| 07 | UDP User Datagram Protocol |
Transport | varies | TCP's fast, unreliable sibling. UDP sends packets with no handshake, no delivery guarantee, no ordering. Perfect for live video, online gaming, VoIP, and DNS — where speed matters more than perfect reliability. A dropped frame is better than a frozen stream. |
| 08 | BGP Border Gateway Protocol |
Application | 179 | The Internet's routing system — the "protocol that holds the Internet together." BGP is how the ~95,000 autonomous systems (ISPs, cloud providers, enterprises) advertise their IP address ranges to each other and determine best paths. A misconfigured BGP announcement can black-hole vast swaths of the Internet. |
| 09 | SSH Secure Shell |
Security | 22 | The secure replacement for Telnet. SSH provides encrypted remote login, file transfer (SFTP/SCP), and port forwarding. Every Linux server on the Internet is managed via SSH. Tatu Ylönen designed it in 1995 after a password-sniffing attack on the Finnish university network. |
| 10 | FTP / SFTP File Transfer Protocol |
Application | 21 / 22 | One of the oldest Internet protocols (1971), FTP transfers files between hosts. Unencrypted FTP is largely deprecated; SFTP (over SSH) is the secure modern standard. FTP pioneered the concept of anonymous public file sharing — the original open-access distribution mechanism. |
| 11 | DHCP Dynamic Host Configuration Protocol |
Application | 67 / 68 | How your device gets an IP address automatically. When you connect to Wi-Fi, DHCP assigns you an IP address, subnet mask, gateway, and DNS server. Without DHCP, every device would need manual IP configuration — impossible at Internet scale. |
| 12 | ICMP Internet Control Message Protocol |
Network | — | The diagnostic layer of IP. ICMP carries error messages and operational queries. "ping" and "traceroute" — the two fundamental network diagnostic tools — are both built on ICMP. When a router can't deliver a packet, it sends an ICMP "destination unreachable" message. |
| 13 | WebSocket RFC 6455 |
Application | 80 / 443 | Full-duplex communication over a single TCP connection. Unlike HTTP's request/response model, WebSocket keeps a persistent connection open — enabling real-time applications: live chat, trading dashboards, multiplayer games, collaborative editing, and live log streaming. |
| 14 | QUIC / HTTP3 Quick UDP Internet Connections |
Transport | 443 (UDP) | Google's 2012 invention, standardized as HTTP/3 in 2022. QUIC runs over UDP, building reliability and encryption into the transport layer rather than relying on TCP + TLS. It eliminates TCP's head-of-line blocking and enables faster connection establishment — critical for mobile networks. |
| 15 | IMAP / POP3 Internet Message Access Protocol |
Application | 143 / 993 / 110 | Protocols for retrieving email from a mail server to a client. IMAP keeps mail on the server, synced across all devices. POP3 downloads and optionally deletes from the server. IMAP is the standard for modern multi-device email clients like Outlook and Gmail. |
| 16 | OSPF / RIP Interior Routing Protocols |
Network | 89 / 520 | Protocols that routers within a single network use to discover the best paths. OSPF uses Dijkstra's algorithm on a link-state map; RIP uses simpler hop-count distance vectors. Together with BGP, they ensure every packet finds an efficient route across the global Internet. |
| 17 | SNMP Simple Network Management Protocol |
Application | 161 / 162 | How network devices report their status. SNMP allows administrators to monitor routers, switches, and servers — collecting metrics like bandwidth, CPU load, and interface errors. The invisible protocol that keeps data centers and ISPs running smoothly. |
| 18 | NTP Network Time Protocol |
Application | 123 | How every computer on the Internet stays synchronized to within milliseconds. Accurate time is critical for TLS certificate validation, database transactions, log correlation, financial trading, and GPS. NTP is one of the oldest protocols still widely used, designed by David Mills in 1985. |
| 19 | RTMP / RTP / RTSP Streaming Protocols |
Application | 1935 / 5004 / 554 | Protocols for real-time media streaming. RTP carries audio/video packets; RTSP controls playback. RTMP was Adobe's standard for live streaming (Twitch, YouTube Live). HLS and DASH have largely replaced RTMP for delivery, but these protocols underpin the live streaming economy. |
| 20 | OAuth 2.0 / OpenID Authorization & Identity |
Security | 443 | "Sign in with Google" is OAuth 2.0. These protocols allow users to grant applications access to their data without sharing passwords. OAuth 2.0 handles authorization; OpenID Connect adds authentication. Together they power single sign-on across the modern web for billions of users daily. |
Every few centuries, a technology arrives that doesn't merely improve life — it restructures civilization itself. The Internet is one of perhaps five such technologies in all of human history. Here is how it compares to the transformations that came before.
Despite connecting 5.5 billion people, 2.5 billion humans — mostly in sub-Saharan Africa, South Asia, and rural regions — remain offline. Starlink, Project Loon successors, and government broadband programs are racing to close this gap. When the remaining 2.5 billion come online, economists project it will add $2–6 trillion to global GDP annually. The Internet's greatest chapter may still be unwritten.