From 7d069785772b1a7c65a7bb00e343d000cc442c46 Mon Sep 17 00:00:00 2001 From: Joshua Killen <45966243+joshua-killen@users.noreply.github.com> Date: Fri, 17 Apr 2020 16:25:56 +0100 Subject: [PATCH] Update internet_protocol.html --- internet_protocol/internet_protocol.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internet_protocol/internet_protocol.html b/internet_protocol/internet_protocol.html index a5d1a39..9b3230e 100644 --- a/internet_protocol/internet_protocol.html +++ b/internet_protocol/internet_protocol.html @@ -63,7 +63,7 @@
  • HTTP -

    Port: 80

    +

    Port: 80
    HTTP is the protocol that handles the transfer of hypertext between one or multiple systems. It is designed using the client-server principles; allowing a client to make a request after forming a connection with the server, at which point the server responds however it is programmed.