Please find status of your assignment submission in Here. The last day that you can submit the assignment is Jul. 29, 2009.
Teerawat
This question is from Shujaat.
1. What is the main difference between Bounded and unbounded RTO?
2. Which one does TCP use? Why does it choose that choice?
This question is from Thein Tun:
How do you get the length of the queue ? Can you give examples of different types of queue?
[From Teerawat: Do not give more than one example per person]
These questions are from Nakrop:
1. What are the differences between PortClassifier and HashClassfier?
What are their the based classes?
2. How important is a hash table is important to a hash classifier? Why? What information is stored in the hash table?
3. In the implementation of function classify(p)of class DestHashClassifier, what does the statement "set_hash(0,d,0,slot)" do?
4. How is OOP used to implement function hashkey(...) of class HashClassifier?