Author: misamaliraza94
-
DevOps Architecture
Development and operations both play essential roles in order to deliver applications. The deployment comprises analyzing the requirements, designing, developing, and testing of the software components or frameworks. The operation consists of the administrative processes, services, and support for the software. When both the development and operations are combined with collaborating, then the DevOps architecture is the solution…
-
DevOps Tutorial
The DevOps is the combination of two words, one is Development and other is Operations. It is a culture to promote the development and operation process collectively. The DevOps tutorial will help you to learn DevOps basics and provide depth knowledge of various DevOps tools such as Git, Ansible, Docker, Puppet, Jenkins, Chef, Nagios, and Kubernetes. What is DevOps? The…
-
Difference between AWS, Azure, and Google Cloud Platform
Amazon Web Services (AWS) Amazon Web Services (AWS) is a cloud computing platform which was introduced in 2002. It offers a wide range of cloud services such as Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS). AWS provides the largest community with millions of active customers as well as thousands of…
-
How to create amazon EC2 window instances:
Launch a Windows Instance You can launch a Windows instance using the AWS Management Console as described following. An instance is a virtual server in the AWS cloud. With the help of Amazon EC2, you can set up and configure the operating system and applications that run on your instance. To launch an instance Sign…
-
Cloud Service Provider Companies
Cloud Service providers (CSP) offers various services such as Software as a Service, Platform as a service, Infrastructure as a service, network services, business applications, mobile applications, and infrastructure in the cloud. The cloud service providers host these services in a data center, and users can access these services through cloud provider companies using an Internet connection. There are the following Cloud Service…
-
Windows OS Virutualization
To install windows OS virtually, you need to install VMware first. After installing virtualization software, you will get a window to install the new operating system. Let’s see the steps to install the windows OS on VMware workstation.
-
Linux OS Virutualization
Vmware workstation software is used to do the virtualization of Operating System. For installing any Operating System virtually, you need to install VMware software. We are using VMware workstation 10. Before installing linux OS, you need to have iso image file of linux OS. Let’s see the steps to install the linux os virtually. How…
-
OS Virtualization
With the help of OS virtualization nothing is pre-installed or permanently loaded on the local device and no-hard disk is needed. Everything runs from the network using a kind of virtual disk. This virtual disk is actually a disk image file stored on a remote server, SAN (Storage Area Network) or NAS (Non-volatile Attached Storage).…
-
Storage Virtualization
As we know that, there has been a strong link between the physical host and the locally installed storage devices. However, that paradigm has been changing drastically, almost local storage is no longer needed. As the technology progressing, more advanced storage devices are coming to the market that provide more functionality, and obsolete the local…
-
Server Virtualization
Server Virtualization is the process of dividing a physical server into several virtual servers, called virtual private servers. Each virtual private server can run independently. The concept of Server Virtualization widely used in the IT infrastructure to minimizes the costs by increasing the utilization of existing resources. Types of Server Virtualization 1. Hypervisor In the Server Virtualization, Hypervisor…