Thin servers are computers that contain just enough hardware and software to support a particular function that users can share over a network. They have lower bandwidth usage and simplify cache implementation by removing presentation layer logic from the server to client-side JavaScript. This allows the server-side developer to focus on business logic while making the application less complex. Thin servers also take up less space and cost less than general-purpose servers, but have less expandability and fewer functions. Examples of thin server implementations include those designed for use on local area networks in businesses or intended for home use to provide shared Internet access to desktops, notebooks, and other devices.
4. Definisi Thin Server
In the computer industry, a thin server is a PC that contains
just enough hardware and software to support a particular
function that users can share in a network, such as access to
files on a storage device, access to CD-ROM drives, printing,
or Internet access.
(Rouse, 2005)
6. Tujuan dari Thin Server
Lowers bandwidth usage
Users can get snappy response
Simplifies cache implementation
Remove all presentation layer logic from the server to
JavaScript (or other) logic on the client (Web Browser)
8. Kelebihan dari Thin Server
The server-side developer can focus on business logic
The application becomes less complex as the client is
developed separately
Space less
Costs less
12. Implementasi dari Thin Server
Some thin servers are designed and marketed for use on local
area networks in businesses. A newer development is a thin
server intended for home use. Data General makes a thin
server for the home or small office that performs the single
function of providing access to the Internet. Other desktop and
notebook computers and possibly other electronic appliances
can be hooked up as clients and share the thin server's
connection or connections to the Internet.