2017년 12월 6일 수요일

Updated on Dec 13. [Computer Networks , Probability, and Platform-based Programming] Topics covered by midterm exams

[Computer Networks]


[Updated on Dec. 13] Do not study the DNS, TCP cumulative ACK, TCP state machine.
 In the NAT, just study the concept of NAT (what information is required?). Do not study the details of NAT operation procedures

ARP, network Layer discussed in Internetworking, and TCP discussed in the class.
You do not have to study some topics, which will be discussed on Dec. 7. 

[Platform-based programming]
You should study all topics related to object (such as constructor overloading, inheritance and constructor call sequences, polymorphism, abstract, interface, and threads)

[Probability]
Chaps 3 (Conditional Probability) and 4 (Discrete Random Variables) are covered by the final exam
(Further study, odd-numbered problems among review questions in Chapters 3 and 4)

Keep up with your study~

Wish you best luck!!


[Platform-based Programming] Thread Cooperation Codes

Source code