vaib-dev / Courses

Course for understanding GitHub, Data Structures, Algorithms, Software Engineering, DBMS, Computer-Networks, Scrum, Adobe-Illustrator, LinkedIn and Freelance from scratch.
12 stars 7 forks source link

OSI model #76

Closed vaib-dev closed 4 years ago

vaib-dev commented 4 years ago

Chapter -3 created 🚀

udeysingh95 commented 4 years ago

What are the sources that you used to learn about this. Which model did you like personally and why? which one of these do you think is more in use? Watch this video for further and deeper learning on this topic: https://www.youtube.com/watch?v=-6Uoku-M6oY

vaib-dev commented 4 years ago

Do you think it makes sense to start with the physical layer - so we start from the bottom of the model and then go up and data goes up. Point number will also get automatically corrected then.

@udeysingh95, I have we start from the bottom when we are at the receiver side and we start from the top when we are on the sender side. In this, I have discussed the sender side workflow of the model. So we start from the application layer and go down to the physical layer.

vaib-dev commented 4 years ago

What are the sources that you used to learn about this.

  1. https://medium.com/swlh/understanding-the-osi-model-fa429397324
  2. https://www.youtube.com/watch?v=vv4y_uOneC0

Which model did you like personally and why?

I liked both of the models as they are almost similar in structure, but I would say I enjoyed learning the OSI model. It was very interesting and I was fully focused while learning it. When I started learning the TCP/IP model mostly the language was the same. But I know that they are very different from each other. At last, I would like to say The tagline "OSI is a reference model whereas TCP/IP is an implementation model". 😄

which one of these do you think is more in use?

I will go with the OSI model, as it acts as a base of networking, through this model I understood how the data actually travelled from sender to receiver.

Watch this video for further and deeper learning on this topic: https://www.youtube.com/watch?v=-6Uoku-M6oY

The video was very interesting mainly the way he explained the video. Thanks for the link.