-
HTTP란program_language 및 궁금한것/Android Studio 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
반응형'program_language 및 궁금한것 > Android Studio' 카테고리의 다른 글
안드로이드 저장소 이용방법 (0) 2018.08.11 쉐어드프리퍼런스 (0) 2018.08.10 GET 과 POST방식 (0) 2018.08.09 안드로이드 서피스뷰(Surface view) (0) 2018.08.05 안드로이드 트윈애니메이션 미완 (0) 2018.08.05