Thursday, July 30, 2009

Buffering

•Buffering - the number of messages that can reside in a link temporarily

–Zero capacity - queue length 0

»sender must wait until receiver ready to take the message

–Bounded capacity - finite length queue
»messages can be queued as long as queue not full

»otherwise sender will have to wait

–Unbounded capacity

»any number of messages can be queued - in virtual space?

»sender never delayed

No comments: