Sunday, November 3, 2013

Lab#4: Iterative TCP servers

These are servers that can handle one client at a time. If a second client arrives in the server, it will have to wait till the first client is served. Iterative servers are easy to implement and good enough for these uses where the client serving time is small and/or where response time is not important.

Lab is here.

Please read section 3.4 from the book before next lecture.

A quick test about Chapter 2 will be performed after the break.

No comments:

Post a Comment