Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reword the doc of the switch feature
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 13 May 2016 04:29:34 +0000 (06:29 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 13 May 2016 04:29:34 +0000 (06:29 +0200)
doc/doxygen/platform.doc

index 37a50e0..4d4ce77 100644 (file)
@@ -1806,15 +1806,18 @@ characteristics (lookup : time to resolve a route):
 
 \subsection pf_switch I want to describe a switch but there is no switch tag!
 
-Actually we did not include switch tag, ok. But when you're trying to
-simulate a switch, the only major impact it has when you're using
-fluid model (and SimGrid uses fluid model unless you activate 
-ns-3 or constant network mode) is the impact of the upper limit of
-the switch motherboard speed that will eventually be reached if you're
-using intensively your switch. So, the switch impact is similar to a
-link one. That's why we are used to describe a switch using a link tag
-(as a link is not an edge by a hyperedge, you can connect more than 2
-other links to it).
+Actually we did not include switch tag. But when you're trying to
+simulate a switch, assuming 
+fluid bandwidth models are used (which SimGrid uses by default unless 
+ns-3 or constant network models are activated), the limiting factor is
+switch backplane bandwidth. So, essentially, at least from
+the simulation perspective, a switch is similar to a
+link: some device that is traversed by flows and with some latency and
+so,e maximum bandwidth. Thus, you can simply simulate a switch as a
+link. Many links
+can be connected to this "switch", which is then included in routes just
+as a normal link.
+
 
 \subsection pf_multicabinets I want to describe multi-cabinets clusters!