SlideShare a Scribd company logo
1 of 34
Download to read offline
contact@techbrain.pl
@pchmielecki87
Dr Przemysław Chmielecki
Types of virtualization and
HA server architecture
Drinż.PrzemysławChmielecki
EnterpriseServerInfrastructureandCloudEngineerinASSAABLOYGroup
CEOinTechBrain
Specialized in:
 AWS and Azure Cloud;
 WindowsServer 2012R2/2016(AD, GPO,DNS, DHCP, WSUS, PowerShell scripting, etc.);
 Linux Debian distros and CentOS/RHEL;
 OS Virtualization (VMware vSphere, Citrix, Hyper-V);
 SQL DB (Microsoft, Oracle);
 Java EE;
 Ansible and Docker;
Agenda:
PART I
1. What is and for what we need virtualization?
2. Typesof virtualization:
1. Virtualization of (1) OS and (2) App
2. Two types of hypervisor
3. Containers
3. Virtualization tools:
1. T1.VMware VSphere ESXi
2. T1.Hyper-V
3. T2.VMware Workstation / Virtualbox
4. E.Docker
5. E.XenApp
4. Q&A
PART II
1. What HAmeans?
2. How to reach HA:
1. Data Backups, Recovery and Replication
2. Network Load Balancing (NLB)
3. Scalable Architecture (Azure example)
4. Failover Cluster
5. Geographically Distributed Disaster Recovery
3. Q&A
PartI. Types of virtualization
1.Whatisandforwhatweneedvirtualization?
Virtualizationrefers to the creation of avirtual resource such as a server, desktop, operating system, file,
storage or network
• Toencapsulate and isolate test environment from other apps/distractors
• Toeasy test solutions on many different systems
• ...
2.Typesofvirtualization
2.1.Virtualizationof(1)OSand(2)App
• OS:
• Oracle VirtualBox
• VMware ESXi/Workstation/vSphere
• MS Hyper-V
• MS System Center Virtual Machine Manager (VMM)
• Docker?
• App:
• MS App-V
• Citirix XenApp
• Docker?
2.2.Twotypesofhypervisor:
• Type-1/native/bare-metalhypervisors
• These hypervisors rundirectlyonthehost'shardwaretocontrolthe
hardwareandtomanageguestoperatingsystems.Examples:
• Xen,
• Oracle VM Server for SPARC/x86,
• Microsoft Hyper-V,
• VMware ESX/ESXi.
• Type-2/ hostedhypervisors
• These hypervisors runona conventionaloperatingsystem(OS)justasother
computerprogramsdo.A guest operating system runsasaprocesson the
host. Type-2 hypervisors abstract guest operating systems from the host
operating system. Examples:
• VMware Workstation/Player,
• VirtualBox,
• Parallels Desktop for Mac
• KVM for Linux and bhyve for FreeBSD*.
2.3.Containers
• Containers are an abstraction at the applayer that
packages code and dependencies together. Multiple
containers can run on the same machine and share
the OS kernel with other containers.
• ContainersprovideOS-levelprocessisolation
whereas virtual machines offer isolation at the
hardware abstraction layer (i.e., hardware
virtualization).
• In IaaS use cases machine virtualization is an ideal
fit, while containersarebestsuitedfor
packaging/shippingportableandmodularsoftware.
• Containers take up less space than VMs (container i
mages are typicallytens of MBsin size), and
start almost instantly.
3.Virtualizationtools
T1.VMwarevSphereESXi
VMwareESXi(formerly ESX;ElasticSkyX) is an enterprise-class, type-1hypervisor developed byVMware for deploying
and serving virtual computers. As a type-1hypervisor, ESXi is not a software application that is installed on an OS;
instead, it includes and integrates vital OS components, such as a kernel.
T1.Hyper-V
Hyper-Vis a "type1" or "native" hypervisor.That means it has direct access to the physical machine's hardware. The
standalone version of Hyper-Vwill run on "bare metal" — that is, you don't have to install it on an underlying host
operating system.
Hyper-Vwas first released alongside Windows Server 2008, and has been available without charge for all the Windows
Server and some client operating systems since.
T2.VMwareWorkstation/ Virtualbox
VMwarePlayer/WorkstationandVirtualBoxare applications for running multiple operating systems as
virtual machines (VMs) ona single Linux or Windows PC.
E.Docker
A container image is a lightweight, stand-alone, executable package of a pieceof software that includes
everything needed to run it: code,runtime,systemtools,systemlibraries,settings.Available for bothLinux
and Windows (native support since W10) basedapps, containerized software will always run the same,
regardless of the environment.
What allows Docker?
 Container virtualization
 Build, pack, ship and run
