Please enable JavaScript.
Coggle requires JavaScript to display documents.
Computer Networking - Coggle Diagram
Computer Networking
Ch 2 Application Layer
2.2 The Web and HTTP
-
-
-
2.2.5 Web Caching
Web cache / Proxy server: a network entity that satisfies HTTP requests on the behalf of an origin Web server
-
-
-
-
The Conditional GET
An HTTP request message is a so-called conditional GET message if (1) the request message uses the GET method and (2) the request message includes an If-Modified-Since: header line.
2.2.6 HTTP/2
reduce perceived latency by enabling request and response multiplexing over a single TCP connection, provide request prioritization and server push, and provide efficient compression of HTTP header fields
-
-
-
-
-
-
-
-
-
-
-
-
-