Difference between revisions of "File server"
Karl Jones (Talk | contribs) (Created page with "In computing, a '''file server''' (or '''fileserver''') is a computer attached to a network that has the primary purpose of providing a location f...") |
Karl Jones (Talk | contribs) |
||
Line 1: | Line 1: | ||
In [[computing]], a '''file server''' (or '''fileserver''') is a [[computer]] attached to a [[Computer network|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, [[Database|databases]], etc.) that can be accessed by the workstations that are attached to the same computer network. | In [[computing]], a '''file server''' (or '''fileserver''') is a [[computer]] attached to a [[Computer network|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, [[Database|databases]], etc.) that can be accessed by the workstations that are attached to the same computer network. | ||
− | |||
− | |||
== Description == | == Description == | ||
Line 15: | Line 13: | ||
== See also == | == See also == | ||
+ | * [[Computing]] | ||
+ | * [[File (computing)]] | ||
* [[Server (computing)]] | * [[Server (computing)]] | ||
Revision as of 12:40, 4 February 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