protocol v.s scheme (URI, URL, URN)

써니·2021년 3월 15일
0

Network

목록 보기
3/4
  • protocol: method of information transfer

  • scheme: identifier that URLs use to express what type of protocol the specific resource should be served over

URLs use scheme to specify the certain protocol that should be used

ex) https://example.com

  • scheme : https
  • protocol: HTTPS (HyperText Transfer Protocol Secure socket)

URI vs URL vs URN

  • URI (Uniform Resource Identifier)
    - 정보 resource를 고유하게 식별하고 위치를 지정 (URL, URN 2가지 형태)

  • URL (Uniform Resource Locator)
    : 특정 서버의 한 resource에 대한 구체적인 위치를 서술
    ex)

  • URN (Uniform Resource Name)
    : 한 resouce의 위치에 영향 받지 않는 유일무이한 이름 역할 (위치 독립적)
    • resource의 위치를 옮겨도 동작

-참고-
https://mygumi.tistory.com/139

0개의 댓글