What is RRL?
Answer / marshal
RRL - Resilient Routing Layers.
Most networks experience several failures every day, and
often multiple failures occur simultaneously. Still, most
recovery mechanisms are not designed to handle multiple
failures. A versatile recovery method called Resilient
Routing Layers has been proposed, and its suitability for
handling multiple failures of network components has also
been analysed. RRL not only provides better fault
tolerance, but it also has qualitative advantages that make
it very interesting in network systems design.
| Is This Answer Correct ? | 4 Yes | 5 No |
Tell me about Firewalls in RMI?
Describe responsibilities of Activator?
the use of try and ffinally keyword
When a thread blocks on i/o, what state does it enter?
What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }
difference between apllet and interface class
How has the sandbox changed with Java 2?
What is Lock Based Protocol and what is its use?
whats is stored procedure,joins
Are we allowed to change the transaction isolation property in middle of a transaction?
What is the difference between the string and stringbuffer classes?
what is difference between object state and behaviour?