Map Development Area (MDA)
Location:
_/_
internet
_/_
web
_/_
http
_/_
http
| Hypertext Transfer Protocol, HTTP |
|
|
Types:
|
-
Comment:
-
current version: HTTP 1.1
-
Comment:
-
specification is maintained and developed by W3C
-
Comment:
-
protocol for transferring files (text, graphics, ...) between web servers and browsers -- defines how messages are formatted and transmitted -- what action web servers and browsers should take in response to various commands
-
drawback
-
stateless protocol -> each request is executed independently without any knowledge of previous pages requested -- solution: cookies used for state management
-
Comment:
-
runs on top of the TCP/IP, default port 80
|
|
|