1 | WWW client |
2 | HTTP server |
3 | traditionally using CGI for HTTP server to access databases and query results were displayed as HTML pages on Web browsers |
4 | the requests and responses were transmitted using HTTP protocol; no session notion; database transaction logic is not perserved. |
5 | CGI script |
6 | HTTP |
7 | protocol |