Replies: 2 comments
-
| (HTTP 특징 4가지) stateless 의 장점, 단점 - 모르겠음 (stateless의 한계) 연결 유지하는 모델 장점 - ? , 단점 - 메모리를 많이 차지한다? 3 way handshake 요청 메시지 종류 - GET, POST, PUT, DELETE 구조 - 시작라인, 헤더, 공백라인, 메시지 바디 | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| HTTP 특징
 무상태
 Stateless의 한계
 비연결성
 비연결성 한계와 극복
 HTTP 메시지 - 시작라인
 | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
섹션 4 - HTTP 기본 문제
✅시험 범위
✅HTTP 특징
4가지 특징을 말하시오.
1️⃣ 클라이언트 서버 구조
→클라이언트 서버 구조는 시험 낼 것이 없어서 이건 화면 같이보는 것으로 하겠습니다.
3️⃣Statefue, Stateless
✅Stateless(무상태)
]()➡️Stateless의 한계
✅Stateful(상태)
4️⃣비 연결성(connectionless)
✅연결과 비연결을 비교해보자
✅그림의 빈칸과 아래의 빈칸 일치(같은 답안임)
✅비 연결하는 모델
✅비 연결성
하로 매우 작음
✅비 연결성
등 수 많은 자원이 함께 다운로드
✅스테이스리스를 기억하자
5️⃣HTTP 메시지
✅시작 라인
✅시작 라인
, , , ,]✅시작 라인
✅시작 라인
요청 메시지 - HTTP 버전
시작 라인
HTTP 헤더
용도
서버 애플리케이션 정보, 캐시 관리 정보...
✅HTTP 메시지 바디
✅단순함 확장 가능
Beta Was this translation helpful? Give feedback.
All reactions