Skip to content

Network Research Info

Andrew Zonenberg edited this page May 14, 2017 · 2 revisions

Network topology

  • Routers in a 2D grid
  • Nodes in a star attached to each router
  • Variable link width
  • Link width restriction: links pointing toward the core of the network (link partner is closer to the centroid of the network, in Manhattan distance, than yourself) must be at least as wide as the widest of your other links.
  • Routing: Go towards destination if along a cardinal axis. If diagonal, pick fatter pipe. If both pipes equal width, pick pseudorandomly based on hash(src, dest).
Clone this wiki locally