Monthly Archive: December 2014

0

RMI Implementation in Java

This is the java program to implement RMI in java.the program implemented is a calculator The Java Remote Method Invocation (Java RMI) is a Java API that performs the object-oriented equivalent of remote procedure...

1

CSMA Implementation in Java

This is the CSMA Implementation in java Carrier sense multiple access (CSMA) is a probabilistic media access control (MAC) protocol in which a node verifies the absence of other traffic before transmitting on a...