# Topic covered
* Hypertext Transfer Protocol (HTTP)
* Whatโs in an HTTP request?
* Whatโs in an HTTP response?
* Generation of HTTP(HTTP version type)
* HTTP/1.0
* HTTP/2
* HTTP/3 (QUIC)
[Read More]
07-CN Application Layer
How does SSL work? | SSL certificates and TLS
# Topic covered
* SSL/TLS encryption protocol
* SSL Certificates
* What is https and how to install SSL certificate
* What is HTTPS?
* How does HTTPS (SSL/TLS) work?
* Why does HTTPS switch to symmetric encryption during data transmission?
[Read More]
HTTP request-response lifecycle
Web Request in Django
1.1 ๐ช๐ต๐ฎ๐ ๐ต๐ฎ๐ฝ๐ฝ๐ฒ๐ป๐ ๐๐ต๐ฒ๐ป ๐๐ผ๐ ๐๐๐ฝ๐ฒ ๐ฎ ๐จ๐ฅ๐ ๐ถ๐ป๐๐ผ ๐๐ผ๐๐ฟ ๐ฏ๐ฟ๐ผ๐๐๐ฒ๐ฟ?
The process involves the browser, your computerโs operating system, your internet service provider, the server where you host the site, and services running on that server.
- You
type url.com
in your browser - The browser
looks up the IP address
for the domain url.com - Then the browser
initiate TCP connection
with the server - The browser the
sends the HTTP request
to the server - The server processes the request and sends back a
response
- The browser then
renders
the content