NOTE:
Remember that you can press Ctrl
+ F and search
for fragments of the question to locate faster.
1. What is the complete range of TCP and UDP
well-known ports?
1. 0 to 1023
2. 0 to 255
3. 256 – 1023
4. 1024 – 49151
2. A host device sends a data packet to a web server via the HTTP protocol. What is used by the transport layer to pass the data stream to the proper application on the server?
1. destination port number
2. source port number
3. sequence number
4. acknowledgment
3. Fill in the blank using a number. A total of____ messages are exchanged during the TCP session termination process between the client and the server.
four
4. Which scenario describes a function provided by the transport layer?
1. A student has two web browser windows open in order to access two web sites. The transport layer ensures the correct web page is delivered to the correct browser window
2. A student is using a classroom VoIP phone to call home. The unique identifier burned into the phone is a transport layer address used to contact another network device on the same network.
3. A corporate worker is accessing a web server located on a corporate network. The transport layer formats the screen so the web page appears properly no matter what device is being used to view the web site.
4. A student is playing a short web-based movie with sound. The movie and sound are encoded within the transport layer header.
5. Which factor determines TCP window size?
1. the amount of data the destination can process at one time
2. the number of services included in the TCP segment
3. the amount of data the source is capable of sending at one time
4. the amount of data to be transmitted
6. What happens if the first packet of a TFTP transfer is lost?
1. The TFTP application will retry the request if a reply is not received.
2. The next-hop router or the default gateway will provide a reply with an error code.
3. The client will wait indefinitely for the reply.
4. The transport layer will retry the query if a reply is not received.
7. What is a beneficial feature of the UDP transport protocol?
1. fewer delays in transmission
2. the ability to retransmit lost data
3. acknowledgment of received data
4. tracking of data segments using sequence numbers
8. Compared to UDP, what factor causes additional network overhead for TCP communication?
1. network traffic that is caused by retransmissions
2. the identification of applications based on destination port numbers
3. the checksum error detection
4. the encapsulation into IP packets
9. What is a socket?
1. the combination of a source IP address and port number or a destination IP address and port number
2. the combination of the source and destination sequence numbers and port numbers
3. the combination of the source and destination sequence and acknowledgment numbers
4. the combination of the source and destination IP address and source and destination Ethernet address
10. Which two TCP header fields are used to confirm receipt of data?
1. Sequence number
2. Acknowledgement number
3. checksum
4. FIN flag
5. SYN flag
11. During a TCP session, a destination device sends an acknowledgment number to the source device. What does the acknowledgment number represent?
1. the next byte that the destination expects to receive
2. the last sequence number that was sent by the source
3. one number more than the sequence number
4. the total number of bytes that have been received
12. During a TCP session, the SYN field is used by the client to request communication with the server
13. A host device needs to send a large video file across the network while providing data communication to other users. Which feature will allow different communication streams to occur at the same time, without having a single data stream using all available bandwidth?
1. multiplexing
2. window size
3. acknowledgments
4. port numbers
14. 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?
1. 10 segments
2. 100 segments
3. 1000 segments
4. 1 segment
15. A technician wishes to use TFTP to transfer a large file from a file server to a remote router. Which statement is correct about this scenario?
1. The file is segmented and then reassembled in the correct order at the destination, if necessary, by the upper-layer protocol..
2. The file is segmented and then reassembled in the correct order by TCP.
3. The file is not segmented, because UDP is the transport layer protocol that is used by TFTP.
4. Large files must be sent by FTP not TFTP.
16. What does a client do when it has UDP datagrams to send?
1. It just sends the datagrams
2. It queries the server to see if it is ready to receive data.
3. It sends a simplified three-way handshake to the server.
4 . It sends to the server a segment with the SYN flag set to synchronize the conversation.
17. Which two flags in the TCP header are used in a TCP three-way handshake to establish connectivity between two network devices? (Choose two.)
1. SYN
2. ACK
3. URG
4. PSH
5. RST
6. FIN
18. What does a client application select for a TCP or UDP source port number?
1. a random value in the range of the registered ports
2. a predefined value in the dynamic port range
3. a predefined value in the range of the registered ports
4. a predefined value in the well-known port range
5. a random value in the dynamic port range
6. a random value in the well-known port range
19.Which transport layer feature is used to guarantee session establishment?
1. TCP 3-way handshake
2. UDP sequence number
3. TCP port number
4. UDP ACK flag
20.
1. 0 to 1023
2. 0 to 255
3. 256 – 1023
4. 1024 – 49151
2. A host device sends a data packet to a web server via the HTTP protocol. What is used by the transport layer to pass the data stream to the proper application on the server?
1. destination port number
2. source port number
3. sequence number
4. acknowledgment
3. Fill in the blank using a number. A total of____ messages are exchanged during the TCP session termination process between the client and the server.
four
4. Which scenario describes a function provided by the transport layer?
1. A student has two web browser windows open in order to access two web sites. The transport layer ensures the correct web page is delivered to the correct browser window
2. A student is using a classroom VoIP phone to call home. The unique identifier burned into the phone is a transport layer address used to contact another network device on the same network.
3. A corporate worker is accessing a web server located on a corporate network. The transport layer formats the screen so the web page appears properly no matter what device is being used to view the web site.
4. A student is playing a short web-based movie with sound. The movie and sound are encoded within the transport layer header.
5. Which factor determines TCP window size?
1. the amount of data the destination can process at one time
2. the number of services included in the TCP segment
3. the amount of data the source is capable of sending at one time
4. the amount of data to be transmitted
6. What happens if the first packet of a TFTP transfer is lost?
1. The TFTP application will retry the request if a reply is not received.
2. The next-hop router or the default gateway will provide a reply with an error code.
3. The client will wait indefinitely for the reply.
4. The transport layer will retry the query if a reply is not received.
7. What is a beneficial feature of the UDP transport protocol?
1. fewer delays in transmission
2. the ability to retransmit lost data
3. acknowledgment of received data
4. tracking of data segments using sequence numbers
8. Compared to UDP, what factor causes additional network overhead for TCP communication?
1. network traffic that is caused by retransmissions
2. the identification of applications based on destination port numbers
3. the checksum error detection
4. the encapsulation into IP packets
9. What is a socket?
1. the combination of a source IP address and port number or a destination IP address and port number
2. the combination of the source and destination sequence numbers and port numbers
3. the combination of the source and destination sequence and acknowledgment numbers
4. the combination of the source and destination IP address and source and destination Ethernet address
10. Which two TCP header fields are used to confirm receipt of data?
1. Sequence number
2. Acknowledgement number
3. checksum
4. FIN flag
5. SYN flag
11. During a TCP session, a destination device sends an acknowledgment number to the source device. What does the acknowledgment number represent?
1. the next byte that the destination expects to receive
2. the last sequence number that was sent by the source
3. one number more than the sequence number
4. the total number of bytes that have been received
12. During a TCP session, the SYN field is used by the client to request communication with the server
13. A host device needs to send a large video file across the network while providing data communication to other users. Which feature will allow different communication streams to occur at the same time, without having a single data stream using all available bandwidth?
1. multiplexing
2. window size
3. acknowledgments
4. port numbers
14. 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?
1. 10 segments
2. 100 segments
3. 1000 segments
4. 1 segment
15. A technician wishes to use TFTP to transfer a large file from a file server to a remote router. Which statement is correct about this scenario?
1. The file is segmented and then reassembled in the correct order at the destination, if necessary, by the upper-layer protocol..
2. The file is segmented and then reassembled in the correct order by TCP.
3. The file is not segmented, because UDP is the transport layer protocol that is used by TFTP.
4. Large files must be sent by FTP not TFTP.
16. What does a client do when it has UDP datagrams to send?
1. It just sends the datagrams
2. It queries the server to see if it is ready to receive data.
3. It sends a simplified three-way handshake to the server.
4 . It sends to the server a segment with the SYN flag set to synchronize the conversation.
17. Which two flags in the TCP header are used in a TCP three-way handshake to establish connectivity between two network devices? (Choose two.)
1. SYN
2. ACK
3. URG
4. PSH
5. RST
6. FIN
18. What does a client application select for a TCP or UDP source port number?
1. a random value in the range of the registered ports
2. a predefined value in the dynamic port range
3. a predefined value in the range of the registered ports
4. a predefined value in the well-known port range
5. a random value in the dynamic port range
6. a random value in the well-known port range
19.Which transport layer feature is used to guarantee session establishment?
1. TCP 3-way handshake
2. UDP sequence number
3. TCP port number
4. UDP ACK flag
20.
21. Match each application to its connectionless or connection-oriented protocol
22.
Chapter 7 Answers CCNA 1
Reviewed by RAMANUZ
on
12:53:00
Rating:
No hay comentarios: