title says most of it...
I'm studying for CCNA and refamiliarizing myself with the OSI model.
Never had to know much of the lower level stuff on it when I went through my MCSE track. I'm having trouble getting my head around the concept of Windowing in a connection-oriented session in Layer 4.
Namely: the book says that:
<snip>
- <data throughput> would be slow if the transmitting machine had to wait for an ACK after sending each segment. Because there's time available AFTER the sender transmits the data segment and BEFORE it finishes processing ACKs from the receiving machine, the sender uses the break as an opportunity to transmit more data.
</snip>
How in the world does this not cause the entire session to go T.U? Wouldn't this be a non-connection-oriented session inside of a connection-oriented session???!
Anyone got a different view on this?