FQDN-도메인

unix and linux 2016. 6. 25. 14:14


도메인은 FQDN(https://wiki.kldp.org/KoreanDoc/html/PoweredByDNS-KLDP/fqdn.html)이라는 규칙을 따르고 있다. 마침표(.)를 항상 이름 뒤에 붙인다.

www.

google.

com. 

이런 단위로 구성된다. 기술적으로 마지막에 점이 빠지면 에러이지만, 계속 사용했던 관습을 따라 마지막 점은 생략해도 된다.


www.google.com. 

www.google.com. 


nslookup을 확인하면 확인할 수 있다. 




$ nslookup www.google.com.

Server: 1.214.68.2

Address: 1.214.68.2#53


Non-authoritative answer:

Name: www.google.com

Address: 203.252.15.151

Name: www.google.com

...



$ nslookup www.google.com

Server: 1.214.68.2

Address: 1.214.68.2#53


Non-authoritative answer:

Name: www.google.com

Address: 210.94.153.34

...




실제로 웹 브라우져에서 테스트해보면 잘 알 수 있다.

웹 브라우져는 간단한 문법 이슈까지 문제를 해결한다. 


'unix and linux' 카테고리의 다른 글

[vagrant] 맥에서 centos 7 설치  (0) 2016.07.24
linux에서 빠른 디렉토리 copy 툴  (0) 2016.06.28
FQDN-도메인  (0) 2016.06.25
[리눅스] redir로 proxy 서버 만들기  (0) 2016.06.20
ipcalc - ip 계산기  (0) 2016.06.14
sudo echo > 에러 대신 tee 커맨드  (0) 2016.06.07
Posted by 김용환 '김용환'

댓글을 달아 주세요