# Postel's Law
rel:: [[Software Engineering]]
[[antifragile]] systems should be
- accepting or liberal in the inputs it receives
- discriminating and exact in output it sends
---
> An implementation should be conservative in its sending behavior, and liberal in its receiving behavior.
— [[John Postel]] on [RFC 760](https://tools.ietf.org/html/rfc760), Internet Protocol specification, 1980