What is difference between mongod and mongodb?



What is difference between mongod and mongodb?..

Answer / Sanjay Varshney

Mongod and MongoDB are related but different. Mongod is a standalone instance of the MongoDB database server which runs on your machine. On the other hand, MongoDB is a cross-platform document-oriented database program. In simpler terms, while mongod refers to a single MongoDB server process, MongoDB refers to the entire software suite.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

How do you delete a document from a collection?

1 Answers  


Why should I use mongodb?

1 Answers  


Why it is called mongodb?

1 Answers  


what is the role of profiler in mongodb?

1 Answers  


What is scaling in mongodb?

1 Answers  


What is schema in mongoose?

1 Answers  


What is mongodb replica set?

1 Answers  


What language does mongodb use?

1 Answers  


Do mongodb databases have tables and schemas?

1 Answers  


How to create multiple collections in mongodb?

1 Answers  


What is the difference between mongodb and mysql?

1 Answers  


Is mongodb single threaded?

1 Answers  


Categories