How data flows through internet?

0

Say i hit www.google.com in browser , my question is how data is served from google(or any other website) server to my browser. I raed couple of articles/videos . Based on them here is mine understanding and some inline questions

  1. I enter www.google.com in browser
  2. Browser resolves google name with IP though DNS server(with the help of my Internet service Provider(ISP))
  3. Data travels from my latop to modem in my room
  4. Modem send the data to my ISP say comcast
  5. Now each ISP is connected to internet exchange physically(through wire) Right ?
  6. Google server is also connected to Internet exchange.If yes not sure how ? Similarly if i host my new website through any web hosting service provider(WHSP), then that WHSP must be connected to internet exchange
  7. Then router at internet exchange will route the data to google server connected to Internet exchange
  8. Google server will process the request and send the response back

Please correct if i am wrong somewhere here ?

user3198603

Posted 2016-09-07T18:54:02.750

Reputation: 429

Question was closed 2016-09-07T20:45:14.567

1Conceptually you are pretty close. Actual implementation could be far more complex. – Mark Stewart – 2016-09-07T18:55:37.300

2What is your actual question? – DavidPostill – 2016-09-07T19:17:11.690

1This site is for specific questions about computers and home networking related to issues you are actually facing. There are literally tons of resources available that explain how the Internet works. Just not a fit for this site. – CharlieRB – 2016-09-07T19:43:02.197

@Guys Shared link does not answer my question. That link mainly tell how browser sends/receives the data from another server but does not explain how data is traveling from browser > ISP > Internet exchange > Server ISP Request you to reopen the question or confirm if my understanding is correct ? – user3198603 – 2016-09-08T06:30:50.723

No answers