Update osi_model.html
This commit is contained in:
parent
a879189bc0
commit
514a5c0f23
|
|
@ -55,7 +55,34 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<h1>OSI Model</h1>
|
<h1>OSI Model</h1>
|
||||||
|
<details>
|
||||||
|
<summary>Layer 7</summary>
|
||||||
|
<p></p>
|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>Layer 6</summary>
|
||||||
|
<p></p>
|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>Layer 5</summary>
|
||||||
|
<p></p>
|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>Layer 4</summary>
|
||||||
|
<p></p>
|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>Layer 3</summary>
|
||||||
|
<p></p>
|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>Layer 2</summary>
|
||||||
|
<p></p>
|
||||||
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary>Layer 1</summary>
|
||||||
|
<p></p>
|
||||||
|
</details>
|
||||||
<footer>
|
<footer>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<a class="about" href="../../../../about/about.html">About the Website</a><br>
|
<a class="about" href="../../../../about/about.html">About the Website</a><br>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue