Computer Servers

May 29, 2016 | Author: Ram Kumar | Category: Topics
Share Embed Donate


Short Description

A server is a system (software and suitable computer hardware) that responds to requests across a computer network to pr...

Description

Server (computing)

1

Server (computing) A server is a system (software and suitable computer hardware) that responds to requests across a computer network to provide, or help to provide, a network service. Servers can be run on a dedicated computer, which is also often referred to as "the server", but many networked computers are capable of hosting servers. In many cases, a computer can provide several services and have several servers running. Servers operate within a client-server architecture, servers are computer programs running to serve the requests of other programs, the clients. Thus, the server performs some tasks on behalf of clients. The clients typically connect to the server through the network but may run on the same computer. In the context of Internet Protocol (IP) networking, a server is a program that operates as a socket listener. Servers often provide essential services across a network, either to private users inside a large organization or to public users via the

Servers in a data center. Several servers are

Internet. Typical computing servers are database server, file server,

mounted on a rack and connected to a KVM

mail server, print server, web server, gaming server, application server,

switch.

or some other kind of server. Numerous systems use this client / server networking model including Web sites and email services. An alternative model, peer-to-peer networking enables all computers to act as either a server or client as needed.

Usage 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, the machine's role that places it in the category of 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 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 have reliability, availability and serviceability (RAS) and fault tolerance features, such as redundancy in power supplies, storage (as in RAID), and network connections. Servers became common in the early 1990s as businesses increasingly began using personal computers to provide services formerly hosted on larger mainframes or minicomputers. Early file servers housed multiple CD-ROM

Server (computing)

2

drives, which were used to host large database applications.

[citation needed ]

Between the 1990s and 2000s an increase in the use of dedicated hardware saw the advent of self-contained server appliances. appliances. One well-known product is the Google Search Appliance, a unit that combines hardware and software in an out-of-the-box packaging. Also produced were the Cobalt Qube and the RaQ. Simpler examples of such appliances include switches, routers, gateways, and print servers, all of which are available in a near plug-and-play configuration. Modern operating systems such as Microsoft Windows or Linux distributions seem to be designed with a

 € sserver client €  erver 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, such as the aforementioned  Apache HTTP Server software, may wait in a sleep state for their necessity to become apparent. 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. The introduction of Cloud computing allows server storage and other resources to be shared in a pool and provides servers with a higher degree of fault tolerance.

Server hardware Hardware requirement for servers vary, depending on the server application. Absolute CPU speed is not quite 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 throughout. 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

A rack-mountable server. Top cover removed to reveal the internal components.

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 extremely importan important. t. Although servers servers can be built from  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 mo re than purchasing purchasing and installing the system. For example, it may take take only a few minut minutes es of down down time at a national stock exchange to justify the expense of  entirely replacing the  the  system with something somethin g 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.

Server (computing)

3

To increase reliability, most 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 system administrators, their operating systems are also more tuned for stability and performance than for user friendliness and ease of use, Linux taking a 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 r equires reducing the power consumption, as the extra energy used generates more heat thus causing the temperature in the room to exceed acceptable limits; hence normally, server rooms are equipped with air conditioning devices. Server casings are usually flat and wide (typically measured in "rack units"), adapted to store many devices next to each other in a server rack. Unlike ordinary computers, servers usually can be configured, powered up and down or rebooted remotely, using out-of-band management, typically based on IPMI. Many servers take quite 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.

A server rack seen from the rear

Server (computing)

4

Wikimedia Foundation servers

Wikimedia Foundation servers as seen from the rear

Wikimedia Foundation servers as seen from the rear

Server (computing)

5

Server operating systems Server-oriented operating systems tend to have certain features that make them more suitable for the server environment, such as

[citation needed ]

• GUI not availa available ble or option optional al • ability ability to reconfigure reconfigure and update update both both hardware hardware and software software to some some extent extent without without restart, restart, • advanced advanced backup backup facilities facilities to permit permit regular regular and frequent frequent online online backups backups of critical critical data, data, • transparent transparent data transfe transferr between between different different volumes volumes or devices, devices, • flexible flexible and advanced advanced networking networking capabilitie capabilities, s, • automation automation capabilit capabilities ies such such as daemons daemons in UNIX UNIX and service servicess in Windows Windows • tight system system security, security, with with advanced advanced user, user, resource, resource, data, data, and memory memory protection. 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 m ust supply a  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 common 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

[citation needed ]

.

Windows and Mac Mac OS X server 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-like open source distributions, such as those based on Linux and FreeBSD. 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

[citation needed ]

.

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

[citation needed ]

Types of servers In a general network environment the following types of servers may be found

[citation needed ]

.

