jinsiri 2018. 8. 9. 01:16

HTTP란 hyper Text Transfer Protocol이다.

www상에서 HTML문서를 주고받는데 사용된다.

TCP와 UDP를 사용하며 

TCP: Transmission Control Protocol 전송조종규약

UDP: User Datagram Protocol 사용자 데이터 프로토콜


브라우저를 통해 클라이언트와 서버사이의 데이터를 전송하는 프로토콜이다.



프로토콜의 예시[편집]

  • HTTP : Hyper Text Transfer Protocol
  • HTTPS : Secure Hyper Text Transfer Protocol
  • FTP : File Transfer Protocol
  • SFTP : Secure File Transfer Protocol
  • Telnet : TErminaL NETwork
  • POP3 : Post Office Protocol version 3
  • SMTP : Simple Mail Transfer Protocol
  • SSH : Secure Shell
  • SSL : Secure Socket Layer
  • SOAP : Simple Object Access Protocol
  • ARP : Adress Resolution Protocol


반응형