CloudAssignment end term
CloudAssignment end term
2.Repositories
2.Develop a program of your choice and share it for collaboration work through
GitHub.
1.Collabration Repo – Row01
..................................THANK YOU!!...................................
2.Table of Contents
"Topi GIT Hub Collaboration" is designed to showcase how to work with GitHub
repositories, specifically focusing on committing changes. The project covers:
- Committing changes to single files.
- Committing changes to multiple files at once.
- Best practices for collaboration using Git, including branching, pull requests, and
merging.
4. Installation
1.Prerequisites
- Git must be installed on your local machine.
- A GitHub account.
->>Steps
5.Usage
7. Git Collaboration
8. Features
9. Contributing
10.License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for
more details.
Author Details
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cm
DA6j6gD"
crossorigin="anonymous"
/>
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.
bundle.min.js"
integrity="sha384-
w76AqPfDkMBDXo30jS1Sgez6pr3xS5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"
crossorigin="anonymous"
></script>
</body>
</html>
1.Latex Code
\documentclass[12pt]{article}
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{fancyhdr}
\usepackage{background}
\usepackage{geometry}
\usepackage{setspace}
\usepackage{caption}
% Set margins and spacing
\geometry{
a4paper,
left=25mm,
right=25mm,
top=30mm,
bottom=30mm,
}
\setstretch{1.5} % Adjust line spacing
% Set background color
\pagecolor[HTML]{E6E6FA} % Light violet background color
% Background image
\backgroundsetup{
scale=1,
color=black,
opacity=0.2,
angle=0,
position=current page.south,
vshift=5cm,
hshift=0cm,
contents={\includegraphics[width=\paperwidth]{background.png}} % Ensure the image is uploaded
}
% Page header and footer
\pagestyle{fancy}
\fancyhf{}
\fancyhead[L]{\textcolor{gray}{Cloud Computing Overview}}
\fancyhead[R]{\textcolor{gray}{\thepage}}
\fancyfoot[C]{\textcolor{gray}{\footnotesize Cloud Computing Lab - Assignment-2}}
% Title format
\title{\textbf{\textcolor{blue}{Cloud Computing: An Overview}}}
\author{\textbf{\textcolor{gray}{SAHIL KOSHRIYA}}}
\date{\textcolor{gray}{\today}}
\begin{document}
\maketitle
\section{Introduction}
\textcolor{black}{
Cloud computing is a revolutionary technology that allows businesses and individuals to store, manage, and
process data over the internet, rather than on local servers or personal computers. It offers scalability,
flexibility, and cost-effectiveness, making it an ideal solution for various applications, from small startups to
large enterprises. Cloud services are typically divided into three categories: Infrastructure as a Service (IaaS),
Platform as a Service (PaaS), and Software as a Service (SaaS). Each of these services provides different levels
of control, management, and flexibility to the end-user. The adoption of cloud computing continues to grow
as more organizations recognize the benefits of moving their operations to the cloud.
}
\section{Data Summary}
\begin{table}[h]
\centering
\arrayrulecolor{blue}
\begin{tabular}{|c|c|c|c|}
\hline
\rowcolor{indigo!20}
\textbf{ID} & \textbf{Name} & \textbf{Age} & \textbf{Occupation} \\
\hline
1 & SAHIL KOSHRIYA & 23 & Software Engineer \\
\hline
2 & Ashutosh Ghule & 34 & Cloud Developer \\
\hline
3 & Mansi Rai & 22 & Software Engineer \\
\hline
4 & Jyoti Rajpoot & 45 & Software Engineer \\
\hline
5 & Dipti Kumari & 45 & Cloud Developer \\
\hline
6 & Ayush Shrivastav & 45 & Cloud Server Engineer \\
\hline
7 & Maynak Harnotiya & 45 & Cloud Computing Engineer \\
\hline
8 & Kajal Mehra & 45 & Cloud Computing Engineer \\
\hline
\end{tabular}
\caption{\textcolor{blue}{Details of Engineers}}
\label{tab:sample}
\end{table}
\section{Visual Representation}
\begin{figure}[htp]
\centering
\includegraphics[width=15cm]{cloudbot.jpg} % Ensure the image is uploaded
\caption{\textbf{Leora..}}
\label{fig:image1}
\end{figure}
\begin{figure}[htp]
\centering
\includegraphics[width=18cm]{componentcloud.png} % Ensure the image is uploaded
\caption{\textcolor{blue}{Component Cloud}}
\label{fig:image2}
\end{figure}
\begin{figure}[htp]
\centering
\includegraphics[width=20cm]{cloudimpli.jpg} % Ensure the image is uploaded
\caption{\textcolor{blue}{Cloud Implementation}}
\label{fig:image3}
\end{figure}
\footnote{\textcolor{gray}{Cloud Computing Lab - Assignment-2}}
\end{document}
Output:-
Cloud Computing: An O v e r v i e w
SAHIL KOSHRIYA
1 Introduction
Cloud computing is a revolutionary technology that allows businesses and
individuals to store, manage, and process data over the internet, rather than on
local servers or per- sonal computers. It offers scalability, flexibility, and cost-
effectiveness, making it an ideal solution for various applications, from small
startups to large enterprises. Cloud services are typically divided into three
categories: Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and
Software as a Service (SaaS). Each of these services provides different levels of
control, management, and flexibility to the end-user. The adoption of cloud
computing continues to grow as more organizations recognize the benefits of
moving their operations to the cloud.
2 Data Summary
3.Visual Representation
Figure: Leora..
background.png
4. Install OpenStack and use it as infrastructure as a service and use
technology
Steps
1.own Cloud.
1. Commands to install OpenStack through Microstack:
Click on Compute
Click on Image
Hover over the right side of the Cirros
Click on Launch instance
Click on Instances
Observe the IP address of Instance 2
Click on the instance 1
Click on console
Login
Ping instance 2 from instance 1 using command
‘ping <instance1-IP>
Example: ‘ping 192.168.2.168’
If ping is successful, one should be able to see that data packets are being
transferred.