Difference between revisions of "File server"
Karl Jones (Talk | contribs) (→See also) |
Karl Jones (Talk | contribs) (→External links) |
||
(One intermediate revision by the same user not shown) | |||
Line 19: | Line 19: | ||
* [https://en.wikipedia.org/wiki/File_server File server] @ Wikipedia | * [https://en.wikipedia.org/wiki/File_server File server] @ Wikipedia | ||
+ | |||
+ | [[Category:Computer networks]] | ||
+ | [[Category:Computing]] |
Latest revision as of 03:30, 25 April 2016
In computing, a file server (or fileserver) is a computer attached to a network that has the primary purpose of providing a location for shared disk access, i.e. shared storage of computer files (such as documents, sound files, photographs, movies, images, databases, etc.) that can be accessed by the workstations that are attached to the same computer network.
Description
The term server highlights the role of the machine in the client–server scheme, where the clients are the workstations using the storage.
A file server is not intended to perform computational tasks, and does not run programs on behalf of its clients.
It is designed primarily to enable the storage and retrieval of data while the computation is carried out by the workstations.
File servers are commonly found in schools and offices, where users use a LAN to connect their client computers.
See also
External links
- File server @ Wikipedia