What is the difference between server and databases | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the difference between server and databases

29th Aug 2017, 5:51 PM
Million Gashawbeza
Million Gashawbeza - avatar
4 Answers
+ 12
A server is a machine where the application code resides and database is a machine which acts as a data repository for the application. Actually database also resides on a server and we call it as database server.
29th Aug 2017, 5:59 PM
P R
P R - avatar
+ 4
Database is nothing more than a "container for data." It's how you store and retrieve data for later usage. A database is software, although a "physical manifestation" of a database could be something like a file cabinet. You store files into it, can retrieve them later, shred them if you need to, edit them, etc... A server is a computer that hosts stuff for client machines. You can think of it as a relay type of system. I send a request to the server, and it returns a response/data to me. For your database, you could store it onto the server and then any client could access it as needed. Essentially, the computer you're using right now could also be a server, it isn't restricted to simply a machine located in some remote location. Think of it as a centralized machine that assists with the communication between multiple machines.
29th Aug 2017, 7:18 PM
AgentSmith
+ 2
thank you guys for your quick answers
29th Aug 2017, 6:52 PM
Million Gashawbeza
Million Gashawbeza - avatar
+ 1
briefly explained tnx @netkos
29th Aug 2017, 7:37 PM
Million Gashawbeza
Million Gashawbeza - avatar