I would appreciate help with these questions Thank You Quest
I would appreciate help with these questions. Thank You.
Question 1
Which of the following would be a good candidate to use \"interactive\" data flows?
FTP
TFTP
HTTP file downloads
Telnet
Question 2
What is *not* an advantage of \"delayed acknowledgement\"?
Better performance when transmitting large files
Reduced overhead for transmissions
Faster response to missing packets
Lower overhead for the receiving system
Question 3
Why does TCP use a \"window\" when transmitting?
To make sure that the packets are smaller for better performance
To make sure the sender produces as much data as the network card will allow
To make sure that the sender does not send more data than the receiver can handle at a particular time
To make sure that it gets enough air
Question 4
Which of the following is *not* a factor that can influence the size of the \"window\" TCP uses?
Network interface speed of the sender
Network delays
The class of the IP address of the sender
Network interface speed of the receiver
Question 5
Which of the following is the TCP feature intended to help improve performance of interactive applications?
urgent mode
delayed acknowledgment
SYN flag
simultaneous open
Question 6
Which is a case where the Nagle algorithm would not be a good idea?
interactive applications
bulk data applications
small file transfers
http file downloads
| 1. | FTP | |
| 2. | TFTP | |
| 3. | HTTP file downloads | |
| 4. | Telnet |
Solution
1.Which of the following would be a good candidate to use \"interactive\" data flows?
* TFTP would be a good candidate to use \"interactive\" data flows.
2. What is *not* an advantage of \"delayed acknowledgement\"?
* Faster response to missing packets is not an advantage of \"delayed acknowledgement\".
3. Why does TCP use a \"window\" when transmitting?
* TCP uses a \"window\" when transmitting To make sure that the sender does not send more data than the receiver can handle at a particular time.
4. Which of the following is *not* a factor that can influence the size of the \"window\" TCP uses?
* The class of the IP address of the sender is not a factor that can influence the size of the \"window\" TCP uses.
5. Which of the following is the TCP feature intended to help improve performance of interactive applications?
* Delayed acknowledgment is the TCP feature intended to help improve performance of interactive applications.
6. Which is a case where the Nagle algorithm would not be a good idea?
* Bulk data applications is a case where the Nagle algorithm would not be a good idea.

