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

# Topology

* 망형태를 의미하는 단어
* 데이터를 전송하는 방식을 기준으로 분류한 Logical
* 노드의 연결 형태를 기준으로 분류한 Physycal

{% hint style="info" %}
네트워크에 참여하는 시스템(또는 장치)을 의미
{% endhint %}

<table data-view="cards"><thead><tr><th>Title</th><th data-card-target data-type="content-ref">Target</th></tr></thead><tbody><tr><td>UTP_Cabling</td><td><a href="/pages/452b2804d1a60c0ef3ecf13ef7ece3708029d85e">/pages/452b2804d1a60c0ef3ecf13ef7ece3708029d85e</a></td></tr><tr><td>1. LAN 환경 구축</td><td><a href="/pages/e025843e2acb8c3541426fe32f9e1114df00eadd">/pages/e025843e2acb8c3541426fe32f9e1114df00eadd</a></td></tr><tr><td>2. Gateway 설정</td><td><a href="/pages/7dac58a84610760ce9f6f778084d0434d78c5512">/pages/7dac58a84610760ce9f6f778084d0434d78c5512</a></td></tr><tr><td>3. Routing</td><td><a href="/pages/6a6979814c8e6656e823ac2924370108772dc14b">/pages/6a6979814c8e6656e823ac2924370108772dc14b</a></td></tr><tr><td>4. Loopback</td><td><a href="/pages/bfcf977eb17b47ff785a9206bb3566d9ab5f75ef">/pages/bfcf977eb17b47ff785a9206bb3566d9ab5f75ef</a></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://krjaeh0.gitbook.io/j-log/network/fundamentals/topology.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
