Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Digital Literacy

TCP/IP servers

Hi there,

At around 2:30, the video shows that the TCP/IP request moves between all servers until it finds the correct one.

I've tried to find out more about this step via an internet search, but can't seem to.

Does the request really bounce from server to server (presumable worldwide?) at random until finding the server it's looking for? Or is it sent specifically to the right server/in the right direction?

I hope the above makes sense. I'm trying to get a real understanding a of all this as a good foundation.

Many thanks,

Connor

1 Answer

Dave Harker
PLUS
Dave Harker
Courses Plus Student 15,510 Points

Hi Connor Brown,

Whew! Ready for some light reading?

Cisco Networking Academy's Introduction to Routing Concepts
Understanding Networks and TCP/IP

Hope that is of some help :smirk: Are you sure you really want to know? ... Some things are better kept a mystery.

TL;DR From what I've read ... It isn't random - the request gets passed up and up until it finds a server big enough to know where the destination network is (and obviously, the route to get there - that's another story though (and a bunch of calculations) - route determination).

Have fun,
Dave :dizzy: