Flow Control
Everything on SkillVeris tagged Flow Control — collected across the glossary, study notes, blog, and cheat sheets.
5 resources across 1 library
Interview Questions(5)
What is the Transport Layer (OSI Layer 4)?
The Transport layer is OSI Layer 4 — it manages end-to-end communication between applications on two hosts, using port numbers to distinguish processes and pro…
What is TCP Flow Control and How Does It Work?
TCP flow control prevents a fast sender from overwhelming a slower receiver by having the receiver advertise how much buffer space it currently has left, via t…
What is TCP Congestion Control?
TCP congestion control is the set of sender-side algorithms that limit how much data is put into the network at once, using a congestion window (cwnd) that gro…
What is TCP Window Scaling?
TCP window scaling is a negotiated option (RFC 7323) that lets both endpoints multiply the 16-bit window size field by a power of two, expanding the effectivel…
What is Backpressure in Distributed Systems?
Backpressure is a flow-control mechanism where a slower downstream consumer signals an upstream producer to slow down or pause sending data, preventing the con…