QUESTION 9 if you want to perform a transaction from a remote client to a server as fast as possible, UDP is better that TCP O True O False QUESTION 10 A protocol uses handshaking if the two communicating entities first exchange control packets before sending data to each other. O True O False

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
QUESTION 9
if you want to perform a transaction from a remote client to a server as fast as possible, UDP is better that TCP
O True
O False
QUESTION 10
A protocol uses handshaking if the two communicating entities first exchange control packets before sending data to each other.
O True
O False
QUESTION 11
Suppose Alice, with a Web-based e-mail account (such as Hotmail or Gmail), sends a message to Bob, who accesses his mail from his mail server using POP3.
order the following steps to move the message between the two hosts.
✓ Alice's mail server sends the message to Bob's mail server over SMTP.
✓ Bob transfers the message from his mail server to his host over POP3.
The message is sent from Alice's host to her mail server over HTTP.
QUESTION 12
the UDP server described needed only one socket, whereas the TCP server needed two sockets
O True
O False
Transcribed Image Text:QUESTION 9 if you want to perform a transaction from a remote client to a server as fast as possible, UDP is better that TCP O True O False QUESTION 10 A protocol uses handshaking if the two communicating entities first exchange control packets before sending data to each other. O True O False QUESTION 11 Suppose Alice, with a Web-based e-mail account (such as Hotmail or Gmail), sends a message to Bob, who accesses his mail from his mail server using POP3. order the following steps to move the message between the two hosts. ✓ Alice's mail server sends the message to Bob's mail server over SMTP. ✓ Bob transfers the message from his mail server to his host over POP3. The message is sent from Alice's host to her mail server over HTTP. QUESTION 12 the UDP server described needed only one socket, whereas the TCP server needed two sockets O True O False
QUESTION 12
the UDP server described needed only one socket, whereas the TCP server needed two sockets
O True
O False
QUESTION 13
Fill the blank
With the TCP server, there is a welcoming socket, and each time a client initiates a connection to the server, a new socket is created. Thus, to support n simultaneous
connections, the server would need
sockets.
O n-1
On
O n+1
0 1
QUESTION 14
For the client-server application over UDP, the server program must be executed before the client program.
O True
False
QUESTION 15
For the client-server application over TCP, the server program must be executed before the client program.
O True
O False
Transcribed Image Text:QUESTION 12 the UDP server described needed only one socket, whereas the TCP server needed two sockets O True O False QUESTION 13 Fill the blank With the TCP server, there is a welcoming socket, and each time a client initiates a connection to the server, a new socket is created. Thus, to support n simultaneous connections, the server would need sockets. O n-1 On O n+1 0 1 QUESTION 14 For the client-server application over UDP, the server program must be executed before the client program. O True False QUESTION 15 For the client-server application over TCP, the server program must be executed before the client program. O True O False
Expert Solution
Step 1: Step1

9.TCP is comparatively slower than UDP. UDP is faster, simpler, and more efficient than TCP. Retransmission of lost packets is possible in TCP, but not in UDP

10.A protocol uses handshaking if the two communicating entities first exchange control packets before sending data to each other. SMTP uses handshaking at the application layer whereas HTTP does not.

True


12.The UDP server described needed only one socket, whereas the TCP server needed two sockets because: With the UDP server, there is no welcoming socket, and all data from different clients enters the server through this one socket.



steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Recovery and Performance of Network
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education