Photo:1 Photo:2 Photo:3 Photo:4 |
| Usage | |
| 2>
The term server is used quite broadly in information technology. Despite the many server-branded products available (such as server versions of hardware, software or operating systems), in theory any computerised process that shares a resource to one or more client processes is a server. To illustrate this, take the common example of file sharing. While the existence of files on a machine does not classify it as a server, the mechanism which shares these files to clients by the operating system is the server.
Similarly, consider a web server application (such as the multiplatform "Apache HTTP Server"). This web server software can be run on any capable computer. For example, while a laptop or personal computer is not typically known as a server, they can in these situations fulfill the role of one, and hence be labelled as one. It is in this case that the machine's purpose as a web server classifies it in general as a server.
In the hardware sense, the word server typically designates computer models intended for hosting software applications under the heavy demand of a network environment. In this client–server configuration one or more machines, either a computer or a computer appliance, share information with each other with one acting as a host for the other[s].
While nearly any personal computer is capable of acting as a network server, a dedicated server will contain features making it more suitable for production environments. These features may include a faster CPU, increased high-performance RAM, and increased storage capacity in the form of a larger or multiple hard drives. Servers also typically feature fault tolerant features such as redundancy in power supplies, network connections and even the servers themselves.
Between the 1990s and 2000s an increase in the use of dedicated hardware saw the advent of self-contained server appliances. One well-known product is the Google Search Appliance, a unit that combines hardware and software in an out-of-the-box packaging. Simpler examples of such appliances include switches, routers, gateways, and print server, all of which are available in a near plug-and-play configuration.
Modern operating systems such as Microsoft Windows or Linux distributions rightfully seem to be designed with a client–server architecture in mind. These operating systems attempt to abstract hardware, allowing a wide variety of software to work with components of the computer. In a sense, the operating system can be seen as serving hardware to the software, which in all but low-level programming languages must interact using an API.
These operating systems may be able to run programs in the background called either services or daemons. Such programs may wait in a sleep state for their necessity to become apparent, such as the aforementioned Apache HTTP Server software. Since any software that provides services can be called a server, modern personal computers can be seen as a forest of servers and clients operating in parallel.
The Internet itself is also a forest of servers and clients. Merely requesting a web page from a few kilometers away involves satisfying a stack of protocols that involve many examples of hardware and software servers. The least of these are the routers, modems, domain name servers, and various other servers necessary to provide us the world wide web.
[edit] Tags:Clients,Host,Print Server,Web Server,Internet,Information Technology,File Sharing,Multiplatform,Apache Http Server,Computer,Laptop,Software Applications,Network,Client–server,Computer Appliance,Personal Computer,Cpu,Ram,Hard Drives,Fault Tolerant,Redundancy,Power Supplies,Google Search Appliance,Switches,Routers,Gateways,Plug-and-play,Operating Systems,Microsoft Windows,Linux Distributions,Abstract Hardware,Low-level Programming Languages,Api,Services,Daemons,Sleep State,Parallel,Web Page,Stack,Protocols,Modems,Domain Name Servers,World Wide Web,Hardware,Windows,Distributions,Architecture,Name Server,Micro,Personal, | |
| Server hardware | |
| 2>
A server rack seen from the rear
Hardware requirements for servers vary, depending on the server application. Absolute CPU speed is not usually as critical to a server as it is to a desktop machine[citation needed]. Servers' duties to provide service to many users over a network lead to different requirements such as fast network connections and high I/O throughput. Since servers are usually accessed over a network, they may run in headless mode without a monitor or input device. Processes that are not needed for the server's function are not used. Many servers do not have a graphical user interface (GUI) as it is unnecessary and consumes resources that could be allocated elsewhere. Similarly, audio and USB interfaces may be omitted.
Servers often run for long periods without interruption and availability must often be very high, making hardware reliability and durability extremely important. Although servers can be built from commodity computer parts, mission-critical enterprise servers are ideally very fault tolerant and use specialized hardware with low failure rates in order to maximize uptime, for even a short-term failure can cost more than purchasing and installing the system. For example, it may take only a few minutes of down time at a national stock exchange to justify the expense of entirely replacing the system with something more reliable. Servers may incorporate faster, higher-capacity hard drives, larger computer fans or water cooling to help remove heat, and uninterruptible power supplies that ensure the servers continue to function in the event of a power failure. These components offer higher performance and reliability at a correspondingly higher price. Hardware redundancy—installing more than one instance of modules such as power supplies and hard disks arranged so that if one fails another is automatically available—is widely used. ECC memory devices that detect and correct errors are used; non-ECC memory is more likely to cause data corruption.[citation needed]
To increase reliability, most of the servers use memory with error detection and correction, redundant disks, redundant power supplies and so on. Such components are also frequently hot swappable, allowing technicians to replace them on the running server without shutting it down. To prevent overheating, servers often have more powerful fans. As servers are usually administered by qualified engineers, their operating systems are also more tuned for stability and performance than for user friendliness and ease of use, Linux taking noticeably larger percentage than for desktop computers.[citation needed]
As servers need a stable power supply, good Internet access, increased security and are also noisy, it is usual to store them in dedicated server centers or special rooms. This requires reducing the power consumption, as extra energy used generates more heat thus causing the temperature in the room to exceed the acceptable limits; hence normally, server rooms are equipped with air conditioning devices. Server casings are usually flat and wide, adapted to store many devices next to each other in server rack. Unlike ordinary computers, servers usually can be configured, powered up and down or rebooted remotely, using out-of-band management.
Many servers take a long time for the hardware to start up and load the operating system. Servers often do extensive pre-boot memory testing and verification and startup of remote management services. The hard drive controllers then start up banks of drives sequentially, rather than all at once, so as not to overload the power supply with startup surges, and afterwards they initiate RAID system pre-checks for correct operation of redundancy. It is common for a machine to take several minutes to start up, but it may not need restarting for months or years.
[edit] Tags:Server Rack,Headless,Monitor,Graphical User Interface,Usb,Availability,Mission-critical,Failure Rates,Uptime,Stock Exchange,Computer Fans,Water Cooling,Uninterruptible Power Supplies,Hard Disks,Error Detection And Correction,Redundant Disks,Hot Swappable,Out-of-band Management,Pre-boot,Hard Drive Controllers,Raid,Gui,Data,Mini, | |
| Server operating systems | |
| 2>
Server-oriented operating systems tend to have certain features in common that make them more suitable for the server environment, such as
GUI not available or optional
ability to reconfigure and update both hardware and software to some extent without restart,
advanced backup facilities to permit regular and frequent online backups of critical data,
transparent data transfer between different volumes or devices,
flexible and advanced networking capabilities,
automation capabilities such as daemons in UNIX and services in Windows, and
tight system security, with advanced user, resource, data, and memory protection.
Server-oriented operating systems can, in many cases, interact with hardware sensors to detect conditions such as overheating, processor and disk failure, and consequently alert an operator or take remedial measures themselves.
Because servers must supply a restricted range of services to perhaps many users while a desktop computer must carry out a wide range of functions required by its user, the requirements of an operating system for a server are different from those of a desktop machine. While it is possible for an operating system to make a machine both provide services and respond quickly to the requirements of a user, it is usual to use different operating systems on servers and desktop machines. Some operating systems are supplied in both server and desktop versions with similar user interface.
Windows and Mac OS X server operating systems are deployed on a minority of servers, as are other proprietary mainframe operating systems, such as z/OS. The dominant operating systems among servers are UNIX-based or open source kernel distributions, such as Linux (the kernel).[citation needed]
The rise of the microprocessor-based server was facilitated by the development of Unix to run on the x86 microprocessor architecture. The Microsoft Windows family of operating systems also runs on x86 hardware and, since Windows NT, have been available in versions suitable for server use.
While the role of server and desktop operating systems remains distinct, improvements in the reliability of both hardware and operating systems have blurred the distinction between the two classes. Today, many desktop and server operating systems share similar code bases, differing mostly in configuration. The shift towards web applications and middleware platforms has also lessened the demand for specialist application servers.
[edit] Tags:Reconfigure,Backup,Transparent,Volumes,Mac Os X,Mainframe,Z/os,Open Source,Kernel,Linux (the Kernel),Microprocessor,X86,Windows Nt,Code Bases,Web Applications,Middleware,Application Server,Pda, | |
| Types of servers | |
| 2>
In a general network environment the following types of servers may be found.
Application server, a server dedicated to running certain software applications
Catalog server, a central search point for information across a distributed network
Communications server, carrier-grade computing platform for communications networks
Database server, provides database services to other computer programs or computers
Fax server, provides fax services for clients
File server, provides file services
Game server, a server that video game clients connect to in order to play online together
Home server, a server for the home
Name server or DNS server
Print server, provides printer services
Proxy server, acts as an intermediary for requests from clients seeking resources from other servers
Sound server, provides multimedia broadcasting, streaming.
Standalone server, an emulator for client–server (web-based) programs
Web server, a server that HTTP clients connect to in order to send commands and receive responses along with data contents
Almost the entire structure of the Internet is based upon a client–server model. High-level root nameservers, DNS servers, and routers direct the traffic on the internet. There are millions of servers connected to the Internet, running continuously throughout the world.
World Wide Web
Domain Name System
E-mail
FTP file transfer
Chat and instant messaging
Voice communication
Streaming audio and video
Online gaming
Database servers
Virtually every action taken by an ordinary Internet user requires one or more interactions with one or more servers.
There are also technologies that operate on an inter-server level. Other services do not use dedicated servers; for example peer-to-peer file sharing, some implementations of telephony (e.g. Skype), and supplying television programs to several users (e.g. Kontiki, SlingBox).
[edit] Tags:Database Server,File Server,Catalog Server,Communications Server,Fax Server,Game Server,Home Server,Proxy Server,Sound Server,Standalone Server,Root Nameservers,Dns Servers,Domain Name System,E-mail,Ftp File Transfer,Chat,Instant Messaging,Voice Communication,Streaming Audio And Video,Online Gaming,Database Servers,Inter-server,Peer-to-peer File Sharing,Telephony,Skype,Kontiki,Slingbox, | |
| Energy consumption of servers | |
| 2>
In 2010, servers were responsible for 2.5% of energy consumption in the United States. A further 2.5% of United States energy consumption was used by cooling systems required to cool the servers. In 2010 it was estimated that by 2020 servers would use more of the world's energy than air travel if current trends continued.[3]
[edit] Tags: | |
| Size classes | |
| 2>
Sizes include:
Rack Server
Tower Server
Miniature (Home) Servers
Mini Rack Servers
Blade Server
[edit] Tags: | |
| References | |
| 2>
^ What is a server?
^ Comer, Douglas E.; Stevens, David L. (1993). Vol III: Client-Server Programming and Applications. Internetworking with TCP/IP. Department of Computer Sciences, Purdue University, West Lafayette, IN 47907: Prentice Hall. pp. 11d. ISBN 0134742222.
^ "ARM chief calls for low-drain wireless". The Inquirer. 29 June 2010. http://www.theinquirer.net/inquirer/news/1719749/arm-chief-calls-low-drain-wireless. Retrieved 30 June 2010.
[edit] Tags: | |
| External links | |
| 2>
Google’s first server, now held at the Computer History Museum
v
d
e
Computer sizes
Classes of computers
Larger
Super · Minisuper · Mainframe
Mini
Midrange · Supermini · Server
Micro
Personal (Workstation · Desktop · Home · Gaming · SFF (Nettop)) · Plug · Portable · Arcade system board · Video game console
Mobile
Portable/Mobile data terminal · Electronic organizer · Pocket computer
Laptop
Desktop replacement computer · Subnotebook (Netbook · Smartbook · Ultrabook)
Tablet computer
Ultra-mobile PC · Mobile Internet device (Internet tablet)
Information appliance
Handheld PC (Palm-size PC · Pocket computer) · PDA (EDA) · Mobile phone (Feature phone · Smartphone) · PMP (DAP) · E-book reader · Handheld game console
Calculators
Scientific · Programmable · Graphing
Wearable computer
Calculator watch · Wristop · Virtual retinal display · Head-mounted display (Head-up display)
Others
Microcontroller · Nanocomputer · Pizza Box Case · Single-board computer · Smartdust · Wireless sensor network
Retrieved from "http://en.wikipedia.org/w/index.php?title=Server_(computing)&oldid=474234234"
Categories: Servers (computing)Server hardwareHidden categories: Articles needing additional references from February 2010All articles needing additional referencesAll articles with unsourced statementsArticles with unsourced statements from April 2010Articles with unsourced statements from January 2010Articles with unsourced statements from November 2010Articles with unsourced statements from June 2008
Personal tools
Log in / create account
Namespaces
Article
Talk
Variants
Views
Read
Edit
View history
Actions
Search
Navigation
Main page
Contents
Featured content
Current events
Random article
Donate to Wikipedia
Interaction
Help
About Wikipedia
Community portal
Recent changes
Contact Wikipedia
Toolbox
What links here
Related changes
Upload file
Special pages
Permanent link
Cite this page
Print/export
Create a bookDownload as PDFPrintable version
Languages
Afrikaans
Alemannisch
العربية
Bosanski
Български
Català
Česky
Dansk
Deutsch
Eesti
Ελληνικά
Español
Esperanto
Euskara
فارسی
Français
Galego
한국어
हिन्दी
Hrvatski
Bahasa Indonesia
Interlingua
Ирон
Íslenska
Italiano
עברית
ქართული
Қазақша
Latviešu
Lietuvių
Magyar
മലയാളം
მარგალური
Bahasa Melayu
Nederlands
日本語
Norsk (bokmål)
Norsk (nynorsk)
Occitan
Polski
Português
Română
Русский
සිංහල
Simple English
Slovenčina
Slovenščina
کوردی
Српски / Srpski
Srpskohrvatski / Српскохрватски
Suomi
Svenska
Tagalog
தமிழ்
ไทย
Тоҷикӣ
Türkçe
Українська
اردو
Tiếng Việt
ייִדיש
中文
This page was last modified on 31 January 2012 at 16:37.
Text is available under the Tags: | |
zote monety click here click here click here click here |