README 1.2 KB

12345678910111213141516171819202122
  1. This directory contains a simple demonstration of Diffserv QoS capabilities.
  2. The network contains a router with an 10Mbps Ethernet interface and a
  3. 128kbps dialup link to a server. Clients are configured to generate
  4. high traffic, that causes congestion at the router PPP interface.
  5. One of the clients sends VoIP packets to the server.
  6. With the VoIP_WithoutQoS configuration, the queue in the router PPP interface
  7. will be overloaded and packets are dropped randomly.
  8. With the VoIP_WithPolicing configuration, the VoIP traffic is classified as EF
  9. traffic and the necessary bandwidth is allocated for it. The traffic conditioning
  10. is configured so, that packets generated by the other clients are dropped if they
  11. exceed the enabled rate.
  12. With the VoIP_WithPolicingAndQueuing configuration, the VoIP traffic is classified as EF
  13. traffic and the necessary bandwidth is allocated for it. The router's queue is configured
  14. so that EF packets are prioritized over other packets, so lower delays are expected.
  15. After running these configuration you can see the statistics by opening the
  16. VoIP.anf file, or can hear the difference by comparing the recorded .wav files
  17. in the results directory.