vote up 0 vote down star
1

What is the difference between request, response and server?

flag
who subtract my score just now? why? can you give me a reason? i'am just a freshman in stackoverflow.com! – aaa6818162 Nov 14 '08 at 7:47
I suppose people are downvoting you because this is a very general question without much context about what you really want/need to know. It is the kind of thing someone without any knowledge of computers would ask. – Sergio Acosta Nov 14 '08 at 8:14
haha ,maybe you are right,i just want to test this website's function. i think this is a special website. – aaa6818162 Nov 20 '08 at 1:25

3 Answers

vote up 5 vote down check

Request : From Client to Server
Response: From Server to Client
Server: Receive Request and Send Response
Client: Send Request and Receive Response

link|flag
vote up 2 vote down

A client (web user) makes a Request to a Server which processes the Request and determines the appropriate Response

link|flag
vote up 0 vote down

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.

See also: http://en.wikipedia.org/wiki/Request-response

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.