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

# Network\_Protocol

* 네트워크 프로토콜(network protocol)은 컴퓨터나 장치들이 데이터를 교환할 때 따르는 통신 규약
* 데이터 포맷, 주소 지정 방법, 오류 검출 및 수정 방법 등을 정의하며, 데이터가 네트워크를 통해 효과적으로 전송될 수 있도록 한다.
* 대표적으로 HTTP, FTP, TCP/IP 등이 있다.

{% hint style="info" %}
“Protocol” 문서의 네트워크 관련 내용은 이 페이지로 통합했습니다.
{% endhint %}

{% stepper %}
{% step %}

### 네트워크와 프로토콜의 관계

[네트워크와 프로토콜의 관계](broken://pages/937a1352a75b0b512686dfca3357893a284fb1fe)
{% endstep %}

{% step %}

### SSH

[SSH](broken://pages/ed2fda61cdc394f026e9f3274df28bb32a005718)
{% endstep %}

{% step %}

### HTTP

[HTTP](broken://pages/2c62aa4811f0c63f20882ab74dcbb78e869371f0)
{% endstep %}

{% step %}

### 전송 계층 프로토콜(Transport Layer Protocol)

[전송 계층 프로토콜(Transport Layer Protocol)](broken://pages/0d3dc161486b52f8a5202aeb52caf77754865325)
{% endstep %}

{% step %}

### HTTPS

[HTTPS](broken://pages/a8fea809d7cfdc77d0996a023fb948879cf55f5e)
{% endstep %}

{% step %}

### TLS

[TLS](broken://pages/2d77ca8dcfb1d4623182dc7626281b4b275e07b8)
{% endstep %}

{% step %}

### IP

[IP](broken://pages/3b1b1f23acd5a1429c41572a7251b720941d57cf)
{% endstep %}

{% step %}

### TCP / UDP

[TCP](broken://pages/54469b40210f58984271a995228107762e207456)[UDP](broken://pages/0645cf09f1e83eeac00ff8e3d738a1285cbfe690)
{% endstep %}

{% step %}

### ARP

[ARP](file:///2435498/security/nmap_cybersploit_d.md)
{% endstep %}

{% step %}

### ICMP

[ICMP](broken://pages/e6641f30eb15f5eaf70afeca45bb25c88557d111)
{% endstep %}

{% step %}

### DHCP

[DHCP](broken://pages/749e6fcf7fc54966eddc4773db25c105a0a5ace7)
{% endstep %}
{% endstepper %}


---

# 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/protocols/network_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.
