parent
2fb46a294a
commit
24867c876d
3 changed files with 24 additions and 1 deletions
@ -1 +1,13 @@ |
|||||||
# Internet |
# Internet |
||||||
|
|
||||||
|
The Internet is a global network of computers connected to each other which communicate through a standardized set of protocols. |
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
<BadgeLink badgeText='Watch' href='/guides/what-is-internet'>Introduction to Internet</BadgeLink> |
||||||
|
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=x3c1ih2NJEg'>How does the Internet work?</BadgeLink> |
||||||
|
<BadgeLink badgeText='Watch' href='https://www.youtube.com/watch?v=7_LPdttKXPc'>How the Internet Works in 5 Minutes</BadgeLink> |
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.vox.com/2014/6/16/18076282/the-internet'>The Internet Explained</BadgeLink> |
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='http://web.stanford.edu/class/msande91si/www-spr04/readings/week1/InternetWhitepaper.htm'>How Does the Internet Work?</BadgeLink> |
||||||
|
|
||||||
|
<ResourceGroupTitle>Paid Content</ResourceGroupTitle> |
||||||
|
<BadgeLink colorScheme='green' badgeText='Course' href='https://click.linksynergy.com/link?id=d5k43cu*M0k&offerid=507388.2444060&type=2&murl=https%3A%2F%2Fwww.udemy.com%2Fcourse%2Fhow-the-internet-works-the-web-development-process%2F'>How the Internet Works</BadgeLink> |
||||||
|
@ -1 +1,9 @@ |
|||||||
# What is HTTP? |
# What is HTTP? |
||||||
|
|
||||||
|
HTTP is the `TCP/IP` based application layer communication protocol which standardizes how the client and server communicate with each other. It defines how the content is requested and transmitted across the internet. |
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
<BadgeLink badgeText='Read' href='https://www.cloudflare.com/en-gb/learning/ddos/glossary/hypertext-transfer-protocol-http/'>What is HTTP?</BadgeLink> |
||||||
|
<BadgeLink badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Web/HTTP/Overview'>An overview of HTTP</BadgeLink> |
||||||
|
<BadgeLink badgeText='Read' href='https://kamranahmed.info/blog/2016/08/13/http-in-depth/'>Journey to HTTP/2</BadgeLink> |
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Watch' href='https://www.youtube.com/watch?v=iYM2zFP3Zn0'>HTTP Crash Course & Exploration</BadgeLink> |
||||||
|
Loading…
Reference in new issue