-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[7장] 응용 계층 : 애플리케이션에 데이터 전송하기 #8
Comments
Lesson 29. 웹 서버의 구조(웹 사이트 접속)1. WWW란?
2. HTTP란?
이후 HTTP/1.1 버전부터 요청 헤더에 HTTP/2 버전은 요청을 보낸 순서대로 응답을 반환하지 않아도 되므로 콘텐츠를 빠르게 표시할 수 있다.
참고자료: https://github.com/baeharam/Must-Know-About-Frontend/blob/main/Notes/network/http.md |
Lesson 30. DNS 서버의 구조(이름해석)1. 도메인 이름이란?
|
Lesson 31. 메일 서버의 구조(SMTP와 POP3)1. 메일의 송수신 구조
메일을 보낼 때, 메일 서비스를 제공하는 포털사이트나 회사의 메일 서버에 메일을 보내게 된다. 2.
|
ping 명령
|
도메인과 URL
참고자료 : |
사용자 인증과 인가
|
Lesson 28. 응용 계층의 역할
이 장에서 서술하는 응용 계층은 5계층인 세션 계층과 6계층인 표현 계층을 포함한다.
HTTP
: HyperText Transfer Protocol. 웹 사이트 전송DNS
: Domain Name System. 이름 해석FTP
: File Transfer Protocol. 파일 전송SMTP
: Simple Mail Transfer Protocol. 메일 송신POP3
: Post Office Protocol version 3. 메일 수신The text was updated successfully, but these errors were encountered: