<div dir="ltr" style="text-align: justify;">
<div dir="ltr" style="text-align: justify;">
<div dir="ltr" style="text-align: justify;">
<p>In this cloud tutorial we will discuss about the Hybrid Cloud Model, it is the mixture of public and private cloud. Non-critical activities are performed by public cloud while critical activities are performed by private cloud.</p>
<div class="separator" style="clear: both; text-align: center;"><img src="https://dineshonjava.com/wp-content/uploads/2014/04/111-1.png" border="0" /></div>
<h2><b>Benefits of Hybrid Cloud Model</b></h2>
<p><b>Scalable-</b><br />
It provides both the features of public and private cloud scalability.</p>
<p><b>Security-</b><br />
Private cloud in hybrid cloud ensures higher degree of security.</p>
<div id="ads-id" align="center"></div>
<p><b>Flexible and secure-</b><br />
It provides secure resources because of private cloud and scalable resources because of public cloud.</p>
<p><b>Cost effective-</b><br />
It is having less cost as compared to private cloud.</p>
<h2><b>Disadvantages of Hybrid Cloud Model</b></h2>
<p><b>Network Issue &#8211;</b><br />
Networking becomes complex due to presence of private and public cloud.</p>
<p><b>Security Compliance-</b><br />
It is necessary to ensure that cloud services are compliant with the security policies of an organization.<br />
<b><br />
</b> <b>Infrastructural Dependency-</b><br />
The hybrid cloud model is dependent on internal IT infrastructure, therefore it is necessary to ensure redundancy across data centers.</p>
</div>
<p> ;</p>
</div>
<p> ;</p>
<div style="background-color: pink; border-width: thin; text-align: center;"><b><;<;<a href="https://dineshonjava.com/2014/04/private-cloud.html#.U1NXpVerPCs">Previous</a> <;<; || <a href="https://dineshonjava.com/2014/04/cloud-computing-tutorial.html">Index </a>|| >;>;<a href="https://dineshonjava.com/2014/04/community-cloud-model-in-cloud-computing.html">Next</a> >;>;</b></div>
</div>
<div class="wp-post-navigation"> 
									 <div class="wp-post-navigation-pre"> 
									 <a href="https://dineshonjava.com/private-cloud/">Previous</a> 
									 </div> 
									 <div class="wp-post-navigation-next"> 
									 <a href="https://dineshonjava.com/community-cloud-model-in-cloud-computing/">Next</a> 
									 </div> 
									</div>
<script type="text/javascript">
jQuery(document).ready(function($) {
 $.post('https://dineshonjava.com/wp-admin/admin-ajax.php', {action: 'mts_view_count', id: '201'});
});
</script>
Strategy Design Patterns We can easily create a strategy design pattern using lambda. To implement…
Decorator Pattern A decorator pattern allows a user to add new functionality to an existing…
Delegating pattern In software engineering, the delegation pattern is an object-oriented design pattern that allows…
Technology has emerged a lot in the last decade, and now we have artificial intelligence;…
Managing a database is becoming increasingly complex now due to the vast amount of data…
Overview In this article, we will explore Spring Scheduler how we could use it by…