What resources do you recommend for learning more about TCP/IP, networking, and related areas?

Posted by mkelley33 on Programmers See other posts from Programmers or by mkelley33
Published on 2011-01-28T23:10:14Z Indexed on 2011/01/28 23:36 UTC
Read the original article Hit count: 366

Filed under:
|
|
|
|

As a relatively-new Python programmer, I'm finding more and more that networking as it relates to the web and web development is becoming increasingly important to understand.

When I was an active C# ASP.NET programmer making smaller websites with less responsibility this knowledge seemed less important, since there was often a "networking" guy performing any tasks beyond acquiring a domain name for a client.

Which books, websites, presentations, articles, or other resources would you recommend so that I best understand what's happening between the time a user types a URL and receives the rendered HTML?

Thanks!

© Programmers or respective owner

Related posts about web-development

Related posts about python