against robustnest principle

robust... or not?

SEAN K.H. LIAO

against robustnest principle

robust... or not?

robustness principle

RFC 761 Section 2.10 Transmission Control Protocol: Philosophy: Robustness Principle:

be conservative in what you do, be liberal in what you accept from others

Also known as Postel's Law (after the author Jon Postel), it stated without justification.

On the face of it, it would appear to be a good idea, especially for short term "get things working" scenarios. You be a good citizen by producing spec compliant output, while tolerating deviations in your input.

no

Of course, not everyone reads or cares about the spec. They may instead just test against implementations, and if it works, job done.

Which invites the following corollary of the robustness principle:

If you are liberal in what you accept, others will utterly fail to be conservative in what they sen

The effects are described in RFC 3117 Section 4.5 On the Design of Application Protocols: Protocol Properties: Robustness, with regards to gradual rollout in an uncoordinated world.

Most recently, Internet Draft: Maintaining Robust Protocols goes into more words on the Harmful Consequences of Tolerating the Unexpected. Key quotes would be

In particular, tolerating unexpected behavior is particularly deleterious for early implementations of new protocols as quirks in early implementations can affect all subsequent deployments.

An accumulation of mitigations for interoperability issues makes implementations more difficult to maintain and can constrain extensibility.