Tag: Protocol
12 items found
Glossary Terms
FTP (File Transfer Protocol)
FTP is an older protocol for transferring files over a network; because it lacks encryption, SFTP or HTTPS is usually preferred today.
HTTP (HyperText Transfer Protocol)
HTTP is the core web communication protocol that defines request-response exchanges between browsers, API clients, and servers.
HTTP/2
HTTP/2 speeds up web pages and API responses by using multiple streams and compressed headers over a single connection.
IMAP (Internet Message Access Protocol)
IMAP keeps email on the server and synchronizes folders, read state, flags, and mailbox changes across multiple devices.
MQTT
MQTT is a lightweight publish-subscribe protocol that lets IoT devices exchange topic-based messages through a broker.
QUIC Protocol
QUIC is a modern UDP-based transport protocol with built-in TLS 1.3 encryption that gives HTTP/3 faster connection setup and recovery.
SMTP (Simple Mail Transfer Protocol)
SMTP is the standard transfer protocol that sends email from clients to mail servers and relays it between servers toward the recipient domain.
SOAP (Simple Object Access Protocol)
SOAP is a web service protocol that carries structured XML envelope messages using WSDL contracts, type safety, and enterprise standards.
TCP/IP
TCP/IP is the protocol suite that defines addressing, packet routing, and reliable data transfer across internet-connected networks.
UDP (User Datagram Protocol)
UDP sends datagrams without establishing a connection, choosing low latency and low protocol overhead over delivery guarantees.
WebRTC
WebRTC is a real-time communication standard for plugin-free audio, video, and data channels between browsers and mobile apps.
WebSocket
WebSocket starts with an HTTP upgrade and provides persistent, bidirectional real-time messaging between client and server.