1,207 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

0 votes
0 votes
1 answer
2
soumayan bandhu asked Sep 15, 2018
502 views
Is packets come to destination in order for both TCP and UDP?
0 votes
0 votes
0 answers
4
Prabhanjan_1 asked Nov 28, 2016
881 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...