Piggy backing is a technique for
a) Flow control b) sequence c) Acknowledgement
d) retransmition
Answers were Sorted based on User's Feedback
Answer / santosh
Piggybacking is a technique used for efficient utilization
of bandwidth. The acknowledgment for previous segment is
sent along with the data request/transfer of current
segment. ANS- C
| Is This Answer Correct ? | 9 Yes | 0 No |
what are the topics choosen for jam round for interviews
how do find the user exit for selected feild whatis the process and can u plz explain it
What is the purpose of <Trigger> element of <updatePanel> in Ajax
What are events in smartforms?
1. What coding languages are you comfortable with?
what are the things i had to say in personal introduction in hr round mail me to prasanna.1867@rediff.com
What is the difference between procedure -oriented language and object oriented language?
22 Answers IBM, Infosys, TCS,
What is diffrent between Method and and function in c#
Data Structure: How many comparisons are necessary to find the largest and smallest of a set of n distinct elements?
how do i add a column dynamically in a table by using java application?
Info for guidewire documents and interview questions
What is the output of the following x = "abcdef" i = "a" for i in x: print(i), a) no output b) i i i i i i … c) a a a a a a … d) a b c d e f