Skip to content
  • Home
  • CCNA Labs
    • CCNA 1 LAB Activities (v6 & v7)
    • CCNA 2 LAB Activities (v6 & v7)
    • CCNA 3 LAB Activities (v6 & v7)
    • CCNA 4 Lab Activities
  • Linux
    • Linux Unhatched
    • Linux Essentials 2.0
    • Linux Essentials
    • Introduction to Linux I
    • Introduction to Linux II
  • Programming
    • PCAP – Programming Essentials in Python
    • CLA – Programming Essentials in C
    • CPA Programming Essentials in C++
  • About
    • Contact Us
    • Privacy Policy

CCNA 7 Exam Answers 2023

Go with our CCIE, Passed 100%

  • ITE
    • ITE - IT Essentials v7.0
    • ITE - IT Essentials v6.0
      • IT Essentials Lab 2019
    • ITE v5.0 Exam
    • Virtual Activity Laptop
    • Virtual Activity Desktop
  • NE
    • MF
  • CCNA
    • CCNA1
      • CCNA1 v7.0 – ITN
      • CCNA1 v6.0
    • CCNA2
      • CCNA2 v7.0 – SRWE
      • CCNA2 v6.0
    • CCNA3
      • CCNA3 v7.0 – ENSA
      • CCNA3 v6.0
    • CCNA4
      • CCNA4 v6.0
  • Cyber-Security
    • ITC – Introduction to Cybersecurity 2.1 (Level 1)
    • CE – Cybersecurity Essentials 1.1 (Level 2)
    • CCNA CyberOps 1.1 (Level 3)
  • Security
    • CCNA Security v2
  • DevNet
  • CCNA PT Lab 2023

ITN Chapter 9 Exam Online

Last Updated on May 20, 2021 by Admin

ITN Chapter 9 Exam Online

ITN -- Chapter 9 Exam

Time limit: 0

Quiz-summary

0 of 23 questions completed

Questions:

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 16
  17. 17
  18. 18
  19. 19
  20. 20
  21. 21
  22. 22
  23. 23

Information

ITN — Chapter 9 Exam

You have already completed the quiz before. Hence you can not start it again.

Quiz is loading...

You must sign in or sign up to start the quiz.

You have to finish following quiz, to start this quiz:

Results

0 of 23 questions answered correctly

Your time:

Time has elapsed

You have reached 0 of 0 points, (0)

Average score
 
 
Your score
 
 

