The Go-Back-N ARQ error control method is used in combination with
sliding window flow control.
- We can send up to W frames before worrying about ACKs.
- We keep a copy of these frames until the ACKs arrive.
- This procedure requires additional features to be added to Stop-and-Wait ARQ.