본문 바로가기
Learn IT Knowledge/Computer Science

[ 전공 지식 ] Protocol

by ${코딩몬} 2018. 1. 11.


Evernote 전공 정리 노트 불러오기



Computer Science

Protocol



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



'Learn IT Knowledge > Computer Science' 카테고리의 다른 글

[ 전공 지식 ] HTTP Session  (0) 2018.01.11
[ 전공 지식 ] Spyware  (0) 2018.01.11
[ 전공 지식 ] Cookie  (0) 2018.01.09
[ 전공 지식 ] Metadata  (0) 2018.01.09
[ 전공 지식 ] Tag  (0) 2018.01.09