# Computer Networking

- [Introduction](https://saptarshi-sarkar.gitbook.io/notes/computer-networking/introduction.md)
- [IP Address](https://saptarshi-sarkar.gitbook.io/notes/computer-networking/ip-address.md)
- [Data Transmission](https://saptarshi-sarkar.gitbook.io/notes/computer-networking/data-transmission.md)
- [Network Topologies](https://saptarshi-sarkar.gitbook.io/notes/computer-networking/data-transmission/network-topologies.md)
- [Structure of The Network](https://saptarshi-sarkar.gitbook.io/notes/computer-networking/data-transmission/structure-of-the-network.md)
- [Network Devices](https://saptarshi-sarkar.gitbook.io/notes/computer-networking/data-transmission/network-devices.md)
- [How does The Internet work?](https://saptarshi-sarkar.gitbook.io/notes/computer-networking/how-does-the-internet-work.md)
- [OSI Model](https://saptarshi-sarkar.gitbook.io/notes/computer-networking/how-does-the-internet-work/osi-model.md)
- [TCP/IP Model](https://saptarshi-sarkar.gitbook.io/notes/computer-networking/how-does-the-internet-work/tcp-ip-model.md)
- [Application Layer](https://saptarshi-sarkar.gitbook.io/notes/computer-networking/how-does-the-internet-work/tcp-ip-model/application-layer.md)
- [Application Layer Network Protocols](https://saptarshi-sarkar.gitbook.io/notes/computer-networking/how-does-the-internet-work/tcp-ip-model/application-layer/application-layer-network-protocols.md)
- [Sockets](https://saptarshi-sarkar.gitbook.io/notes/computer-networking/how-does-the-internet-work/tcp-ip-model/application-layer/sockets.md)
- [Ports](https://saptarshi-sarkar.gitbook.io/notes/computer-networking/how-does-the-internet-work/tcp-ip-model/application-layer/ports.md)
- [Transport Layer](https://saptarshi-sarkar.gitbook.io/notes/computer-networking/how-does-the-internet-work/tcp-ip-model/transport-layer.md)
- [Network Layer](https://saptarshi-sarkar.gitbook.io/notes/computer-networking/how-does-the-internet-work/tcp-ip-model/network-layer.md)
- [Data Link Layer](https://saptarshi-sarkar.gitbook.io/notes/computer-networking/how-does-the-internet-work/tcp-ip-model/data-link-layer.md)
- [Physical Layer](https://saptarshi-sarkar.gitbook.io/notes/computer-networking/how-does-the-internet-work/tcp-ip-model/physical-layer.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://saptarshi-sarkar.gitbook.io/notes/computer-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.
