What is the difference between file server and a database server?
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.
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.