2023 2024 EduVark > Education Discussion > General Discussion


  #2  
June 29th, 2016, 09:07 AM
Super Moderator
 
Join Date: Mar 2012
Re: Issues/Challenges In The Implementation Of RPCS

Well the Remote Procedure Call (RPC) has a different concept for accessing network services.

In this instead of accessing remote services by sending and receiving messages, a client gets services by making a local procedure call.

RPC can be characterized as a specific instance of transaction-oriented communication, where:

A transaction consists of a single request and a single response.

A transaction is initiated when a client sends a request and terminated by the server's response.


RPC Issues


Marshalling:

Locating

Naming

Binding

Transport protocol:

Binding:

Semantics:
.
Marshalling:

Parameters consist of simple types (e.g., integers) and compound types (e.g., C structures or Pascal records).

Parameters must be marshalled into a standard representation.

Each type has its own representation, the types of the various parameters must be known to the modules that actually do the conversion.

For example, 4 bytes of characters would be uninterpreted, while a 4-byte integer may need to the order of its bytes reversed.


Quick Reply
Your Username: Click here to log in

Message:
Options



All times are GMT +5. The time now is 10:48 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.6.0

1 2 3 4 5 6 7 8