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 ▸

Describe what is meant by a modular design and state on advantage of a modular design.


Convert the hexadecimal '3E', which represents a 2's compliment binary number, in decimal.


In programming, some languages are compiled and others are interpreted. Define the difference between the two.


Explain a bubble sort. You may use pseudocode and/or diagrams to help demonstrate your answer.