06
Jan
Steps To Install And Configure VNC Server On Ubuntu 14.04 By ESDS
Learn the Installation & configuration of VNC server on Ubuntu 14.04 VNC (Virtual Network Computing) is a broadly used graphical desktop-sharing system that enables users to remotely access and control the desktop interface of one computer from another device. In this guide, we will explain how to install and configure a VNC Server on a Ubuntu 14.04 But wait! Before... Read More
01
Jan
How to Clean Up Your Ubuntu System?
Steps to Clean Up Your Ubuntu System. Are you running out of space? This is the very common problem that you often clash because of plenty of useless files that gather daily and you forget to delete them from the system. Due to this, you might feel that your system is slow, lagging despite you... Read More
29
Jul
How is horizontal scaling different from vertical scaling?
Horizontal scaling is usually done by partitioning the data where each node contains only a portion of data. Whereas, in the case of vertical scaling, the data is present is on a single node only and scaling is done by spreading the load between the CPU and RAM resources.
29
Jul
What is vertical scaling?
Vertical scaling refers to adding more computational resources such as RAM, CPU, etc. to the server (either database or application server) as per the demand. Vertical scaling is done to increase the input/output operations, amplification of CPU/RAM capacity as well as the disk capacity.
29
Jul
What is horizontal scaling?
Horizontal scaling refers to adding more processing units or physical machines to the server or database. It is involved with the growth in the number of nodes in the cluster, which reduces the responsibilities of each node in the cluster. The load is reduced by providing additional end-points for client connections. Horizontal scaling is done... Read More