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 |
hi, i'd like to know how do you set lines in a page for Smartforms? thanks in advance
Plz sent me in .net 2.0 interview Question & answers?
sample and simple coding where we get?
In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
converting 41.685 to binary
Hello...has anyone interviewed with Information Management Services(IMS)located in Silver Spring MD??If yes,what can you share about the programming test and the analytical test?
0 Answers Information Management Services,
Explain with examples any 2 features of OOPS.
0 Answers Tavant Technologies, Verifone,
Difference between views and index in sas programming
hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod
how to convert hashmap to arraylist with iteration
write a program on c(or)c++(or)java language i.e if i have 5 numbers like (10,24,3,9,15) i want to display highest number from these numbers