Understanding Public, Private, and Hybrid Cloud: Key Differences, Use Cases, and Decision Factors – ITU Online IT Training

Understanding Public, Private, and Hybrid Cloud: Key Differences, Use Cases, and Decision Factors

Ready to start learning? Individual Plans →Team Plans →

Choosing between public cloud, private cloud, and hybrid cloud is not a branding exercise. It is a decision about who controls the infrastructure, how fast you can scale, what you pay for, and how much risk your team is willing to carry.

Featured Product

CompTIA Cloud+ (CV0-004)

Learn practical cloud management skills to restore services, secure environments, and troubleshoot issues effectively in real-world cloud operations.

Get this course on Udemy at the lowest price →

Quick Answer

Public cloud delivers shared, provider-owned cloud computing over the internet; private cloud dedicates cloud infrastructure to one organization; and hybrid cloud combines both with policy-driven integration. The right cloud deployment model depends on workload sensitivity, compliance requirements, cost, and operational control, not just size or industry.

Definition

Cloud computing is the on-demand delivery of computing resources such as storage, servers, networking, and software through a pay-as-you-go model. In practical terms, it lets teams provision capacity when they need it instead of buying and managing everything up front.

Primary ModelsPublic cloud, private cloud, and hybrid cloud
Core QuestionWhich cloud deployment model best fits the workload, risk profile, and budget as of May 2026?
Public Cloud AppealFast provisioning, elastic scale, and low upfront investment as of May 2026
Private Cloud AppealDedicated control, customization, and governance as of May 2026
Hybrid Cloud AppealFlexible workload placement across environments as of May 2026
Key TradeoffSimplicity versus control versus flexibility
Common Decision FactorsSecurity, compliance, performance, cost, and operational maturity

What Is Public Cloud?

Public cloud is cloud infrastructure owned and operated by a third-party provider and delivered over the internet to multiple customers. Each customer uses an isolated environment, but the underlying hardware, networking, and platform services are shared across the provider’s estate.

This model is popular because it removes the burden of buying servers and building data center capacity for every new project. Teams can spin up virtual machines, object storage, managed databases, and serverless functions in minutes, then shut them down when they are no longer needed.

How the shared model works

Shared infrastructure does not mean shared data. Providers logically separate tenant environments with identity controls, network segmentation, encryption, and service boundaries. That is why a company can run a production application on the same public cloud region as another organization without exposing either tenant’s workloads to the other.

  • Virtual machines provide on-demand compute for application servers, test environments, and temporary workloads.
  • Object storage holds backups, images, logs, and unstructured data at low cost.
  • Managed databases reduce the need to patch and tune database engines manually.
  • Serverless functions let teams run code only when triggered by events or API calls.

Major public cloud providers such as AWS®, Microsoft®, and Google Cloud also bring regional presence, service catalogs, and integrations that small teams would struggle to replicate on their own. That ecosystem matters when you need global reach, identity integration, or ready-made security and analytics services.

Public cloud is easiest to justify when speed matters more than fixed infrastructure ownership.

Common use cases include startups, development and test environments, web applications, mobile backends, analytics sandboxes, and burst workloads that spike unpredictably. The main appeal is simple: you can provision quickly, pay for what you use, and avoid large capital investment at the start.

Pro Tip

Public cloud is often the right answer for teams that need speed, global availability, and short-lived environments, but it only stays cost-effective if you actively govern storage, data transfer, and idle resources.

What Is Private Cloud?

Private cloud is cloud infrastructure dedicated to a single organization. Unlike public cloud, the environment is not shared with outside customers, which gives the organization much more direct control over security policy, architecture, and performance tuning.

Private cloud can be hosted on-premises in a corporate data center, in a colocated facility, or in a managed private cloud environment run by a service provider. The key detail is ownership of tenancy: the environment is built for one organization and one set of operating rules.

Where private cloud shows up in practice

Enterprises often build private clouds with virtualization and orchestration stacks that pool compute, network, and storage into an internal service catalog. Common building blocks include hypervisors, software-defined networking, automated provisioning, and policy-based access control.

  • Virtualization creates many logical servers from a smaller set of physical hosts.
  • Orchestration automates provisioning, scaling, and lifecycle management.
  • Software-defined networking helps segment traffic and apply policy consistently.
  • Centralized logging and identity controls support governance and auditability.

