Update GCSE CS blog

This commit is contained in:
Matthew Grove
2018-12-08 15:14:18 +00:00
parent 3f7f4ee573
commit f675b0d9c7
4 changed files with 21 additions and 54 deletions

View File

@@ -1,19 +1,5 @@
<!-- Reading School 2018, HTML page by Matthew Grove, Year 10 -->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0">
<!-- styles -->
<!-- <link rel="stylesheet" type="text/css" href="../css/pages.css"> -->
<!-- scripts -->
<!-- <script type="text/javascript" src="../scripts/scripts.js"></script> -->
</head>
<body>
<h1>HTTPS</h1>
HTTPS is the secure hypertext transfer protocol, which means that it is a variation on the HTTP protocol - except it uses a secure socket layer (SSL), which is an encryption protocol invoked by an HTTPS request. SSL is essentially the usage of digital passports, and it functions by hopping onto TCP protocols. It does not resend lost packets or miscommunicated' data, because this increases security.
</body>
</html>
<h1>HTTPS</h1>
<p>
HTTPS is the secure hypertext transfer protocol, which means that it is a variation on the HTTP protocol - except it uses a secure socket layer (SSL), which is an encryption protocol invoked by an HTTPS request. SSL is essentially the usage of digital passports, and it functions by hopping onto TCP protocols. It does not resend lost packets or miscommunicated' data, because this increases security.
</p>