Monday, October 16, 2017

Cloud Computing




Cloud computing traces its origins back to the 1960s, when the computer industry recognized the potential benefits of delivering computing as a service or a utility. But due to the lack of connectivity and the bandwidths in implementing the computing as a service It wasn't became practical. But withthe broad availability of internet bandwidth in the late 1990s the computing as a service bacame more practcal.


Cloud computing, Finally this can be generally define as delivery of hosted services over the internet.This is a computing paradigm, where a large pool of systems are connected in private or public networks, to provide dynamically scalable infrastructure for application, data and file storage. Applications such as e-mail,web conferencing,Customer relationship management(CRM) is run on cloud.

There are 03 types of clouds namely private, public and hybrid.Enterprises can choose to deploy applications from these 03.
These Cloud Integrators can play a vital part in determining the right cloud path for each organization. 

Private Cloud:

Private clouds are built exclusive for a single enterprise. Here the services are delivered from a business's data center to internal users.
Example:HP Data Centers
There are 02 variations to a private cloud.

01)On-premise Private Cloud: Also it is known as internal clouds and these are hosted within one‟s own data center. This model provides a more standardized process and protection, but is limited in aspects of size and scalability.For the applications which require complete control and configurability of the infrastructure and security this is best suited service.
02)Externally hosted Private Cloud: This type of private cloud is hosted externally with a cloud provider, where the provider facilitates an exclusive cloud environment with full guarantee of privacy. This is best suited for enterprises that don‟t prefer a public cloud due to sharing of physical resources

Public cloud: 

This is a third-party cloud service provider and delivers the cloud service over the internet.Example:Amazon

Hybrid Cloud:

This is a combination of public cloud services and an on-premises private cloud.This integrated cloud service utilize to perform distinct functions within the same organization. In an organization with hybrid cloud can maximize their efficiencies by employing public cloud services for all sensitive operations.
Example:ERP in private Cloud
Sales & Email on public

Cloud computing is a practical approach to experience direct cost benefits for both the business and the end user. And it has the potential to transform a data center from a capital-intensive set up to a variable priced environment.With the advent of this technology, the cost of computation, application hosting, content storage and delivery is reduced significantly.

Though these can be identified as the benefits of using this amazing technology.

-It reduce the complexity of the networks
-Do not have to buy software lisences.
-Cloud providers that have specialized in a particular area(such as e-mail) 
-can bring advanced services that a single company might not be able to afford or develop.
-informations at cloud are not easily lost also the unlimited storage capacity.
-Scalibility, reliability and efficiency

As the advantages there are disadvantages also to identify in cloud computing.

-This technology requires a constant internet connection
-Also not work well with low-speed connections
-Without the internet connection you cannot access atleast your own documet.
-Lack of control and there may be a challenge in the security and the privacy of Data.

Cloud services will demand expertise in distributed services, procurement, risk assessment and service negotiation areas that many enterprises are only modestly equipped to handle.In the next article we will look in to the services of the cloud computing.                         

Sunday, August 13, 2017

Using HTML in creating Web pages.(Basics)

Hyper Text Markup Language(HTML)is a markup language used to create web pages and display other information through the web browser. It is not a programming Language and it is just a markup language. And it is consists of various markup tags.
When creating web pages we can use HTML editing software such asNotepad++, Sublime text,Brackes, Net beans,Microsoft visual studio community.HTML tags are used to create web pages using HTML.(ex:,)HTML tags are using inside the angle brackets.(<>). The HTML tags are using as couples. If we open a tag(Opening tag) the tag must be closed in descending order. Descending order means when we open a tag inside another tag. First we have to close the inside tag.It can be clearly clarify using the example.
To save HTML files we use the extension .html or .htm
Further let's look on to some basic elements we can use in creating web pages in window operating system.<head> <title> and <body> tags can be considered as the most important tags in HTML. <head> element contain the metadata.<title> can be considered as the most important part in the <head> tag.<title>tag is demonstrated on the title bar of the browser. The content of the web page is inside the<body> tag.
Heading Tag )and (<body>) tags can be considered as the most important tags in HTML. (<title>) can be considered as the most important part in the <head> tag.(<title>) tag is demonstrated on the title bar of the browser. The content of the web page is inside the(<body>) tag.</p> <div class="separator" style="clear: both; text-align: center;"> <a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtJGdfsBbLcx2w0EQFPnyKT9Ac1pvkm1nRFQ2lVyNssvNgdD2RxsuVG5qXUHSt5v8r1Pf9rVEGiEVZI23piI4SarkJ_Y0_lXQv8x5GZ66IG43LPdd2CHnHyIYlkrE-amHXs1UXzTLyci0/s1600/Capture2.PNG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtJGdfsBbLcx2w0EQFPnyKT9Ac1pvkm1nRFQ2lVyNssvNgdD2RxsuVG5qXUHSt5v8r1Pf9rVEGiEVZI23piI4SarkJ_Y0_lXQv8x5GZ66IG43LPdd2CHnHyIYlkrE-amHXs1UXzTLyci0/s320/Capture2.PNG" width="320" height="170" data-original-width="378" data-original-height="201" /></a></div>

In HTML headings are defined with the <h1> to<h6> tags.


<h1> defines the most important heading while <h6> defines the least important heading.



Paragraph Tag

The paragraph is defined by the tag <p>.