1. 1. Refer to the exhibit. What two pieces of information can be determined from the output that is shown? (Choose two.)
  2. The local host is using three client sessions.
  3. The local host is using web sessions to a remote server
  4.  
  5. 2. After a web browser makes a request to a web server that is listening to the standard port, what will be the source port number in the TCP header of the response from the server?
  6. 80
  7.  
  8. 3. Which information is found in both the TCP and UDP header information?
  9. source and destination
  10.  
  11. 4. Which is an important characteristic of UDP?
  12. minimal delays in data delivery
  13.  
  14. 5.Refer to the exhibit. Host A is using FTP to download a large file from Server 1. During the download process, Server 1 does not receive an acknowledgment from Host A for several bytes of transferred data. What action will Server 1 take as a result?
  15. reach a timeout and resend the data that needs to be acknowledged
  16.  
  17. 6.Refer to the exhibit. In line 7 of this Wireshark capture, what TCP operation is being performed?
  18. session establishment
  19.  
  20. 7.Refer to the exhibit. The initial TCP exchange of data between two hosts is shown in the exhibit. Assuming an initial sequence number of 0, what sequence number will be included in Acknowledgment 2 if Segment 6 is lost?
  21. 3431
  22.  
  23. 8. Why is flow control used for TCP data transfer?
  24. to prevent the receiver from being overwhelmed by incoming data
  25.  
  26. 9. During a TCP communication session, if the packets arrive to the destination out of order, what will happen to the original message?
  27. The packets will be delivered and reassembled at the destination.
  28.  
  29. 10. With TCP/IP data encapsulation, which range of port numbers identifies all well-known applications?
  30. 0 to 1023
  31.  
  32. 11. Which transport layer protocol provides low overhead and would be used for applications which do not require reliable data delivery?
  33. UDP
  34.  
  35. 12. What are two features of the User Datagram Protocol (UDP)? (Choose two.)
  36. low overhead
  37. connectionless
  38.  
  39. 13. What mechanism is used by TCP to provide flow control as segments travel from source to destination?
  40. window size
  41.  
  42. 14. What is dynamically selected by the source host when forwarding data?
  43. source port
  44.  
  45. 15. Why are port numbers included in the TCP header of a segment?
  46. to enable a receiving host to forward the data to the appropriate application
  47.  
  48. 16. Which two options represent Layer 4 addressing? (Choose two.)
  49. identifies the communicating applications
  50. identifies multiple conversations between the hosts
  51.  
  52. 17. Which three features allow TCP to reliably and accurately track the transmission of data from source to destination?
  53. flow control
  54. session establishment
  55. numbering and sequencing
  56.  
  57. 18. Which OSI model layer is responsible for regulating the flow of information from source to destination, reliably and accurately?
  58. transport
  59.  
  60. 19.Based on the transport layer header shown in the diagram, which of the following statements describe the established session? (Choose two.)
  61. This contains a Telnet request.
  62. This is a TCP header.
  63.  
  64. 20. Which event occurs during the transport layer three-way handshake?
  65. TCP initializes the sequence numbers for the sessions.
  66.  
  67. 21.Refer to the exhibit. Host1 is in the process of setting up a TCP session with Host2. Host1 has sent a SYN message to begin session establishment. What happens next?
  68. Host2 sends a segment with the ACK flag = 1, SYN flag = 1 to Host1.