Summary of Results


Averages
Number of Simultaneous ConnectionsSerial (ms)Non-Serial (ms)
18.99.2
59.4910.61
1010.1812.04

Speedup After Change to Non-Serial Communication
Number of Simultaneous ConnectionsSpeedup
10.968
50.894
100.846

Transmission Sizes
Connection TypeSize (bytes)
Serialized562
Non-serialized2410 (562)

An oddity occurred with the non-serialized transmissions - it continued to send ACK packets from the server to the client after the main communication had been completed. Comparing to the serialized transmissions, these two were almost identical, except for these extra transmissions. Discounting these, the sizes came out exactly the same, however this result should be considered as a possible source of error, as discussed later.

Possible Sources of Error

  • The actual implementation of non-serialized data transmission. The noted transmission size issue may be evidence of a deeper issue.
  • The use of the router and the possible error it introduced.
  • The perturbation due to inserted timing statements.