• Application Application server, server, a server server dedicated dedicated to running running certain certain software software applica applications tions • Catalog Catalog server, server, a central central search search point for informati information on across across a distributed distributed network  network  • Communicatio Communications ns server, server, carrier-grade carrier-grade computin computing g platform for communic communications ations network networkss • Compute Compute server, server, a server intende intended d for intensive intensive (esp. (esp. scientific scientific)) computations computations • Database Database server, server, provides provides databas databasee services services to other other computer computer programs programs or computers computers • Fax serve server, r, provid provides es fax serv service icess for client clientss • File serv server, er, provi provides des remo remote te acces accesss to files files • Game server, server, a server server that video video game clients clients connec connectt to in order to play play online togethe togetherr • Home Home serve server, r, a server server for the home home • Mail server, server, handles handles transport transport of of and access access to email • Mobile Server, Server, or Server Server on the Go is an Intel Xeon processor processor based based server class class laptop form form factor computer. computer. • Name Name serv server er or DNS DNS • Print Print server server,, provide providess printer printer serv service icess • Proxy server, server, acts as an intermedia intermediary ry for requests requests from clients clients seeking seeking resources resources from other other servers

.

Server (computing)

6

• Sound server, server, provides provides multimedia multimedia broadcasti broadcasting, ng, streami streaming. ng. • Stand-alone Stand-alone server, server, a server server on a Windows network network that neither neither belongs belongs to nor governs governs a Windows domain domain • Web server, server, a server that HTTP clients clients connect connect to in order to send command commandss and receive receive responses responses along with with data contents Almost the entire structure of the Internet is based upon a client € server server model. High-level root nameservers, DNS, and routers direct the traffic on the internet. There are millions of servers connected to the Internet, running continuously throughout the world. • Worl World d Wide ide Web • Doma Domain in Name Name Syst System em • E-mail • FTP FTP file file tran transf sfer er • Chat Chat and and ins insta tant nt mes messa sagi ging ng • Voic Voicee comm commun unic icat atio ion n • Strea Streami ming ng aud audio io and and vid video eo • Onli Online ne gamin aming g • Data Databa base se serv server erss 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)

[citation needed ]

.

Energy consumption of servers In 2010, data centers (servers, cooling, and other electrical infrastructure) were responsible for 1.1-1.5% of electrical energy consumption worldwide and 1.7-2.2% in the United States. To put this in context, this is less than the 6 billion cell phones in the world use to recharge their batteries. Moreover, this pales in comparison to double-digit uses like heating and cooling, domestic hot water, ranges, ovens, and clothes dryers, to name a few. Finally, to keep this use in perspective, the Smart2020 report estimates that ICT (Information and Communications Technology) saves more than 5 times its carbon footprint in the rest of the economy by enabling efficiency.

Size classes [citation needed ]

Sizes include

:

• rac rack server • tower se server • mini miniat atur uree (hom (home) e) ser serve vers rs • mini mini rack rack serv server erss • blade se server • Mobi Mobile le Serv Server er • Ultr Ultraa-De Dens nsee Serv Server er • Supe Superr serv server erss

Server (computing)

References

7

Article Sources and Contributors

