Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ko]: add index.md for web/glossary/port #16213

Merged
merged 2 commits into from
Oct 25, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions files/ko/glossary/port/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: 포트 (Port)
slug: Glossary/Port
l10n:
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34
---

{{GlossarySidebar}}

For a computer connected to a network with an {{Glossary("IP address", "IP 주소")}}를 사용하여 네트워크에 연결된 컴퓨터의 경우, **포트(port)** 는 통신의 종점입니다. 포트는 숫자로 지정되고, 1024 미만의 각 포트는 기본적으로 특정 {{Glossary("protocol", "프로토콜")}}과 연결됩니다.
IMHOJEONG marked this conversation as resolved.
Show resolved Hide resolved

예를 들어, {{Glossary("HTTP")}} 프로토콜의 기본 포트는 80이고 HTTPS 프로토콜의 기본 포트는 443이므로, {{Glossary("HTTP")}} 서버는 해당 포트에서 요청을 기다립니다. 각 인터넷 프로토콜은 기본 포트인
각 인터넷 프로토콜은 기본 포트인 {{Glossary("SMTP")}} (25), {{Glossary("POP")}} (110), {{Glossary("IMAP")}} (143), {{Glossary("IRC")}} (194) 등과 연결되어 있습니다.

## 같이 보기

- 위키백과의 [Port](<https://en.wikipedia.org/wiki/Port_(computer_networking)>)