Currently the Network component has a single packet queue in which all Host packets arrive. They are processed in FIFO order. This may cause congestion if some parts of the network are sending more packets than others and therefore the network should use one queue per connection so that traffic is sent fairly throughout the network.