Anycast 101

> Apparently you also didn't get any pointers to RFCs or other
> authoritative sources that say "each and every packet injected into
> the internet must be delivered in sequence".

  er... please quote chapter/verse here.
  these are "packets" and have sequence numbers
  -BECAUSE- they may not be received in order.
  the end-system must be designed to place the
  packets back in order before presenting the
  data to the application.

  e.g. this is not a circuit switched network.

of course it will work. it just won't be particularly fast. specifically,
it won't allow tcp to discover the actual end-to-end bandwidth*delay product,
and therefore tcp won't set its window size advantageously, and some or all
of the links along the path won't run at capacity. packet reordering is not
fatal to the technology, but it is fatal to the business. "not everything
that can be done, should be done."

Paul Vixie wrote:

of course it will work. it just won't be particularly fast. specifically,
it won't allow tcp to discover the actual end-to-end bandwidth*delay product,
and therefore tcp won't set its window size advantageously, and some or all
of the links along the path won't run at capacity. packet reordering is not
fatal to the technology, but it is fatal to the business. "not everything
that can be done, should be done."

Since when bad engineering is bad to the big business? The world is full of examples to the contrary.

Pete