Chapter 4 & 5 Flashcards
Refer to the exhibit. What two pieces of information can be determined from the output that is shown? (Choose two.)
- The local host is using three client sessions.
- The local host is using web sessions to a remote server.
- The local host is listening for TCP connections using public addresses.
- The local host is using well-known port numbers to identify the source ports.
- The local host is performing the three-way handshake with 192.168.1.101:1037.
The local host is using three client sessions.
The local host is using web sessions to a remote server.
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?
- 13
- 53
- 80
- 1024
- 1728
80
Which information is found in both the TCP and UDP header information?
- sequencing
- flow control
- acknowledgments
- source and destination
source and destination
Which is an important characteristic of UDP?
- acknowledgement of data delivery
- minimal delays in data delivery
- high reliability of data delivery
- same order data delivery
minimal delays in data delivery
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?
- create a Layer 1 jam signal
- reach a timeout and resend the data that needs to be acknowledged
- send a RESET bit to the host
- change the window size in the Layer 4 header
reach a timeout and resend the data
Refer to the exhibit. In line 7 of this Wireshark capture, what TCP operation is being performed?
- session establishment
- segment retransmit
- data transfer
- session disconnect
session establishment
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?
- 2
- 3
- 6
- 1850
- 3431
- 3475
3431
Why is flow control used for TCP data transfer?
- to synchronize equipment speed for sent data
- to synchronize and order sequence numbers so data is sent in complete numerical order
- to prevent the receiver from being overwhelmed by incoming data
- to synchronize window size on the server
- to simplify data transfer to multiple hosts
to prevent the receiver from being overwhelmed by incoming data
During a TCP communication session, if the packets arrive to the destination out of order, what will happen to the original message?
- The packets will not be delivered.
- The packets will be retransmitted from the source.
- The packets will be delivered and reassembled at the destination.
- The packets will be delivered and not reassembled at the destination.
The packets will be delivered and reassembled at the destination.
With TCP/IP data encapsulation, which range of port numbers identifies all well-known applications?
- 0 to 255
- 256 to 1022
- 0 to 1023
- 1024 to 2047
- 49153 to 65535
0 to 1023
Which transport layer protocol provides low overhead and would be used for applications which do not require reliable data delivery?
- TCP
- IP
- UDP
- HTTP
- DNS
UDP
What are two features of the User Datagram Protocol (UDP)? (Choose two.)
- flow control
- low overhead
- connectionless
- connection-oriented
- sequence and acknowledgements
low overhead
connectionless
What mechanism is used by TCP to provide flow control as segments travel from source to destination?
- sequence numbers
- session establishment
- window size
- acknowledgments
window size
What is dynamically selected by the source host when forwarding data?
- destination logical address
- source physical address
- default gateway address
- source port
source port
Why are port numbers included in the TCP header of a segment?
- to indicate the correct router interface that should be used to forward a segment
- to identify which switch ports should receive or forward the segment
- to determine which Layer 3 protocol should be used to encapsulate the data
- to enable a receiving host to forward the data to the appropriate application
- to allow the receiving host to assemble the packet in the proper order
to enable a receiving host to forward the data to the appropriate application
Which two options represent Layer 4 addressing? (Choose two.)
- identifies the destination network
- identifies source and destination hosts
- identifies the communicating applications
- identifies multiple conversations between the hosts
- identifies the devices communicating over the local media
identifies the communicating applications
identifies multiple conversations between the hosts