Home/Glossary/Protocol
Glossary

Protocol

A protocol is a set of rules and conventions that govern how data is formatted, transmitted, and received between computing systems. Common protocols include HTTP/HTTPS (for web communication), WebSocket (for real-time bidirectional communication), TCP/IP (for internet connectivity), and FTP (for file transfer). APIs typically operate over HTTP/HTTPS, which provides a standardized way to send requests and receive responses across the internet.

Related Terms