What is the difference between file server and a database server?
By admin on Mar 8, 2007 in CLIENT/SERVER interview questions
A file server just transfers all the data requested by all its client and the client processes the data while a database server runs the query and sends only the query output.


