# Networking

- [Networking](https://www.pranaypourkar.co.in/the-programmers-guide/networking/networking.md)
- [Types of Networks](https://www.pranaypourkar.co.in/the-programmers-guide/networking/networking/types-of-networks-tbu.md)
- [Network Devices](https://www.pranaypourkar.co.in/the-programmers-guide/networking/networking/network-devices-tbu.md)
- [Network Topologies](https://www.pranaypourkar.co.in/the-programmers-guide/networking/networking/network-topologies-tbu.md)
- [Internet Protocols](https://www.pranaypourkar.co.in/the-programmers-guide/networking/networking/internet-protocols-tbu.md)
- [Network Protocols](https://www.pranaypourkar.co.in/the-programmers-guide/networking/networking/network-protocols-tbu.md)
- [Distributed Systems](https://www.pranaypourkar.co.in/the-programmers-guide/networking/networking/distributed-systems-tbu.md)
- [Types of Distributed Systems](https://www.pranaypourkar.co.in/the-programmers-guide/networking/networking/distributed-systems-tbu/types-of-distributed-systems-tbu.md)
- [OSI Model](https://www.pranaypourkar.co.in/the-programmers-guide/networking/networking/osi-model.md)
- [Application](https://www.pranaypourkar.co.in/the-programmers-guide/networking/networking/osi-model/application-tbu.md)
- [Transport layer](https://www.pranaypourkar.co.in/the-programmers-guide/networking/networking/osi-model/transport-layer-tbu.md)
- [User Flows](https://www.pranaypourkar.co.in/the-programmers-guide/networking/user-flows.md)
- [Protocols](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols.md)
- [Proxy](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols/proxy.md)
- [Forward and Reverse Proxy](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols/proxy/forward-and-reverse-proxy.md)
- [Common Use Cases](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols/proxy/common-use-cases.md)
- [API Gateway](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols/proxy/common-use-cases/api-gateway.md)
- [Caching](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols/proxy/common-use-cases/caching.md)
- [TLS Termination](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols/proxy/common-use-cases/tls-termination.md)
- [IP Filtering / Firewall](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols/proxy/common-use-cases/ip-filtering-firewall.md)
- [Tools](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols/proxy/tools.md)
- [Nginx](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols/proxy/tools/nginx.md)
- [HAProxy](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols/proxy/tools/haproxy.md)
- [Envoy](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols/proxy/tools/envoy.md)
- [HTTP](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols/http.md)
- [HTTP/2](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols/http/http-2.md)
- [HTTP/1.1](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols/http/http-1.1.md)
- [HTTPS](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols/https.md)
- [Page 1](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols/https/page-1.md)
- [TLS](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols/tls.md)
- [TLS 1.3](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols/tls/tls-1.3.md)
- [Wireshark analyze the TLS traffic](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols/tls/wireshark-analyze-the-tls-traffic.md)
- [mTLS](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols/tls/mtls.md)
- [TLS Chain of Trust](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols/tls/tls-chain-of-trust.md)
- [Certificate](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols/tls/certificate.md)
- [SSL](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols/ssl.md)
- [DNS](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols/dns.md)
- [CDN](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols/cdn.md)
- [Model](https://www.pranaypourkar.co.in/the-programmers-guide/networking/protocols/model.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.pranaypourkar.co.in/the-programmers-guide/networking.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
