Implemention RPC using java

Implemention RPC using java

IMPLEMENTATION OF RPC AIM: To write a program for implementing RMI/RPC using java ALGORITHM: 1) Create a source code for AddServer, AddClient, AddServerImpl, AddServerIntf 2) Compile the source code 3) Generate the stubs and skeletons using rmic command rmicAddServerImpl 4) Start the…
Sliding window protocol

Sliding window protocol

SLIDING WINDOW PROTOCOL AIM: To write a C program to simulate sliding window protocol ALGORITHM: Start the program. Get the frame size from the user To create the frame based on the user request. To send frames to server from the client…
RAW SOCKETS

RAW SOCKETS – PACKET CAPTURING AND FILTERING

RAW SOCKETS (PACKET CAPTURING AND FILTERING) AIM To implement a program for packet capturing and filtering  between the server and the client systems. ALGORITHM Server Set server port address. Using socket function, create a socket for server by specifying server port. Allocate…
UDP Program

UDP Program – DNS CLIENT-SERVER

UDP Program (DNS CLIENT-SERVER) AIM : To create a client server program to Domain Name System using the UDP protocol client server. ALGORITHM Server Declare the necessary arrays and variables. Set server port address using socket(). Get the current message. Connect to the…
TCP Program

TCP PROGRAM -Date and Time client server

TCP PROGRAM(Date and Time client server) AIM To create date and time client server using the TCP protocol ALGORITHM Server Declare the necessary arrays and variables. Set server port address using socket(). Get the current message. Connect to the client. Stop the…
error: Content is protected !!