InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between File Server And A Database Server ? |
|
Answer» 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. |
|