> 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/routing-and-switching/dynamic-routing-protocol.md).

# Dynamic Routing Protocol

동적 라우팅은 라우터가 **자동으로 경로를 학습/갱신**하는 방식입니다.

* 정적 라우팅: 사람이 직접 경로를 고정한다.
* 동적 라우팅: 라우팅 프로토콜이 경로 정보를 교환한다.

### 언제 쓰나

* 경로 변경이 잦다.
* 라우터 수가 많다.
* 장애 시 우회가 필요하다.

### 핵심 개념

* **Metric**: 최적 경로 선택 기준(홉 수, 비용, 대역폭 등).
* **Convergence**: 네트워크 변화 후 “안정 상태”로 수렴하는 시간.

### 프로토콜별 페이지

* [RIP](/j-log/network/routing-and-switching/rip.md)
* [OSPF](/j-log/network/routing-and-switching/ospf.md)
* [EIGRP](/j-log/network/routing-and-switching/eigrp.md)

<table data-view="cards"><thead><tr><th>라우팅 프로토콜</th><th data-card-target data-type="content-ref">페이지</th></tr></thead><tbody><tr><td>RIP</td><td><a href="/spaces/Y8UYFuEu8fQDSvspnrVC/pages/763e8aee47a1bbceadb831a71677bedeb237bef6">/spaces/Y8UYFuEu8fQDSvspnrVC/pages/763e8aee47a1bbceadb831a71677bedeb237bef6</a></td></tr><tr><td>EIGRP</td><td><a href="/spaces/Y8UYFuEu8fQDSvspnrVC/pages/ad6410caff9f3f6910c7b2590851e17d24ff802f">/spaces/Y8UYFuEu8fQDSvspnrVC/pages/ad6410caff9f3f6910c7b2590851e17d24ff802f</a></td></tr><tr><td>OSPF</td><td><a href="/spaces/Y8UYFuEu8fQDSvspnrVC/pages/de3ca4a795ad3e4a3a59b60fb9cdb8facc130b00">/spaces/Y8UYFuEu8fQDSvspnrVC/pages/de3ca4a795ad3e4a3a59b60fb9cdb8facc130b00</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/routing-and-switching/dynamic-routing-protocol.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.
