27
Jan
Advantages and Disadvantages of Virtual Server – ESDS
Benefits of Server Virtualization Server virtualization has been in the trend for a couple of last years and it is a reality that knocks companies, bringing numerous benefits to all who seek the resource savings and a more effective IT management. Furthermore, it is a green technology. Server virtualization is the concept of taking a... Read More
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.