HTTP (Hypertext Transfer Protocol) is the foundation of data exchange on the web, allowing clients to request and receive resources from servers.
HTTPS adds a layer of security to HTTP by using encryption, which protects sensitive data from being intercepted during transit.
SMTP (Simple Mail Transfer Protocol) is used specifically for sending emails from a client to a server or between servers.
IMAP (Internet Message Access Protocol) allows users to retrieve and manage email messages from a server while keeping them synchronized across multiple devices.
| Feature | TCP | UDP |
|---|---|---|
| Connection | Connection-oriented | Connectionless |
| Reliability | High (Error checking) | Low (No error checking) |
| Speed | Slower (Overhead) | Faster (Minimal overhead) |
| Use Case | Web, Email, File Transfer | Gaming, Streaming, VoIP |
| Protocol | Purpose | Layer |
| --- | --- | --- |
| IP | Routing and Addressing | Internet |
| Ethernet | Wired LAN Communication | Link |
| Wi-Fi | Wireless LAN Communication | Link |
Layer Mapping: Always be prepared to identify which protocol belongs to which layer of the TCP/IP stack (e.g., IP is Internet, TCP is Transport).
Function Identification: When asked about a protocol's purpose, focus on its unique role, such as 'error-free transmission' for TCP or 'routing' for IP.
Security Context: If a question mentions 'encryption' or 'secure transactions' in a web context, the answer is almost certainly HTTPS.
Terminology Precision: Remember that 'Wi-Fi' is a brand name; the technical term for the network type is Wireless Local Area Network (WLAN).