HTTP(HyperText Transfer Protocol) Protocol

HTTP(HyperText Transfer Protocol)


Hypertext HTML 전송하기 위한 통신규약을 의미한다


WWW 상에서 정보를 주고받을 있는 protocol이며, TCP UDP 사용하며 80 port 사용한다


Client Server 사이에 있는 request/response 프로토콜이다.


Client에서 Server 요청이 생기면 TCP hand-shake 일어나고 , get request( 브라우저가 문서를 받아 보는 사용되는 방법) server에서 처음으로 동작하게 되며, 이러한 과정은 모든 웹사이트에서 일어나는 행위이다.



'SW > 데이터통신' 카테고리의 다른 글

웹소켓 (Web Socket)  (0) 2017.09.05
HTTP header  (0) 2017.09.05
HTTP/2 (HyperText Transfer Protocol Version 2)  (0) 2017.09.05
HTTPS (Hyper Text Transfer Protocol Secure)  (0) 2017.09.05
통신 프로토콜 (Protocol), OSI 7 계층  (0) 2017.09.05

통신 프로토콜 (Protocol), OSI 7 계층

Protocol

통신 장비 사이에서 data 주고 받는 통신 규약이다. 보통 OSI-7-LAYER 구분하는데, 계층에서 수행되는 protocol 서로 독립적이라고 간주한다.

 


OSI 7 Layer

OSI 7 Layer

Layer

Data unit

Function

Protocol

Host

Layer

7.apllication

Data

통신서비스

FTP,HTTP

6.presentation

압축, 암호화

H.264,MPEG2

5.session

전송방식 결정

Half-duplex

Full-duplex

4.transport

Segment(TCP)

Datagram(UDP)

에러/경로 제어

TCP, UDP

Media

Layer

3.network

Packet

논리주소/경로설정

RIP, BGP

2.datalink

Frame

물리주소/경로설정

ARQ

1.physical

Bit

전기신호제어

Physical

connection


'SW > 데이터통신' 카테고리의 다른 글

웹소켓 (Web Socket)  (0) 2017.09.05
HTTP header  (0) 2017.09.05
HTTP/2 (HyperText Transfer Protocol Version 2)  (0) 2017.09.05
HTTPS (Hyper Text Transfer Protocol Secure)  (0) 2017.09.05
HTTP(HyperText Transfer Protocol) Protocol  (0) 2017.09.05

'Protocol'에 해당되는 글 12건

1 2 →