-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[add]: add index.md for web/glossary/second-level_domain
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: 2단계 도메인 (Second-level Domain, SLD) | ||
slug: Glossary/Second-level_Domain | ||
l10n: | ||
sourceCommit: ada5fa5ef15eadd44b549ecf906423b4a2092f34 | ||
--- | ||
|
||
{{GlossarySidebar}} | ||
|
||
2단계 도메인 (Second-level Domain, {{Glossary("SLD")}})은 최상위 도메인({{Glossary("TLD")}}) 바로 앞에 있는 도메인 이름의 일부입니다. | ||
|
||
예를 들어, `mozilla.org`에서 SLD는 `mozilla`이고 TLD는 `org`입니다. | ||
|
||
도메인 이름은 TLD 및 SLD로 제한되지 않습니다. 서버의 다양한 기능에 대한 추가 정보를 제공하거나 동일한 도메인 아래의 영역을 구분하기 위해 추가 하위 도메인을 만들 수 있습니다. 예를 들어, `www`는 도메인이 웹 서버를 가리킨다는 것을 나타내기 위해 일반적으로 사용되는 하위 도메인입니다. | ||
|
||
또 다른 예로 `developer.mozilla.org`에서, `developer` 하위 도메인은 하위 도메인에 Mozilla 웹사이트의 개발자 섹션이 포함되어 있음을 지정하는 데 사용됩니다. | ||
|
||
## 같이 보기 | ||
|
||
- 위키백과의 [SLD](https://en.wikipedia.org/wiki/Second-level_domain) | ||
- [용어 사전](/ko/docs/Glossary) | ||
|
||
- {{Glossary("DNS")}} | ||
- {{Glossary("Domain")}} | ||
- {{Glossary("Domain name")}} | ||
- {{Glossary("TLD")}} |