Next: 8.2 Example: The flow
Up: 8 Examples of Behaviour
Previous: 8 Examples of Behaviour
  Contents
- A valid TCP packet enters the Router, to be forwarded.
- The Router places it in the queue of the Router part of FCM while
it waits to be sent.
- When the packet is dequeued to be sent, a representation of
is added to the packet by the Router FCM.
- The packet travels across the low-bandwidth link.
- The packet (including the representation of
) is received by
a Receiver.
- The Receiver part of FCM records the representation of
found in the packet.
- The packet is processed by existing kernel modules and sent to
its destination application/host.