Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

System architecture evolution

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

Traditional architecture

Distributed architecture

According to the function, the system is divided into several independent modules, each module before cooperation can complete the business logic, called distributed. Multiple systems cooperate with each other to complete the business process, and the systems have to communicate with each other.

SOA

The service-oriented architecture divides the project into presentation layer and service layer. The service layer includes business logic and only needs to provide services to the outside world.

The presentation layer only needs to deal with the interaction with the page, and the business logic is implemented by invoking the services of the service layer.

Dubbo

The distributed framework of remote service invocation solves the problem of communication between presentation layer and service layer in SOA architecture. It is also based on RPC transfer.

RPC

Remote procedure call protocol that invokes a service from another remote computer over the network

RMI

Remote method invocation (from one machine to call a method on another machine)

The difference between RPC and RMI:

RPC is a network service protocol, independent of operating system and language.

RMI is only available for java

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report