Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Computer Networking: A Top-Down Approach Featuring the Internet (Repost)

Posted By: tukotikko
Computer Networking: A Top-Down Approach Featuring the Internet (Repost)

Computer Networking: A Top-Down Approach Featuring the Internet By Keith W. Ross, James F. Kurose
2000 | 599 Pages | ISBN: 0201612747 | PDF | 10 MB


Certain data-communication protocols hog the spotlight, but they all have a lot in common. Computer Networking: A Top-Down Approach Featuring the Internet explains the engineering problems inherent in communicating digital information from point to point. The top-down approach mentioned in the subtitle means the book starts at the top of the Open Systems Interconnection (OSI) protocol stack--with the application layer--and works its way down through the other six layers until it reaches bare wire. The approach is definitely theoretical--don't look here for instructions on configuring Windows 2000 or a Cisco router--but it is relevant to reality and should help anyone who needs to understand networking as a programmer, system architect or even administration guru. The treatment of the network layer, where routing takes place, is typical of the style overall. In discussing routing, authors Kurose and Ross explain (by way of lots of clear, definition-packed text) what routing protocols need to do: find the best route to a destination. They then present the mathematics that determine the best path, show some C code that implements those algorithms and illustrate the logic with excellent conceptual diagrams. Real-life implementations of the algorithms--including Internet Protocol (both IPv4 and IPv6) and several popular IP routing protocols--help you make the transition from pure theory to networking technologies.