| • Science | • People | • Locations | • Timeline |
An example of a stateless server is a World-Wide Web server. These take in requests ( URLs) which completely specify the required document and do not require any context or memory of previous requests.
Contrast this with a traditional FTP server which conducts an interactive session with the user. A request to the server for a file can assume that the user has been authenticated and that the current directory and transfer mode have been set.
This article was originally based on material from the Free On-line Dictionary of Computing, which is used under the GFDL.