Skip to content

Commit 5bd4b4a

Browse files
authored
Update README.md
1 parent c163ae1 commit 5bd4b4a

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ Link + Physical layer | Mac Address, Fiber, Wireless, Ethernet Cables... |
9696
## OSI Model
9797
***Networking Goal** is to allow two hosts to share data between them*
9898

99+
<div align="center">
100+
<img alt="OSI model with explanation" src="https://github.com/Mushigarou/NetPractice/blob/main/Images/OSI_model.png">
101+
</div>
102+
99103
### Physical Layer - Transporting Bits
100104
- Transporting bits by using an L1 technology
101105

@@ -127,7 +131,7 @@ Link + Physical layer | Mac Address, Fiber, Wireless, Ethernet Cables... |
127131

128132
### Transport Layer - Service to Service
129133

130-
***Distinguish data streams**. This layer ensures that data is received by the right process in your host (multiple tabs in browser)*
134+
***Distinguish data streams**. This layer ensures that data is received by the right process in your host (multiple tabs in the browser)*
131135
- 🧮 Addressing Scheme - **Ports**
132136
- [0 - 65535] -- TCP -- **favors reliability**
133137
- **Servers listen** for requests to **predefined Ports**
@@ -142,15 +146,11 @@ Link + Physical layer | Mac Address, Fiber, Wireless, Ethernet Cables... |
142146

143147
### Overview of OSI Model
144148

145-
<div align="center">
146-
<img alt="OSI model with explanation" src="https://github.com/Mushigarou/NetPractice/blob/main/Images/OSI_model.png">
147-
</div>
148-
149149
<div align="center">
150150
<img alt="OSI model with explanation" src="https://github.com/Mushigarou/NetPractice/blob/main/Images/overview_osi.png">
151151
</div>
152152

153-
*Takeaway:* **Network Devices and Protocol operation on specific layers, but these are not strict rules [Exceptions: routers, ARP...]. *It is just a model***
153+
*Takeaway:* **Network Devices and Protocols operate on specific layers, but these are not strict rules [Exceptions: routers, Address Resotluion Protocol (ARP)...]. *It is just a model***
154154

155155
<div align="right">
156156
<b><a href="#top">↥ back to top</a></b>
@@ -180,11 +180,11 @@ Link + Physical layer | Mac Address, Fiber, Wireless, Ethernet Cables... |
180180
</div>
181181

182182
### How To Write A CheatSheet?
183-
1️⃣ row: Start with 1, double until you reach 128 (right to left)
183+
**Row** 1️⃣: Start with 1, double until you reach 128 (right to left)
184184

185-
2️⃣ row: Subtract the top row from 256 (256-1 = 255 ...)
185+
**Row** 2️⃣: Subtract the top row from 256 (256-1 = 255 ...)
186186

187-
3️⃣ row: From /32, list CIDR notation (decrement by 1 from right to left)
187+
**Row** 3️⃣: From /32, list CIDR notation (decrement by 1 from right to left)
188188

189189
<div align="center">
190190

0 commit comments

Comments
 (0)