-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUNIT 1.html
More file actions
46 lines (44 loc) · 1.56 KB
/
UNIT 1.html
File metadata and controls
46 lines (44 loc) · 1.56 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Home</title>
<link rel="stylesheet" href="style1.css">
</head>
<body>
<div class="img1">
<div class="centered"><h1 class="headline">Distributed Embedded Computing</h1></div>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="UNIT 1.html">Unit 1</a>
<ul>
<li><a href="broadband.html">Broadband Transmission Facilities</a></li>
<li><a href="OSI.html">Open Interconnection Standards</a></li>
<li><a href="LAN.html">Local Area Network</a></li>
<li><a href="WAN.html">Wide Area Network</a></li>
<li><a href="netmgmt.html">Network management</a></li>
<li><a href="netsec.html">Network security</a></li>
<li><a href="Ccomp.html">Cluster computers</a></li>
</ul>
</li>
<li><a href="#">Unit 2</a></li>
<li><a href="#">Unit 3</a></li>
<li><a href="#">Unit 4</a></li>
</ul>
</nav>
<br>
<br>
<br>
<div class="list1">
<p><a href="Broadband.html">Broadband Transmission Facilities</a></p>
<p><a href="OSI.html">Open Interconnection Standards</a></p>
<p><a href="LAN.html">Local Area Network</a></p>
<p><a href="WAN.html">Wide Area Network</a></p>
<p><a href="netmgmt.html">Network management</a></p>
<p><a href="netsec.html">Network security</a></p>
<p><a href="Ccomp.html">Cluster computers</a></p>
</div>
</body>
</html>