• May 21, 2012, 06:28:43 AM
Welcome, Guest. Please login or register. Registration is free.
Did you miss your activation email?

Author Topic: Understanding basic networking.  (Read 377 times)

0 Members and 1 Guest are viewing this topic.

Offline rameshtall

  • Rookie
  • **
  • Posts: 10
Understanding basic networking.
« on: August 23, 2011, 12:28:23 AM »
Dear All,

Can any one explain what exactly happening in the OSI layer's when opening an Website ( ex. Google.co.in).

Thanks & Regards
Ramesh S


Offline Michael McNamara

  • Administrator
  • Hero Member
  • *****
  • Posts: 2503
    • Michael McNamara
Re: Understanding basic networking.
« Reply #1 on: August 23, 2011, 01:18:40 PM »
I can walk you through the basic steps (some don't relate to the OSI layers though);

- users types in www.google.com
- browser is configured for PROXY or PAC file?
- if PAC file the JavaScript is evaluated and a decision returned
- if PROXY the browser send the entire request to the PROXY server
- else the browser attempts to resolve the IP address of the host
- the machine attempts to open a TCP socket to HTTP (TCP/80) with that host
- the browser exchanges greetings with the server per the HTTP/1.0 or HTTP/1.1 spec
- the browser displays the data to the user

Cheers!
We've been helping network engineers, system administrators and technology professionals since June 2009.
If you've found this site useful or helpful, please help me spread the word. Link to us in your blog or homepage - Thanks!

Offline rameshtall

  • Rookie
  • **
  • Posts: 10
Re: Understanding basic networking.
« Reply #2 on: November 17, 2011, 01:35:50 AM »
Thank you...
 Sorry for the late reply... ;D ;D ;D