Anay 2c547e60f4 Inet framework 6 vuotta sitten
..
DiffservNetwork.ned 2c547e60f4 Inet framework 6 vuotta sitten
README 2c547e60f4 Inet framework 6 vuotta sitten
TrafficConditioner.ned 2c547e60f4 Inet framework 6 vuotta sitten
VoIP.anf 2c547e60f4 Inet framework 6 vuotta sitten
filters.xml 2c547e60f4 Inet framework 6 vuotta sitten
omnetpp.ini 2c547e60f4 Inet framework 6 vuotta sitten
run 2c547e60f4 Inet framework 6 vuotta sitten

README

This directory contains a simple demonstration of Diffserv QoS capabilities.

The network contains a router with an 10Mbps Ethernet interface and a
128kbps dialup link to a server. Clients are configured to generate
high traffic, that causes congestion at the router PPP interface.
One of the clients sends VoIP packets to the server.

With the VoIP_WithoutQoS configuration, the queue in the router PPP interface
will be overloaded and packets are dropped randomly.

With the VoIP_WithPolicing configuration, the VoIP traffic is classified as EF
traffic and the necessary bandwidth is allocated for it. The traffic conditioning
is configured so, that packets generated by the other clients are dropped if they
exceed the enabled rate.

With the VoIP_WithPolicingAndQueuing configuration, the VoIP traffic is classified as EF
traffic and the necessary bandwidth is allocated for it. The router's queue is configured
so that EF packets are prioritized over other packets, so lower delays are expected.

After running these configuration you can see the statistics by opening the
VoIP.anf file, or can hear the difference by comparing the recorded .wav files
in the results directory.