> 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/networkterminology.md).

# NetworkTerminology

## [DHCP](broken://pages/749e6fcf7fc54966eddc4773db25c105a0a5ace7)

## [Mac\_Address](broken://pages/9ae42a05a0c28f2e3ffbba8ab00ee817434e923f)

* L2 스위치에서 노드간 데이터 통신을 위해 사용
* MAC Address를 참조해 목표 PC에 데이터를 전송
* MAC Address 정보가 없다면 flooding을 통해 연결된 모든 노드에 데이터를 보냄
  * 데이터를 수신한 장치는 IP 확인 후 수신 여부 결정
* ARP: 주소 풀이 프로토콜 (arp -a 명령어로 MAC 주소 정보 확인 가능)
  * IP로 MAC 주소 검색
* RARP: MAC 주소로 IP 주소 검색

## Cisco 명령어

* [관련 자료](https://m.blog.naver.com/sung_mk1919/221796249432)

## [Gateway](broken://pages/12d9eace7555166a500470e76d3095315e102bae)

## [DTE](broken://pages/6a6979814c8e6656e823ac2924370108772dc14b) / [DCE](broken://pages/6a6979814c8e6656e823ac2924370108772dc14b)


---

# 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/networkterminology.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.