applications as containers
 Build once, run in many places
 Isolated and content agnostic
E.XenApp
XenApp is an application virtualization solution that allows universal access to virtual apps,desktops, and data
from any device.
It delivers centrally-hosted Windows applications to local devices without the necessity of installing them. It is
the flagship product for Citrix and was formerly known under the names WinFrame, MetaFrame, and Presentation
Server.
4.Q&A
PartII. HA Server Architecture
1.WhatHAmeans?
HighAvailability(HA)refers to a system or component that is continuously operational for a desirably long
length of time
i.e. HA at level 99.999% means that the downtime is less than 5.26 minutes per year
http://searchdatacenter.techtarget.com/definition/high-availability
2.HowtoreachHA?
http://cloudonmove.com/wp-content/uploads/2017/07/Cloud-service-models-e1500291137271.png
2.1.DataBackups,RecoveryandReplication
• DB replication
• DB master-slave replication
• SQL AlwaysOn:
• AlwaysOn Failover Clustering Instances
(AlwaysOn FCI)
• AlwaysOn Availability Groups (AlwaysOn
AG)
• Multi-master AD
https://www.mssqltips.com/sqlservertip/4717/what-is-sql-server-alwayson/
https://images.techhive.com/images/article/2017/04/object-storage-aws-azure-google-rightscale-100719437-large.jpg
http://massivescale.com/assets/wp/2012/05/AmazonAzureComp.png
Elasticapproach
• Amazon Relational Database Service (RDS)
• Microsoft Azure SQL Databases
http://images.slideplayer.com/43/10844302/slides/slide_10.jpg
https://mscloudstorage.blob.core.windows.net/mscloudstorage/2016/07/standard.png
https://mscloudstorage.blob.core.windows.net/mscloudstorage/2016/07/active.png
2.2.NetworkLoadBalancing(NLB)
• NLB is a feature that distributes network traffic among multiple servers or virtual machines within a
cluster to avoid overloading any one host and improveperformance
• NLB as WS2012 built-in feature vshardware LB
• NLB vsALB (application)
• Small company vs bigenterprise
• NLB vsDBLB(DB Clustering)
http://searchservervirtualization.techtarget.com/definition/Network-Load-Balancing-NLB
https://docs.microsoft.com/en-us/azure/traffic-manager/media/traffic-manager-load-balancing-azure/scenario-diagram.png
https://d2908q01vomqb2.cloudfront.net/77de68daecd823babbb58edb1c8e14d7106e83bb/2017/02/15/HC1.com_-1024x775.png
https://cdn-images-1.medium.com/max/1600/1*wC8VOl3b-Asl7ktSFDnO4w.png
2.3.AzureHADR
https://blogs.technet.microsoft.com/privatecloud/2015/05/20/disaster-recovery-for-the-microsoft-cloud-platform-system/
2.4.FailoverCluster
If one of the servers, or nodes, fails, another
node in the cluster can take over its workload
without any downtime.
http://lh4.ggpht.com/_p2ZBNGf_7w8/TbDNNN07n8I/AAAAAAAAGfo/TMKBHwMsAew/image_thumb%5B26%5D.png?imgmax=800
WindowsAzureHyper-VRecoveryManager
Hyper-V Recovery Manager uses the
capabilities provided by WindowsServer's
Hyper-VReplicafeaturetobackupVMs
froma primarydatacentertoa
secondarydatacenter.In the event of an
outage at the primary data center,
Hyper-V Recovery Manager automatesthe
failoverprocessto bring workloads
back up at the secondary site with
minimal downtime. Hyper-V Recovery
Manager can also beused to test the
recovery process
https://msdnshared.blob.core.windows.net/media/TNBlogsFS/prod.evol.blogs.technet.com/CommunityServer.Blogs.Components.WeblogFiles/00/00/00/65/88/metablogapi/7080.clip_image004[8].png
searchservervirtualization.techtarget.com/definition/Windows-Azure-Hyper-V-Recovery-Manager
VMMperformancemanagement
VMMDynamic Optimization
During Dynamic Optimization, VMM migrates virtual
machines within a host cluster to improve load
balancing among hosts and to correct any
placement constraint violations for virtual
machines.
VMMPower Optimization
Power Optimization is an optional feature of
Dynamic Optimization, and it is only available when a
host group is configured to migrate virtual
machines through Dynamic Optimization. Through
Power Optimization, VMM helpstosaveenergyby
turningoffhoststhatarenotneededtomeet
resourcerequirementswithina hostclusterand
turns the hosts back on when they are needed again.
https://technet.microsoft.com/en-us/library/gg675109(v=sc.12).aspx
2.5.GeographicallyDistributedDisasterRecovery
https://www.atomia.com/wp-content/uploads/2016/11/cloud-provider-location-map.png
3.Q&A
Sources:
• https://www.atlantech.net/blog/hyper-v-vs.-vmware-which-is-best
• https://en.wikipedia.org/wiki/Hypervisor
• https://en.wikipedia.org/wiki/VMware_ESXi
• https://www.upguard.com/articles/docker-vs.-vmware-how-do-they-stack-up
• https://www.youtube.com/watch?v=mpdUDUVMNKM
• https://www.vladan.fr/vmware-docker-integration-and-more/
• https://www.docker.com/what-container
• https://www.citrix.com/products/xenapp-xendesktop/
• https://redmondmag.com/articles/2014/04/01/citrix-products-evolve.aspx
• https://www.techrepublic.com/blog/10-things/10-things-you-should-know-about-hyper-v/
Types of Virtualisation and High Available Server Infrastructure

