Map Graph
No coordinates found

Request–response

Basic messaging pattern between computers in a network

In computer science, request–response or request–reply is one of the basic methods computers use to communicate with each other in a network, in which the first computer sends a request for some data and the second responds to the request. More specifically, it is a message exchange pattern in which a requestor sends a request message to a replier system, which receives and processes the request, ultimately returning a message in response. It is analogous to a telephone call, in which the caller must wait for the recipient to pick up before anything can be discussed. This is a simple but powerful messaging pattern which allows two applications to have a two-way conversation with one another over a channel; it is especially common in client–server architectures.

Read article
Top Questions
AI generated

List the top facts about Request–response

Summarize this article

What is the single most intriguing fact about Request–response?

Are there any controversies surrounding Request–response?

More questions