What is a protocol running on top of the TCP?
Answers
Answered by
0
Answer:
Transport Layer Security is a cryptographic protocol that runs on top of TCP. It allows for two things: both ends can verify the identity of the other end, and the data sent between both ends is encrypted. Using HTTP on top of TLS gives you HTTP Secure, or simply, HTTPS.
I hope it is helpful for you
Similar questions