More Related Content

What's hot

VMware vCloud Director 1.5 - What's New
VMware vCloud Director 1.5  - What's NewVMware vCloud Director 1.5  - What's New
VMware vCloud Director 1.5 - What's New1CloudRoad.com
 
What’s New in VMware vSphere 7?
What’s New in VMware vSphere 7?What’s New in VMware vSphere 7?
What’s New in VMware vSphere 7?Insight
 
VMware vCloud Suite
VMware vCloud SuiteVMware vCloud Suite
VMware vCloud SuiteVMware
 
Presentazione Corso VMware vSphere 6.5
Presentazione Corso VMware vSphere 6.5Presentazione Corso VMware vSphere 6.5
Presentazione Corso VMware vSphere 6.5PRAGMA PROGETTI
 
Presentation v mware v-cloud director overview
Presentation   v mware v-cloud director overviewPresentation   v mware v-cloud director overview
Presentation v mware v-cloud director overviewsolarisyourep
 
VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...
VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...
VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...Edureka!
 
V mware v sphere 5 fundamentals services kit
V mware v sphere 5 fundamentals services kitV mware v sphere 5 fundamentals services kit
V mware v sphere 5 fundamentals services kitsolarisyougood
 
VMware vCloud Director Technisch Overzicht
VMware vCloud Director Technisch OverzichtVMware vCloud Director Technisch Overzicht
VMware vCloud Director Technisch OverzichtArjan Hendriks
 
VMware vSphere vMotion: 5.4 times faster than Hyper-V Live Migration
VMware vSphere vMotion: 5.4 times faster than Hyper-V Live MigrationVMware vSphere vMotion: 5.4 times faster than Hyper-V Live Migration
VMware vSphere vMotion: 5.4 times faster than Hyper-V Live MigrationVMware
 
Presentation v mware v-cloud director
Presentation   v mware v-cloud directorPresentation   v mware v-cloud director
Presentation v mware v-cloud directorsolarisyourep
 
Efficiently protect virtual machines with our cloud backup service powered by...
Efficiently protect virtual machines with our cloud backup service powered by...Efficiently protect virtual machines with our cloud backup service powered by...
Efficiently protect virtual machines with our cloud backup service powered by...iSSAL
 
VMworld 2013: Part 1: Getting Started with vCenter Orchestrator
VMworld 2013: Part 1: Getting Started with vCenter Orchestrator VMworld 2013: Part 1: Getting Started with vCenter Orchestrator
VMworld 2013: Part 1: Getting Started with vCenter Orchestrator VMworld
 
Safe checkup - vmWare vSphere 5.0 22feb2012
Safe checkup - vmWare vSphere 5.0  22feb2012Safe checkup - vmWare vSphere 5.0  22feb2012
Safe checkup - vmWare vSphere 5.0 22feb2012M.Ela International Srl
 
Managing the HCI stack: A comparison of two approaches with Dell EMC VxRail a...
Managing the HCI stack: A comparison of two approaches with Dell EMC VxRail a...Managing the HCI stack: A comparison of two approaches with Dell EMC VxRail a...
Managing the HCI stack: A comparison of two approaches with Dell EMC VxRail a...Principled Technologies
 
VMware Overview
VMware OverviewVMware Overview
VMware OverviewMadhu Bala
 
Vmware training presentation
Vmware training presentationVmware training presentation
Vmware training presentationAmit Kapadia
 

What's hot (20)

