Skip to content

Commit c82d674

Browse files
committed
Fixed Format of "Explain the OSI model"
1 parent 09402af commit c82d674

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -883,13 +883,14 @@ A Subnet mask is a 32-bit number that masks an IP address, and divides the IP ad
883883
<details>
884884
<summary>Explain the OSI model. What layers there are? What each layer is responsible for?</summary><br><b>
885885

886-
Application: user end (HTTP is here)
887-
Presentation: establishes context between application-layer entities (Encryption is here)
888-
Session: establishes, manages and terminates the connections
889-
Transport: transfers variable-length data sequences from a source to a destination host (TCP & UDP are here)
890-
Network: transfers datagrams from one network to another (IP is here)
891-
Data link: provides a link between two directly connected nodes (MAC is here)
892-
Physical: the electrical and physical spec the data connection (Bits are here)
886+
- Application: user end (HTTP is here)
887+
- Presentation: establishes context between application-layer entities (Encryption is here)
888+
- Session: establishes, manages and terminates the connections
889+
- Transport: transfers variable-length data sequences from a source to a destination host (TCP & UDP are here)
890+
- Network: transfers datagrams from one network to another (IP is here)
891+
- Data link: provides a link between two directly connected nodes (MAC is here)
892+
- Physical: the electrical and physical spec the data connection (Bits are here)
893+
893894
</b></details>
894895

895896
<details>

0 commit comments

Comments
 (0)