Question

Which properties is supported by UDP protocol acknowledgement number - SYN flag Window Field Which Properties...

Which properties is supported by UDP protocol

acknowledgement number -

SYN flag

Window Field

Which Properties are supported by TCP protocol :

Acknowledgement number

SYN flag

Window Flag

Homework Answers

Answer #1

Q1.

UDP is a nonreliable protocol and therefore it doesn't have any flag like syn to initiate connection.

Therefore UDP has window field option and not syn flag.

Q2.

TCP is a reliable and connection oriented protocol and therefore syn flag is used to start the connection. It has window field option to tell the buffer size of sender or receiver.

It doesn't have option called window flag.

Therefore correct option is syn flag

If you have any questions comment down and please? upvote thanks

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Which of the following can be member of interface? Static field members Static properties Static methods...
Which of the following can be member of interface? Static field members Static properties Static methods Static constructors None of the above Every collection class must implement ____________ interface? IEnumerator IEnumerable IList IDictionary Numbers of items which can be added to ArrayList are fixed and decided by its Capacity which cannot bechanged. True False Closely related data can be handled more efficiently in memory when grouped together into a__________ Collection Database File Class
Starch and glycogen have a number of common chemical properties. Which is incorrect? Select one: a....
Starch and glycogen have a number of common chemical properties. Which is incorrect? Select one: a. Both are the carbohydrate polymers in which the unit is linked by the α(1->4) glycosidic bond. b. Both use the α(1->6) glycosidic bond as branching points. c. Both are the polymers of only glucose. d. All of these e. None of these
The code I have written runs but I need it us UDP not TCP. Also I...
The code I have written runs but I need it us UDP not TCP. Also I just need someone to check my work and make sure that it works properly. The python code needs to be run with command line so you can add more than one client. The directions: 1. The chat is performed between 2 clients and not the server. 2. The server will first start up and choose a port number. Then the server prints out its...