Organizations with strict regulatory, security, or performance requirements often prefer private cloud because they want direct oversight of the hardware, firmware, network paths, and administrative boundaries. That is especially common in finance, healthcare, defense-adjacent work, and any environment where internal policy requires tight control over data placement.

The tradeoff is real. Private cloud usually means higher setup complexity, more staffing, more maintenance, and stronger dependence on in-house operational skill. If you want control, you pay for it in money, time, and expertise.

Private cloud is not automatically “safer”; it is simply more directly governed by the organization that runs it.

For professionals studying practical cloud operations in the CompTIA Cloud+ (CV0-004) course, private cloud is where you learn the cost of missed patching, poor capacity planning, and weak automation. Those are the problems that show up when the cloud team also owns the metal.

What Is Hybrid Cloud?

Hybrid cloud is a mix of public and private cloud environments connected by orchestration, networking, identity, and policy integration. It is not just “using both.” It is the deliberate design of two environments so workloads can move, sync, or interact based on performance, cost, compliance, or resilience requirements.

A common hybrid pattern keeps sensitive databases, identity systems, or legacy applications in a private cloud while customer-facing web tiers, analytics jobs, or burst capacity run in the public cloud. That lets teams balance control and flexibility without forcing every workload into the same model.

How hybrid cloud is used

Hybrid cloud is often chosen for disaster recovery, cloud bursting, legacy modernization, and data residency constraints. It is especially useful when the organization cannot move everything at once because the application portfolio contains old dependencies, licensing constraints, or data handling rules.

  1. Place sensitive workloads in the private environment where governance is tighter.
  2. Use public cloud for variable demand, external applications, or temporary scale.
  3. Connect environments with secure networking, shared identity, and monitoring.
  4. Apply policy consistently so access, logging, and retention do not drift.
  5. Move workloads gradually as modernization efforts reduce technical debt.

The biggest challenge is consistency. When teams manage two environments, they have to keep identity, monitoring, security baselines, and change control aligned. That is why hybrid cloud is usually a transition strategy or an architecture choice for specific business needs, not a default “best of both worlds” answer.

Warning

Hybrid cloud fails when organizations treat it like a simple extension of public cloud. Without consistent policy, network design, and operational ownership, the result is duplicated effort and blind spots.

How Does Public, Private, and Hybrid Cloud Work?

Each cloud deployment model works by distributing responsibility differently between the organization and the provider. The model you choose changes who provisions resources, who patches infrastructure, who controls the network path, and who enforces policy.

Public cloud mechanism

In public cloud, the provider operates the physical facilities, hosts the infrastructure, and exposes services through a portal, API, or command-line tools. Customers create logical resources such as instances, buckets, databases, and networks inside their own tenant boundaries.

Private cloud mechanism

In private cloud, the organization owns or exclusively controls the environment. The internal cloud platform team automates provisioning and governance so business units can request resources on demand without manually building every server.

Hybrid cloud mechanism

In hybrid cloud, the environments stay distinct but interoperable. Secure links, identity federation, policy engines, and centralized observability let teams move data or workloads between public and private resources when business rules require it.

  1. Request a workload through a portal or automation pipeline.
  2. Provision the resources in the selected environment.
  3. Attach policy for access, encryption, logging, and segmentation.
  4. Monitor performance and usage to keep the workload stable and cost-controlled.
  5. Adjust placement when compliance, traffic, or cost changes.

That process sounds simple, but the operational quality behind it determines whether cloud is a business advantage or an expensive mess. The difference is usually automation, governance, and visibility.

What Are the Key Components of Cloud Deployment Models?

The terms public, private, and hybrid cloud describe more than location. They also imply a set of technical components that determine how the environment behaves in real life. If you understand the components, you can compare cloud types without getting lost in vendor language.

Compute
Processing resources such as virtual machines, containers, or bare-metal servers that run applications and services.
Storage
Persistent data services including block storage, file storage, and object storage for applications, logs, and backups.
Networking
Routing, switching, segmentation, load balancing, DNS, and secure connectivity between users, services, and environments.
Identity and access management
Authentication and authorization controls that determine who can access what, from where, and under which conditions.
Automation and orchestration
Tools and pipelines that deploy, scale, patch, and retire resources without manual ticket-driven work.
Monitoring and logging
Telemetry that shows availability, performance, security events, and usage patterns across the environment.

