> For the complete documentation index, see [llms.txt](https://turkce-linux.gitbook.io/anasayfa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://turkce-linux.gitbook.io/anasayfa/network-temelleri.md).

# Network Temelleri

**Tipik bir ev ağına bakalım, birkaç farklı bileşene sahipsiniz.**

* **ISP** - İnternet servis sağlayıcınız, evinizde internet almanız için ödeme yaptığınız şirket.
* **Router** - Router, ağınızdaki her makinenin internete bağlanmasını sağlar. Çoğu modern router’da kablosuz veya Ethernet kablosu ile bağlanabilirsiniz.
* **WAN** - Wide Area Network, router’ınız ile internet gibi daha geniş bir ağ arasındaki ağı böyle adlandırırız.
* **WLAN** - Wireless Local Area Network, router’ınız ile dizüstü bilgisayarlar gibi kablosuz cihazlarınız arasındaki ağdır.
* **LAN** - Local Area Network, router’ınız ile masaüstü bilgisayarlar gibi kablolu cihazlar arasındaki ağdır.
* **Hosts** - Bir ağdaki her makine host olarak bilinir.

Ağlar aracılığıyla iletilen veri ve bilgilere packet denir ve Networking Nomad bölümünün sonunda bir packet’in host’lara gidiş gelişinin nasıl gerçekleştiğini ayrıntılı olarak anlayacaksınız.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://turkce-linux.gitbook.io/anasayfa/network-temelleri.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.
