-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLevel-3 task-1
504 lines (488 loc) · 19.1 KB
/
Level-3 task-1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<style>
section p:first-child{font: 1em sans-serif;font-weight: bolder;font-size: xx-large;font-variant: small-caps;}
ul.nav{border:0px #333 solid;padding:0px;margin:0px ;width:1500px;background-color: #333;display: grid;grid-template-columns:repeat(7,1fr) ;font-weight: bolder;font: 1em sans-serif}
section{text-align: center ;text-decoration: solid; margin-top:35px ;}
ul.navbar{border:0px #444 solid;text-align: lefts; padding:0px;margin:0px;width:1500px;background-color: #444;display:grid;grid-template-columns:repeat(14,1fr) ; font-weight:bolder;font: 1em sans-serif;}
img{z-index: -1;position: absolute;left:0px;top: 0px ; width:1600px; height:1050px ; margin-top:110px ;}
div.demo12{background-color:royalblue;padding:1rem ;text-align:center;}
BODY{background-color:#333 ; color: #FFF;}
FOOTER{border:0PX SOLID #333;padding:15PX ;width:1500PX;display:grid;grid-gap: 20px ;font-variant: small-caps;grid-template-columns: repeat(5,1fr);text-align: left;
margin-top: 400px;}
/* unvisited link */
.navbar li a:link {
color:red;
}
/* visited link */
.navbar li a:visited {
color: green;
}
/* mouse over link */
.navbar li a:hover {
color: hotpink;
display: block; background-color:darkmagenta;
}
/* selected link */
.navbar li a:active {
color: blue;
}
.nav li a:link {
color:red;
}
/* visited link */
.nav li a:visited {
color: hwb(49 0% 50%);
}
/* mouse over link */
.nav li a:hover {
color: hotpink;
display: block; background-color: darkorchid;
}
/* selected link */
.nav li a:active {
color: blue;
}
ul li:first-child{font: size 1.5rem;padding-bottom: 0.8rem;font-weight: bolder;font: 1em sans-serif;border-bottom:#444 solid 1px ; margin-bottom: 1rem ;}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-dark navbar-dark">
<a class="navbar-brand" href="#"target="-main"><img src="C:\Users\adity\OneDrive\Pictures\1685670270237.jpg" alt="A.P.J ABDUL KALAM" width="100PX" height="100PX">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav">
<!-- Dropdown -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown">
HOME
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Link-1</a>
<a class="dropdown-item" href="#">Link-2</a>
<a class="dropdown-item" href="#">Link-3</a>
<a class="dropdown-item" href="#">Link-4</a>
<a class="dropdown-item" href="#">Link-5</a>
<a class="dropdown-item" href="#">Link-6</a>
<a class="dropdown-item" href="#">Link-7</a>
<a class="dropdown-item" href="#">Link-8</a>
<a class="dropdown-item" href="#">Link-9</a>
<a class="dropdown-item" href="#">Link-10</a>
<a class="dropdown-item" href="#">Link-11</a>
<a class="dropdown-item" href="#">Link-12</a>
</div>
<!-- Dropdown -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown">
COURSES
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">CLASS-1</a>
<a class="dropdown-item" href="#">CLASS-2</a>
<a class="dropdown-item" href="#">CLASS-3</a>
<a class="dropdown-item" href="#">CLASS-4</a>
<a class="dropdown-item" href="#">CLASS-5</a>
<a class="dropdown-item" href="#">CLASS-6</a>
<a class="dropdown-item" href="#">CLASS-7</a>
<a class="dropdown-item" href="#">CLASS-8</a>
<a class="dropdown-item" href="#">CLASS-9</a>
<a class="dropdown-item" href="#">CLASS-10</a>
<a class="dropdown-item" href="#">CLASS-11</a>
<a class="dropdown-item" href="#">CLASS-12</a>
</div>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown">
TUTORIALS
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">CLASS-1</a>
<a class="dropdown-item" href="#">CLASS-2</a>
<a class="dropdown-item" href="#">CLASS-3</a>
<a class="dropdown-item" href="#">CLASS-4</a>
<a class="dropdown-item" href="#">CLASS-5</a>
<a class="dropdown-item" href="#">CLASS-6</a>
<a class="dropdown-item" href="#">CLASS-7</a>
<a class="dropdown-item" href="#">CLASS-8</a>
<a class="dropdown-item" href="#">CLASS-9</a>
<a class="dropdown-item" href="#">CLASS-10</a>
<a class="dropdown-item" href="#">CLASS-11</a>
<a class="dropdown-item" href="#">CLASS-12</a>
</div>
<!-- Dropdown -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown">
EXERCISES
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">CLASS-1</a>
<a class="dropdown-item" href="#">CLASS-2</a>
<a class="dropdown-item" href="#">CLASS-3</a>
<a class="dropdown-item" href="#">CLASS-4</a>
<a class="dropdown-item" href="#">CLASS-5</a>
<a class="dropdown-item" href="#">CLASS-6</a>
<a class="dropdown-item" href="#">CLASS-7</a>
<a class="dropdown-item" href="#">CLASS-8</a>
<a class="dropdown-item" href="#">CLASS-9</a>
<a class="dropdown-item" href="#">CLASS-10</a>
<a class="dropdown-item" href="#">CLASS-11</a>
<a class="dropdown-item" href="#">CLASS-12</a>
</div>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown">
GALLERY
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Link-1</a>
<a class="dropdown-item" href="#">Link-2</a>
<a class="dropdown-item" href="#">Link-3</a>
<a class="dropdown-item" href="#">Link-4</a>
<a class="dropdown-item" href="#">Link-5</a>
<a class="dropdown-item" href="#">Link-6</a>
<a class="dropdown-item" href="#">Link-7</a>
<a class="dropdown-item" href="#">Link-8</a>
<a class="dropdown-item" href="#">Link-9</a>
<a class="dropdown-item" href="#">Link-10</a>
<a class="dropdown-item" href="#">Link-11</a>
<a class="dropdown-item" href="#">Link-12</a>
</div>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown">
LIBRAREY
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Link-1</a>
<a class="dropdown-item" href="#">Link-2</a>
<a class="dropdown-item" href="#">Link-3</a>
<a class="dropdown-item" href="#">Link-4</a>
<a class="dropdown-item" href="#">Link-5</a>
<a class="dropdown-item" href="#">Link-6</a>
<a class="dropdown-item" href="#">Link-7</a>
<a class="dropdown-item" href="#">Link-8</a>
<a class="dropdown-item" href="#">Link-9</a>
<a class="dropdown-item" href="#">Link-10</a>
<a class="dropdown-item" href="#">Link-11</a>
<a class="dropdown-item" href="#">Link-12</a>
</div>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown">
CERTIFICATES
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">CLASS-1</a>
<a class="dropdown-item" href="#">CLASS-2</a>
<a class="dropdown-item" href="#">CLASS-3</a>
<a class="dropdown-item" href="#">CLASS-4</a>
<a class="dropdown-item" href="#">CLASS-5</a>
<a class="dropdown-item" href="#">CLASS-6</a>
<a class="dropdown-item" href="#">CLASS-7</a>
<a class="dropdown-item" href="#">CLASS-8</a>
<a class="dropdown-item" href="#">CLASS-9</a>
<a class="dropdown-item" href="#">CLASS-10</a>
<a class="dropdown-item" href="#">CLASS-11</a>
<a class="dropdown-item" href="#">CLASS-12</a>
</div>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown">
SERVICES
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Link-1</a>
<a class="dropdown-item" href="#">Link-2</a>
<a class="dropdown-item" href="#">Link-3</a>
<a class="dropdown-item" href="#">Link-4</a>
<a class="dropdown-item" href="#">Link-5</a>
<a class="dropdown-item" href="#">Link-6</a>
<a class="dropdown-item" href="#">Link-7</a>
<a class="dropdown-item" href="#">Link-8</a>
<a class="dropdown-item" href="#">Link-9</a>
<a class="dropdown-item" href="#">Link-10</a>
<a class="dropdown-item" href="#">Link-11</a>
<a class="dropdown-item" href="#">Link-12</a>
</div>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown">
ABOUT-US
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Link-1</a>
<a class="dropdown-item" href="#">Link-2</a>
<a class="dropdown-item" href="#">Link-3</a>
</div>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown">
CONTACT-US
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Link-1</a>
<a class="dropdown-item" href="#">Link-2</a>
<a class="dropdown-item" href="#">Link-3</a>
</div>
</div>
</div>
</ul>
</div>
<nav class="navbar navbar-expand-sm bg-dark navbar-dark">
<form class="form-inline" action="/action_page.php">
<input class="form-control mr-sm-2" type="text" placeholder="Search">
<button class="btn btn-success" type="submit">Search</button>
</form>
</nav>
</nav>
<fieldset>
<UL class="navbar" style="background-color:rgb(0, 0, 0); font-size: x-large; display: grid; grid-template-columns: repeat(6,1FR); text-align: center;">
<li><a style="font-size: xx-large; font-family: 'Times New Roman', Times, serif;" href="#">HIRING CHALLENGE</a></li>
<li><a href="#">TRENDING NOW</a></li>
<li><a href="#"> DSA</a></li>
<li><a href="#">JAVA</a></li>
<li><a href="#">PYTHON</a></li>
<li><a href="#">C++</a></li>
<li><a href="#">C-LANUAGES</a></li>
<li><a href="#">PHP</a></li>
<li><a href="#">CSS</a></li>
<li><a href="#">HTML</a></li>
<li><a href="#">DATA STRUCTURE</a></li>
<li><a href="#">AlGORITHMS</a></li>
</UL>
</fieldset>
</nav>
</header>
<main style="margin-top: 200px;">
<h1 style="text-align: center;font: 1em sans-serif; font-size: x-large;">LEARN TO CODE </h1>
<P style="text-align: center;font: 1em sans-serif; font-size: x-large;">With the world largest WEB-DEVELOPER sites</P>
<br>
<nav class="nry" style=" display: inline-flex;">
<input style="width: 600px; text-align: center; margin-left:430px ;" class="form-control mr-sm-2" type="text" placeholder="Search">
<button class="btn btn-success" type="submit">Search</button>
</nav>
<p style=" font: 1em sans-serif; font-size: x-large; text-align: center;">Not Sure where to begin ?</p>
</main>
<div class="container" style="background-color: antiquewhite; box-sizing: border-box; height:1200px ; width: 1500px; margin-top:1000px ;">
</div>
<br>
<br>
<section>
<p>Provisioning and Configuration Module:</p>
<p>It is the lowest level of cloud and typically resides on bare hardware (as a firmware) or on the top of the hypervisor layer. Its function is to abstract the underlying hardware and provide a standard mechanism to spawn instance of virtual machine on demand. It also handles the post-configuration of the operating systems and applications residing on the VM</p>
</section>
<section>
<p>Monitoring and Optimization:</p>
<p> This layer handles the monitoring of all services, storage, networking and applications components in cloud. Based on the statistics, it could perform routine functions that optimize the behavior of the infrastructure components and provide relevant data to the cloud administrator to further optimize the configuration for maximum utilization and performance,</p>
</section>
<section>
<p> Metering and Chargeback:</p>
<p> This layer provides functions to measure the usage of resources in cloud. The metering module collects all the utilization data per domain per use. This module gives the cloud administrator enough data to measure ongoing utilization of resources and to create invoices based on the usage on a periodic basis.</p>
</section>
<section>
<p> Orchestration:</p>
<p> Orchestration is a central to cloud operations. Orchestration converts requests from the service management layer and the monitoring, chargeback modules to appropriate action item which are then submitted to provisioning and configuration module for final closure. Orchestration updates the CMDB in the process.</p>
</section>
<section>
<p>Configuration Management Database (CMDB):</p>
<p> It is a central configuration repository wherein all the meta data and configuration of different modules, resources are kept and updated in the real-time basis. The repository can then be accessed using standards protocols like SOAP by third-party software and integration components. All updates in CMDB happen in real time as requests get processed in cloud.</p>
</section>
<section>
<p> Cloud Life cycle Management Layer (CLM):</p>
<p> This layer handles the coordination of all other layers in cloud. All requests internal and external are addressed to the CLM layer first. CLM may internally route requests and actions to other layers for further processing.</p>
</section>
<section>
<p> Service Catalog:</p>
<p> It is central to the definition of cloud, SC defines what kind of services the cloud is capable of providing and at what cost to the end user. SC is the first thing that is drafted before a cloud is architecture. The service management layer consults SC before it processes any request for a new resource.</p>
</section>
<fieldset>
<footer >
<ul>
<li>Company</li>
<li>About Us</li>
<li>Careers</li>
<li>In Media</li>
<li>Contact Us</li>
<li>Terms and Conditions</li>
<li>Privacy Policy</li>
<li>Copyright Policy</li>
<li>Third-Party Copyright Notices</li>
<li>Advertise with us</li>
</ul>
<ul>
<li>Explore</li>
<li>Job Fair For Students</li>
<li>POTD: Revamped</li>
<li>Python Backend LIVE</li>
<li>Android App Development</li>
<li>DevOps LIVE</li>
<li>DSA in JavaScript</li>
</ul>
<ul>
<li>Languages</li>
<li>Python</li>
<li>Java</li>
<li>C++</li>
<li>PHP</li>
<li>GoLang</li>
<li>SQL</li>
<li>R Language</li>
<li>Android Tutorial</li>
</ul>
<ul>
<li>Data Structures</li>
<li>Array</li>
<li>String</li>
<li>Linked List</li>
<li>Stack</li>
<li>Queue</li>
<li>Tree</li>
<li>Graph</li>
</ul>
<ul>
<li>Algorithms</li>
<li>Sorting</li>
<li>Searching</li>
<li>Greedy</li>
<li>Dynamic Programming</li>
<li>Pattern Searching</li>
<li>Recursion</li>
<li>Backtracking</li>
</ul>
<ul>
<li>Web Development</li>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Bootstrap</li>
<li>ReactJS</li>
<li>AngularJS</li>
<li>NodeJS</li>
</ul>
<ul>
<li>Computer Science</li>
<li>GATE CS Notes</li>
<li>Operating Systems</li>
<li>Computer Network</li>
<li>Database Management System</li>
<li>Software Engineering</li>
<li>Digital Logic Design</li>
<li>Engineering Maths</li>
</ul>
<ul>
<li>Python</li>
<li>Python Programming Examples</li>
<li>Django Tutorial</li>
<li>Python Projects</li>
<li>Python Tkinter</li>
<li>OpenCV Python Tutorial</li>
<li>Python Interview Question</li>
</ul>
<ul>
<li>Data Science & ML</li>
<li>Data Science With Python</li>
<li>Data Science For Beginner</li>
<li>Machine Learning Tutorial</li>
<li>Maths For Machine Learning</li>
<li>Pandas Tutorial</li>
<li>NumPy Tutorial</li>
<li>NLP Tutorial</li>
<li>Deep Learning Tutorial</li>
</ul>
<ul>
<li>DevOps</li>
<li>Git</li>
<li>AWS</li>
<li>Docker</li>
<li>Kubernetes</li>
<li>Azure</li>
<li>GCP</li>
</ul>
<ul>
<li>Competitive Programming</li>
<li>Top DSA for CP</li>
<li>Top 50 Tree Problems</li>
<li>Top 50 Graph Problems</li>
<li>Top 50 Array Problems</li>
<li>Top 50 String Problems</li>
<li>Top 50 DP Problems</li>
<li>Top 15 Websites for CP</li>
</ul>
<ul>
<li>System Design</li>
<li>What is System Design</li>
<li>Monolithic and Distributed SD</li>
<li>Scalability in SD</li>
<li>Databases in SD</li>
<li>High Level Design or HLD</li>
<li>Low Level Design or LLD</li>
<li>Top SD Interview Questions</li>
</ul>
<ul>
<li>Interview Corner</li>
<li>Company Preparation</li>
<li>Preparation for SDE</li>
<li>Company Interview Corner</li>
<li>Experienced Interview</li>
<li>Internship Interview</li>
<li>Competitive Programming</li>
<li>Aptitude</li>
</ul>
<ul>
<li>GfG School</li>
<li>CBSE Notes for Class 8 </li>
<li>CBSE Notes for Class 9 </li>
<li>CBSE Notes for Class 10 </li>
<li>CBSE Notes for Class 11 </li>
<li>CBSE Notes for Class 12 </li>
<li>English Grammar</li>
</ul>
<ul>
<li>Commerce</li>
<li>Accountancy</li>
<li>Business Studies</li>
<li>Microeconomics</li>
<li>Macroeconomics</li>
<li>Statistics for Economics</li>
<li>Indian Economic Development</li>
</ul>
<ul>
<li>UPSC</li>
<li>Polity Notes</li>
<li>Geography Notes</li>
<li>History Notes</li>
<li>Science and Technology Notes</li>
<li>Economics Notes</li>
<li>Important Topics in Ethics</li>
<li>UPSC Previous Year Papers</li>
</ul>
<ul>
<li>SSC/ BANKING</li>
<li>SSC CGL Syllabus</li>
<li>SBI PO Syllabus</li>
<li>SBI Clerk Syllabus</li>
<li>IBPS PO Syllabus</li>
<li>IBPS Clerk Syllabus</li>
<li>Aptitude Questions</li>
<li>SSC CGL Practice Papers</li>
</ul>
<ul>
<li>Write & Earn</li>
<li>Write an Article</li>
<li>Improve an Article</li>
<li>Pick Topics to Write</li>
<li>Write Interview Experience</li>
<li>Internships</li>
<li>Video Internship</li>
</ul>
</footer>
</fieldset>
<div class="demo12">
</div>
</body>
</html>