Bültmann & Gerriets
Network Algorithmics
An Interdisciplinary Approach to Designing Fast Networked Devices
von George Varghese
Verlag: Elsevier Science & Techn.
E-Book / EPUB
Kopierschutz: ePub mit Wasserzeichen

Hinweis: Nach dem Checkout (Kasse) wird direkt ein Link zum Download bereitgestellt. Der Link kann dann auf PC, Smartphone oder E-Book-Reader ausgeführt werden.
E-Books können per PayPal bezahlt werden. Wenn Sie E-Books per Rechnung bezahlen möchten, kontaktieren Sie uns bitte.

ISBN: 978-0-08-047964-4
Erschienen am 31.12.2004
Sprache: Englisch
Umfang: 496 Seiten

Preis: 64,95 €

64,95 €
merken
Klappentext
Biografische Anmerkung
Inhaltsverzeichnis

In designing a network device, you make dozens of decisions that affect the speed with which it will perform-sometimes for better, but sometimes for worse. Network Algorithmics provides a complete, coherent methodology for maximizing speed while meeting your other design goals.

Author George Varghese begins by laying out the implementation bottlenecks that are most often encountered at four disparate levels of implementation: protocol, OS, hardware, and architecture. He then derives 15 solid principles-ranging from the commonly recognized to the groundbreaking-that are key to breaking these bottlenecks.

The rest of the book is devoted to a systematic application of these principles to bottlenecks found specifically in endnodes, interconnect devices, and specialty functions such as security and measurement that can be located anywhere along the network. This immensely practical, clearly presented information will benefit anyone involved with network implementation, as well as students who have made this work their goal.

FOR INSTRUCTORS: To obtain access to the solutions manual for this title simply register on our textbook website (textbooks.elsevier.com)and request access to the Computer Science subject area. Once approved (usually within one business day) you will be able to access all of the instructor-only materials through the "Instructor Manual" link on this book's academic web page at textbooks.elsevier.com.

  • Addresses the bottlenecks found in all kinds of network devices, (data copying, control transfer, demultiplexing, timers, and more) and offers ways to break them
  • Presents techniques suitable specifically for endnodes, including Web servers
  • Presents techniques suitable specifically for interconnect devices, including routers, bridges, and gateways
  • Written as a practical guide for implementers but full of valuable insights for students, teachers, and researchers
  • Includes end-of-chapter summaries and exercises



George Varghese is a widely recognized authority on the art of network protocol implementation. Currently he holds the Jonathan B. Postel Chair of Networking at the University of California, Los Angeles. Earlier he was a Partner at Microsoft Research, and served as a professor in the departments of Computer Science at UC-San Diego and Washington University. He was elected to American Academy of Arts and Sciences in 2022, to the Internet Hall of Fame in 2021, to the National Academy of Inventors in 2020, to the National Academy of Engineering in 2017, and as a Fellow of the ACM in 2002. He co-founded a startup called NetSift in 2004 that was acquired by Cisco in 2005. With colleagues, he holds 26 patents in the general field of network algorithmics. Several algorithms that he helped develop have found their way into commercial systems, including Linux (timing wheels), the Cisco GSR (DRR), and MS Windows (IP lookups). Varghese has written more than 100 papers on networking, computer architecture, genomics, and databases.



1 Introducing Network Algorithmics2 Network Implementation Models3 Fifteen Implementation Principles4 Principles in Action5 Copying Data6 Transfering Control7 Maintaining Timers8 Demultiplexing9 Protocol Processing10 Exact Match Lookups11 Prefix Match Lookups12 Packet Classification13 Switching14 Scheduling Packets15 Routers as Distributed Systems16 Measuring Network Traffic17 Network Security18 ConclusionsAppendix A Detailed Models