# Networking

- [Understanding networks: layers and protocols](https://dotnetweb30-ke.gitbook.io/ke/construction-core/networking/understanding-networks-layers-and-protocols.md)
- [Basic understanding of TCP/IP model and protocols](https://dotnetweb30-ke.gitbook.io/ke/construction-core/networking/basic-understanding-of-tcp-ip-model-and-protocols.md)
- [Defining internet, intranet and VPN](https://dotnetweb30-ke.gitbook.io/ke/construction-core/networking/defining-internet-intranet-and-vpn.md)
- [Basics of Firewalls and DMZ](https://dotnetweb30-ke.gitbook.io/ke/construction-core/networking/basics-of-firewalls-and-dmz.md)
- [Application layer protocols basics (HTTP, FTP, Telnet)](https://dotnetweb30-ke.gitbook.io/ke/construction-core/networking/untitled.md)
- [Understanding HTTP and WWW](https://dotnetweb30-ke.gitbook.io/ke/construction-core/networking/understanding-http-and-www.md)
- [Basic troubleshooting tools (ICMP, ping, traceroute)](https://dotnetweb30-ke.gitbook.io/ke/construction-core/networking/basic-troubleshooting-tools-icmp-ping-traceroute.md)
- [Client/Server model](https://dotnetweb30-ke.gitbook.io/ke/construction-core/networking/client-server-model.md)
- [Sockets, IP and port addressing](https://dotnetweb30-ke.gitbook.io/ke/construction-core/networking/sockets-ip-and-port-addressing.md)
- [Using proxy server](https://dotnetweb30-ke.gitbook.io/ke/construction-core/networking/using-proxy-server.md)
- [File transfer services: FTP, TFTP](https://dotnetweb30-ke.gitbook.io/ke/construction-core/networking/file-transfer-services-ftp-tftp.md)
- [Name resolution services: DNS, whois](https://dotnetweb30-ke.gitbook.io/ke/construction-core/networking/name-resolution-services-dns-whois.md)
- [Remote access services: Telnet, SSH, rdesktop, VNC](https://dotnetweb30-ke.gitbook.io/ke/construction-core/networking/remote-access-services-telnet-ssh-rdesktop-vnc.md)
- [The basic difference between HTTP and HTTPS protocols](https://dotnetweb30-ke.gitbook.io/ke/construction-core/networking/the-basic-difference-between-http-and-https-protocols.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://dotnetweb30-ke.gitbook.io/ke/construction-core/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.
