What is Https?

Https or hyper text transfer protocol secure is a method that is used to securely transfer data between the client and the webserver. This ensures that the data packets sent have been encrypted so that if intercepted the data is not readily readable and must be decrypted to read. Thus, making it much more secure.

HP

Related Computing A Level answers

All answers ▸

Given an unlimited number of light bulbs (that break at a certain height), and a building with 100 floors, how do you determine the height that the light bulb breaks?


What is the point of an Operating System?


Convert the base-10 number 74 into an 8-bit binary number


Write a Pseudocode function that returns the factorial of an integer input.