Tag: Protocol

12 items found

Glossary

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.

Glossary

HTTP (HyperText Transfer Protocol)

HTTP is the core web communication protocol that defines request-response exchanges between browsers, API clients, and servers.

Glossary

HTTP/2

HTTP/2 speeds up web pages and API responses by using multiple streams and compressed headers over a single connection.

Glossary

IMAP (Internet Message Access Protocol)

IMAP keeps email on the server and synchronizes folders, read state, flags, and mailbox changes across multiple devices.

Glossary

MQTT

MQTT is a lightweight publish-subscribe protocol that lets IoT devices exchange topic-based messages through a broker.

Glossary

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.

Glossary

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.

Glossary

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.

Glossary

TCP/IP

TCP/IP is the protocol suite that defines addressing, packet routing, and reliable data transfer across internet-connected networks.

Glossary

UDP (User Datagram Protocol)

UDP sends datagrams without establishing a connection, choosing low latency and low protocol overhead over delivery guarantees.

Glossary

WebRTC

WebRTC is a real-time communication standard for plugin-free audio, video, and data channels between browsers and mobile apps.

Glossary

WebSocket

WebSocket starts with an HTTP upgrade and provides persistent, bidirectional real-time messaging between client and server.