TLS (Transport Layer Security) is a cryptographic protocol that provides secure communication over a network. It ensures confidentiality, integrity, and authentication between communicating parties. TLS is widely used to secure web traffic and other network services. Example: HTTPS uses TLS to encrypt data between a browser and a web server.