What is the difference between request, response and server?
|
1
|
|||||||
|
|
|
Request : From Client to Server |
|||
|
|
|
|
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. |
||
|
|
|
|
A client (web user) makes a Request to a Server which processes the Request and determines the appropriate Response |
||
|
|
