61 61 votes Which of the following statements are TRUE?S1: TCP handles both congestion and flow controlS2: UDP handles congestion but not flow controlS3: Fast retransmit deals with congestion but not flow controlS4: Slow start mechanism deals with both congestion and flow control$S1$, $S2$ and $S3$ only$S1$ and $S3$ only$S3$ and $S4$ only$S1$, $S3$ and $S4$ only Computer Networks gateit-2008 computer-networks network-protocols normal + – Ishrat Jahan 24.9k views answer comment Share Follow Print See all 10 Comments 10 10 Comments reply Lokesh . commented Dec 16, 2016 reply Follow flag s2 and s4 are only correct –2 –2 replyShare balagangadhar12 commented Dec 26, 2016 reply Follow flag s3 is also correct because in slow start we consider both the receiver window size and congestion window size. so it takes care of both flow control and congestion control 0 0 replyShare Lokesh . commented Dec 26, 2016 reply Follow flag see the gate ques...explaination in ans 0 0 replyShare balagangadhar12 commented Dec 28, 2016 reply Follow flag you are correct . ss deals with congestion control only –2 –2 replyShare Chhotu commented Dec 18, 2017 reply Follow flag Imp point -> Slow start is way Sender tries to gauge network capacity. 2 2 replyShare Rimjhimraju commented Oct 30, 2018 reply Follow flag Slow start does take into account the receiver's advertised window. And is this is not precisely "flow control"? Shouldn't this make option d the right choice? Reference- Wikipedia. Caption 2 2 replyShare tusharp commented Apr 16, 2019 reply Follow flag https://www.brianstorti.com/tcp-flow-control/ good read! 5 5 replyShare luc_Bloodstone commented Oct 3, 2019 reply Follow flag What is fast retransmit? If possible please give some easy to understand resources to learn about it. Thanks. 0 0 replyShare akshay7797 commented Oct 3, 2019 reply Follow flag @luc_Bloodstone Fast retransmission is a congestion control algorithm that makes it possible for sender to quickly retransmit lost packets. Without fast retransmission, sender can retransmit only after timeout timer has expired. With fast transmission, reciever can send negative acknowledgements for the packets that it does not receive properly. If sender receives three negative acknowledgements for a packet, it will retransmit it without waiting for timeout timer. 15 15 replyShare ronak.ladhar commented Nov 26, 2020 reply Follow flag Since TCP uses cumulative acknowledgements and in the case where one packet is lost and 3 packets following it are successfully received and acknowledged by the receiver. Then in the acknowledgments missing packet sequence number is send. So we can say that there is 3 duplicate acknowledgments. Sender on receiving 3 duplicate acknowledgment can retransmit packet without waiting for timeout timer, hence this technique known as fast retransmit. 1 1 replyShare Please log in or register to add a comment.
Best answer 109 109 votes (S1) TCP handles both congestion and flow control $\Rightarrow$ True. It uses congestion window for congestion control & Advertisement window for flow control (S2) UDP handles congestion but not flow control $\Rightarrow$ UDP does not handle congestion but also not handle flow control. (S3) Fast retransmit deals with congestion but not flow control$\Rightarrow$ Yes. Fast Retransmit is technique for detecting out of Order Datagram & Sending it. It is congestion control technique and has no relation with Flow control (S4) Slow start mechanism deals with both congestion and flow control $\Rightarrow$ False. It has nothing to do with Flow control. Flow control is taken care by Advertisement window. Slow start is way Sender tries to gauge network capacity ! Answer (B) S1 and S3 only. Akash Kanase answered Dec 18, 2015 • edited Oct 3, 2019 by akash.dinkar12 Akash Kanase comment Share Follow See all 9 Comments 9 9 Comments reply Show 6 previous comments neel19 commented Oct 6, 2021 reply Follow flag But slow start phase does consider receiver window size which helps in maintaining the flow control. 0 0 replyShare ritiksri8 commented Oct 16, 2024 reply Follow flag Fast retransmit quickly resends lost packets without waiting for a timeout.If the sender gets 3 duplicate ACKs, it assumes a packet is lost.The sender retransmits immediately to avoid delays.This keeps data transfer fast and smooth. 2 2 replyShare S_Sandeep commented Jun 4 reply Follow flag Doubt in option C, in selective repeat protocol, when out of order packets are received by receiver the receiver send a nagative ack for first out of order packet, when the sender receive the negative ack it immediately retransmits the packet , why it is not considered as a fast retransmission? 0 0 replyShare Please log in or register to add a comment.
19 19 votes Tcp handles both Congestion Control and Flow Control. For Flow Control it uses Sliding Window Protocol Algorithms and for Congestion Control it uses four congestion control algorithms: slow start, congestion avoidance, fast re-transmit, and fast recovery. So Option (B) Danish answered Jan 21, 2015 Danish comment Share Follow See all 8 Comments 8 8 Comments reply Show 5 previous comments nadeshseen commented Jul 31, 2019 reply Follow flag @amitqy Forouzan's page 729 2 2 replyShare anon1 commented Jan 28 reply Follow flag Fast Recovery 1 1 replyShare Parikhit_Kurmi commented Mar 17 reply Follow flag can you like explain me s3 and s4 0 0 replyShare Please log in or register to add a comment.
6 6 votes The correct answer is:B. S1 and S3 onlyExplanation of Each Statement:S1: TCP handles both congestion and flow controlTrue:Congestion Control: TCP uses mechanisms like slow start, congestion avoidance, fast retransmit, and fast recovery to manage congestion in the network.Flow Control: TCP uses a sliding window mechanism to ensure that the sender does not overwhelm the receiver with more data than it can handle.S2: UDP handles congestion but not flow controlFalse:UDP does not handle congestion or flow control.It is a lightweight protocol designed for fast, connectionless communication, leaving these responsibilities to the application layer.S3: Fast retransmit deals with congestion but not flow controlTrue:Fast Retransmit: This is part of TCP's congestion control mechanisms. It retransmits lost packets quickly based on duplicate acknowledgments to reduce the impact of congestion.It does not handle flow control, as it is specifically designed to manage congestion.S4: Slow start mechanism deals with both congestion and flow controlFalse:Slow Start: This is a congestion control mechanism in TCP that gradually increases the congestion window size to avoid overwhelming the network.It deals with congestion control only, not flow control.SummaryS1: True (TCP handles both congestion and flow control)S2: False (UDP handles neither congestion nor flow control)S3: True (Fast retransmit deals with congestion)S4: False (Slow start deals only with congestion)Thus, the correct answer is B. S1 and S3 only. Shubham4070 answered Nov 22, 2024 1 flag: ✌ Migrate (rhl “chatgpt slop”) Shubham4070 comment Share Follow 0 reply Please log in or register to add a comment.
0 0 votes COMMENT BELOW IF YOU HAVE ANY DOUBT akshay_123 answered Apr 18 akshay_123 comment Share Follow 0 reply Please log in or register to add a comment.