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