Soft state

This article is about the computer science term. For the sociological term, see Soft State.

In computer science, soft state is state which is useful for efficiency, but not essential, as it can be regenerated or replaced if needed. The term is often used in network protocol engineering.

It is a term that is used for information that times out (goes away) unless refreshed, which allows protocols to recover from errors in certain services.[1][2] The term was coined by David D. Clark in his description of the DARPA internet protocols.[1]

While in general less efficient than well-designed "hard state" protocols when tuned for a particular network regime, soft state protocols behave much better than hard state protocols in an unpredictable network environment such as the Internet.[3]

References

  1. 1 2 Ji, Ping (2003). "A Comparison of Hard-state and Soft-state Signaling Protocols". Computer Science Department Faculty Publication Series. University of Massachusetts - Amherst. Paper 199.
  2. "What is Soft State". IGI-Global.com. Retrieved 2016-11-24.
  3. Lui, J. C. S.; Misra, V.; Rubenstein, D. (2004). "On the robustness of soft state protocols". Proceedings of the 12th IEEE International Conference on Network Protocols, 2004. ICNP 2004. p. 50. doi:10.1109/ICNP.2004.1348084. ISBN 0-7695-2161-4.

External links

This article is issued from Wikipedia - version of the 11/24/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.