Chapter 14-15 Mock Flashcards
A PC is downloading a large file from a server. The TCP window is 1000 bytes. The server is sending the file using 100-byte segments. How many segments will the server send before it requires an acknowledgment from the PC?
10 segments
1 segment
100 segments
1000 segments
10 segments
What are three responsibilities of the transport layer? (Choose three.)
identifying the applications and services on the client and server that should handle transmitted data
multiplexing multiple communication streams from many users or applications on the same network
directing packets towards the destination network
conducting error detection of the contents in frames
meeting the reliability requirements of applications, if any
formatting data into a compatible form for receipt by the destination devices
identifying the applications and services on the client and server that should handle transmitted data
multiplexing multiple communication streams from many users or applications on the same network
meeting the reliability requirements of applications, if any
Which three application layer protocols use TCP? (Choose three.)
TFTP
SMTP
SNMP
FTP
HTTP
SMTP
HTTP
FTP
Which flag in the TCP header is used in response to a received FIN in order to terminate connectivity between two network devices?
RST
ACK
SYN
FIN
ACK
Which two fields are included in the TCP header but not in the UDP header? (Choose two.)
sequence number
checksum
window
source port
destination port
sequence number
window
Which field in the TCP header indicates the status of the three-way handshake process?
control bits
reserved
window
checksum
control bits
What is a characteristic of UDP?
UDP only passes data to the network when the destination is ready to receive the data.
UDP datagrams take the same path and arrive in the correct order at the destination.
UDP reassembles the received datagrams in the order they were received.
Applications that use UDP are always considered unreliable.
UDP reassembles the received datagrams in the order they were received.
Which three statements characterize UDP? (Choose three.)
UDP is a low overhead protocol that does not provide sequencing or flow control mechanisms.
UDP provides connection-oriented, fast transport of data at Layer 3.
UDP relies on IP for error detection and recovery.
UDP relies on application layer protocols for error detection.
UDP provides basic connectionless transport layer functions.
UDP provides sophisticated flow control mechanisms.
UDP is a low overhead protocol that does not provide sequencing or flow control mechanisms.
UDP relies on application layer protocols for error detection.
UDP provides basic connectionless transport layer functions.
Which three fields are used in a UDP segment header? (Choose three.)
Checksum
Source Port
Acknowledgment Number
Length
Window Size
Sequence Number
Checksum
Source Port
Length
What kind of port must be requested from IANA in order to be used with a specific application?
registered port
source port
private port
dynamic port
registered port
Which two characteristics are associated with UDP sessions? (Choose two.)
Destination devices reassemble messages and pass them to an application.
Unacknowledged data packets are retransmitted.
Destination devices receive traffic with minimal delay.
Transmitted data segments are tracked.
Received data is unacknowledged.
Destination devices receive traffic with minimal delay.
Received data is unacknowledged.
How are port numbers used in the TCP/IP encapsulation process?
If multiple conversations occur that are using the same service, the source port number is used to track the separate conversations.
Destination port numbers are assigned automatically and cannot be changed.
Source port and destination port numbers are randomly generated.
Source port numbers and destination port numbers are not necessary when UDP is the transport layer protocol being used for the communication.
If multiple conversations occur that are using the same service, the source port number is used to track the separate conversations.
Why does HTTP use TCP as the transport layer protocol?
to ensure the fastest possible download speed
because transmission errors can be tolerated easily
because HTTP requires reliable delivery
because HTTP is a best-effort protocol
because HTTP requires reliable delivery
What does a client do when it has UDP datagrams to send?
It queries the server to see if it is ready to receive data.
It just sends the datagrams.
It sends to the server a segment with the SYN flag set to synchronize the conversation.
It sends a simplified three-way handshake to the server.
It just sends the datagrams.
A PC is downloading a large file from a server. The TCP window is 1000 bytes. The server is sending the file using 100-byte segments. How many segments will the server send before it requires an acknowledgment from the PC?
10 segments
1 segment
100 segments
1000 segments
10 segments