Difference between revisions of "Communications"

From Organic Design wiki
m
(peer communications schedule)
Line 1: Line 1:
 
{{stub}}
 
{{stub}}
  
;Notes for transport schedule
+
<table cellpadding=20><tr>
:AB
+
<td><math>\sum_{i = 1}^{n} {i}</math>
:AC
+
<td>AB&nbsp;BC&nbsp;CD<br>
:AD
+
AC&nbsp;BD<br>
:BC
+
AD
:BD
+
<td>The schedule of traffic between peers as seen from the global perspective and assuming the simplest situation of all peers needing to communicate with all other peers using the same amount of bandwidth, requires (n<sup>2</sup>+n)/2 ''sessions'' to be booked. A session in this case is meaning the booking a portion of bandwidth for the same period of time on two peers and establishing a bidirectional stream between them for that time.
:CD
+
</table>
This is (n<sup>2</sup>+n)/2, or as a sum its simply <math>\sum_{i = 1}^{n} {i}</math>
 
  
  

Revision as of 23:14, 17 October 2006

Cone.png This article or section is a stub. Stubs are articles that have not yet received substantial attention from the authors. They are short or insufficient pieces of information and require additions to further increase the article's usefulness. The project values stubs as useful first steps toward complete articles.


[math]\sum_{i = 1}^{n} {i}[/math] AB BC CD

AC BD
AD

The schedule of traffic between peers as seen from the global perspective and assuming the simplest situation of all peers needing to communicate with all other peers using the same amount of bandwidth, requires (n2+n)/2 sessions to be booked. A session in this case is meaning the booking a portion of bandwidth for the same period of time on two peers and establishing a bidirectional stream between them for that time.

aka persistence & propagation