1,291 views
1 votes
1 votes

a

3 Answers

Best answer
7 votes
7 votes
2 and 3  are correct.
TCP and UDP both provides error control (although UDP uses only Checksum) and multiplexing.
selected by
0 votes
0 votes
When we look clearly the format of the TCP we see windows size but there is no such option in UPD so option A is wrong.

In TCP and UDP error control is common in both but suppose any erro happen with packet then there exist retransmission facility in TCP but UDP will lynce it. So option B wrong.

Now Multiplexing and demultiplexing is common for both.

Reliable transmission always happen with the TCP but not with UDP bcz TCP is connection oriented and UDP is connectionless so no guarantee of reliabilty.

Option-b

Related questions

549
views
1 answers
0 votes
soumayan bandhu asked Sep 15, 2018
549 views
Is packets come to destination in order for both TCP and UDP?
2.3k
views
2 answers
2 votes
reena_kandari asked Feb 8, 2017
2,280 views
Consider a scenario where UDP receiver computes the Internet checksum for the received UDP segment and finds that it matches the value carried in the checksum field ... should be B because Tcp checksum is calculated on data and header both.
893
views
0 answers
0 votes
Prabhanjan_1 asked Nov 28, 2016
893 views
Which of the following are true about TCP/UDP ?a)UDP handles congestion control but not Flow control.b)Slow start mechanism deals with Congestion control and Flow Control.c)Fast retransmit deals with Congestion control but not Flow control.