Role of OSI layers when we open a url in browser?
- by user2715898
I have searched on this topic a lot but I am not able to understand how and where OSI layers (Application, Presentation, Session, Transport, Network, Datalink, Physical) come into picture in the whole process of opening a webpage in browser.
I have read this - http://stackoverflow.com/questions/2092527/what-happens-when-you-type-in-a-url-in-browser?lq=1
and I know all the functions of all the layers that are there in OSI model.
Also, do we use OSI model or TCP/IP in the whole process?
Basically I am having problem linking all the things together. And please forgive me if there are resources out there that explain this concept. You can definitely point to them.