These components map directly to operational issues. For example, poor IAM creates security risk, weak networking slows applications, and bad automation creates drift between environments. That is why cloud architecture discussions must go beyond “public versus private” and look at the control plane underneath.

For reference, NIST cloud guidance is a useful way to frame these building blocks, especially when comparing architecture against governance and security requirements.

Public Cloud vs Private Cloud: Core Differences

Public cloud and private cloud differ most in ownership, scale, and operating responsibility. Public cloud is provider-managed infrastructure delivered to many customers; private cloud is dedicated infrastructure controlled by one organization.

Ownership and control Public cloud shifts infrastructure ownership to the provider; private cloud keeps the environment dedicated to one organization.
Scalability Public cloud usually scales faster; private cloud requires capacity planning, hardware procurement, and refresh cycles.
Cost structure Public cloud reduces entry cost with consumption billing; private cloud demands larger upfront and ongoing investment.
Security and compliance Both can be secure, but private cloud gives more direct governance and may simplify some audit requirements.
Customization and tuning Private cloud usually allows deeper tailoring for special workloads, niche hardware, or strict network design.

The practical difference is operational burden. In public cloud, the provider handles most infrastructure maintenance, while your team focuses on configuration, identity, workload security, and cost control. In private cloud, your team owns much more of the stack, including patching, hardware lifecycle management, and capacity planning.

That is why cloud types are not interchangeable. A startup with a marketing application and seasonal traffic spikes usually benefits from public cloud. A regulated enterprise with fixed internal systems and custom appliance requirements may choose private cloud to preserve control.

For teams asking about public vs private vs hybrid cloud in a certification context, this is the part that matters most: architecture choice is a business and operations decision, not a purely technical preference.

Public Cloud vs Hybrid Cloud: Core Differences

Public cloud is a single external environment, while hybrid cloud spans multiple environments and connects them through policy and networking. Public cloud is simpler to begin with; hybrid cloud is more flexible once the operating model is mature.

Public cloud is often the easier path for new projects because teams can deploy quickly and avoid cross-environment integration work. Hybrid cloud adds complexity in exchange for workload placement choices, data locality, and resilience options.

  • Simplicity: Public cloud wins because there is only one primary environment to govern.
  • Flexibility: Hybrid wins because workloads can stay private, burst public, or replicate across both.
  • Migration strategy: Hybrid supports phased modernization instead of a cutover that risks business disruption.
  • Governance: Hybrid requires stronger identity, synchronization, and policy enforcement across boundaries.

Public cloud may be enough when the workload is internet-facing, the data is not highly sensitive, and the business values speed over architectural nuance. Hybrid cloud becomes necessary when data residency, legacy dependencies, business continuity, or regulatory requirements make a single-environment model too limiting.

One way to think about hybrid cloud is that it solves constraints public cloud alone cannot solve. It is not inherently better; it is better when the organization has a real reason to keep some capabilities outside the public environment.

Private Cloud vs Hybrid Cloud: Core Differences

Private cloud is a dedicated environment, while hybrid cloud is an integration model that combines private and public resources. A private cloud can absolutely be one part of a hybrid design, but hybrid adds an extra layer of orchestration and governance across environments.

That difference affects flexibility. Private cloud gives control inside a single environment. Hybrid cloud gives more deployment options, because workloads can be placed where they make the most sense from cost, compliance, latency, or resilience perspectives.

  • Control: Private cloud favors direct governance and uniform internal standards.
  • Flexibility: Hybrid offers more placement options and gradual migration paths.
  • Management overhead: Hybrid adds networking, identity, monitoring, and policy overhead across environments.
  • Modernization: Hybrid helps legacy systems coexist with new cloud-native services.

Private cloud is often chosen because an organization wants control first. Hybrid cloud is often chosen because the organization wants balance first. That balance may involve retaining older systems in the private environment while moving customer-facing or variable workloads to public cloud.

If you are mapping cloud deployment models to operational reality, this is the key distinction: private cloud answers “how do we control our own platform,” while hybrid cloud answers “how do we coordinate two different platforms without losing governance?”

What Role Do Public, Private, and Hybrid Cloud Play in Security and Compliance?

Security in cloud is not determined by the model alone. The shared responsibility model means the provider and the customer each own different parts of security, and the split changes depending on whether you are using public, private, or hybrid cloud.

