diff --git a/content/roadmaps/114-software-architect/content/114-networks/101-http-https.md b/content/roadmaps/114-software-architect/content/114-networks/101-http-https.md index d5dcce74e..86a6bcf4f 100644 --- a/content/roadmaps/114-software-architect/content/114-networks/101-http-https.md +++ b/content/roadmaps/114-software-architect/content/114-networks/101-http-https.md @@ -1,4 +1,17 @@ -# Http https +# Http Https -Hypertext Transfer Protocol Secure is an extension of the Hypertext Transfer Protocol. It is used for secure communication over a computer network, and is widely used on the Internet. -In HTTPS, the communication protocol is encrypted using Transport Layer Security or, formerly, Secure Sockets Layer. +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. + +HTTPS (**H**ypertext **T**ransfer **P**rotocol **S**ecure) is the secure version of HTTP, which is the primary protocol used to send data between a web browser and a website. + +`HTTPS = HTTP + SSL/TLS` + +Free Content +What is HTTP? +An overview of HTTP +Journey to HTTP/2 +HTTP/3 From A To Z: Core Concepts +What is HTTPS? +Why HTTPS Matters +Enabling HTTPS on Your Servers +HTTP Crash Course & Exploration