From 1323cbe3acfd1c7ad8c3066fd7c20abb8dc02b28 Mon Sep 17 00:00:00 2001
From: sjafferitech <71612352+fadedintensity@users.noreply.github.com>
Date: Tue, 13 Sep 2022 04:41:43 -0500
Subject: [PATCH] added answer to HTTP definition (#292)
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index c9de137..1f18b36 100644
--- a/README.md
+++ b/README.md
@@ -242,6 +242,7 @@ CSMA/CD algorithm:
* router
* switch
* hub
+
@@ -4436,6 +4437,8 @@ document_number: 2
What is HTTP?
+
+[Avinetworks](https://avinetworks.com/glossary/layer-7/): HTTP stands for Hypertext Transfer Protocol. HTTP uses TCP port 80 to enable internet communication. It is part of the Application Layer (L7) in OSI Model.