본문 바로가기
IT/IT 용어

URI란?

by 안드레날린 2021. 10. 16.

[ URI ]

1. URI(Uniform Resource Identifier) : 통합 자원 식별자

 - 웹 기술에서 사용하는 논리적, 물리적 리소스를 식별하는 고유한 식별자

 - 즉, 인터넷에 있는 자료의 식별자이다.

 - 표준정의

   : 일반 URI와 절대 URI 참조 문법은 RFC 2396에 처음 정의(1998년 8월 출판), RFC 3986로 완성(2005년 1월 출판)

 

2. URI Syntax Components

Scheme

Authority

 - User Information (user:password)

 - Host

 - Port

Path

Query

Fragment

 

< 각 URI의 구성 요소 >

3. URI Syntax

scheme:[//[user[:password]@]host[:port]][/path][?query][#fragment]

 

4. Examples

ftp://ftp.is.co.za/rfc/rfc1808.txt
http://www.ietf.org/rfc/rfc2396.txt
ldap://[2001:db8::7]/c=GB?objectClass?one
mailto:John.Doe@example.com
news:comp.infosystems.www.servers.unix
tel:+1-816-555-1212
telnet://192.0.2.16:80/
urn:oasis:names:specification:docbook:dtd:xml:4.1.2

 

 

[ 참고 ]

1. RFC 2396 : https://datatracker.ietf.org/doc/html/rfc2396

2. RFC 3986 : https://datatracker.ietf.org/doc/html/rfc3986

3. 위키백과 : https://ko.wikipedia.org/wiki/%ED%86%B5%ED%95%A9_%EC%9E%90%EC%9B%90_%EC%8B%9D%EB%B3%84%EC%9E%90

'IT > IT 용어' 카테고리의 다른 글

LAMP 스택(LAMP Stack)  (0) 2022.05.28
RFC 문서  (0) 2016.11.26