Request-Response Model
A communication pattern where a client sends a request and waits for a server to send back a response. HTTP, SMTP, FTP, SIP, and DNS all follow this model. Each request contains a method/command and the response contains a status code indicating the outcome. WebSocket and gRPC streaming extend this model to support bidirectional communication.
Verwandte Protokolle
Siehe auch
Status Code
HTTP Concepts
Request Method (HTTP Verb)
HTTP Concepts
GraphQL
HTTP Concepts
Protocol Upgrade
Protocol Design
Half-Duplex
Protocol Design
gRPC Streaming
Real-Time & Streaming
SIP Dialog
Real-Time & Streaming
Unary RPC
gRPC & RPC
RPC (Remote Procedure Call)
gRPC & RPC
SIP Transaction
SIP & VoIP