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의 위치에 영향 받지 않는 유일무이한 이름 역할 (위치 독립적)
-참고-
https://mygumi.tistory.com/139