Data sensitivity, encryption, access controls, segmentation, and audit logging matter in every model. A public cloud workload can be secure and compliant if configured properly, and a private cloud workload can still be exposed if governance is weak.

Regulatory requirements often drive model selection. Standards and frameworks such as NIST Cybersecurity Framework, HIPAA, GDPR, and PCI DSS all affect how data is protected, retained, and monitored. In many cases, the requirement is not “use private cloud” but “demonstrate that the control environment is defensible.”

Compliance is an operational outcome, not a hosting model.

Governance issues show up fast in hybrid cloud because teams must keep identity, retention, monitoring, incident response, and policy enforcement consistent across different platforms. That is where misconfiguration becomes expensive. One weak control plane can undermine the entire design.

For cloud professionals, this is where CISA guidance and NIST publications help because they emphasize practical controls: least privilege, logging, segmentation, recovery planning, and configuration management. Those controls matter regardless of whether the workload runs in a public, private, or hybrid model.

How Do Cost and Performance Compare Across Cloud Types?

Public cloud usually wins on entry cost because you avoid large hardware purchases and pay only for consumption. That is attractive for new applications, prototypes, and variable demand, but it is not free from hidden costs.

Public cloud cost grows with storage retention, data transfer, premium managed services, and idle resources that nobody decommissions. In other words, a small environment can become expensive when usage is not actively governed.

Private cloud cost drivers

Private cloud shifts spending into capital and operational categories. You pay for hardware procurement, rack space, power, cooling, staffing, maintenance, support contracts, and refresh cycles. The direct bill may look predictable, but the full cost of ownership can be high if utilization is low.

Hybrid cloud cost balancing

Hybrid cloud tries to place workloads where they are most economical. Stable internal systems may stay private, while bursty external workloads use public cloud to absorb demand without forcing permanent capacity purchases.

  • Latency: Local private environments can reduce latency for nearby users or plant-floor systems.
  • Geographic reach: Public cloud regions help distribute applications globally.
  • Workload specialization: Private cloud can support specialized hardware or tuned performance profiles.
  • Elasticity: Public cloud is still the best model for sudden scale-up requirements.

The cheapest model on paper is not always the best model in practice. Once you include reliability, staff time, compliance work, and remediation effort, the “best” choice is the one that fits the workload and the operating team.

For cost governance and cloud financial operations, many organizations also evaluate FinOps platform for tagging and chargeback workflows, because usage visibility and allocation discipline matter regardless of cloud type. That is where cloud platforms and financial accountability meet.

Relevant industry data supports the point that cloud economics are real but not automatic. The U.S. Bureau of Labor Statistics continues to track strong demand for cloud-adjacent roles, while vendor pricing and operational guidance from AWS Pricing and Microsoft Azure Pricing show how quickly recurring service charges can add up as of May 2026.

How Do You Choose the Right Cloud Model?

The right cloud model is the one that matches the workload, not the one that sounds most modern. Start with the application, the data, and the operating constraints, then work backward to the platform.

Workload sensitivity is the first filter. If the workload handles highly sensitive data, strict residency rules, or tightly controlled internal processes, private or hybrid cloud may be the better fit. If the workload is public-facing and highly variable, public cloud often wins.

  1. Assess the workload for sensitivity, traffic variability, and latency requirements.
  2. Review compliance obligations including audit evidence, retention, and residency rules.
  3. Evaluate operational maturity in automation, monitoring, incident response, and IAM.
  4. Compare short-term and long-term cost, not just migration cost.
  5. Map dependencies so you know which systems must move together.
  6. Decide placement based on business priorities and technical constraints.

Capacity planning becomes critical if you are leaning toward private cloud. Public cloud can absorb demand spikes faster, while private environments need enough headroom to meet peak loads without overbuying hardware.

Key Takeaway

Choose public cloud for speed and elasticity, private cloud for control and dedicated governance, and hybrid cloud when the business needs both models to coexist.

If your organization already runs mixed cloud platforms, the decision framework should also include application modernization goals. Legacy systems with hard dependencies may stay private for now, while newly built services move to public cloud. That staged approach reduces risk and prevents unnecessary rewrites.

