Difference between revisions of "Request (computing)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
In [[computing]], a '''request''' is data that a [[Client (computing)|client]] sends to a [[Server (computing)|server]]. | In [[computing]], a '''request''' is data that a [[Client (computing)|client]] sends to a [[Server (computing)|server]]. | ||
− | The server receives the request, and sends a [[Response (computing)| | + | The server receives the request, and sends a [[Response (computing)|response]]. (Alternately, the server might receive the request and deliberately not send a response.) |
A typical example is a [[web browser]] sending a request to a [[web server]], and the web server sending [[web page]] data ([[HTML]], [[CSS]], [[Web image|images]], etc.) in response. | A typical example is a [[web browser]] sending a request to a [[web server]], and the web server sending [[web page]] data ([[HTML]], [[CSS]], [[Web image|images]], etc.) in response. |
Latest revision as of 18:30, 19 September 2016
In computing, a request is data that a client sends to a server.
The server receives the request, and sends a response. (Alternately, the server might receive the request and deliberately not send a response.)
A typical example is a web browser sending a request to a web server, and the web server sending web page data (HTML, CSS, images, etc.) in response.