简体   繁体   中英

http - client server - request response - connection

I've been reading about HTTP protocol. The description says, "HTTP functions as a request-response protocol in the client-server computing model".

So, my question is, "should Client-Server model always follow Request-Response Protocol? and the vice-versa is true?"

thanks!

Can servers request a response from a client? Well.. no.. I mean.. maybe. But that would contradict the definition of the server and client relationship.

Of course there are acknowledgements - for when a packet is recieved - that the client sends the server, but that's at the TCP level.

At least that's my understanding.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM