Transport Layer Protocols and Features Quiz
24 Questions
0 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

What is the primary difference between TCP and UDP protocols?

  • TCP is connection-oriented, UDP is connectionless (correct)
  • TCP is used for video streaming, UDP is used for VoIP
  • TCP is unreliable, UDP is reliable
  • TCP is half-duplex, UDP is full-duplex

What is the maximum size of a segment in TCP segmentation, by default?

  • 1500 Bytes
  • 2048 Bytes
  • 1024 Bytes
  • 1460 Bytes (correct)

What is the purpose of the initial sequence number (ISN) in TCP?

  • To randomly generate a 32-bit sequence number (correct)
  • To establish the maximum segment size
  • To acknowledge the receiver's readiness to receive data
  • To synchronize the sequence numbers between the sender and receiver

What is the benefit of TCP session multiplexing?

<p>It enables simultaneous remote connections to different servers (B)</p> Signup and view all the answers

What is the purpose of the acknowledgment (ACK) in TCP?

<p>To indicate the correct reception of data (D)</p> Signup and view all the answers

What is the term for the process of breaking down data into smaller chunks in TCP?

<p>Segmentation (C)</p> Signup and view all the answers

What is the purpose of the three-way handshake in the TCP protocol?

<p>To inform the device on the other end that it wants to establish a session (C)</p> Signup and view all the answers

What is the range of port numbers reserved for well-known network applications?

<p>0 - 1023 (D)</p> Signup and view all the answers

What is the primary function of a port number in a network?

<p>To act as an extension of an IP address (D)</p> Signup and view all the answers

What is the total number of possible port number values in a 16-bit header?

<p>65536 (A)</p> Signup and view all the answers

What is the purpose of the IANA in regards to port numbers?

<p>To register port numbers for companies (D)</p> Signup and view all the answers

What is the range of port numbers that computers use to open up sockets to connect to remote devices?

<p>49152 - 65536 (C)</p> Signup and view all the answers

What is the purpose of keeping segments in the window in memory?

<p>For possible retransmission (D)</p> Signup and view all the answers

What happens to the window when the sender receives an acknowledgment for data sent?

<p>It slides to the right (C)</p> Signup and view all the answers

What is the offered window in this scenario?

<p>The number of segments that can be sent pending an acknowledgment (A)</p> Signup and view all the answers

What is the current status of segments 1 and 2?

<p>Already sent and acknowledged (A)</p> Signup and view all the answers

What happens to segments 9 after an acknowledgment is received?

<p>They can now be sent (A)</p> Signup and view all the answers

What is the purpose of the sliding window protocol?

<p>To ensure reliable data transmission (B)</p> Signup and view all the answers

What is the purpose of the SYN packet in the TCP connection establishment?

<p>To inform the device on the other end of the parameters used for the session (B)</p> Signup and view all the answers

What is the maximum value of the receiver window size?

<p>65535 (D)</p> Signup and view all the answers

Why might the receiver not send acknowledgments?

<p>Due to packet loss or slow transmission (A)</p> Signup and view all the answers

What is the purpose of the sender window?

<p>To determine the amount of data that can be sent pending an acknowledgment (C)</p> Signup and view all the answers

What is the purpose of the ACK packet?

<p>To inform the sender that the data has been received correctly (B)</p> Signup and view all the answers

What happens to segments that are still in the window?

<p>They are kept in memory for possible retransmission (A)</p> Signup and view all the answers

More Like This

Use Quizgecko on...
Browser
Browser