VMware vSphere 6 & Horizon View 6.1 – What's New ?
VMware vSphere 6 & Horizon View 6.1 – What's New ?VMware vSphere 6 & Horizon View 6.1 – What's New ?
VMware vSphere 6 & Horizon View 6.1 – What's New ?
 
VMWARE ESX
VMWARE ESXVMWARE ESX
VMWARE ESX
 
VMware vCloud Director 1.5 - What's New
VMware vCloud Director 1.5  - What's NewVMware vCloud Director 1.5  - What's New
VMware vCloud Director 1.5 - What's New
 
What’s New in VMware vSphere 7?
What’s New in VMware vSphere 7?What’s New in VMware vSphere 7?
What’s New in VMware vSphere 7?
 
VMware Presentation
VMware PresentationVMware Presentation
VMware Presentation
 
VMware vCloud Suite
VMware vCloud SuiteVMware vCloud Suite
VMware vCloud Suite
 
Presentazione Corso VMware vSphere 6.5
Presentazione Corso VMware vSphere 6.5Presentazione Corso VMware vSphere 6.5
Presentazione Corso VMware vSphere 6.5
 
VMware vSphere5.1 Training
VMware vSphere5.1 TrainingVMware vSphere5.1 Training
VMware vSphere5.1 Training
 
Presentation v mware v-cloud director overview
Presentation   v mware v-cloud director overviewPresentation   v mware v-cloud director overview
Presentation v mware v-cloud director overview
 
VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...
VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...
VMware Tutorial For Beginners | VMware Workstation | VMware Virtualization | ...
 
V mware v sphere 5 fundamentals services kit
V mware v sphere 5 fundamentals services kitV mware v sphere 5 fundamentals services kit
V mware v sphere 5 fundamentals services kit
 
VMware vCloud Director Technisch Overzicht
VMware vCloud Director Technisch OverzichtVMware vCloud Director Technisch Overzicht
VMware vCloud Director Technisch Overzicht
 
VMware vSphere vMotion: 5.4 times faster than Hyper-V Live Migration
VMware vSphere vMotion: 5.4 times faster than Hyper-V Live MigrationVMware vSphere vMotion: 5.4 times faster than Hyper-V Live Migration
VMware vSphere vMotion: 5.4 times faster than Hyper-V Live Migration
 
Presentation v mware v-cloud director
Presentation   v mware v-cloud directorPresentation   v mware v-cloud director
Presentation v mware v-cloud director
 
Efficiently protect virtual machines with our cloud backup service powered by...
Efficiently protect virtual machines with our cloud backup service powered by...Efficiently protect virtual machines with our cloud backup service powered by...
Efficiently protect virtual machines with our cloud backup service powered by...
 
VMworld 2013: Part 1: Getting Started with vCenter Orchestrator
VMworld 2013: Part 1: Getting Started with vCenter Orchestrator VMworld 2013: Part 1: Getting Started with vCenter Orchestrator
VMworld 2013: Part 1: Getting Started with vCenter Orchestrator
 
Safe checkup - vmWare vSphere 5.0 22feb2012
Safe checkup - vmWare vSphere 5.0  22feb2012Safe checkup - vmWare vSphere 5.0  22feb2012
Safe checkup - vmWare vSphere 5.0 22feb2012
 
Managing the HCI stack: A comparison of two approaches with Dell EMC VxRail a...
Managing the HCI stack: A comparison of two approaches with Dell EMC VxRail a...Managing the HCI stack: A comparison of two approaches with Dell EMC VxRail a...
Managing the HCI stack: A comparison of two approaches with Dell EMC VxRail a...
 
VMware Overview
VMware OverviewVMware Overview
VMware Overview
 
Vmware training presentation
Vmware training presentationVmware training presentation
Vmware training presentation
 

Similar to Types of Virtualisation and High Available Server Infrastructure

Virtualization Questions
Virtualization QuestionsVirtualization Questions
Virtualization QuestionsTrupti Jethva
 
Processor Virtualization Comparison VMWare ESXi vs Microsoft Hyper-V
Processor Virtualization Comparison VMWare ESXi vs Microsoft Hyper-VProcessor Virtualization Comparison VMWare ESXi vs Microsoft Hyper-V
Processor Virtualization Comparison VMWare ESXi vs Microsoft Hyper-VBlesson Babu
 
Virtualization terminology
Virtualization terminologyVirtualization terminology
Virtualization terminologyZeno Idzerda
 
V terminology guide
V terminology guideV terminology guide
V terminology guideRizi Butt
 
Qinnova Cloud Computing Session
Qinnova Cloud Computing Session Qinnova Cloud Computing Session
Qinnova Cloud Computing Session aleyeldean
 