For professionals in operations roles, the CompTIA Cloud+ (CV0-004) course is useful here because it reinforces practical decision-making around restoration, troubleshooting, and secure service management. Those skills matter more than cloud branding.

What Are the Most Common Mistakes and Misconceptions?

One common mistake is assuming public cloud is always cheaper. It is not. Public cloud is often cheaper to start, but ongoing usage, storage growth, and data transfer can make it more expensive than expected.

Another misconception is that private cloud automatically means better security or performance. Private cloud can improve governance and tailoring, but only if the organization has the skill, process, and tooling to manage it well. Without that, the environment can become expensive and underprotected.

Hybrid cloud is also misunderstood. It is not just “doing both.” A real hybrid cloud architecture requires integration across identity, networking, logging, patching, and policy. If those are not coordinated, the result is two separate clouds with extra complexity and little strategic value.

  • Ignoring data transfer costs can destroy the expected savings of public cloud.
  • Underestimating operational complexity leads to alert fatigue and configuration drift.
  • Overlooking vendor lock-in can make future moves slower and more expensive.
  • Moving workloads without redesigning them often just recreates old problems in a new place.

There is also a governance mistake that shows up repeatedly: teams migrate the infrastructure but keep the old operating model. Cloud works best when architecture, security, and operations are adapted to cloud conditions instead of copied from the data center.

That is why continuous optimization matters. Cloud choice is not a one-time decision. Workloads change, regulatory pressure changes, traffic patterns change, and the right deployment model can change with them.

For broader workforce context, BLS computer and information technology outlook data continues to show strong demand for professionals who can manage infrastructure, security, and operations across cloud types as of May 2026.

Key Takeaway

  • Public cloud is best when speed, elasticity, and low upfront cost matter most.
  • Private cloud is best when dedicated control, customization, and governance matter most.
  • Hybrid cloud is best when the organization needs both environments to work together.
  • Security and compliance depend on configuration and process, not the deployment model alone.
  • The best cloud decision comes from workload analysis, not vendor hype.

Real-World Examples of Public, Private, and Hybrid Cloud

Public cloud shows up in companies that need scale fast. A startup launching a customer app on AWS, Microsoft Azure, or Google Cloud often uses managed databases, object storage, and auto-scaling compute so the team can focus on product delivery instead of hardware procurement.

A second public cloud example is a seasonal e-commerce site. Traffic may stay modest most of the year, then spike dramatically during a holiday sale. Public cloud handles that spike more efficiently than a permanently oversized private environment.

Private cloud example

Private cloud is common in enterprises that run sensitive internal systems with strict governance. A healthcare organization may keep patient-related systems in a dedicated private environment to maintain tighter administrative control, especially when internal compliance and audit requirements are complex.

Another private cloud example is a financial services firm that wants specific network segmentation, custom storage performance, or internal control over administrative access. The model gives them direct oversight, but only if the team is prepared to maintain it.

Hybrid cloud example

Hybrid cloud is visible in organizations modernizing legacy applications. A manufacturer may keep plant operations and core data in a private cloud while running analytics, customer portals, or disaster recovery in public cloud. That balances local control with flexible scale.

Hybrid is also common for Disaster Recovery scenarios. A company may replicate critical workloads to public cloud so a private site outage does not stop operations. In that case, the hybrid model is part of business continuity, not just architecture preference.

These examples matter because they show that cloud types are chosen for business reasons. The right model depends on whether the workload is stable or volatile, sensitive or public, legacy or modern, local or distributed.

Where Do Cloud Skills Fit Into This Decision?

Cloud model selection is an operations skill, not just an architecture concept. Teams need people who can troubleshoot connectivity, restore services, secure environments, and understand the tradeoffs between cloud deployment models.

That is where practical training matters. If a system fails in public cloud, the fix may involve IAM policy, security groups, service quotas, DNS, or managed service limits. If the same system fails in private or hybrid cloud, the issue may also include hypervisor faults, storage contention, firmware, or interconnect problems.

Professionals who work with cloud platforms should understand how to diagnose failures across public vs private vs hybrid cloud without assuming the platform is the root cause. In many cases, the root cause is policy drift, poor monitoring, or a design that was never mapped to the actual workload.

CompTIA Cloud+ (CV0-004) aligns well with that kind of work because it focuses on real operational skills. The point is not to memorize a vendor menu. The point is to keep services running and recover them when they do not.

Featured Product

