diff --git a/content/roadmaps/102-devops/content/103-networking-protocols/100-osi-model.md b/content/roadmaps/102-devops/content/103-networking-protocols/100-osi-model.md index 3ac4616ec..469f45f38 100644 --- a/content/roadmaps/102-devops/content/103-networking-protocols/100-osi-model.md +++ b/content/roadmaps/102-devops/content/103-networking-protocols/100-osi-model.md @@ -1 +1,15 @@ -# Osi model \ No newline at end of file +# OSI Model + +Open Systems Interconnection (OSI) model is a **conceptual** model consists of 7 layers, that was proposed to standardize the communication between devices over the network. It was the first standard model for network communications, adopted by all major computer and telecommunication companies in the early 1980s. + +Free Content +What is OSI Model? +OSI Model + +# TCP/IP Model + +TCP/IP model is a **practical** model consists of 4 layers. The modern Internet is based on this model. + + +What is TCP/IP Model? +OSI vs TCP/IP Model \ No newline at end of file