Categories

  1. Not categorized 0%
  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15
  16. 16
  17. 17
  18. 18
  19. 19
  20. 20
  21. 21
  22. 22
  23. 23
  1. Answered
  2. Review
  1. Question 1 of 23
    1. Question
    2 points
    Which two characteristics are associated with UDP sessions? (Choose two.)
    Correct

    Incorrect

    TCP:
    · Provides tracking of transmitted data segments
    · Destination devices will acknowledge received data.
    · Source devices will retransmit unacknowledged data.

    UDP
    · Destination devices will not acknowledge received data
    · Headers use very little overhead and cause minimal delay.​

    Hint

    TCP:
    · Provides tracking of transmitted data segments
    · Destination devices will acknowledge received data.
    · Source devices will retransmit unacknowledged data.

    UDP
    · Destination devices will not acknowledge received data
    · Headers use very little overhead and cause minimal delay.​

  2. Question 2 of 23
    2. Question
    1 points
    What happens if part of an FTP message is not delivered to the destination?
    Correct

    Incorrect

    Because FTP uses TCP as its transport layer protocol, sequence and acknowledgment numbers will identify the missing segments, which will be re-sent to complete the message.

    Hint
    Because FTP uses TCP as its transport layer protocol, sequence and acknowledgment numbers will identify the missing segments, which will be re-sent to complete the message.
  3. Question 3 of 23
    3. Question
    1 points
    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?
    Correct

    Incorrect

    Multiplexing is useful for interleaving multiple communication streams. Window size is used to slow down the rate of data communication. Port numbers are used to pass data streams to their proper applications. Acknowledgments are used to notify a sending device that a stream of data packets has or has not been received.

    Hint
    Multiplexing is useful for interleaving multiple communication streams. Window size is used to slow down the rate of data communication. Port numbers are used to pass data streams to their proper applications. Acknowledgments are used to notify a sending device that a stream of data packets has or has not been received.
  4. Question 4 of 23
    4. Question
    1 points
    What kind of port must be requested from IANA in order to be used with a specific application?
    Correct

    Incorrect

    Registered ports (numbers 1024 to 49151) are assigned by IANA to a requesting entity to use with specific processes or applications. These processes are primarily individual applications that a user has chosen to install, rather than common applications that would receive a well-known port number. For example, Cisco has registered port 1985 for its Hot Standby Routing Protocol (HSRP) process.​

    Hint
    Registered ports (numbers 1024 to 49151) are assigned by IANA to a requesting entity to use with specific processes or applications. These processes are primarily individual applications that a user has chosen to install, rather than common applications that would receive a well-known port number. For example, Cisco has registered port 1985 for its Hot Standby Routing Protocol (HSRP) process.​
  5. Question 5 of 23
    5. Question
    1 points
    What type of information is included in the transport header?
    Correct

    Incorrect

    In a segment, the transport layer header will include the source and destination process, or port numbers. Destination and source physical addressing is included in the frame header. Destination and source logical addressing is included in the network header. Application data is encoded in the upper layers of the protocol stack.

    Hint
    In a segment, the transport layer header will include the source and destination process, or port numbers. Destination and source physical addressing is included in the frame header. Destination and source logical addressing is included in the network header. Application data is encoded in the upper layers of the protocol stack.
  6. Question 6 of 23
    6. Question
    1 points
    What is a socket?
    Correct

    Incorrect

    A socket is a combination of the source IP address and source port or the destination IP address and the destination port number.

    Hint
    A socket is a combination of the source IP address and source port or the destination IP address and the destination port number.
  7. Question 7 of 23
    7. Question
    1 points
    What is the complete range of TCP and UDP well-known ports?
    Correct

    Incorrect

    There are three ranges of TCP and UDP ports. The well-know range of port numbers is from 0 – 1023.

    Hint
    There are three ranges of TCP and UDP ports. The well-know range of port numbers is from 0 – 1023.
  8. Question 8 of 23
    8. Question
    1 points
    Which flag in the TCP header is used in response to a received FIN in order to terminate connectivity between two network devices?
    Correct

    Incorrect

    In a TCP session, when a device has no more data to send, it will send a segment with the FIN flag set. The connected device that receives the segment will respond with an ACK to acknowledge that segment. The device that sent the ACK will then send a FIN message to close the connection it has with the other device. The sending of the FIN should be followed with the receipt of an ACK from the other device.​

    Hint
    In a TCP session, when a device has no more data to send, it will send a segment with the FIN flag set. The connected device that receives the segment will respond with an ACK to acknowledge that segment. The device that sent the ACK will then send a FIN message to close the connection it has with the other device. The sending of the FIN should be followed with the receipt of an ACK from the other device.​
  9. Question 9 of 23
    9. Question
    1 points
    What is a characteristic of a TCP server process?
    Correct

    Incorrect

    Each application process running on the server is configured to use a port number, either by default or manually, by a system administrator. An individual server cannot have two services assigned to the same port number within the same transport layer services. A host running a web server application and a file transfer application cannot have both configured to use the same server port. There can be many ports open simultaneously on a server, one for each active server application.

    Hint
    Each application process running on the server is configured to use a port number, either by default or manually, by a system administrator. An individual server cannot have two services assigned to the same port number within the same transport layer services. A host running a web server application and a file transfer application cannot have both configured to use the same server port. There can be many ports open simultaneously on a server, one for each active server application.
  10. Question 10 of 23
    10. Question
    2 points
    Which two flags in the TCP header are used in a TCP three-way handshake to establish connectivity between two network devices? (Choose two.)
    Correct

    Incorrect

    TCP uses the SYN and ACK flags in order to establish connectivity between two network devices.

    Hint
    TCP uses the SYN and ACK flags in order to establish connectivity between two network devices.
  11. Question 11 of 23
    11. Question
    1 points
    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?
    Correct

    Incorrect

    With a window of 1000 bytes, the destination host accepts segments until all 1000 bytes of data have been received. Then the destination host sends an acknowledgment.

    Hint
    With a window of 1000 bytes, the destination host accepts segments until all 1000 bytes of data have been received. Then the destination host sends an acknowledgment.
  12. Question 12 of 23
    12. Question
    1 points
    Which factor determines TCP window size?
    Correct

    Incorrect

    Window is the number of bytes that the sender will send prior to expecting an acknowledgement from the destination device. The initial window is agreed upon during the session startup via the three-way handshake between source and destination. It is determined by how much data the destination device of a TCP session is able to accept and process at one time.

    Hint
    Window is the number of bytes that the sender will send prior to expecting an acknowledgement from the destination device. The initial window is agreed upon during the session startup via the three-way handshake between source and destination. It is determined by how much data the destination device of a TCP session is able to accept and process at one time.
  13. Question 13 of 23
    13. Question
    1 points
    During a TCP session, a destination device sends an acknowledgment number to the source device. What does the acknowledgment number represent?
    Correct

    Incorrect

  14. Question 14 of 23
    14. Question
    1 points
    What information is used by TCP to reassemble and reorder received segments?
    Correct

    Incorrect

    At the transport layer, TCP uses the sequence numbers in the header of each TCP segment to reassemble the segments into the correct order.

    Hint
    At the transport layer, TCP uses the sequence numbers in the header of each TCP segment to reassemble the segments into the correct order.
  15. Question 15 of 23
    15. Question
    1 points
    What does TCP do if the sending source detects network congestion on the path to the destination?
    Correct

    Incorrect

    If the source determines that TCP segments are either not being acknowledged or not acknowledged in a timely manner, then it can reduce the number of bytes it sends before receiving an acknowledgment. Notice that it is the source that is reducing the number of unacknowledged bytes it sends. This does not involve changing the window size in the segment header.

    Hint
    If the source determines that TCP segments are either not being acknowledged or not acknowledged in a timely manner, then it can reduce the number of bytes it sends before receiving an acknowledgment. Notice that it is the source that is reducing the number of unacknowledged bytes it sends. This does not involve changing the window size in the segment header.
  16. Question 16 of 23
    16. Question
    1 points
    What is a characteristic of UDP?
    Correct

    Incorrect

    UDP has no way to reorder the datagrams into their transmission order, so UDP simply reassembles the data in the order it was received and forwards it to the application.​

    Hint
    UDP has no way to reorder the datagrams into their transmission order, so UDP simply reassembles the data in the order it was received and forwards it to the application.​
  17. Question 17 of 23
    17. Question
    1 points

    What does a client do when it has UDP datagrams to send?

    Correct

    Incorrect

    When a client has UDP datagrams to send, it just sends the datagrams.

    Hint
    When a client has UDP datagrams to send, it just sends the datagrams.
  18. Question 18 of 23
    18. Question
    1 points
    What happens if the first packet of a TFTP transfer is lost?
    Correct

    Incorrect

    The TFTP protocol uses UDP for queries, so the TFTP application must implement the reliability, if needed.

    Hint
    The TFTP protocol uses UDP for queries, so the TFTP application must implement the reliability, if needed.
  19. Question 19 of 23
    19. Question
    1 points
    A host device is receiving live streaming video. How does the device account for video data that is lost during transmission?
    Correct

    Incorrect

    When TCP is used as the transport protocol, data must be received in a specific sequence or all data must be fully received in order for it to be used. TCP will use sequence numbers, acknowledgments and retransmission to accomplish this. However, when UDP is used as the transport protocol, data that arrives out of order or with missing segments may cause a momentary disruption, but the destination device may still be able to use the data that it has received. This technology results in the least amount of network delay by providing minimal reliability. Since live streaming video applications use UDP as the transport protocol, the receiver will continue showing the video although there may be a slight delay or reduction in quality.

    Hint
    When TCP is used as the transport protocol, data must be received in a specific sequence or all data must be fully received in order for it to be used. TCP will use sequence numbers, acknowledgments and retransmission to accomplish this. However, when UDP is used as the transport protocol, data that arrives out of order or with missing segments may cause a momentary disruption, but the destination device may still be able to use the data that it has received. This technology results in the least amount of network delay by providing minimal reliability. Since live streaming video applications use UDP as the transport protocol, the receiver will continue showing the video although there may be a slight delay or reduction in quality.
  20. Question 20 of 23
    20. Question
    1 points
    Why does HTTP use TCP as the transport layer protocol?
    Correct

    Incorrect

    When a host requests a web page, transmission reliability and completeness must be guaranteed. Therefore, HTTP uses TCP as its transport layer protocol.

    Hint
    When a host requests a web page, transmission reliability and completeness must be guaranteed. Therefore, HTTP uses TCP as its transport layer protocol.
  21. Question 21 of 23
    21. Question
    1 points
    When is UDP preferred to TCP?
    Correct

    Incorrect

    UDP can be used when an application can tolerate some data loss. UDP is the preferred protocol for applications that provide voice or video that cannot tolerate delay.

    Hint

    UDP can be used when an application can tolerate some data loss. UDP is the preferred protocol for applications that provide voice or video that cannot tolerate delay.

  22. Question 22 of 23
    22. Question
    3 points
    Which three application layer protocols use TCP? (Choose three.)
    Correct

    Incorrect

    Some protocols require the reliable data transport that is provided by TCP. In addition, these protocols do not have real time communication requirements and can tolerate some data loss while minimizing protocol overhead. Examples of these protocols are SMTP, FTP, and HTTP.

    Hint
    Some protocols require the reliable data transport that is provided by TCP. In addition, these protocols do not have real time communication requirements and can tolerate some data loss while minimizing protocol overhead. Examples of these protocols are SMTP, FTP, and HTTP.
  23. Question 23 of 23
    23. Question
    4 points

    Refer to the exhibit. Consider a datagram that originates on the PC and that is destined for the web server. Match the IP addresses and port numbers that are in that datagram to the description. (Not all options are used.)

    ITN Chapter 9 Exam Answers 001
    ITN Chapter 9 Exam Answers 001

    Sort elements
    • 192.168.1.2
    • 192.168.2.2
    • 2578
    • 80
    • 192.168.1.1
    • 25
    • source IP address
      • destination IP address
        • source port number
          • destination port number
            Correct

            Incorrect

          • CCNA1 v7
          • CCNA2 v7
          • CCNA3 v7
          System Test Exam Answers
          Modules 1 – 3 Exam Answers
          Modules 4 – 7 Exam Answers
          Modules 8 – 10 Exam Answers
          Modules 11 – 13 Exam Answers
          Modules 14 – 15 Exam Answers
          Modules 16 – 17 Exam Answers
          Practice Final – ITN Answers
          Course Feedback
          ITN Practice PT Skills Assessment (PTSA)
          Final Exam Answers
          Modules 1 – 4 Exam Answers
          Modules 5 – 6 Exam Answers
          Modules 7 – 9 Exam Answers
          Modules 10 – 13 Exam Answers
          Modules 14 – 16 Exam Answers
          ITN Practice Skills Assessment – PT Answers
          SRWE Practice Skills Assessment – PT Part 1 Answers
          SRWE Practice Skills Assessment – PT Part 2 Answers
          SRWE Hands On Skills Exam Answers
          SRWE Practice Final Exam Answers
          SRWE Final Exam Answers 
          Modules 1 – 2 Exam Answers
          Modules 3 – 5 Exam Answers
          Modules 6 – 8 Exam Answers
          Modules 9 – 12 Exam Answers
          Modules 13 – 14 Exam Answers
          ITN Practice PT Skills Assessment (PTSA) Answers
          SRWE Practice PT Skills Assessment (PTSA) – Part 1 Answers
          SRWE Practice PT Skills Assessment (PTSA) – Part 2 Answers
          ENSA Practice PT Skills Assessment (PTSA) Answers
          ENSA Hands On Skills Exam Answers
          Practice Final – ENSA Answers
          ENSA Final Exam Answers
          CCNA Certification Practice Exam Answers

          Copyright © 2023 PressExam.