quiz image

TCP/IP Transport Layer

IntelligentJasper852 avatar
IntelligentJasper852
·
·
Download

Start Quiz

Study Flashcards

Questions and Answers

What is the primary purpose of TCP?

To provide reliability and flow control

What is the main difference between TCP and UDP?

TCP is a connection-oriented protocol, while UDP is a connectionless protocol

What is the term used to describe UDP's delivery method?

Best-effort delivery

What is the purpose of sequencing data in TCP?

<p>To ensure data is delivered in a specific order</p> Signup and view all the answers

What is the term used to describe TCP's ability to track information sent or received between the client and server?

<p>Stateful protocol</p> Signup and view all the answers

What happens if data is not acknowledged in TCP after a certain amount of time?

<p>The data is retransmitted</p> Signup and view all the answers

What is the primary advantage of UDP?

<p>It has very little overhead and data checking</p> Signup and view all the answers

Why is TCP known as a connection-oriented protocol?

<p>Because it requires an established connection between the sender and the receiver</p> Signup and view all the answers

What is the source port number associated with?

<p>The originating application on the local host</p> Signup and view all the answers

What is the purpose of a socket?

<p>All of the above</p> Signup and view all the answers

What is the range of well-known port numbers?

<p>0 to 1,023</p> Signup and view all the answers

What is the purpose of well-known port numbers?

<p>To enable clients to easily identify the associated service required</p> Signup and view all the answers

What type of port numbers are assigned by IANA to a requesting entity?

<p>Registered port numbers</p> Signup and view all the answers

What is the purpose of registered port numbers?

<p>To allow individual applications to receive a unique port number</p> Signup and view all the answers

Where are the source and destination ports placed within the packet?

<p>Within the segment</p> Signup and view all the answers

What is the combination of the source IP address and source port number known as?

<p>A socket</p> Signup and view all the answers

What is the purpose of the netstat command?

<p>To verify connections and identify security threats</p> Signup and view all the answers

Which protocol uses port number 21?

<p>File Transfer Protocol (FTP) - Control</p> Signup and view all the answers

What is the range of ephemeral ports?

<p>1024-49151</p> Signup and view all the answers

Which protocol uses port number 443?

<p>Hypertext Transfer Protocol Secure (HTTPS)</p> Signup and view all the answers

What is the purpose of the well-known port number 53?

<p>Domain Name Service (DNS)</p> Signup and view all the answers

Which port number is registered by Cisco for RADIUS server authentication?

<p>1812</p> Signup and view all the answers

Which protocol uses port number 23?

<p>Secure Shell (SSH)</p> Signup and view all the answers

Who assigns port numbers dynamically when a connection is initiated?

<p>The client's OS</p> Signup and view all the answers

What is the purpose of flow control in TCP?

<p>To adjust the rate of data flow between source and destination.</p> Signup and view all the answers

What happens when congestion occurs on a network?

<p>Packets are discarded by the overloaded router.</p> Signup and view all the answers

What is the typical Maximum Segment Size (MSS) when using IPv4?

<p>1460 bytes</p> Signup and view all the answers

What is the primary benefit of UDP in terms of overhead?

<p>Low overhead</p> Signup and view all the answers

How does TCP handle congestion?

<p>By employing several congestion handling mechanisms, timers, and algorithms.</p> Signup and view all the answers

What is the significance of the Ethernet maximum transmission unit (MTU)?

<p>It determines the Maximum Segment Size.</p> Signup and view all the answers

What is the advantage of using UDP over TCP?

<p>Low overhead</p> Signup and view all the answers

What is the purpose of Selective ACK (SACK) in TCP?

<p>To explicitly acknowledge which segments were received, including discontinuous segments</p> Signup and view all the answers

What is the state of the TCP connections in the netstat output?

<p>ESTABLISHED</p> Signup and view all the answers

What is the purpose of the port number in TCP communication?

<p>To identify the specific server process or application</p> Signup and view all the answers

What occurs when a server application is assigned to a specific port?

<p>The server becomes open and accepting connections</p> Signup and view all the answers

What does the FIN flag indicate in a TCP segment?

<p>The end of a data stream</p> Signup and view all the answers

What is the third step in the TCP connection establishment process?

<p>The client acknowledges the server</p> Signup and view all the answers

What happens when an individual server cannot have two services assigned to the same port number?

<p>The server does not allow multiple services</p> Signup and view all the answers

What is the role of the transport layer in TCP communication?

<p>To accept and process segments addressed to a port</p> Signup and view all the answers

What is the purpose of the netstat command?

<p>To display active connections and port numbers</p> Signup and view all the answers

More Quizzes Like This

Transport Layer Protocols
27 questions

Transport Layer Protocols

PromisedWaterfall avatar
PromisedWaterfall
TCP/IP Protocol Suite
5 questions

TCP/IP Protocol Suite

EnchantingViolet avatar
EnchantingViolet
Transport Layer: TCP and UDP Protocols
40 questions
Use Quizgecko on...
Browser
Browser