Quiz-Chapter 2 Review
Quiz-Chapter 2 Review
College of Science
Computer Science Department
M.Sc. Postgraduate
Chapter01 Review
Computer Networks and Web Technology Thursday, January 2, 2025
1. Port number
2. IP Address
3. Self-scalability
4. Socket
5. TCP
6. Non-persistent connections
7. Round Trip Time
8. P2P Architecture
9. Client-Server Architecture
10. Data Center
Answer the following:
1. A TCP connection between a client and a server requires a minimum of how many RTTs?
2
2. When requesting a web page with 10 referenced objects how many RTTs are needed with
persistent connections?
RTT for hand shake + 1 RTT for web page + 10 RTT for each
referenced object
3. When requesting a web page with 10 referenced objects how many RTTs are needed with non-
persistent connections?
RTT for hand shake + 1 RTT for web page + 20 RTT for each
referenced object
4. What are the different methods of HTTP request?
GET, POST, HEAD, PUT, and DELETE
5. Convert second to millisecond.
* 103
6. What are the two responses in POP3?
+OK and -ERR *notes ==> in slide 2-54 server response
True or False:
1. An HTTP server is stateless. T
2. A web cache is also known as server. F
3. The mechanism by which HTTP allows a cache to verify that its objects are up to date is called a
cookie. F
4. IMAP allows the user to view message instead of download them from a hierarchy on a remote
server. T
5. In a P2P file transfer among N peers the, the time it takes to get a copy of the file to all N peers is
called downloading time. F
Good Luck! 😊 😊 😊