What is RPC?

Source: Internet
Author: User
What is RPC?

Many people, many places, and many books have mentioned rpc. What is RPC?

RPC: Remote process call, which allows distributed applicationsProgramCall the available service mechanisms of different computers on the network. The RPC service registers a uuid in the registry, which is called a universal unique identifier. This UUID is unique for each service and is used on all platforms.
When an RPC service is started, it obtains a high port and registers the port with its UUID. Some RPC services randomly use the high port, some services use the same port whenever possible (if available ).

However, during the lifetime of the service, port allocation is static. When a client needs to communicate with a specific RPC service, it cannot know in advance which port the service is running on. Therefore, the client will first create a service on the server port, and then use the uuid of the requested service to query the port number from the service on the server port, the port er returns the corresponding port number to the client and closes the connection.

Finally, the client creates a connection to the service by using the port number provided by the port er.

Author kejiali

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.