Article Sources and Contributors Server (computing) Source: https://en.wikipedia.org/w/inde https://en.wikipedia.org/w/index.php?oldid=57869 x.php?oldid=578694062 4062 Contributors: *drew, 01griste, 04merisonw, A More Perfect Onion, A Nobody, A.amitkumar, A412, A876, AJR, Abdull, Aeons, Agateller, Ahoerstemeier, Ahoerstemeier, Alansohn, Alexius08, Algebraist, AlistairMcMillan, AlistairMcMillan, Allens, Alphachimp, AltGeek, Alta‚r, Anbu121, Andersrask1977, Andre Engels, Andrejj, Andrew Maiman, Andrewman327, Anonymous Dissident, Antifamilymang, Antipode, Antriver, Arakunem, Aschroepfer, Ashlahaye, Asrosen, AvicAWB, Avijja, Avonia555, Babajobu, Bebivegetto, Bencherlite, Bencherlite, Beno1000, Bewildebeast, Bewildebeast, Bgwhite, Bienengasse, Bienengasse, Billjank, BloodDoll, Bloodshedder, Blucalvin, Bobo192, Bodnotbod, Boing! said Zebedee, Boothy443, Borislav, Bowman, Brettmahar, Brick Thrower, BurntSky, C777, Caitlin.swartz, Calabraxthis, Calabraxthis, Can't sleep, clown will eat me, Canterbury Tail, Capricorn42, CarloMartinelli, Casmith 789, Ceradon, CesarFelipe, CharlotteWebb, CharlotteWebb, Chase me ladies, I'm the Cavalry, Chasindream, Cheesepuff22, Chipp, Chocolateboy, Choicereview1, Choicereview1, Christopher Kraus, Christopherk, Christopherlin, Chrsimon, ChuckieCheese1990, ChuckieCheese1990, Codo678, Commsserver, Comrade Tux, Coresystems, Cprompt, CrookedAsterisk, Csabo, Cyan, DARTH SIDIOUS 2, DCEdwards1966, DMacks, DMahalko, DRAGON BOOSTER, Daf, Dannyruthe, Dave Bass, Dave Braunschweig, Daverocks, Davidfstr, Dawnseeker2000, Dbrett480, Demk8, Demnevanni, Denisarona, DerHexer, Designatevoid, Dethomas, DiePerfekteWelle, DiePerfekteWelle, Discospinster, Dlrohrer2003, Dmsar, Dolda2000, Dono, Dontrustme, Dorvaq, Download, Drvanthorp, Dushman, Dwarfpower, Editor2020, Edszho, Edward321, ElKevbo, Endlessnameless, Endlessnameless, Enigma312, Epbr123, Euryalus, Eveis, Ewlyahoocom, Excirial, ExoDude, Eykah, FTL, Face, Faizan, Farahchuchas, Femto, Fleem, Flyer22, Frap, Frappyjohn, FromSpace, Furrykef, Futuristcorporation, Fuzheado, Galoubet, Gamma287, Gareth Griffith-Jones, Garycompugeek, George8211, Ghostanime2001, Ginsuloft, Grand, Guppy, Gurch, Gurklurk, Hadal, HalfShadow, Harryboyles, Haseo9999, HereToHelp, HereToHelp, Heron, HexaChord, Hghyux, Hmains, Huji, I dream of horses, II MusLiM HyBRiD II, Icairns, IlyaHaykinson, ImperfectlyInformed, Infraredflower, Inquisitor911, Isarra (HG), Island, Ixfd64, Izcool, J04n, JD554, JForget, JJGrates, JJJJust, JTN, Jackol, Jafeluv, JamesBWatson, JamesBWatson, Jannex, JasonTWL, Jasper Deng, Jerryobject, JetBlast, Jim.Liu, Jim1138, Jjjeremy, Jkl, Jllymcbet3211, Joeyx22lm, Joeyx22lm, Johnnyjohnnyjohnny, Jonathan Hall, Jondel, Jonsonsnazis, Joseph Solis in Australia, Joy, Jprg1966, Jrdioko, Juhachi, Jusjih, Jwoodger, Kalamkaar, Kaptanteo, Karan8985, Karen Johnson, Karmus, Kbdank71, Kbolino, Ketiltrout, Klingoncowboy4, KnightRider, Knodir, KnowledgeOfSelf, Knutux, Koweja, Kozuch, Kris G A, Ksn, Kubanczyk, Kurgus, Kuyabribri, Kvng, Kyng, L Kensington, LaVieEntiere, Lancededcena, Lancededcena, LanguageMan, Lbeaumont, LeaveSleaves, LeaveSleaves, Lee, Lee Carre, Legare, Lester, Lewispb, Lexor, Lightdarkness, Lightsup55, LittleWink, Llywrch, Loqi, Lordwow, MK8, Mac, Manco Capac, Manglecat, Maniesansdelire, Maniesansdelire, Marquez, Master brooks, Materialscientist, Maxwell bernard, McLovin377, Mediran, Mentifisto, Mheyman, Michael Michael Hardy, Mindmatrix, Minimac, Mipadi, Mipago, Mk*, Momoricks, Monty845, Morte, Mr Bartels, MrTree, Mrt3366, Mxn, Mysid, Nate Silva, NawlinWiki, Nay Min Thu, Nbarth, Netsnipe, NewEnglandYankee, NewEnglandYankee, Noommos, Northamerica1000, Nsaa, Nv8200p, OSborn, Oberiko, Oliver Crow, Omarumbero, Orbitroderick, OrgasGirl, Owlgorithm, P199, Patrick, Patstuart, PaulHanson, Paulwehr, Pboyd04, PeterSymonds, PhilKnight, PiMaster3, Piano non troppo, Pion, Pogogunner, Pol098, PolkSaladCJ, Polly Ticker, Poor Yorick, Potatosalad, Prari, Prinka rajput, Programming geek, Projects4u, Public Menace, Pursin1, Quarl, Quinobi, R'n'B, Raistlin11325, Ramu50, Ravensfan5252, Realff, Recurring dreams, RedWolf, RenamedUser01302013, RenamedUser01302013, Rettetast, Rho, Rilak, Ringbang, Rjayres, Rm1271, Rodhullandemu, Rodzilla, Ronabop, Rory096, Ros Power, Rotanagol, Roux, Runner5k, Rushbugled13, Ruy Pugliesi, Rwxrwxrwx, Sae1962, SamiKaero, Samsara, Schapel, Schapel, Scurless, Several Times, Shane Lawrence, Shoeofdeath, Shultzc, Sietse Snel, Sigmundg, SimonLyall, SimonP, Simonstone1695, Skrelk, Slipstream, SmileToday, SoWhy, SomeGuyInOR, South Bay, Sowen, SpigotMap, SpikeToronto, Spitfire, Spring, SqueakBox, Stephan Leeds, Stephenb, Stephenchou0722, Stephenchou0722, Steven Zhang, Stope246, Swedish fusilier, SymlynX, SyncopatorSyncopator, Szajd, Tamfang, Tassedethe, Teapeat, Tedickey, Telekid, Tentinator, Teratornis, The Anonymous One, Therichdude, Thesydneyknowitall, Thesydneyknowitall, Thingg, Thumperward, Tide rolls, Tirdun, Titodutta, Tobias Bergemann, Tom harrison, Tombomp, Toussaint, Tsuite, Twillisjr, Unbreakable MJ, Untraceable2U, Utcursch, VMS Mosaic, Vacation9, Venky62, Versageek, Viabouche, VictorAnyakin, Victorgrigas, Vortexrealm, Vrenator, Wadamja, Wayiran, Wayward, Wbm1058, Wehj, Widomski, Widr, Wifione, WikHead, Wiki5d, Wikifellowes, WikipedianMarlith, Wizardist, Wknight94, Wmahan, WoodleysRoadmaster, WoodleysRoadmaster, Woohookitty, Wrs1864, Xfreshh2deathX, YUL89YYZ, Yamamoto Ichiro, Yoshis, Z4ngetsu, ZabMilenko, Zazpot, Zephyrus67, Zoicon5, Zondor, Zuckerberg, Zundark, Zzuuzz, 919 anonymous edits

