-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvirtual1.jsp
76 lines (64 loc) · 2.93 KB
/
virtual1.jsp
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Home Page</title>
<meta name="description" content="website description" />
<meta name="keywords" content="website keywords, website keywords" />
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="style/style.css" />
<style type="text/css">
.b1
{
background:url(images/vi.jpg) repeat;
}
#logo {background:url(images/ccc.jpg) repeat;}
</style>
</head>
<body>
<form class="b1">
<div id="main">
<div id="links"></div>
<div id="header">
<div id="logo">
<div id="logo_text">
<!-- class="green", allows you to change the colour of the text - other classes are: "blue", "orange", "red", "purple" and "yellow" -->
<h1>Security Architecture For Cloud Computing </h1>
</div>
</div>
<div id="menubar">
<ul id="menu">
<!-- put class="selected" in the li tag for the selected page - to highlight which page you're on -->
<li class="selected"><a href="admin.jsp">Home</a></li>
<li><a href="index.html">Logout</a></li>
</ul>
</div>
</div>
<div id="site_content"><br>
<table width="843">
<tr>
<h1 align="center"><font color="#EEB422" face="Courier New, Courier, mono" size="+3"><strong>VIRTUAL INFRASTRUCTURE ARCHITECTURE</font></strong></h1>
<td width="393" >
<h1 align="left"><font color="#993366" size="+2" face="Courier New, Courier, mono"><strong>Virtual
Infrastructure Provider</strong></font></h1>
<p align="justify" ><font color="#CC3300" size="+1" face="Courier New, Courier, mono">A virtual infrastructure provider provides
virtual IT infrastructure, where services can be installed on. A service
provider uses this virtual infrastructure for implementing and offering
his services. Generally, the virtual infrastructure provider owns
the hardware, where the virtual infrastructure is running on.</font></p>
<h1 align="left"><font color="#993333" size="+2" face="Courier New, Courier, mono"><strong>Virtual
Resource</strong></font></h1>
<p align="justify"><font color="#0066FF" size="+1" face="Courier New, Courier, mono">A
virtual resource is a virtual processing, storing, or networking entity
that is placed on a physical resource of a virtual infrastructure
provider.</font></p>
<a href="virtual2.jsp" >Click to Go Virtual Infrastructure Provider List</a>
</td>
<td width="438"> <img src="images/virtualinfrastructureprovider1.jpg" align="right" height="531" width="394"></td>
</tr>
</table>
</div>
<div id="footer"></div>
</div>
</form>
</body>
</html>