Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- python3
- session 미종료
- Grad-CAM
- tmux
- Inductive Learning
- uri
- DeepLearing.AI
- Google Cloud
- mode collapse
- GCP
- Design Patterns
- 생성 모델
- ChatGPT
- url
- PSNR
- 생성 모델 평가
- posterior collapse
- 연역
- Vertex AI
- public key
- prompt engineering
- 귀납
- Transductive Learning
- SSIM
- 디자인 패턴
- ARIMA
- 대칭키
- cam
Archives
- Today
- Total
데이터 과학 노트
URI, URL 차이 (Protocol) 본문
URL
웹 주소 또는 링크 라고도 불리며, 네트워크 상의 특정 리소스의 위치를 알려주는 규약 (Uniform Resource Locator), URI에 포함된다.
URI
특정 리소스를 식별하는 통합 자원 식별자 (Uniform Resource Identifier) 이다.
http://
,https://
,gs://
,s3://
https://github.com/username/repo-name
# https - [PROTOCOL]
# github.com - [HOSTNAME], Hostname --[DNS]-> IP address
# username/repo-name - [PATH]
참조
'Computer Science > Computer Networks' 카테고리의 다른 글
VM 에 공개키 추가 (0) | 2023.03.17 |
---|