-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnamed-anchor.html
51 lines (51 loc) · 2.69 KB
/
named-anchor.html
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
<html>
<head>
<title>this is named anchor</title>
</head>
<body>
<h1 id="top">Named Anchors and places to Visit in Chennai</h1>
<p>
1.<a href="#layer1">physical layer</a><br>
2.<a href="#layer2">datalink layer</a><br>
3.<a href="#layer3">network layer</a><br>
4.<a href="#layer4">transport layer</a><br>
5.<a href="#layer5">session layer</a><br>
6.<a href="#layer6">presentation layer</a><br>
7.<a href="#layer7">application layer</a><br>
</p>
<h2 id="layer1">physical layer</h2>
<p>The lowest layer of the OSI reference model is the physical layer.
It is responsible for the actual physical connection between the devices.
The physical layer contains information in the form of bits.
<a href="#">Back to top</a></p>
<h2 id="layer2">datalink layer</h2>
<p>The network layer protocols determine which route is suitable from source to destination.
This function of the network layer is known as routing
<a href="#">Back to top</a></p>
<h2 id="layer3">network layer</h2>
<p>The lowest layer of the OSI reference model is the physical layer.
It is responsible for the actual physical connection between the devices.
The physical layer contains information in the form of bits.
<a href="#">Back to top</a></p>
<h2 id="layer4">transport layer</h2>
<p>The lowest layer of the OSI reference model is the physical layer.
It is responsible for the actual physical connection between the devices.
The physical layer contains information in the form of bits.
<a href="stop">Back to top</a></p>
<h2 id="layer5">session layor</h2>
<p>The lowest layer of the OSI reference model is the physical layer.
It is responsible for the actual physical connection between the devices.
The physical layer contains information in the form of bits.
<a href="#">Back to top</a></p>
<h2 id="layer6">presentation layer</h2>
<p>The lowest layer of the OSI reference model is the physical layer.
It is responsible for the actual physical connection between the devices.
The physical layer contains information in the form of bits.
<a href="#">Back to top</a></p>
<h2 id="layer7">application layer</h2>
<p>The lowest layer of the OSI reference model is the physical layer.
It is responsible for the actual physical connection between the devices.
The physical layer contains information in the form of bits.
<a href="#">Back to top</a></p>
</body>
</html>