0% found this document useful (0 votes)
16 views

Quiz-Chapter 2 Review

Uploaded by

Redha Al-Rube'e
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

Quiz-Chapter 2 Review

Uploaded by

Redha Al-Rube'e
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Al-Nahrain University

College of Science
Computer Science Department
M.Sc. Postgraduate
Chapter01 Review
Computer Networks and Web Technology Thursday, January 2, 2025

Write your name here please:

Choose the suitable word listed below for the following:


In this type of architecture there is an always-on host, called the server, which
9
services requests from many other hosts, called clients.
Often in a client-server application, a single-server host is incapable of keeping
10 up with all the requests from clients so for this reason a ____ ______, housing a
large number of hosts, is often used to create a powerful virtual server.
A software interface which messages are sent into and messages are received
4
from in the network. Analogous to the doors of a house.
6 type of HTTP connections that closes after each request from the client
One of the most compelling features of P2P architectures is their
3
_______________.
Because a host could be running many network applications, a destination ____
1
______ is needed.
8 In this architecture there is minimal or no reliance on dedicated servers
2 In the Internet, the host is identified by its
Protocol is the underlying layer of HTTP and is said to be a connection-oriented
5
service
7 RTT is the abbreviation for?

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

7. What does TTL stand for?


Time to Live
8. What are important DNS services?
hostname to IP address translation , host aliasing , mail server
aliasing , load distribution
9. How is the DNS hierarchical database broken down?
Root DNS servers to top level DNS servers to authoritative DNS
servers
10. Name the two popular mail access protocols.
IMAP , POP3

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! 😊 😊 😊

You might also like