# Сети и около них

- [База по сетям](https://vladislaveremeev.gitbook.io/qa_bible/seti-i-okolo-nikh/baza-po-setyam.md)
- [Клиент - серверная архитектура (Client-Server Architecture)](https://vladislaveremeev.gitbook.io/qa_bible/seti-i-okolo-nikh/klient-servernaya-arkhitektura-client-server-architecture.md)
- [Микросервисная архитектура (Microservice Architecture)](https://vladislaveremeev.gitbook.io/qa_bible/seti-i-okolo-nikh/mikroservisnaya-arkhitektura-microservice-architecture.md)
- [Эталонные модели OSI и TCP/IP](https://vladislaveremeev.gitbook.io/qa_bible/seti-i-okolo-nikh/etalonnye-modeli-osi-i-tcp-ip.md)
- [HTTP](https://vladislaveremeev.gitbook.io/qa_bible/seti-i-okolo-nikh/http.md)
- [Идентификация ресурсов в сети (Identifying resources on the Web)](https://vladislaveremeev.gitbook.io/qa_bible/seti-i-okolo-nikh/identifikaciya-resursov-v-seti-identifying-resources-on-the-web.md)
- [Веб-сервис (WS - Web service)](https://vladislaveremeev.gitbook.io/qa_bible/seti-i-okolo-nikh/veb-servis-ws-web-service.md)
- [REST/SOAP/gRPC](https://vladislaveremeev.gitbook.io/qa_bible/seti-i-okolo-nikh/rest-soap-grpc.md)
- [Socket / WebSocket](https://vladislaveremeev.gitbook.io/qa_bible/seti-i-okolo-nikh/socket-websocket.md)
- [Сокет/веб-сокет (socket/websocket)](https://vladislaveremeev.gitbook.io/qa_bible/seti-i-okolo-nikh/socket-websocket/soket-veb-soket-socket-websocket.md)
- [Тестирование WebSocket на клиентах](https://vladislaveremeev.gitbook.io/qa_bible/seti-i-okolo-nikh/socket-websocket/testirovanie-websocket-na-klientakh.md)
- [Хранилище на стороне клиента (Client-side storage)](https://vladislaveremeev.gitbook.io/qa_bible/seti-i-okolo-nikh/khranilishe-na-storone-klienta-client-side-storage.md)
- [Кэш (Cache)](https://vladislaveremeev.gitbook.io/qa_bible/seti-i-okolo-nikh/kesh-cache.md)
- [Аутентификация и авторизация (Authentication and authorization)](https://vladislaveremeev.gitbook.io/qa_bible/seti-i-okolo-nikh/autentifikaciya-i-avtorizaciya-authentication-and-authorization.md)
- [Рендеринг в интернете (Rendering on the Web)](https://vladislaveremeev.gitbook.io/qa_bible/seti-i-okolo-nikh/rendering-v-internete-rendering-on-the-web.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://vladislaveremeev.gitbook.io/qa_bible/seti-i-okolo-nikh.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.
