1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-24 19:42:51 +01:00

Add OSI / TCP IP model content (#1891)

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
RichardBatesIII 2022-10-04 20:19:24 -04:00 committed by GitHub
parent 01516791db
commit b9ba6883a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,8 @@
# Osi tcp ip model
# OSI and TCP/IP Models
TCP/IP Model is a communication protocols suite using which network devices can be connected to the Internet.
On the other hand, the OSI Model is a conceptual framework, using which the functioning of a network can be described.
The OSI and TCP/IP model is used to help the developer to design their system for interoperability. The OSI model has 7 layers while the TCP/IP model has a more summarized form of the OSI model only consisting 4 layers. This is important if you're are trying to design a system to communicate with other systems.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.cloudflare.com/learning/ddos/glossary/open-systems-interconnection-model-osi/'>Cloudflare - What is the OSI model</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/layers-of-osi-model/'>Geeksforgeeks - Layers of OSI model</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/tcp-ip-model/'>Geeksforgeeks - TCP/IP model</BadgeLink>