Piggy backing is a technique for
a) Flow control b) sequence c) Acknowledgement
d) retransmition

Answer Posted / guest

Ans 'C'.

Is This Answer Correct ?    81 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how will you code the subfile which is in editing mode (multiple case subfile)?

1602


WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.

1850


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

1645


What are the Short cut Keys of Tally ERP?

1772


without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.

1436






Find out the roles which gives access to all tables in SAP? Thanks in advance.

1562


Diffrence between 2.0,3.0,3.5,4.0. versions of .net?

2768


how CLR identify vb file?

2500


suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?

1494


What's the difference b/w Table & Templete in Smartform?

1642


In OB52 , How to define two open posting period, Like only 5 and 8 posting should be open.. should not open 6 and 7..period..

991


As per interoperatbility programs written in one language can be used by other language. How can we restrict the features of one language (say C#) in the programmer written in another language (say VB)..for example we have some features like operator overloading which is possible C#.NET (not in VB.NET), how can we restrict that when we are using this code in VB.NET.

1455


< No Frames > tag is used for

2110


1.how to deploy the Maven application in weblogic server? 2.In Real time projects all classes are singleton or some classes only singleton explain? 3.what are the major uses of the designpatterns? 4.explain restful &Soap based services explain?

1654


1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END

2359