Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a222e4e8b8ec7089

Jump to content

Soft state

From Wikipedia, the free encyclopedia

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 Defense Advanced Research Projects Agency (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

[edit]
  1. 1 2 Ji, Ping (2003). "A Comparison of Hard-state and Soft-state Signaling Protocols". Computer Science Department Faculty Publication Series. Paper 199. University of Massachusetts - Amherst.
  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.
[edit]