HTTP
-
Hypertext Transfer Protocol (HTTP)Web/Protocol 2019. 8. 31. 12:22
1. Overview The Hypertext Transfer Protocol(HTTP) is an application protocol for distributed, collaborative, hypermedia information systems. HTTP is the foundation of data communication for the World Wide Web, where hypertext documents include hyperlinks to other resources that the user can easily access. 1.1 Versions HTTP/1.0 The connection is closed after a single request/response pair A separ..
-
Stateful and stateless in ProtocolWeb/Protocol 2019. 8. 25. 08:19
1. Overview Network Protocols for web browser and servers are categorized into two types: stateless Protocol, and Stateful protocol. Both protocols are differentiated on the basis of the requirement of server or server-side software to save status or session information. 2. Comparisons STATELESS PROTOCOL STATEFUL PROTOCOL Does not require the server to retain the server information or session de..
-
Comparison between REST and SOAP with HTTPWeb 2019. 8. 23. 11:57
1. Overview Let's analyze SOAP and Rest with protocols. 2. Comparison between SOAP and REST SOAP REST History SOAP(Simple Object Access Protocol) was created in 1998 by Dave Winer, Don Box, Bob Atkinson and Mohsen AIGhosein in collaboration with Microsoft REST(Representational State Transfer) was Created in 2000 by Roy Thomas Fielding. Developed in an academic environment, this protocol embraces..