E-TECH.pptx
E-TECH.pptxE-TECH.pptx
E-TECH.pptxEthel80
 
Open source hypervisors in cloud
Open source hypervisors in cloudOpen source hypervisors in cloud
Open source hypervisors in cloudChetna Purohit
 
Virtualize All The Things!
Virtualize All The Things!Virtualize All The Things!
Virtualize All The Things!Sparkhound Inc.
 
Virtualization Everywhere
Virtualization EverywhereVirtualization Everywhere
Virtualization Everywherewebhostingguy
 
Mid term report
Mid term reportMid term report
Mid term reportlokesh039
 
V mwarev sphere5.1notes-v2
V mwarev sphere5.1notes-v2V mwarev sphere5.1notes-v2
V mwarev sphere5.1notes-v2karanamsaibabu
 
Virtualization VMWare technology
Virtualization VMWare technologyVirtualization VMWare technology
Virtualization VMWare technologysanjoysanyal
 
Introduction to Hyper-V
Introduction to Hyper-VIntroduction to Hyper-V
Introduction to Hyper-VMark Wilson
 
CISCO presentation used during the SWITCHPOINT NV/SA Quarterly Experience Day...
CISCO presentation used during the SWITCHPOINT NV/SA Quarterly Experience Day...CISCO presentation used during the SWITCHPOINT NV/SA Quarterly Experience Day...
CISCO presentation used during the SWITCHPOINT NV/SA Quarterly Experience Day...SWITCHPOINT NV/SA
 
Virtualize All the Things!
Virtualize All the Things!Virtualize All the Things!
Virtualize All the Things!David Pechon
 

Similar to Types of Virtualisation and High Available Server Infrastructure (20)

Virtualization Questions
Virtualization QuestionsVirtualization Questions
Virtualization Questions
 
Virtualization concepts in cloud computing
Virtualization concepts in cloud computingVirtualization concepts in cloud computing
Virtualization concepts in cloud computing
 
Processor Virtualization Comparison VMWare ESXi vs Microsoft Hyper-V
Processor Virtualization Comparison VMWare ESXi vs Microsoft Hyper-VProcessor Virtualization Comparison VMWare ESXi vs Microsoft Hyper-V
Processor Virtualization Comparison VMWare ESXi vs Microsoft Hyper-V
 
Virtualization & tipping point
Virtualization & tipping pointVirtualization & tipping point
Virtualization & tipping point
 
Virtualization terminology
Virtualization terminologyVirtualization terminology
Virtualization terminology
 
V terminology guide
V terminology guideV terminology guide
V terminology guide
 
Qinnova Cloud Computing Session
Qinnova Cloud Computing Session Qinnova Cloud Computing Session
Qinnova Cloud Computing Session
 
E-TECH.pptx
E-TECH.pptxE-TECH.pptx
E-TECH.pptx
 
Open source hypervisors in cloud
Open source hypervisors in cloudOpen source hypervisors in cloud
Open source hypervisors in cloud
 
Virtualize All The Things!
Virtualize All The Things!Virtualize All The Things!
Virtualize All The Things!
 
Virtualization Everywhere
Virtualization EverywhereVirtualization Everywhere
Virtualization Everywhere
 
Mid term report
Mid term reportMid term report
Mid term report
 
V mwarev sphere5.1notes-v2
V mwarev sphere5.1notes-v2V mwarev sphere5.1notes-v2
V mwarev sphere5.1notes-v2
 
Virtualization VMWare technology
Virtualization VMWare technologyVirtualization VMWare technology
Virtualization VMWare technology
 
Introduction to Hyper-V
Introduction to Hyper-VIntroduction to Hyper-V
Introduction to Hyper-V
 
CISCO presentation used during the SWITCHPOINT NV/SA Quarterly Experience Day...
CISCO presentation used during the SWITCHPOINT NV/SA Quarterly Experience Day...CISCO presentation used during the SWITCHPOINT NV/SA Quarterly Experience Day...
CISCO presentation used during the SWITCHPOINT NV/SA Quarterly Experience Day...
 
Virtualization
VirtualizationVirtualization
Virtualization
 
Virtualize All the Things!
Virtualize All the Things!Virtualize All the Things!
Virtualize All the Things!
 
incs775_lect6.ppt
incs775_lect6.pptincs775_lect6.ppt
incs775_lect6.ppt
 
Cloud Technology: Virtualization
Cloud Technology: VirtualizationCloud Technology: Virtualization
Cloud Technology: Virtualization
 

Recently uploaded

08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 

Recently uploaded (20)

08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 

Types of Virtualisation and High Available Server Infrastructure