<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="https://sampathblogs.online/wp-content/plugins/rss-feed-styles/public/template.xsl"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:rssFeedStyles="http://www.lerougeliet.com/ns/rssFeedStyles#"
>

<channel>
	<title>Virtualization &#8211; Sampath Kumar A</title>
	<atom:link href="https://sampathblogs.online/tag/virtualization/feed/" rel="self" type="application/rss+xml" />
	<link>https://sampathblogs.online</link>
	<description>Be Concious Be More</description>
	<lastBuildDate>Tue, 26 May 2020 08:34:43 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<rssFeedStyles:reader name="Digg Reader" url="http://digg.com/reader/search/https%3A%2F%2Fsampathblogs.online%2Ffeed%2F"/><rssFeedStyles:reader name="Feedly" url="http://cloud.feedly.com/#subscription%2Ffeed%2Fhttps://sampathblogs.online/feed/"/><rssFeedStyles:button name="Like" url="https://www.facebook.com/sharer/sharer.php?u=%url%"/><rssFeedStyles:button name="G+" url="https://plus.google.com/share?url=%url%"/><rssFeedStyles:button name="Tweet" url="https://twitter.com/intent/tweet?url=%url%"/><rssFeedStyles:button name="Pinterest" url="https://www.pinterest.com/pin/create/button?url=%url%"/><rssFeedStyles:button name="LinkedIn" url="https://www.linkedin.com/cws/share?url=%url%"/>	<item>
		<title>vSphere beginner&#8217;s guide</title>
		<link>https://sampathblogs.online/2018/04/vsphere-overview/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=vsphere-overview</link>
					<comments>https://sampathblogs.online/2018/04/vsphere-overview/#respond</comments>
		
		<dc:creator><![CDATA[mail2sampath]]></dc:creator>
		<pubDate>Tue, 17 Apr 2018 06:51:23 +0000</pubDate>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Basic guide]]></category>
		<category><![CDATA[Virtualization]]></category>
		<guid isPermaLink="false">http://excelall.byethost32.com/?p=88</guid>

					<description><![CDATA[vSphere is a server virtualization platform from VMware. It serves as a complete platform for implementing and managing virtual machine (VM) infrastructure on a large scale. VMware vSphere includes the VMware ESX / ESXi hypervisor, a type 1 hypervisor that... <a class="more-link" href="https://sampathblogs.online/2018/04/vsphere-overview/">Continue Reading &#8594;</a>]]></description>
										<content:encoded><![CDATA[<p>vSphere is a server virtualization platform from VMware. It serves as a complete platform for implementing and managing virtual machine (VM) infrastructure on a large scale.</p>
<p>VMware vSphere includes the VMware ESX / ESXi hypervisor, a type 1 hypervisor that functions as the virtualization server; the VMware vCenter Server, which manages vSphere environments; the VMware vSphere Client, which is used to install and manage virtual machines through the hypervisor; and VMware VMFS, the file system component from VMware.</p>
<p><img fetchpriority="high" decoding="async" class="aligncenter wp-image-1402 size-full" src="https://sampathblogs.online/wp-content/uploads/2020/01/vmb.jpg" alt="" width="865" height="479" srcset="https://sampathblogs.online/wp-content/uploads/2020/01/vmb.jpg 865w, https://sampathblogs.online/wp-content/uploads/2020/01/vmb-300x166.jpg 300w, https://sampathblogs.online/wp-content/uploads/2020/01/vmb-768x425.jpg 768w, https://sampathblogs.online/wp-content/uploads/2020/01/vmb-600x332.jpg 600w" sizes="(max-width: 865px) 100vw, 865px" /></p>
<h3>Virtualization benefits</h3>
<p>•In case of physical server the consolidation ratio would be 1:1, i.e., one OS mounted on a single server. But in case of virtualization, separate OS can be mounted on many VMs of a virtualized server. This server consolidation reduces energy cost by up to 80% resulting in “going green”.</p>
<p>•Server utilization is very high at 80% in case of virtualized one when compared to the physical server which is just 20-30% . This results in reducing hardware costs as applications no longer need their own server because each virtual machine on the physical server now runs them.</p>
<p>•Virtualization is flexible and powerful when compared to the bare metal installation in physical servers.</p>
<p>•The greatest benefit of server virtualization is the capability to move a virtual machine from one server to another quickly and safely. This is particularly useful during disaster recovery, most enterprise virtualization platforms contain software that helps automate the failover(recover VM) during a disaster.</p>
<p>•Having fewer physical servers means there are less of them to maintain and manage. This leaves your IT staff more time to spend on more productive tasks.</p>
<h5>vCenter Server</h5>
<p>VMware vCenter Server is a centralized management tool for multiple ESXi servers. The vCenter management server lets you bring those multiple ESXi servers together and make them into an HA cluster or use vMotion between them. VMware VCenter Server is designed primarily for VSphere, VMware’s platform for building virtualized cloud infrastructures.</p>
<p>VCenter Server is installed at the primary server of a virtualized data center and operates as the virtualization or virtual machine manager for that environment. It also provides data center administrators a central management console to manage all the system&#8217;s virtual machines.</p>
<h5>ESX Server Cluster</h5>
<p>A cluster is defined as “a group of tightly coupled computers that work together closely so that in many respects they can be viewed as though they are a single computer”. A VMware ESX Cluster is no difference.</p>
<p>With a VMware ESX cluster the below 2 benefits can be achieved-<br />
•if one of the physical hosts goes down, the other physical host starts up the virtual guests machines that the original virtual host was running resulting in failover(VM HA &#8211; High Availability).<br />
•if one physical host is over utilized by a virtual guest, that virtual guest is moved to the other physical host resulting in load balancing(VMware DRS &#8211; Distributed Resource Scheduler).</p>
<h5>Virtual machine</h5>
<p>A virtual machine (VM) is an operating system (OS) or application environment that is installed on software, i.e., hypervisor which imitates dedicated hardware. The end user has the same experience on a virtual machine as they would have on dedicated hardware.</p>
<p>Specialized software, called a hypervisor, emulates the PC client or server&#8217;s CPU, memory, hard disk, network and other hardware resources completely, enabling virtual machines to share the resources.</p>
<h3>VMware vSphere Editions and Licensing</h3>
<p>VMware vSphere Hypervisor<br />
It is a free basic version with full hypervisor access.<br />
It lacks some features amongst which its inability to be managed via vCenter Server and is limited to a maximum of 8 vCPUs per VM.</p>
<p>vSphere Essentials Kits<br />
It is an all-in-one solution ideal for small offices. It enables consolidation and management of applications to reduce hardware and operating costs. It enables consolidation and management of applications to reduce hardware and operating costs—all with a low upfront investment. Regardless of choice, you can only have a maximum of 3 ESXi hosts and one instance of vCenter Server Essentials.</p>
<p>vSphere Essentials Plus Kits<br />
This Kit adds features such as vSphere Vmotion, HA clustering, Vsphere data protection, replication, vshield endpoint to vSphere Essentials to enable always-on IT for the small environment. Essentials Plus is ideal for small businesses that, in addition to hardware and operation cost savings, are looking for maximization of application availability and business continuity with a low upfront investment. Here as well you can only have a maximum of 3 ESXi hosts and one instance of vCenter Server Essentials.</p>
<p>The main issue with Essentials is one of scalability which can only be addressed by upgrading to one of the Acceleration Kits.</p>
<p>vSphere Standard<br />
This kit has all the Essentials Plus kit features plus storage vmotion, virtual volumes, storage policies, storage APIs etc., per CPU.Here there is no limit on the number of hosts.</p>
<p>vSphere Enterprise plus<br />
This edition has additional features like the DRS clustering on top of the standard edition features which is the main reason companies go for this inspite of the huge cost.</p>
<p>The cost increases exponentially from the Essential kits to the Enterprise plus edition and are deployed based on the necessities of the companies purchasing them. The support for the kits varies from basic to production level and needs to be purchased separately.</p>
<h5>Using the vSphere Client</h5>
<p>The vSphere Client is the principal interface for administering vCenter Server and ESXi.<br />
It is a web-based application that connects to the vCenter Server so IT administrators can manage installations and handle inventory objects in a vSphere deployment.</p>
<p>The vSphere Client acts as an administrative interface to access VMware hosts, which run VMware ESXi servers that run virtual machines (VMs). The vSphere Client attaches to the host servers. By using this interface, admins can create and manage VMs, as well as host resources and manage user permissions.</p>
<p>VMware introduced vSphere Client with the vSphere 5.1 release in 2012. At that time, the product was known as vSphere Web Client.Although vSphere Client was discontinued in vSphere version 6.0, it still has its place. Administrators can use vSphere Client to manage ESXi hosts in organizations that don&#8217;t have a vCenter Server.</p>
<p><strong><em>Sources : </em></strong><br />
<em>Workplace Learning &amp; Experience</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://sampathblogs.online/2018/04/vsphere-overview/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Network Function Virtualization(NFV) &#038; SDN made simple</title>
		<link>https://sampathblogs.online/2018/04/network-function-virtualizationnfv-basics/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=network-function-virtualizationnfv-basics</link>
					<comments>https://sampathblogs.online/2018/04/network-function-virtualizationnfv-basics/#respond</comments>
		
		<dc:creator><![CDATA[mail2sampath]]></dc:creator>
		<pubDate>Tue, 17 Apr 2018 06:46:57 +0000</pubDate>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Virtualization]]></category>
		<guid isPermaLink="false">http://excelall.byethost32.com/?p=50</guid>

					<description><![CDATA[NFV or Network Function/s Virtualization is all about Cloudification of Telecommunication Network elements(NE-&#62;VNF). To be more specific, Network functions virtualization is a network architecture concept that uses the technologies of IT virtualization to virtualize entire classes of network functions into... <a class="more-link" href="https://sampathblogs.online/2018/04/network-function-virtualizationnfv-basics/">Continue Reading &#8594;</a>]]></description>
										<content:encoded><![CDATA[<p>NFV or Network Function/s Virtualization is all about Cloudification of Telecommunication Network elements(NE-&gt;VNF). To be more specific, Network functions virtualization is a network architecture concept that uses the technologies of <a href="https://sampathblogs.online/2018/04/07/virtualization-and-cloud-computing-basics/" target="_blank" rel="noopener noreferrer">IT virtualization</a> to virtualize entire classes of network functions into building blocks that may connect, or chain together, to create communication services.</p>
<p>In contrast, IT cloud is about Cloudification of IT services ,i.e, cloud based service like Saas, Paas, Iaas. In IT cloud, the data centers are centralized. But in case of Telco deployments, network is split between radio and core elements. Going forward the split will change as the concept of distributed data centers will be introduced. One main challenge of NFV/Telco Cloud is the latency and process time between the various elements or functions.</p>
<p>A virtualized network function, or VNF, may consist of one or more virtual machines running different software and processes, on top of standard high-volume servers, switches and storage devices, or even cloud computing infrastructure, instead of having custom hardware appliances for each network function. Examples of VNF being MME, IMS, firewall, gateway, Controller, CPE, Antivirus, Video Optimizer etc.,</p>
<p>Framework</p>
<p>The NFV framework consists of three components:<br />
• Virtualized network functions (VNFs) are software implementations of network functions that can be deployed on a network functions virtualization infrastructure (NFVI).</p>
<p>• Network functions virtualization infrastructure (NFVI) is the totality of all hardware and software components that build the environment where VNFs are deployed. The NFV infrastructure can span several locations. The network providing connectivity between these locations is considered as part of the NFV infrastructure.</p>
<p>• Network functions virtualization management and orchestration architectural framework (NFV-MANO Architectural Framework) is the collection of all functional blocks, data repositories used by these blocks, and reference points and interfaces through which these functional blocks exchange information for the purpose of managing and orchestrating NFVI and VNFs. It is also useful to manage multiple cloud instances and adding specific Telco services, such as better High Availability. The Software Defined Network Management is optional.</p>
<p>The above components form the framework of a NFV system and is equivalent to Telco cloud composition. Refer to the description of the same in the below picture.</p>
<p><img decoding="async" class="aligncenter wp-image-1380 size-full" src="https://sampathblogs.online/wp-content/uploads/2020/01/telco.jpg" alt="" width="865" height="479" srcset="https://sampathblogs.online/wp-content/uploads/2020/01/telco.jpg 865w, https://sampathblogs.online/wp-content/uploads/2020/01/telco-300x166.jpg 300w, https://sampathblogs.online/wp-content/uploads/2020/01/telco-768x425.jpg 768w, https://sampathblogs.online/wp-content/uploads/2020/01/telco-600x332.jpg 600w" sizes="(max-width: 865px) 100vw, 865px" /><strong>Values of NFV</strong></p>
<p>NFV is flexible, cost-effective, scalable, and secure. With these benefits, NFV addresses several trends shaping service provider networks.<br />
•Flexibility: Operators looking to quickly deploy new services require a much more flexible and adaptable network &#8212; one that can be easily and quickly installed and provisioned.</p>
<p>•Cost: Cost is a top consideration for any operator or service provider these days. Cost is also reflected in operation expenditure,i.e, how easy it is to deploy and maintain services in the network.</p>
<p>•Scalability: To adapt quickly to users&#8217; changing needs and provide new services, operators must be able to scale their network architecture across multiple servers, rather than being limited by what a single box can do.</p>
<p>•Security: Security has been, and continues to be, a major challenge in networking. Operators want to be able to provision and manage the network while allowing their customers to run their own virtual space and firewall securely within the network.</p>
<p>•Virtualization in another service provider network: To meet customers&#8217; needs better, service providers want the ability to substantiate their service anywhere in the world using virtualization.</p>
<p>•Elasticity: To meet the increased traffic demand, operators must have applications that support real time scalability.</p>
<h3>Software Defined Network(SDN)</h3>
<p>A set of network principles where the data and control planes are totally seperated and controlled through APIs.In simple words,SDN technology is a novel approach to cloud computing that facilitates network management and enables programmatically efficient network configuration in order to improve network performance and monitoring.</p>
<p>The control plane consists of one or more controllers which are considered as the brain of SDN network where the whole intelligence is incorporated. However, the intelligence centralization has its own drawbacks when it comes to security, scalability and elasticity and this is the main issue of SDN.</p>
<p>In contrast to NFV which we had gone through earlier which was about making network function scalable, SDN is all about making network connection scalable.Example of SDN is Nuage in case of Nokia.</p>
<p>SDN and Cloud computing:<br />
Whereas SDN is an architecture for a programmable network; OpenStack, Eucalyptus, vCloud Air<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" />, and Apache CloudStack<img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" /> are architectures for programmable clouds (i.e. network, memory, i/o, and storage). Programmable cloud compute systems may or may not use SDN.</p>
<p>OpenStack is a Cloud Management System which is just a facade that provides a uniform API for provisioning Compute, Network, Storage in a <a href="https://sampathblogs.online/2018/05/05/understanding-data-center-and-service-desk-operations/" target="_blank" rel="noopener noreferrer">DataCenter</a>. There are different plugins for each of these areas that can plugin into an OpenStack deployment and do the real provisioning work underneath.</p>
<p>Open DayLight is a SDN controller that provisions the network policies as specified and sends that information to the HYpervisor.<br />
OpenFlow is the protocol used to program the Hypervisor vSwitches( which traffic to send where etc) and is the protocol via which an SDN controller communicates with the hypervisors.<br />
OpenVSwitch is the implementation of a virtual switch in the Hypervisor that exposes OpenFlow protocol for flow information and uses the so called information provided via this protocol to make packet forwarding decisions.</p>
<h3>ETSI-MANO Model</h3>
<p>The Telco cloud poses a major interoperability challenge. To asssure interoperability, a first step would be to define standard interfaces for the control of the cloud.In November 2012, ETSI was selected to be the standard for NFV. ETSI NFV ISG group was formed subsequently which consists of 300 companies.</p>
<p><img decoding="async" class="aligncenter wp-image-1527 size-full" src="https://sampathblogs.online/wp-content/uploads/2018/04/nfv-architecture-vim.png" alt="" width="659" height="450" srcset="https://sampathblogs.online/wp-content/uploads/2018/04/nfv-architecture-vim.png 659w, https://sampathblogs.online/wp-content/uploads/2018/04/nfv-architecture-vim-300x205.png 300w, https://sampathblogs.online/wp-content/uploads/2018/04/nfv-architecture-vim-600x410.png 600w" sizes="(max-width: 659px) 100vw, 659px" /></p>
<p>A traditional network needs just one management system i.e. an EMS (or an <a href="https://sampathblogs.online/2018/06/25/network-management-system-lets-get-to-the-basics/">NMS</a>) or at most supported by an OSS/BSS.<br />
The NFV network, on the other hand, needs multiple managers i.e. a VIM Manager, a VNF Manager and an Orchestrator.And, if they are not enough, there is also the traditional EMS and OSS/BSS. That is, five different management systems.</p>
<p>ETSI is the pioneer and the only standards body that has done considerable work on defining the architecture and frame work of NFV.So it is worthwhile, understanding MANO by understanding the ETSI model.MANO acts as the heart and brain of NFV architecture and understanding it will clarify the complete NFV picture.This will help in understanding and benchmarking any vendor’s NFV solution with reference to the ETSI model.</p>
<p>The supervision and management block, NFV MANO is broken up into three functional sub blocks:<br />
•NFV Orchestrator: Responsible for on-boarding of new network services (NS) and virtual network function (VNF) packages; NS lifecycle management; global resource management; validation and authorization of network functions virtualization infrastructure (NFVI) resource requests</p>
<p>•VNF Manager: Oversees lifecycle management of VNF instances; coordination and adaptation role for configuration and event reporting between NFVI and E/NMS. VNFM also does the FCAPS of the VNF but only for the virtual part.</p>
<p>•Virtualized Infrastructure Manager (VIM): Controls and manages the NFVI compute, storage, and network resources</p>
<p>The infrastructure and network functions user plane on the left consists of the OSS/BSS, EM, VNF and NFVI.</p>
<p>OSS/BSS includes collection of systems/applications that a service provider uses to operate its business.NFV is supposed to work in coordination with OSS/BSS.<br />
Operation System Support(OSS) deals with network management, fault management, configuration management and service management.On the other hand, Business Support System(BSS) deals with customer management, product management and order management. The existing OSS/BBS, can value add the NFV MANO by offering additional functions if they are not supported by a certain implementation of NFV MANO.</p>
<p>EM is not part of the MANO, however it has important role to play.Element Management is responsible for the FCAPS (Fault, Configuration, Accounting, Performance and Security management) for the functional part of the VNF. The VNF below the EM refers to the services elements.</p>
<p>Finally, the NFVI consists of physical components like the servers and storage, virtual resources like VMs and software resources like the hypervisor in NFV environment. NFVI is not part of the NFV MANO architecture but is part of the NFV solution.</p>
<p><strong><em>Sources : </em></strong><br />
<em> Workplace &amp; General Learning</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://sampathblogs.online/2018/04/network-function-virtualizationnfv-basics/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Introduction to Virtualization and Cloud computing</title>
		<link>https://sampathblogs.online/2018/04/virtualization-and-cloud-computing-basics/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=virtualization-and-cloud-computing-basics</link>
					<comments>https://sampathblogs.online/2018/04/virtualization-and-cloud-computing-basics/#respond</comments>
		
		<dc:creator><![CDATA[mail2sampath]]></dc:creator>
		<pubDate>Sat, 07 Apr 2018 11:55:22 +0000</pubDate>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Virtualization]]></category>
		<guid isPermaLink="false">http://excelall.byethost32.com/?p=34</guid>

					<description><![CDATA[Recently i spent a great deal of time studying about Virtualization and Cloud computing as part of work. I would like to share my understanding here. When we listen to the words Virtualization and cloud computing, we may think that... <a class="more-link" href="https://sampathblogs.online/2018/04/virtualization-and-cloud-computing-basics/">Continue Reading &#8594;</a>]]></description>
										<content:encoded><![CDATA[<p>Recently i spent a great deal of time studying about Virtualization and Cloud computing as part of work. I would like to share my understanding here.</p>
<p>When we listen to the words Virtualization and cloud computing, we may think that both are similar but they are completely different concepts. In order to achieve capital expenditure or CAPEX savings, virtualization was introduced.Virtualization software makes it possible to run multiple instances of operating systems and multiple applications on the same server at the same time. It enables businesses to reduce IT costs while increasing the efficiency, utilization and flexibility of their existing computer hardware.</p>
<p>Virtualization is software that manipulates hardware, while cloud computing refers to a service that results from that manipulation. Theoritically, cloud service can be offered based only on physical server without virtualization.This would result in providing induviual servers as a service which would be sub efficient compared to the service with virtualization.</p>
<p>In order to achieve operational expenditure or OPEX savings and increase efficiency of infrastructure, cloud service was introduced through automation, standardization and scale.Thus we moved from pure virtualization to introducing cloud stack/layer between application and virtualized hardware.</p>
<p>Let’s dig deeper into each of the topics now;</p>
<h3>1.  Virtualization</h3>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-1400 size-full" src="https://sampathblogs.online/wp-content/uploads/2020/01/virt.jpg" alt="" width="865" height="479" srcset="https://sampathblogs.online/wp-content/uploads/2020/01/virt.jpg 865w, https://sampathblogs.online/wp-content/uploads/2020/01/virt-300x166.jpg 300w, https://sampathblogs.online/wp-content/uploads/2020/01/virt-768x425.jpg 768w, https://sampathblogs.online/wp-content/uploads/2020/01/virt-600x332.jpg 600w" sizes="auto, (max-width: 865px) 100vw, 865px" /></p>
<p>Virtualization is commonly hypervisor-based. The hypervisor isolates operating systems and applications from the underlying computer hardware so the host machine can run multiple virtual machines (VM) as guests that share the system&#8217;s physical compute resources, such as processor cycles, memory space, network bandwidth and so on.</p>
<p>Type 1 hypervisors, sometimes called bare-metal hypervisors, run directly on top of the host system hardware. Bare-metal hypervisors offer high availability and resource management. Their direct access to system hardware enables better performance, scalability and stability. Examples of type 1 hypervisors include Microsoft Hyper-V, Citrix XenServer and <a href="https://sampathblogs.online/2018/04/17/vsphere-overview/">VMware ESXi</a>.</p>
<p>A type 2 hypervisor, also known as a hosted hypervisor, is installed on top of the host operating system, rather than sitting directly on top of the hardware as the type 1 hypervisor does. Each guest OS or VM runs above the hypervisor. The convenience of a known host OS can ease system configuration and management tasks. However, the addition of a host OS layer can potentially limit performance and expose possible OS security flaws. Examples of type 2 hypervisors include VMware Workstation, KVM, EMU Vmware and Oracle VM VirtualBox.</p>
<p>The main alternative to hypervisor-based virtualization is containerization. Container virtualization (often referred as operating system virtualization) is more than just a different kind of hypervisor. Containers use the host operating system as their base, and not the hypervisor. Rather than virtualizing the hardware (which requires full virtualized operating system images for each guest), containers virtualize the OS itself, sharing the host OS kernel and its resources with both the host and other containers.</p>
<h3>2. Cloud Computing</h3>
<p>It is the method of building and providing on demand resources (memory, processor etc.,) over IP networks using data centers. Cloud computing enables companies/users to consume a compute resource, such as a virtual machine (VM), storage or an application, as a utility rather than having to build and maintain computing infrastructures in house. In other words, Cloud lets you trade CAPEX for OPEX ,i.e, you can pay only when you consume resources and on only how much you consume. Examples : AWS, Google docs/drive/app, Azure etc.</p>
<p>Some of the benefits of cloud computing:<br />
• Self-service provisioning: End users can spin up compute resources for almost any type of workload on demand. This eliminates the traditional need for IT administrators to provision and manage compute resources.</p>
<p>• Elasticity: Companies can scale up as computing needs increase and scale down again as demands decrease. This eliminates the need for massive investments in local infrastructure, which may or may not remain active.</p>
<p>• Pay per use: Compute resources are measured at a granular level, enabling users to pay only for the resources and workloads they use.</p>
<p>• Migration flexibility: Organizations can move certain workloads to or from the cloud &#8212; or to different cloud platforms &#8212; as desired or automatically for better cost savings or to use new services as they emerge.</p>
<p>There are three main types of cloud service:</p>
<p>• Software as a Service (SaaS)<br />
It is a software distribution model in which applications are hosted by a vendor or service provider and made available to customers over a network, typically the Internet.The consumer does not manage or control the underlying cloud infrastructure.Examples: Google Apps, Micorsoft Office 365, Gmail, facebook.</p>
<p>• Platform as a Service (PaaS)<br />
It is a paradigm for delivering operating systems and associated services like web services etc over the Internet without downloads or installation.The consumer does not manage or control the underlying cloud infrastructure like servers, OS etc, but has control over the deployed applications and possibly configuration settings for the application-hosting environment.Examples: Tomcat, Google App engine, Apache Stratos.</p>
<p>• Infrastructure as a Service (IaaS)<br />
It involves outsourcing the physical or Virtual machines used to support operations, including storage, hardware, servers and networking components.The consumer does not manage or control the underlying cloud infrastructure but has control over OS, storage and deployed applications.Examples: AWS, Microsoft Azure,Google compute Engine.</p>
<p>Let me sum up the service models as follows;</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-1364 size-full" src="https://sampathblogs.online/wp-content/uploads/2020/01/SerM.jpg" alt="" width="825" height="526" srcset="https://sampathblogs.online/wp-content/uploads/2020/01/SerM.jpg 825w, https://sampathblogs.online/wp-content/uploads/2020/01/SerM-300x191.jpg 300w, https://sampathblogs.online/wp-content/uploads/2020/01/SerM-768x490.jpg 768w, https://sampathblogs.online/wp-content/uploads/2020/01/SerM-600x383.jpg 600w" sizes="auto, (max-width: 825px) 100vw, 825px" /></p>
<p>The cloud service can be deployed based on a particular model. A cloud deployment model represents a specific type of cloud environment, primarily distinguished by ownership, size, and access.</p>
<p>Some of the common cloud deployment models:</p>
<p>• Public Cloud<br />
The most common and well-known deployment model is Public Cloud. A Public Cloud is a huge data centre that offers the same services to all its users. The services are accessible for everyone,i.e, open access and much used for the consumer segment. Examples of public services are AWS, Google, Yahoo, Office365 etc., For consumers, Public Cloud offerings are usually free of charge, for professionals there is usually a per-per-use (or user) pricing model. The Public Cloud is always hosted by a professional Cloud supplier.</p>
<p>• Private Cloud<br />
A private cloud is cloud infrastructure that only members of your organization can utilize. It is typically owned and managed by the organization itself and is hosted on premises but it could also be managed by a third party in a secure datacenter. This deployment model is best suited for organizations that deal with sensitive data and/or are required to uphold certain security standards by various regulations.Example of Private cloud are Amazon VPC(Virtual Private Cloud), VMware Cloud Infrastructure suite.</p>
<p>• Community Cloud<br />
This is the model where the cloud infrastructure is shared by several organizations and supports a specific community that has shared concerns (e.g., mission, security requirements, policy, and compliance considerations). It may be managed by the organizations or a third party and may exist on premise or off premise. Example of community cloud being Google Apps for the government,Microsoft Government Community Cloud.</p>
<p>• Hybrid Cloud<br />
This type of cloud infrastructure assumes that you are hosting your system both on private and public cloud. One use case might be regulation requiring data to be stored in a locked down private data center but have the application processing parts available on the public cloud and talking to the private components over a secure tunnel.</p>
<p>Another example is hosting most of the system inside a private cloud and having a clone of the system on the public cloud to allow for rapid scaling and accommodating bursts of new usage that would otherwise not be possible on the private cloud.To sum it up, we can say that it is a combination of public, private or community cloud models. Examples of Hybrid cloud being Windows Azure, VMware vCloud.</p>
<p>• Virtual Private Cloud<br />
Virtual private clouds offer scalable compute resources similar to that of public clouds, but in a more controlled environment.To be more specific, a virtual private cloud (VPC) is the logical division of a service provider&#8217;s public cloud multi-tenant architecture to support private cloud computing in a public cloud environment. Public cloud providers like AWS, Google, Microsoft offer the possibility of setting up a VPC using virtual networks.</p>
<p>You can get the overall picture of the various deployment models as follows;</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-1282 size-full" src="https://sampathblogs.online/wp-content/uploads/2020/01/DM.jpg" alt="" width="948" height="560" srcset="https://sampathblogs.online/wp-content/uploads/2020/01/DM.jpg 948w, https://sampathblogs.online/wp-content/uploads/2020/01/DM-300x177.jpg 300w, https://sampathblogs.online/wp-content/uploads/2020/01/DM-768x454.jpg 768w, https://sampathblogs.online/wp-content/uploads/2020/01/DM-945x558.jpg 945w, https://sampathblogs.online/wp-content/uploads/2020/01/DM-600x354.jpg 600w" sizes="auto, (max-width: 948px) 100vw, 948px" /></p>
<p>Check out my other blogs for further reading.,</p>
<p><strong><em>Sources : </em></strong><br />
<em>Online Learning</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://sampathblogs.online/2018/04/virtualization-and-cloud-computing-basics/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
