Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is Remote Procedure Call?

Answers were Sorted based on User's Feedback



What is Remote Procedure Call?..

Answer / alok misra

Remote Procedure Call (RPC) is a protocol that one program
can use to request a service from a program located in
another computer in a network without having to understand
network details. (A procedure call is also sometimes known
as a function call or a subroutine call.) RPC uses the
client/server model. The requesting program is a client and
the service-providing program is the server. Like a regular
or local procedure call, an RPC is a synchronous operation
requiring the requesting program to be suspended until the
results of the remote procedure are returned. However, the
use of lightweight processes or threads that share the same
address space allows multiple RPCs to be performed
concurrently.
When program statements that use RPC are compiled into an
executable program, a stub is included in the compiled code
that acts as the representative of the remote procedure
code. When the program is run and the procedure call is
issued, the stub receives the request and forwards it to a
client runtime program in the local computer. The client
runtime program has the knowledge of how to address the
remote computer and server application and sends the
message across the network that requests the remote
procedure. Similarly, the server includes a runtime program
and stub that interface with the remote procedure itself.
Results are returned the same way.

Is This Answer Correct ?    5 Yes 0 No

What is Remote Procedure Call?..

Answer / haritha

Remote procedure call is used to mount remote clients to
the servers.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Client Server General Interview Questions

What is meant by Mix-and-match?

1 Answers   Infosys, Tata Elxsi,


What are the differences between organic and inorganic chemistry?

0 Answers  


what is infrared technology?

2 Answers  


What are the building blocks of Client Server?

4 Answers   Infosys, TCS,


What is meant by Horizontal scaling and Vertical scaling?

1 Answers   Microsoft,


Explain what are the building blocks of client server?

0 Answers  


round the following number to four significant figures and express the result in standard exponential notation: 0.006543210?

0 Answers  


What is upsizing?

0 Answers  


What are the benefits obtained by using the Client Server oriented TP Monitors Client Server applications?

4 Answers   CarrizalSoft Technologies, CSC, New Horizons,


what is meant by transparency of location servers?

0 Answers  


What is the difference between hcl acid and hcl gas?

0 Answers  


What is the only known substance for which there is no triple point?

0 Answers  


Categories
  • Client Server Architecture Interview Questions Client Server Architecture (26)
  • Client Server General Interview Questions Client Server General (262)
  • Client Server AllOther Interview Questions Client Server AllOther (45)