What is the difference between request, response and server?
+2
A:
A client (web user) makes a Request to a Server which processes the Request and determines the appropriate Response
Slace
2008-11-14 06:56:21
+8
A:
Request : From Client to Server
Response: From Server to Client
Server: Receive Request and Send Response
Client: Send Request and Receive Response
Ramesh Soni
2008-11-14 06:58:39
A:
Server: Machine that provide something for client.
Focus at Server, Request is message that arrive to server for request something. Response is message that send from server to client for give thing that client what.
anyway REQUEST/RESPONSE means you can know it with common sense.
Fuangwith S.
2008-11-14 07:41:53