1
0
mirror of https://github.com/bregman-arie/devops-exercises.git synced 2025-07-06 23:36:36 +02:00

added answer to HTTP definition (#292)

This commit is contained in:
sjafferitech
2022-09-13 04:41:43 -05:00
committed by GitHub
parent 2c321fdd47
commit 1323cbe3ac

View File

@ -242,6 +242,7 @@ CSMA/CD algorithm:
* router
* switch
* hub</summary><br><b>
</b></details>
<details>
@ -4436,6 +4437,8 @@ document_number: 2
<details>
<summary>What is HTTP?</summary><br><b>
[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.
</b></details>
<details>