Friday, July 24, 2009

[AIT09] Update assignment submission

Dear all,

Please find status of your assignment submission in Here. The last day that you can submit the assignment is Jul. 29, 2009.

Teerawat

Tuesday, July 21, 2009

[AIT09] RTO

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?

[AIT09] Connector

This question is from Thein Tun Aung

  1. What are the main variables of class Connector?
  2. Which ones are the pointer?
  3. Where do they point to? Is the object they point to an abstract object? If so, how?
  4. How do we fit the connector to a class composition framework?

[AIT09] Assignment Status

Dear all,

Here is the current status of assignment submission. Please check your own status. We have overall 9 assignments.

Best,
Teerawat

[AIT09] Assignment

Hi all,

I marked few assignments. I left your assignment on a desk of the Hallway, where you hand in assignment for other courses. Please go and pick up.

See you on Saturday,
Teerawat

Monday, July 20, 2009

[AIT09] Queue

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]

Thursday, July 16, 2009

[AIT 09] HashClassifier

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?