The PFTK formula gives the steady state throughput of a bulk transfer TCP flow as a function of loss rate and RTT:
[more]
Divakaran et al (2010) Size-based Flow Scheduling in a CICQ Switch
CICQ = Combined Input-crosspoint Queued Switch
[more]
Using C Preprocessors
The well-known #define and #if..#endif is no big deal. But from time to
time, we might want to use some features that provided by the CPP.
[more]
Mudigonda (2009) SPAIN: Design and Algorithms for Constructing Large Data-Center Ethernets from Commodity Switches (HP TechRep)
This paper describes SPAIN, a method to build data center networks (load balanced networks) from commodity ethernet switches and specialized hosts.
[more]
Programming Pearls 2e
Jon Bentley / 1999
This is a must-read for all the programmers. Codes are in C or C++ but the idea is the fruit of this book.
[more]
