A state machine and how it models what browsers do?

Discussion of the technology underlying the eValid solution.

A state machine and how it models what browsers do?

Postby progr » Mon May 16, 2011 4:13 pm

The other day I heard someone talk about a state machine and how it models what browsers do? Can you explain?
progr
 
Posts: 1
Joined: Mon May 16, 2011 3:26 pm

Re: A state machine and how it models what browsers do?

Postby eValid » Tue May 17, 2011 7:18 am

progr wrote:The other day I heard someone talk about a state machine and how it models what browsers do? Can you explain?

The term "state machine" comes from a field of computer science and methematics called "finite state machine theory" or "automata theory". An abstract automata is a state machine when it has "memory," that is, when its current behavior depends on its past behavior.

If an abstract machine like that does NOT depend on what was in the past for the output it currently produces then it is a stateless machine or memoryless machine.

Computer programs that store data can be modeled with state machines. At least in theory. So, in theory, a browser (being a computer program) can be modeled as a state machine. But the real purpose of this mathematical abstraction is to understand how programs (like browsers) behave in theory, not necessarily in practical terms.

eValid Support
eValid
 
Posts: 2396
Joined: Tue Jan 01, 2008 12:48 pm
Location: USA


Return to Technology

Design Downloaded from free phpBB templates | free website templates | Free Web Buttons