
Domain Name
숫자로 구성된 IP Address를 사람이 사용하기 쉽도록 문자 형태로 표현한 것.
Domain Name 작성 규칙.
- Label은
-(하이픈)으로 시작하거나 끝날 수 없음. - 영문자의 대소문자 구분을 하지 않음.
,(comma) 나_(underscore) 등의 특수문자는 사용할 수 없음.- 길이는 최소 2글자에서 최대 63글자까지 가능함.
- 단, 한글의 경우 길이가 17자이하여야함.
generic top-level domain (gTLD) 은 국가코드를 사용하지 않음 (3글자 이상이 할당됨).
특정 국가와 상관없이 사용하기 때문이며 다음은 대표적인 gTLD 의 예임.
- .com - commercial
- .org - organization
- .net - network
- .edu - education
- .gov - government
참고로 ccTLD (country code top-level domain) 는 특정 국가를 나타냄: .kr, .jp, 등
KISA(Korea Internet ans Security Agency, 한국인터넷진흥원)의 담당부서 KIRNC
(Korea Network Information Center, 한국인터넷정보센터)에서 부여하는 domain name
[host컴퓨터명].[단체명].[기관명].[국가명]- ex :
www.gachon.ac.kr
ICANN (Internet Assigned Names and Numbers)에서 부여하는 domain name
[host컴퓨터명].[단체명].[기관명]- ex :
www.google.com
Domain Name System
IP 주소를 사람이 인지하기 쉬운 문자로(또는 그 반대로) 치환 해 주는 시스템.
(OSI 7Layer에서 application layer에 속함)
- User가 웹브라우저 주소창 등에 Domain Name을 입력하고 엔터를 치면,
이때부터 Domain Name 풀이 절차가 진행됨. - 사용자의 컴퓨터에서 DNS server에게 보낸
주소dsaint31.tistory.com의 IP Address가 무엇인지,
해당 ISP(인터넷 서비스 업체)의 DNS server에 질의 - DNS Server 에는
우리나라 및 전 세계 웹사이트의 Domain Name과 IP Address가 기록된 Database가 있음.
(모든 웹사이트 정보가 다 있는 건 아님). - DNS Name 풀이 요청을 받은 DNS Server는
dsaint31.tistory.com주소의
뒷부분부터 DNS Database의 정보와 한 단계씩 비교함. com->tistory->dsaint31순으로 검색하여,기업형 도메인(com)->tistory 웹사이트(tistory)->하위 도메인(dsaint31)이라는
정보에 맞는 IP Address를 검색- 최종적으로
dsaint31.tistory.com에 해당되는 IP Address를 발견되고 이를 사용자 컴퓨터에 전송
IP 주소를 자동으로 할당받는 DHCP (Dynamic Host Configuration Protocol) 환경이라면,
DNS Server의 IP Address도 자동으로 설정되므로 굳이 입력하지 않아도 됨.
DHCP는 네트워크에 접속하는 장치에 다음 정보를 자동으로 할당하는 protocol:
- IP 주소
- Subnet Mask
- Default Gateway
- DNS Server 주소
OSI 모델 기준으로는 Application Layer (7계층) 에 해당하며, 실제 전송은 UDP를 사용.
https://ds31x.github.io/wiki/network/osi_7layer/
Open System Interconnection (OSI) 7-layer
ds31x.github.io
같이보면 좋은 자료
2021.10.26 - [Computer] - IP Address & Domain Name
IP Address & Domain Name
IP Address (Internet Protocol Address)인터넷에 연결된 기기를 식별하기 위한 유일한 번호다음과 같은 4개의 10진수 형태로 구성(Version 4)142.250.199.110ping 을 통해 특정 도메인 네임의 실제 ip를 확인할 수 있
dsaint31.tistory.com
2023.01.02 - [Computer/CE] - [CE] Internet Protocol Address (IP Address)
[CE] Internet Protocol Address (IP Address)
네트워크 상에서 어떤 한 컴퓨터를 찾아낼 수 있는 주소(= 인터넷상에서 데이터를 송수신할 목적으로 컴퓨터에게 부여하는 값.)이며 약어로 IP Address로 기재됨.Network 계층 (Layer 3)에서 사용되는 ad
dsaint31.tistory.com
'Computer > CE' 카테고리의 다른 글
| [CE] Direct Access Storage Device & media (DASD) (0) | 2023.01.13 |
|---|---|
| [CE] Optical Disk (0) | 2023.01.13 |
| [CE] Internet Protocol Address (IP Address) (0) | 2023.01.02 |
| [CE] Ethernet (0) | 2023.01.02 |
| [CE] Circuit Switching (회선교환) and Packet Switching (패킷교환). (0) | 2023.01.02 |