Search the practice set
126 questions, 454 terms and 400 topics in 20 areas.
9 results for “gRPC Transport”
gRPC
A contract-first RPC framework using Protocol Buffers over HTTP/2, with generated clients and servers and first-class streaming.
Credit-Based Flow Control
A scheme where a receiver grants the sender a budget of bytes or messages it may transmit, replenished as the receiver consumes.
Deadline Exceeded
The error returned when a request's overall budget expires — semantically distinct from a per-hop timeout, and a signal that must not be retried blindly.
TCP/IP
The layered protocol suite underneath essentially all application traffic — IP routes packets, TCP turns them into a reliable ordered stream.
TLS
The protocol that gives a network connection encryption, integrity and server authentication, underneath HTTPS and most other secure transports.
gRPC Transport
HTTP/2 multiplexing, binary encoding and streaming semantics.
gRPC APIs
Contract-first RPC, generated clients and protobuf compatibility rules.
HTTP/1.1, HTTP/2 & HTTP/3
Multiplexing, prioritisation and the transport each is built on.