<div dir="ltr" style="text-align: justify;">
<div dir="ltr" style="text-align: justify;">
<p>Whenever we are talking about cloud computing then there are two components come into picture 1. Front end and 2. Back end. They are connected to each other through internet. The front end is the side the computer user, or client, sees. The back end is the &#8220;cloud&#8221; section of the system.</p>
<div class="separator" style="clear: both; text-align: center;"><img src="https://dineshonjava.com/wp-content/uploads/2014/04/111-9.png" border="0" /></div>
<h2>Cloud client platforms-Front End</h2>
<p>The front end includes the client&#8217;s computer (or computer network) and the application required to access the cloud computing system. Not all cloud computing systems have the same user interface.</p>
<h2>Cloud storage-Back End</h2>
<p>On the back end of the system are the various computers, servers and data storage systems that create the &#8220;cloud&#8221; of computing services.</p>
<div id="ads-id" align="center"></div>
<p>A central server administers the system, monitoring traffic and client demands to ensure everything runs smoothly. It follows a set of rules called protocols and uses a special kind of software called middle-ware. Middle-ware allows networked computers to communicate with each other. Most of the time, servers don&#8217;t run at full capacity. That means there&#8217;s unused processing power going to waste. It&#8217;s possible to fool a physical server into thinking it&#8217;s actually multiple servers, each running with its own independent operating system. The technique is called server virtualization. By maximizing the output of individual servers, server virtualization reduces the need for more physical machines.</p>
<h2>Important Points</h2>
<ol style="text-align: left;">
<li>It is the responsibility of the back end to provide built-in security mechanism, traffic control and protocols.</li>
<li>The server employs certain protocols, known as middleware, helps the connected devices to communicate with each other.</li>
</ol>
<p>References<br />
1. http://en.wikipedia.org/wiki/Cloud_computing_architecture</p>
</div>
<p> ;</p>
<div style="background-color: pink; border-width: thin; text-align: center;"><b><;<;<a href="https://dineshonjava.com/2014/04/disadvantages-of-cloud-computing.html">Previous</a> <;<; || <a href="https://dineshonjava.com/2014/04/cloud-computing-tutorial.html">Index </a>|| >;>;<a href="https://dineshonjava.com/2014/04/cloud-infrastructure-components.html">Next</a> >;>;</b></div>
<p> ;</p>
</div>
<div class="wp-post-navigation"> 
									 <div class="wp-post-navigation-pre"> 
									 <a href="https://dineshonjava.com/how-does-cloud-computing-work/">Previous</a> 
									 </div> 
									 <div class="wp-post-navigation-next"> 
									 <a href="https://dineshonjava.com/cloud-infrastructure-components/">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: '210'});
});
</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…