-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
23 changed files
with
191 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+106 KB
7 SEMESTER/Management Information System/Week 5/Assignment/Assignment 5.pdf
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.3 MB
7 SEMESTER/Management Information System/Week 5/Transcript/Lecture-21.pdf
Binary file not shown.
Binary file added
BIN
+1.66 MB
7 SEMESTER/Management Information System/Week 5/Transcript/Lecture-22.pdf
Binary file not shown.
Binary file added
BIN
+1.05 MB
7 SEMESTER/Management Information System/Week 5/Transcript/Lecture-23.pdf
Binary file not shown.
Binary file added
BIN
+1.55 MB
7 SEMESTER/Management Information System/Week 5/Transcript/Lecture-24.pdf
Binary file not shown.
Binary file added
BIN
+1.57 MB
7 SEMESTER/Management Information System/Week 5/Transcript/Lecture-25.pdf
Binary file not shown.
Binary file added
BIN
+125 KB
7 SEMESTER/Management Information System/Week 6/Assignment/Assignment 6.pdf
Binary file not shown.
Binary file added
BIN
+3.71 MB
7 SEMESTER/Management Information System/Week 6/Notes/Week 6 Notes.pdf
Binary file not shown.
Binary file added
BIN
+893 KB
7 SEMESTER/Management Information System/Week 6/Transcript/Lecture-26.pdf
Binary file not shown.
Binary file added
BIN
+1.12 MB
7 SEMESTER/Management Information System/Week 6/Transcript/Lecture-27.pdf
Binary file not shown.
Binary file added
BIN
+932 KB
7 SEMESTER/Management Information System/Week 6/Transcript/Lecture-28.pdf
Binary file not shown.
Binary file added
BIN
+1.41 MB
7 SEMESTER/Management Information System/Week 6/Transcript/Lecture-29.pdf
Binary file not shown.
Binary file added
BIN
+1.95 MB
7 SEMESTER/Management Information System/Week 6/Transcript/Lecture-30.pdf
Binary file not shown.
Binary file added
BIN
+161 KB
7 SEMESTER/Management Information System/Week 7/Assignment/Assignment 7.pdf
Binary file not shown.
191 changes: 191 additions & 0 deletions
191
7 SEMESTER/Management Information System/Week 7/Notes/Delivery Models.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,191 @@ | ||
<!-- | ||
Author: Madhurima Rawat | ||
Date: 21 November 2024 | ||
Brief: This table provides a comparison of different XaaS (Anything as a Service) models, including PaaS, SaaS, IaaS, and DaaS. | ||
It outlines their key properties such as full form, definition, examples, purposes, features, user roles, customization, | ||
real-life examples, and market share. This comparison aims to help users understand the differences and use cases for each service model. | ||
Additional Details: | ||
- Color Palette: The table uses a pastel color scheme with alternating shades such as coral, cyan, lavender, and light teal | ||
to ensure the content is visually appealing and easy to follow. | ||
- Emoji Usage: Each column header is paired with a relevant emoji (e.g., 🏗️ for PaaS, ☁️ for SaaS, 🖥️ for IaaS, 📊 for DaaS), | ||
enhancing the table's engagement and accessibility. | ||
- Design: The alternating row colors make the table easy to read, with highlighted header cells for clear differentiation. | ||
The design is simple and effective, ensuring that the information is presented in a digestible format. | ||
- Purpose: The goal of this table is to provide a quick and insightful comparison of the four major XaaS models, which are | ||
widely used in cloud computing. It aims to help businesses and individuals make informed decisions on which service model suits | ||
their needs based on specific criteria like user role, features, and customization. | ||
--> | ||
|
||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>XaaS Comparison Table</title> | ||
<style> | ||
body { | ||
font-family: Arial, sans-serif; | ||
background-color: #f7f7ff; | ||
margin: 20px; | ||
color: #333; | ||
text-align: center; | ||
} | ||
|
||
h1 { | ||
color: #FF6347; | ||
} | ||
|
||
table { | ||
width: 100%; | ||
border-collapse: collapse; | ||
font-family: Arial, sans-serif; | ||
} | ||
|
||
th, | ||
td { | ||
padding: 12px; | ||
border: 1px solid #ccc; | ||
} | ||
|
||
th { | ||
background-color: #FF6347; | ||
color: #fff; | ||
} | ||
|
||
tr:nth-child(2) th, | ||
tr:nth-child(2) td { | ||
background-color: #ffe4e1; | ||
} | ||
|
||
tr:nth-child(3) th, | ||
tr:nth-child(3) td { | ||
background-color: #e6e6fa; | ||
} | ||
|
||
tr:nth-child(4) th, | ||
tr:nth-child(4) td { | ||
background-color: #e0ffff; | ||
} | ||
|
||
tr:nth-child(5) th, | ||
tr:nth-child(5) td { | ||
background-color: #ffebcd; | ||
} | ||
|
||
tr:nth-child(6) th, | ||
tr:nth-child(6) td { | ||
background-color: #ffcccb; | ||
} | ||
|
||
tr:nth-child(7) th, | ||
tr:nth-child(7) td { | ||
background-color: #e0f2f1; | ||
} | ||
|
||
tr:nth-child(8) th, | ||
tr:nth-child(8) td { | ||
background-color: #fafad2; | ||
} | ||
|
||
tr:nth-child(9) th, | ||
tr:nth-child(9) td { | ||
background-color: #d0f0c0; | ||
} | ||
|
||
td:first-child { | ||
font-weight: bold; | ||
} | ||
|
||
tr:last-child th, | ||
tr:last-child td { | ||
background-color: #FFFEA3; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<h1>Service Models Comparison 🌐</h1> | ||
<table> | ||
<tr> | ||
<th>Properties 📜</th> | ||
<th>PaaS 🏗️</th> | ||
<th>SaaS ☁️</th> | ||
<th>IaaS 🖥️</th> | ||
<th>DaaS 📊</th> | ||
</tr> | ||
<tr> | ||
<td>Full Form 🔤</td> | ||
<td>Platform as a Service</td> | ||
<td>Software as a Service</td> | ||
<td>Infrastructure as a Service</td> | ||
<td>Data as a Service</td> | ||
</tr> | ||
<tr> | ||
<td>Definition 📖</td> | ||
<td>Platform for developers to build apps</td> | ||
<td>Ready-to-use software hosted on the cloud</td> | ||
<td>Virtualized computing resources</td> | ||
<td>Data delivered as a service</td> | ||
</tr> | ||
<tr> | ||
<td>Examples 📚</td> | ||
<td>Heroku, Google App Engine</td> | ||
<td>Google Workspace, Dropbox</td> | ||
<td>AWS EC2, Microsoft Azure</td> | ||
<td>Tableau, Snowflake</td> | ||
</tr> | ||
<tr> | ||
<td>Purpose 🎯</td> | ||
<td>App development and deployment</td> | ||
<td>User-friendly productivity tools</td> | ||
<td>Flexible infrastructure for any workload</td> | ||
<td>Empowering data analysis and insights</td> | ||
</tr> | ||
<tr> | ||
<td>Key Features 🔑</td> | ||
<td>Middleware, APIs, scalability</td> | ||
<td>Accessibility, ease of use</td> | ||
<td>Scalability, cost-effectiveness</td> | ||
<td>Real-time data delivery</td> | ||
</tr> | ||
<tr> | ||
<td>User Role 🧑💻</td> | ||
<td>Developers</td> | ||
<td>End users</td> | ||
<td>IT teams</td> | ||
<td>Data analysts</td> | ||
</tr> | ||
<tr> | ||
<td>Customization ✨</td> | ||
<td>High</td> | ||
<td>Low</td> | ||
<td>Medium</td> | ||
<td>Medium</td> | ||
</tr> | ||
<tr> | ||
<td>Real-Life Examples 🌟</td> | ||
<td>Salesforce Lightning, AWS Elastic Beanstalk</td> | ||
<td>Slack, Trello, Zoom</td> | ||
<td>Google Compute Engine, DigitalOcean</td> | ||
<td>Amazon Redshift, BigQuery</td> | ||
</tr> | ||
<tr> | ||
<td>Market Share % 📊</td> | ||
<td>19%</td> | ||
<td>47%</td> | ||
<td>29%</td> | ||
<td>5%</td> | ||
</tr> | ||
</table> | ||
</body> | ||
|
||
<br> | ||
<footer> | ||
<p style="color: #FF6347; font-size: 20px;"><b>© 2024 Madhurima Rawat. All rights reserved.</b></p> | ||
</footer> | ||
|
||
</html> |
Binary file added
BIN
+109 KB
7 SEMESTER/Management Information System/Week 7/Notes/Delivery Models.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.3 MB
7 SEMESTER/Management Information System/Week 7/Notes/Week 7 Notes.pdf
Binary file not shown.
Binary file added
BIN
+730 KB
7 SEMESTER/Management Information System/Week 7/Transcript/Lecture-31.pdf
Binary file not shown.
Binary file added
BIN
+1.75 MB
7 SEMESTER/Management Information System/Week 7/Transcript/Lecture-32.pdf
Binary file not shown.
Binary file added
BIN
+1.45 MB
7 SEMESTER/Management Information System/Week 7/Transcript/Lecture-33.pdf
Binary file not shown.
Binary file added
BIN
+1.79 MB
7 SEMESTER/Management Information System/Week 7/Transcript/Lecture-34.pdf
Binary file not shown.
Binary file added
BIN
+1.75 MB
7 SEMESTER/Management Information System/Week 7/Transcript/Lecture-35.pdf
Binary file not shown.