RKplus

Recent Articles

Advantages and Disadvantages of MongoDB

MongoDB is one of the popular NoSQL database, is an open-source document-oriented database. The term ‘NoSQL’ means ‘not only SQL or non-relational’. It provides an altogether different mechanism for storage and retrieval ...read more

Database Transaction Models and the CAP Theorem

According to Brewer’s theorem (also called CAP theorem), any distributed data store (like a database) can only provide two of the following three guarantees: Consistency Availability Partition tolerance Now when it comes ...read more

Confusing terms in Networking

There are few technical terms related to networking which are often used in day-to-day language so it becomes necessary to know what they actually mean and also the differences between them. Sometimes ...read more