File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments