Skip to content
Learnearn.uk » IGCSE Computer Science Course » Transport Layer Security Protocol (TLS)

Transport Layer Security Protocol (TLS)

Introduction

Secure Socket Layer / Transport Layer Security

SSL and the newer TLS are technologies that allow the secure encryption and transmission of data across the internet. Without these technologies any data sent across the internet would be susceptible to interception by third parties.

This data could include:

  • Personal information – home address, telephone number
  • Sensitive information – medical information, criminal record information
  • Financial information – banking logins/passwords & credit card information

TLS & Digital certificates work to ensure that data cannot be read / tampered with if intercepted and that you have protection against man-in-the-middle attacks.

 

TLS Layers

Transport Layer Security contains two components, or layers, each with a particular purpose.

  • Handshake Layer/Protocol
  • Record Layer / Protocol

 

Handshake Protocol

Record Protocol

Videos

Resources