CompTIA Cloud+ (CV0-004)

Learn practical cloud management skills to restore services, secure environments, and troubleshoot issues effectively in real-world cloud operations.

Get this course on Udemy at the lowest price →

Conclusion

Public cloud gives you rapid scale and low upfront cost. Private cloud gives you dedicated control and stronger internal governance. Hybrid cloud gives you flexibility by letting both environments work together.

There is no universal winner among cloud types. The best cloud deployment model depends on cost, security, compliance, scalability, performance, and operational control. That is why smart organizations evaluate each workload individually instead of picking a model because it sounds modern.

The practical takeaway is simple: many organizations succeed by combining models strategically. Public cloud handles burst and external demand, private cloud protects sensitive or specialized systems, and hybrid cloud connects the two when business needs require it.

If you are building cloud skills for real operations work, keep focusing on architecture tradeoffs, troubleshooting discipline, and governance. Those are the decisions that separate a stable cloud environment from an expensive one.

CompTIA®, Cloud+™, AWS®, Microsoft®, and Google Cloud are trademarks or registered trademarks of their respective owners.

[ FAQ ]

Frequently Asked Questions.

What are the main differences between public, private, and hybrid clouds?

Public clouds are cloud services offered by third-party providers over the internet, providing shared resources to multiple organizations. They are typically cost-effective, scalable, and easy to deploy, making them suitable for startups and small to medium-sized businesses.

Private clouds, on the other hand, are dedicated to a single organization and can be hosted on-premises or in a dedicated data center. They offer greater control, security, and customization, which is essential for organizations with strict compliance requirements or sensitive data.

What are common use cases for each type of cloud deployment?

Public clouds are ideal for workloads requiring rapid scaling, such as web hosting, application development, and testing environments. They are also suitable for companies seeking cost-effective solutions without heavy infrastructure investment.

Private clouds are often used for mission-critical applications, sensitive data management, and compliance-heavy industries like finance and healthcare. They provide enhanced security and control, making them suitable for workloads with strict regulatory requirements.

What factors should influence the decision between public, private, and hybrid cloud?

Key factors include security needs, compliance requirements, budget constraints, and scalability demands. If data security and regulatory compliance are top priorities, a private or hybrid cloud might be preferable.

Operational flexibility and cost are also crucial. Public clouds offer quick deployment and pay-as-you-go pricing, while private clouds require higher upfront investment but provide more control. Hybrid clouds combine these aspects, allowing organizations to tailor their approach.

What misconceptions exist about public, private, and hybrid clouds?

A common misconception is that public clouds are inherently insecure; in reality, reputable providers implement robust security measures, making them suitable for many sensitive workloads.

Another misconception is that private clouds are always more expensive than public clouds. While private clouds may involve higher initial costs, they can be more cost-effective over time for certain workloads that demand consistent, high-security resources.

How does a hybrid cloud facilitate seamless integration of public and private environments?

Hybrid cloud architectures leverage policy-driven integration, enabling workloads to move between public and private clouds based on performance, security, or cost considerations. This flexibility allows organizations to optimize resource utilization and maintain control over sensitive data.

Integration tools such as orchestration platforms and secure connectivity solutions help ensure interoperability, security, and management across different cloud environments. This approach provides a balanced solution that adapts to evolving business needs and regulatory landscapes.

Related Articles

Ready to start learning? Individual Plans →Team Plans →
Discover More, Learn More
Comparing Cloud Deployment Models: IaaS Vs. PaaS Discover the key differences between IaaS and PaaS cloud deployment models to… Comparing Cloud Deployment Models: IaaS Vs. PaaS Vs. SaaS Discover the key differences between IaaS, PaaS, and SaaS to make informed… Understanding Blockchain Types: Public, Private, and Permissioned Discover the key differences between public, private, and permissioned blockchains and learn… AWS Cloud Practitioner Pass Rate : Understanding the Key Factors for Success and Exam Passing Score Discover key insights into AWS Cloud Practitioner exam success factors and how… Penetration Testing Vs Vulnerability Scanning: Key Differences, Use Cases, And Best Practices Learn the key differences between penetration testing and vulnerability scanning to improve… Understanding Agile And Hybrid Approaches In PMBOK® 8 For PMP Success Learn how to leverage agile and hybrid approaches in PMBOK® 8 to…