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
- public key
- Inductive Learning
- Grad-CAM
- 귀납
- 디자인 패턴
- ARIMA
- cam
- GCP
- Transductive Learning
- 연역
- session 미종료
- DeepLearing.AI
- url
- ChatGPT
- Vertex AI
- 대칭키
- PSNR
- tmux
- python3
- posterior collapse
- 생성 모델 평가
- Google Cloud
- mode collapse
- uri
- Design Patterns
- SSIM
- 생성 모델
- prompt engineering
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 |
---|