What is Server: Definition and 92 Discussions

In computing, a server is a piece of computer hardware or software (computer program) that provides functionality for other programs or devices, called "clients". This architecture is called the client–server model. Servers can provide various functionalities, often called "services", such as sharing data or resources among multiple clients, or performing computation for a client. A single server can serve multiple clients, and a single client can use multiple servers. A client process may run on the same device or may connect over a network to a server on a different device. Typical servers are database servers, file servers, mail servers, print servers, web servers, game servers, and application servers.Client–server systems are today most frequently implemented by (and often identified with) the request–response model: a client sends a request to the server, which performs some action and sends a response back to the client, typically with a result or acknowledgment. Designating a computer as "server-class hardware" implies that it is specialized for running servers on it. This often implies that it is more powerful and reliable than standard personal computers, but alternatively, large computing clusters may be composed of many relatively simple, replaceable server components.

View More On Wikipedia.org
  1. T

    Troubleshooting Shared Folder Access Between Mac and Windows

    From Go->Connect To Server I then enter smb:192.168.1.15 (the ip address of my running local windows7 with account named "Computer" and password "computer"). I click Connect and then enter the account information to view the popup of "Select the volumes you want to mount on" dialog but it is...
  2. A

    Why html data has to be send to a different server to process?

    Since HTML is a markup language it cannot process data. So we have to send the data somewhere to produce some output. But why do we need to send it to a different server where data is processed using PHP language? Why can't we just have an external c or c++ program and have a way to send the...
  3. James889

    Designing a Scalable C Chat Server

    Hi, I developed a simple ad-hoc client/server chat program, however the design isn't exactly scalable since the addresses are hard coded and one of the clients is also the server. So i wanted to write a dedicated server, to which multiple clients could connect and chat, like irssi.. how...
  4. R

    Best way to test web based programs without a server?

    I need to test some web based programs, eg. PHP, MySQL, for my dads website but I can't be bothered having to ftp the server everytime I make a slight change to the settings. Is there anyway I could maybe simulate the server and the website on my laptop? I'm running Linux Mint if that's...
  5. N

    Ubuntu 11.04 Server Login Problems

    Hi all, I bought my first server recently preinstalled with Ubuntu 11.04 Server. To my surprise, there was no GUI so I installed a GUI using sudo apt-get install ubuntu-desktop After startup, I get a login screen with options 'default user', 'other user' and 'guest'. When I click default user...
  6. M

    Stochastic processes: infinite server queue with batch poisson arrivals

    Hi everyone, I am trying to solve this problem but I am stuck with doubts. Here are my ideas. Homework Statement Busloads of customers arrive at an infinite server queue at a Poisson rate λ Let G denote the service distribution. A bus contains j customers with probability aj = 1...
  7. C

    When multiple users send this query to server it slows down

    This is my SQL in PHP SELECT * FROM ExamQuestions where exam_id not in(Select ans_exam_id from StudAns where ans_user_id=".$_COOKIE['cuserid']." and ans_exam_id in(SELECT exam_id FROM ExamQuestions)) ORDER BY RAND() when multiple users send this query to server it slows down. is there any...
  8. D

    Server to query for sun/planets elevation at a given datetime?

    Is there an online server that one can query with the name of an astronomical object (specifically solar system objects) and return the altitude and other observational data? I'd like to query in an automated fashion in Java or PHP is possible. If there is no such online service, is there a...
  9. Borg

    Remotely Control Home Automation Devices Without a Server

    I've been trying to learn about home automation devices that can be controlled from a remote location. Most of what I've read requires that I have a computer running at home and that I send the commands through the computer. I'm trying to figure out if there are devices that I can plug into my...
  10. R

    Looking for a analog/digital terminal server with lots of inputs

    I'm setting up a system to monitor lots of different sensors in a building (90+). lots of them are analog and lots of them are digital. It is going to a different system in each building(lots of buildings). I need to read in thermostats, HVAC unit monitoring, Generators, etc... I am...
  11. Saladsamurai

    Lenovo Server Thermal Power Dissipation Data

    I am looking for thermal power dissipation data on Lenovo servers. A lot of the big companies like Dell and HP have Energy Star Power and Performance Data Sheets like this: I cannot for the life of me find anything like this for Lenovo Servers. They claim to have servers that meet E...
  12. Saladsamurai

    Top Server Brands on the Market

    Hello there :smile: I am doing a little research to try and find out what the most popular Brand/Models of servers are. I tried searching things like "Top Ten Server Brands" and "Top Server Brands" but the results are coming back a little vague and I don't know much about the sources...
  13. S

    Can Transfer Air Effectively Cool a Small Server Room?

    Hi there, I need to prove to an architect that the most economical and efficient way to cool our server room will be with an Airconditioner. At present we have a system which is supposed to recycle the warm air downstairs suring winter and Outside during summer, only it doesn't draw nearly...
  14. N

    Setting Up an Old Machine as a Web Server

    I have an old machine, that I want to set up as a webserver (just to play around with, so I know what I'm doing before I go and buy a new machine for it). Problem is, it's too old. I was wondering if someone here could suggest an operating system which might run on it. It has a 667 MHz Intel...
  15. W

    Accessing Work Site with Mozilla on Ubuntu: How to Trick the Server?

    A certain website from work can only be accessed using internet explorer 6.0 or higher. I'm on ubuntu all the time and can't access it using mozzila. I've grown tired switching back to XP just to view the site which is in text only pretty much. So is there a way to trick the website somehow...
  16. M

    500 Internal Server Error

    I was searching a clip in Youtube and got: Is this really funny?
  17. Math Is Hard

    PHP Server space for newb learning CGI & PHP

    Could you recommend a good free site for someone who is just learning to write CGI scripts and PHP, and needs a server to try them out on? I have some space at my school lab, but trying to SSH to it has been bombing out this weekend. Thanks!
  18. DaveC426913

    Get a server running locally to run a Struts app

    I need to get a server running locally so I can run my 'Hello World' Java Web app. http://benmira.free.fr/en/j2ee/struts1.htm" I'm using. Unless I misunderstand, all I really need to do is copy all the code into flat files with the appropriate filenames - and then compile it with Ant. But...
  19. K

    External HD as a Server? Bum-Cased Server?

    i recently had the thought of running a server from an external hard drive. would that be possible? i.e., loading windows onto the HD, loading my programs and the like. possible? also, i saw on Attack of the Show a while back (when it was still The Screen Savers) where they had a server so...
  20. N

    How to setting up a web server ?

    How to setting up a web server ?I have installed apache , php, mysql but how to make my domain name point to my server . And how can I configure apache so that it can host multiple domains and also subdomains?
  21. C

    Why will my NFS server not allwo connections

    Why will my NFS server not allwo connections! Grrr... NFS is really driving me nuts. On my Mac, I have exported my home directory so that I can use the files on my Linux box. The problem is that when I try to connect to the Mac I get a permission denied error. I have exported my home...
  22. wolram

    Server Not Found Error When Browsing with Firefox

    For instance, i am browsing PFs and want to go to google, i go to favoites and click on google, after a while, server can not be found comes up, the same for Wikipedia, yet if i try a few minutes later all is ok, this only seems to happen when useing firefox, and it happens to many times for...
  23. Considering

    Can Citrix Metaframe App Server Support Adobe Applications for Local Users?

    Any Citrix/Terminal Services gurus around? In an effort to cut costs and boost ROI, I'm thinking about introducing a Citrix box (or just using Windows TS) to load a few applications on for our LOCAL users to access - as in they will have a connection to the box at GigE speeds. The applications...
  24. Ivan Seeking

    Greg's Daisy WAV File - Frogstar.com

    http://frogstar.com/wav/displaywav.asp?fil=daisy.wav
  25. C

    Java Using JS to Read a Web Server Directory: Possible?

    Is there any way that I can use JS to read a directory on the web server and use that information on the web page? I originally did this in PHP, but the server I built the site for has no PHP installed and the admin does not want to install it. On top of this, there is no CGI or ASP...
  26. Jameson

    What information do I need to enter when installing Apache on my computer?

    Sorry to keep posting on the same point, but I still have some things I can't seem to figure out. When I install Apache on my computer, I have to enter information such as Network Domain and Server Domain. If I'm running this off of my own computer, what do I put for these? Do I have to register...
  27. exequor

    LaTeX Installing Latex on Apache Server (Linux/Windows)

    I am trying to install mimetex on my webhosts server so that I can generate latex images similar to on this website. i have to simply get the cgi (which i have to compile). The thing is the webhost's server is running apache on linux and i run windows. I downloaded a precompiled cgi package for...
  28. wolram

    Interactive Mentors on Greg's Server

    That all the mentors on PFs are inter active programs that live in Gregs server.
  29. O

    Generating .DOC Reports from a Linux Server and PHP System

    We have a linux server and some win clients. Our webbased accounting system is soppused to make reports in different formats like .DOC. The system is written in PHP. How can we generate that format?
  30. D

    How can I set up a server and clients on my computers?

    Right, I have some computers, I want to set up one as a server and the other as clients. How can I do it? Teach newie please... If you keep silent, finally I won't know anything, or anyone like me know nothing either, agree ? Post something to help me please... Thanks
  31. S

    How can I run my logger echo server as an application in Windows?

    I have written this logger echo server. WHen i execute it it starts as a process in the background. How do i force it to run as application? (in cmd window for example or do i have to have gui?) im on win machine. sneez
  32. J

    How do I set up a mail server on Redhat 9.0?

    i have redhat 9.0 and i need to setup a mail server and i was wondering how to do that? I have already setup the webserver and the ftp server i just need to know how to setup a mail server so i can send e-mails to mydomain.com and get them on my server and also be able to check them using pop3...
  33. T

    Setting Up Pentium 2 400MHz Web Server - Help Needed

    Hello I just acquired a Pentium 2 400 MHZ Kayak with 160 MB of ram with 2- 2-gig hard drives running Windows NT. I was wondering if anyone could tell me what I would need to do to create a web server. If you could provide any help at all it would be great. Thanks, -Tom
  34. N

    Formula for allocation of server capacity

    :grumpy: Can anyone help? I have an interesting issue. I've chosen to study maths and computer science and one of the problems I've been asked to solve, potentially using a 3D Modeling formula is: In a Shared Server environment, where total capacity of a server is measured by total CPU...
  35. R

    How do clients locate servers in a client-server networking application?

    I'm trying to build a client-server networking application (in Java). There is a central server program (multithreaded, to handle multiple clients) and the client program. I don't know how the client is going to find the server. Does the user of the client program have to enter the IP address...
  36. M

    Find a Free FTP Server to Share Files with Friends

    hi guys could you please tell me a freeware FTP server with which I can share my files with my friends..,, cu
  37. hitssquad

    Opteron 8-way server announced

    http://www.xbitlabs.com/news/cpu/display/20040405044711.html X-bit labs that at least one system integrator would unleash a server powered by 8 AMD Opteron processors this week. So far server makers have only released 2-way or 4-way systems based on AMD64 chips, while 8-way designs were expected...
  38. M

    Switching from broadband to dsl with Windows 2000 server

    I just installed Win2k server on a friends pc, and configured the internet on my broadband connection. It worked fine, downloaded all the stuff I needed, etc. Well, I return the pc to my friend, who takes it home and plugs her DSL connection in, boots it up and now the internet does not...
  39. U

    Locating SCSI Adapters during Windows NT 4.0 Server Installation

    What if a server has a SCSI adapter installed, how will Windows NT locate them?
  40. Zantra

    Server Status Check: Is It Up or Down?

    I couldn't get in for the last half hour- did the server go down?
  41. R

    DHCP Server for ICS Network: How IP Addresses Change on Broadband Connection

    i've got 2 computers running on a ICS network without a router. I am on broadband with 1 ip address. the host is giving the client a separate ip address. will the clients computer's ip address change each time the computers are networked? because i know when i dial up broadband the ip addresses...
  42. E

    Making a Server with Windows XP

    [SOLVED] Making a Server with Windows XP I was wondering if it is possible to make a webpage / ftp server using Windows XP rather than some fancy OS like Windows Server 2003. Basically, I want to make my own server, but I have no idea where to begin. Thanks. eNtRopY
Back
Top