Assuming there are \(N\) different data centers together worked as a computation cloud. User submit job to one of the \(N\) data center but the SLA upperbounded the total throughput over all \(N\) data centers.
[more]
Abu-Libdeh et al (2010) Symbiotic Routing in Future Data Centers (SIGCOMM)
A paper from Microsoft Research UK. The focus is on a topology named CamCube, which is a 3D torus with no switch node. All nodes in the topology is connected to 6 other nodes to form a 3D lattice. Nodes are addressed by a 3D coordinate, \((x,y,z)\). Routing is done...
[more]
Kamp (2010) You're doing it wrong (CACM)
This is written by a FreeBSD kernel developer. It discussed the effect of OS-level caching to algorithm performance. The story is that, one has to do store/retrieve operation on a heap. If the heap is made of a balanced binary tree, usually it is implemented as an array such that...
[more]
Clévenot et al (2005) Stochastic fluid models for cache clusters (PE)
This paper models the hit rate of a cluster of cache servers.
[more]
Abu-Libdeh et al (2010) RACS: A Case for Cloud Storage Diversity (SoCC)
This paper proposed to use multiple cloud services for storage in a RAID-like style, so that the user can prevent vendor lock-in, and provide a higher redundancy. Software is created and published. Performance evaluation is presented.
[more]
