• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/20

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

20 Cards in this Set

  • Front
  • Back
What two pieces of information can be determined from the output that is shown (two answers)

What two pieces of information can be determined from the output that is shown (two answers)

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?

Port 80

Which information is found in both the TCP and UDP header information?

Source



destination

Which is an important chateristic of UDP?

minimal delays in data delivery.

"Host A" 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?

"Host A" 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?

Reach a timeout and resend the data that needs to be acknowledged.

In the line 7 Wireshark capture, what TCP operation is being performed?

In the line 7 Wireshark capture, what TCP operation is being performed?

session establishment

The initial TCP exchange of a data between two hosts is shown in the exhibit. Assuming an initial sequence number of 0, what a sequence number will be included in Acknowledgment 2 if segment 6 is lost?

The initial TCP exchange of a data between two hosts is shown in the exhibit. Assuming an initial sequence number of 0, what a sequence number will be included in Acknowledgment 2 if segment 6 is lost?

3431

Why is flow control used for TCP data transfer?

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 be delivered and reassembled at the destination.

With TCP/IP data encapsulation, which range of port numbers identifies all well-known applications?

0 to 1023

What transport layer protocol provides low overhead and would be used for applications which do not rewire reliable data delivery?

UDP

What are two features of the User Datagram Protocol (UDP)? (two answers)

Low overhead



Connectionless


What mechanism is used by TCO to provide flow control as segment travel from source to destination?

Window Size

What is dynamically selected by the source host when forwarding data?

source port

Why are port numbers included in the TCP header of a segment?

To enable a receiving host to a forward the data to the appropriate application.

Which two options represent Layer 4 addressing?


(two answers)

identifies the communicating applications



identifies multiple conversation between the hosts.

Which three features allow TCP to reliably and accurately track the transmission of data from source to destination? (three answers)

flow control



session establishment



numbering and sequencing

Based on the transport layer header shown in the diagram, which of the following statement describe the established session? (two answers)

Based on the transport layer header shown in the diagram, which of the following statement describe the established session? (two answers)

this contains a Telnet request.



This is a TCP header.

Which event occurs during the transport layer three-way handshake?

TCP initializes the sequences numbers for the sessions.

Host is in the process of setting up a TCP session with Host 2. Host 1 has sent a SYN message to begin session establishment. What happens next?

Host is in the process of setting up a TCP session with Host 2. Host 1 has sent a SYN message to begin session establishment. What happens next?

Host 2 sends a segment with the ACK flag = 1, Syn Flag = 1 to Host 1