Image Sources, Licenses and Contributors File:Rack001.jpg Source: https://en.wikipedia.org/w/inde https://en.wikipedia.org/w/index.php?title=F x.php?title=File:Rack001. ile:Rack001.jpg jpg  License: Creative Commons Attribution-Sharealike 3.0,2.5,2.0,1.0 3.0,2.5,2.0,1.0 Contributors: User:Jfreyre Image:Inside and Rear of Webserver.jpg Source: https://en.wikipedia.org/w/inde https://en.wikipedia.org/w/index.php?title=F x.php?title=File:Inside_and_ ile:Inside_and_Rear_of_Webse Rear_of_Webserver.jpg rver.jpg  License: GNU Free Documentation Documentation License Contributors: Original uploader was Rodzilla at en.wikipedia File:DL380sREAR.jpg Source: https://en.wikipedia.org/w/inde https://en.wikipedia.org/w/index.php?title=F x.php?title=File:DL380sREAR.j ile:DL380sREAR.jpg pg  License: Creative Commons Attribution-Sharealike Attribution-Sharealike 3.0 Contributors: Original uploader was Thesydneyknowitall Thesydneyknowitall at en.wikipedia File:Wikimedia Foundation Servers-8055 08.jpg Source: https://en.wikipedia.org/w/inde https://en.wikipedia.org/w/index.php?title=F x.php?title=File:Wikimedi ile:Wikimedia_Foundation_S a_Foundation_Servers-8055_08.jpg ervers-8055_08.jpg License: Creative Commons Attribution-Sharealike Attribution-Sharealike 3.0 Contributors: User:Victorgrigas File:Wikimedia Foundation Servers-8055 23.jpg Source: https://en.wikipedia.org/w/inde https://en.wikipedia.org/w/index.php?title=F x.php?title=File:Wikimedi ile:Wikimedia_Foundation_S a_Foundation_Servers-8055_23.jpg ervers-8055_23.jpg License: Creative Commons Attribution-Sharealike Attribution-Sharealike 3.0 Contributors: User:Victorgrigas File:Wikimedia Foundation Servers-8055 02.jpg Source: https://en.wikipedia.org/w/inde https://en.wikipedia.org/w/index.php?title=F x.php?title=File:Wikimedi ile:Wikimedia_Foundation_S a_Foundation_Servers-8055_02.jpg ervers-8055_02.jpg License: Creative Commons Attribution-Sharealike Attribution-Sharealike 3.0 Contributors: User:Victorgrigas

License Creative Commons Attribution-Share Alike 3.0  //creativecommons.org/licenses/by-sa/3.0/   //creativecommons.org/licenses/by-sa/3.0/ 

8

View more...

Comments

Copyright ©2017 KUPDF Inc.
SUPPORT KUPDF