Cloudssssss
Cloudssssss
Here are a few of the things you can do with the cloud:
Most cloud computing services fall into three broad categories: infrastructure as a
service (IaaS), platform as a service (PaaS) and software as a service (Saas). These are
sometimes called the cloud computing stack, because they build on top of one
another. Knowing what they are and how they are different makes it easier to
accomplish your business goals.
Infrastructure-as-a-service (IaaS)
The most basic category of cloud computing services. With IaaS, you rent IT
infrastructure—servers and virtual machines (VMs), storage, networks, operating
systems—from a cloud provider on a pay-as-you-go basis. To learn more, see What
is IaaS?
Not all clouds are the same. There are three different ways to deploy cloud
computing resources: public cloud, private cloud and hybrid cloud.
Public cloud
Public clouds are owned and operated by a third-party cloud service provider, which
deliver their computing resources like servers and storage over the Internet.
Microsoft Azure is an example of a public cloud. With a public cloud, all hardware,
software and other supporting infrastructure is owned and managed by the cloud
provider. You access these services and manage your account using a web browser.
Google App Engine,Microsoft Windows Azure,IBM Smart Cloud,Amazon EC2
Private cloud
Hybrid cloud
Hybrid clouds combine public and private clouds, bound together by
technology that allows data and applications to be shared between them. By
allowing data and applications to move between private and public clouds, hybrid
cloud gives businesses greater flexibility and more deployment options. Windows
Azure (capable of Hybrid Cloud)
VMware vCloud (Hybrid Cloud Services)
Community cloud
The cloud infrastructure is shared by several organizations and supports a specific
community that has shared concerns (e.g., mission, security requirements, policy,
and compliance considerations). Government departments, universities, central
banks etc.
Google Apps for Government
Microsoft Government Community Cloud
EUCALYPTUS” stands for Elastic Utility Computing Architecture For Linking Your
Programs
To Useful Systems”
Explain what is the use of “EUCALYPTUS” in cloud computing?
“Eucalyptus” is an open source software infrastructure in cloud computing, which is
used to
implement clusters in cloud computing platform. It is used to build public, hybrid and
private
clouds. It has the ability to produce your own data center into a private cloud and
allows you to
use its functionality to many other organizations.
AZURE
What is azure
Why azure
Organisations all over the world recognise Azure over AWS as the most trusted cloud,
because it offers:
Magnetism Affected? An SSD is safe from any Magnets can erase data
effects of magnetism
Standard Storage is backed by HDDs, and delivers cost-effective storage while still being
performant. Standard storage can be replicated locally in one datacenter, or be geo-
redundant with primary and secondary data centers.
Unmanaged disks
The original method is to use unmanaged disks. In an unmanaged disk, you
manage the storage accounts that you use to store the virtual hard disk (VHD)
files that correspond to your VM disks. VHD files are stored as page blobs in
Azure storage accounts.
Managed disks
When you choose Azure Managed Disks, Azure manages the storage accounts
that you use for your VM disks. You specify the disk type (Premium or Standard)
and the size of the disk that you need. Azure creates and manages the disk for
you. You don't have to worry about placing the disks in multiple storage
accounts to ensure that you stay within scalability limits for your storage
accounts. Azure handles that for you.
STORAGE TYPES
BLOB,QUEUE,FILES,MESSAGE
Azure Blob Storage-Block blobs,append blobs,page blobs
Blog Storage is basically storage for unstructured data that can include pictures,
videos, music files, documents, raw data, and log data…along with their meta-data.
Blobs are stored in a directory-like structure called a “container”. If you are familiar
with AWS S3, containers work much the same way as S3 buckets. You can store any
number of blob files up to a total size of 500 TB and, like S3, you can also apply
security policies. Blob storage can also be used for data or device backup.
Blob Storage service comes with three types of blobs: block blobs, append
blobs and page blobs. You can use block blobs for documents, image files, and video
file storage. Append blobs are similar to block blobs, but are more often used for
append operations like logging. Page blobs are used for objects meant for frequent
read-write operations. Page blobs are therefore used in Azure VMs to store OS and
data disks.
Azure Table Storage
Table storage, as the name indicates, is preferred for tabular data, which is ideal for
key-value NoSQL data storage. Table Storage is massively scalable and extremely
easy to use. Like other NoSQL data stores, it is schema-less and accessed via a REST
API(REPRESENTATIONAL STATE TRANSFER-service endpoints that support http
operations)
Azure Queue Storage
The Queue Storage service is used to exchange messages between components
either in the cloud or on-premise (compare to Amazon’s SQS). You can store large
numbers of messages to be shared between independent components of applications
and communicated asynchronously via HTTP or HTTPS.
Locations
Azure Storage data is replicated multiple times across regions. There are four ways
you can make sure data is stored redundantly: Locally Redundant Storage (LRS),
Zone-Redundant Storage (ZNS), Geo-redundant Storage (GRS), and Read Access Geo-
redundant Storage (RA-GRS).
Using LRS, three copies of all data are maintained in a single facility within a single
region. With ZRS, three copies of your data will be stored in multiple facilities of two
or three regions. Obviously, this will achieve greater durability than LRS. For GRS, six
copies of data are stored across two regions, with three copies in a so-called primary
region, and the rest in a secondary region, usually geographically distant from your
primary region. In case of primary region failure, the secondary region is used as part
of a fail-over mechanism. RA-GRS data will be stored just like GRS, except that you
get read-only access to the secondary region.
Geo-redundant Storage (GRS) and Read Access Geo-redundant Storage (RA-GRS)
provide the highest level of durability, but at a higher cost. GRS is the default storage
redundancy mode. In case you need to switch from LRS to GRS or to RA-GRS, an
additional one-time data transfer cost will be applied. But if you chose ZRS, you
cannot subsequently change to any other redundancy mode.
VIRTUAL NETWORK
The Azure Virtual Network service enables you to securely connect Azure resources
to each other with virtual networks (VNets). A VNet is a representation of your own
network in the cloud. A VNet is a logical isolation of the Azure cloud dedicated to
your subscription. You can also connect VNets to your on-premises network.
PEERING
IT enables resources connected to different Azure VNets within the same Azure
location to communicate with each other. The bandwidth and latency across the
VNets is the same as if the resources were connected to the same VNet.
Address space
You cannot add the following address spaces:
o 224.0.0.0/4 (Multicast)
o 255.255.255.255/32 (Broadcast)
o 127.0.0.0/8 (Loopback)
o 169.254.0.0/16 (Link-local)
the smallest subnet we support is a /29 and the largest is a /8 168.63.129.16/32
(Internal DNS)
VNET GATEWAY
virtual network gateway is composed of two or more virtual machines that are deployed
to a specific subnet called the GatewaySubnet. The VMs that are located in the
GatewaySubnet are created when you create the virtual network gateway. Virtual network
gateway VMs are configured to contain routing tables and gateway services specific to
the gateway. You can't directly configure the VMs that are part of the virtual network
gateway and you should never deploy additional resources to the GatewaySubnet.
When you create a virtual network gateway using the gateway type 'Vpn', it creates a
specific type of virtual network gateway that encrypts traffic; a VPN gateway. A VPN
gateway can take up to 45 minutes to create. This is because the VMs for the VPN
gateway are being deployed to the GatewaySubnet and configured with the settings
that you specified. The Gateway SKU that you select determines how powerful the
VMs are.
TRAFFIC MANAGER
Azure Traffic Manager gives you four methods for traffic routing: Failover, performance,
geography and weighted round-robin. Choose the one that is right for you or combine
using nested profiles.
{
"condition": "<boolean-value-whether-to-deploy>",
"apiVersion": "<api-version-of-resource>",
"type": "<resource-provider-namespace/resource-type-name>",
"name": "<name-of-the-resource>",
"location": "<location-of-resource>",
"tags": {
"<tag-name1>": "<tag-value1>",
"<tag-name2>": "<tag-value2>"
},
The allowed types and values are:
string
secureString
int
bool
object
secureObject
array
REMOTE DESKTOP PROTOCOL
Remote Desktop enables you to access the desktop of a role running in Azure. You
can use a Remote Desktop connection to troubleshoot and diagnose problems with
your application while it is running.
ORU WINDOW MACHINE LA ERUNTHU INNORU WINDOW MACHINE ACCESS
PANNALAM
VNET PEERING
Azure VNet peering is a feature available in Azure that allows customers to interconnect virtual networks
in the same region.
With VNet peering, a user defined route used in one virtual network can point to a virtual machine in a
peered virtual network. Using this approach one can create a hub-and-spoke environment where a Check
Point Security gateway resides in a hub virtual network and inspects traffic originating in another virtual
network before it is forwarded to a third virtual network.
VWhat are my cross-premises connection optionS
Site-to-Site – VPN connection over IPsec (IKE v1 and IKE v2). This type of
connection requires a VPN device or RRAS. For more information, see Site-to-
Site.
Point-to-Site – VPN connection over SSTP (Secure Socket Tunneling Protocol).
This connection does not require a VPN device. For more information,
see Point-to-Site.
VNet-to-VNet – This type of connection is the same as a Site-to-Site
configuration. VNet to VNet is a VPN connection over IPsec (IKE v1 and IKE v2).
It does not require a VPN device. For more information, see VNet-to-VNet.
Multi-Site – This is a variation of a Site-to-Site configuration that allows you to
connect multiple on-premises sites to a virtual network. For more information,
see Multi-Site.
ExpressRoute – ExpressRoute is a direct connection to Azure from your WAN,
not a VPN connection over the public Internet. For more information, see
the ExpressRoute Technical Overview and the ExpressRoute FAQ.