http telnet
HTTP is classified as a stateless protocol. HTTP is classified as a stateless protocol.
http stands for hypertext transfer protocol...it is used to define that we are using world wide web service of internet
The name of the protocol is "HTTP". Short for HyperText Transport Protocol.
"Ping uses the Internet Control Message Protocol (ICMP) Echo function which is detailed in RFC 792"http://www.activexperts.com/activsocket/tutorials/ping/So the short answer is that it uses the ICMP protocol.
Hypertext Transfer Protocol (HTTP)
The protocol for all web transactions is Hypertext Protocol..HTTP
Http - Hyper Text Transport Protocol
The protocol for retrieving web resources is the HTTP 1.1 protocol which is defined in: http://tools.ietf.org/html/rfc2616
The protocol PREFIX for Hypertext Transfer Protocol (HTTP) is "http://". This is used to identify resources on the web and is commonly seen in website URLs.
The term means Hypertext Transfer Protocol and has nothing to do with being an abbreviated form of a web address.
No, HTTP (Hypertext Transfer Protocol) is not a connection-oriented protocol; it is a connectionless protocol. HTTP operates over TCP, which is a connection-oriented protocol, but HTTP itself does not establish a persistent connection for communication. Each request-response cycle in HTTP is independent, meaning that after a response is sent, the connection can be closed, making it suitable for stateless transactions.