Update GCSE CS blog

Update info on HTTPS and cookies
This commit is contained in:
Matthew Grove
2018-12-08 16:08:15 +00:00
parent 88a4c44e59
commit 5a0bb19627
2 changed files with 11 additions and 8 deletions

View File

@@ -1,7 +1,8 @@
<!-- Reading School 2018, HTML page by Matthew Grove, Year 10 -->
<h2>HTTPS</h2>
<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.
HTTPS is the 'Hypertext Transfer Protocol Secure', which means that it is a variation on the HTTP protocol - except it uses a secure socket layer
(SSL) - an encryption protocol invoked by an HTTPS request, that enables authentication and encryption on the webpage being visited. 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>