HTTP Connection based ? HTTP is a request/response protocol between clients and servers. An HTTP client, such as a web browser, typically initiates a request by establishing a Transmission Control Protocol (TCP) connection to a particular port on a remote host (port 80 by default. An HTTP server listening on that port waits for the client to send a request
string, such as "GET.
For this reason it is called as connection based.To know more about connections in HTTP, hit
www.w3.org/Protocols/rfc2616/rfc2616-sec8.html HTTP Transactional? Transaction in its simplest term would mean - performing one or more jobs , as a single
unit. Hence there is no question of HHTP being transactional.