CN114513506A - Service processing method, access edge cloud server and service processing system - Google Patents

Service processing method, access edge cloud server and service processing system Download PDF

Info

Publication number
CN114513506A
CN114513506A CN202011290450.0A CN202011290450A CN114513506A CN 114513506 A CN114513506 A CN 114513506A CN 202011290450 A CN202011290450 A CN 202011290450A CN 114513506 A CN114513506 A CN 114513506A
Authority
CN
China
Prior art keywords
service
edge cloud
cloud server
processing
access edge
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011290450.0A
Other languages
Chinese (zh)
Inventor
刘珊
黄蓉
王友祥
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China United Network Communications Group Co Ltd
Original Assignee
China United Network Communications Group Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by China United Network Communications Group Co Ltd filed Critical China United Network Communications Group Co Ltd
Priority to CN202011290450.0A priority Critical patent/CN114513506A/en
Publication of CN114513506A publication Critical patent/CN114513506A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application provides a service processing method, an access edge cloud server and a service processing system, relates to the technical field of cloud computing, and can ensure service delay and experience, reduce terminal processing pressure and save precious processing resources of an edge network to a certain extent when complex services are processed. The method comprises the following steps: the access edge cloud server receives a service sent by a user terminal; the access edge cloud server divides the service into sub-services according to the service type of the service; the access edge cloud server respectively sends the sub-services to processing edge cloud servers corresponding to the sub-services; the access edge cloud server receives result data sent by the processing edge cloud server; according to the service type, the access edge cloud server carries out service aggregation on the result data to obtain a service result corresponding to the service; and the access edge cloud server sends the service result to the user terminal.

Description

Service processing method, access edge cloud server and service processing system
Technical Field
The application relates to the technical field of cloud computing, in particular to a service processing method, an access edge cloud server and a service processing system.
Background
The digitalization of society and the development of communication technology make services and terminals more and more diversified, and the terminals are developed to support a 5G network from the service of only supporting conversation and short messages at first. Because the 5G network provides larger bandwidth and smaller time delay guarantee, high-definition video, real-time live broadcast and various mobile internet application programs (APP) cover the clothes and eating lines of people. With the continuous evolution of the technology and the continuous development of the terminal manufacturing technology in the future, more services which cannot be imagined before are presented through the mobile terminal, such as ultra-high definition screen display, floating 3D display, holographic image and the like. In the future, services are more and more diversified, higher requirements are brought to the processing capability of a terminal computer, and great challenges are brought to the problem of power consumption of the terminal.
One solution is to upload a complex service to the cloud by a lightweight terminal, and there are two implementation ways: one is to upload the data to a core cloud for computing, but the data needs to be routed and transmitted more often, which may cause an increase in delay and affect service experience. Meanwhile, in the future, more and more complex services are provided, and the requirement on bandwidth is greatly increased when all the complex services are uploaded to the core cloud, so that pressure is brought to a transmission network. The other is to upload to the edge cloud processing, but the edge network has precious resources due to limited space of a machine room and the like, and more complex services are available in the future.
Disclosure of Invention
The application provides a service processing method, an access edge cloud server and a service processing system, which can ensure service delay and experience, reduce terminal processing pressure and save precious processing resources of an edge network to a certain extent when complex services are processed.
In order to achieve the purpose, the technical scheme is as follows:
in a first aspect, the present application provides a service processing method, which may include:
the access edge cloud server receives a service sent by a user terminal; the access edge cloud server divides the service into sub-services according to the service type of the service; the access edge cloud server respectively sends the sub-services to processing edge cloud servers corresponding to the sub-services; the access edge cloud server receives result data sent by the processing edge cloud server; according to the service type, the access edge cloud server carries out service aggregation on the result data to obtain a service result corresponding to the service; and the access edge cloud server sends the service result to the user terminal.
In a second aspect, the present application provides an access edge cloud server, comprising: the system comprises a receiving module, a service splitting module, a service distributing module, a service aggregating module and a sending module. The receiving module is used for receiving the service sent by the service server; the service splitting module is used for splitting the service into the sub-services according to the service type of the service; the service distribution module is used for respectively sending the sub-services to the processing edge cloud servers corresponding to the sub-services; the receiving module is further configured to receive result data sent by the processing edge cloud server; the service aggregation module is used for carrying out service aggregation on the result data according to the service type to obtain a service result corresponding to the service; and the sending module is used for sending the service result to the user terminal.
In a third aspect, the present application provides an access edge cloud server, including: a communication interface, a processor, and a memory. Wherein the memory is used to store one or more programs. The one or more programs include computer executable instructions that, when executed by the access edge cloud server, the processor executes the computer executable instructions stored in the memory to cause the access edge cloud server to perform the business processing method according to any one of the first aspect and various optional implementations thereof.
In a fourth aspect, the present application provides a computer-readable storage medium, where instructions are stored in the computer-readable storage medium, and when the instructions are executed by a computer, the computer executes the service processing method described in any one of the first aspect and various optional implementation manners.
In a fifth aspect, the present application provides a computer program product containing instructions, which when run on a computer, causes the computer to execute the business process method of any one of the first aspect and its various alternative implementations.
In a sixth aspect, the present application provides a service processing system, where the service processing system includes a user terminal, a base station, a service server, a processing edge cloud server, and the access edge cloud server described in any of the third aspect and various optional implementations thereof.
According to the service processing method, the access edge cloud server and the service processing system, the access edge cloud server divides the complex service into the sub-services according to the service types, sends the sub-services to the processing edge cloud server with the corresponding service processing function for processing, then performs service aggregation on the result data, and completes the edge computing requirements of the complex service by matching with each other. The complex services which need to be processed at the user terminal originally are processed by the edge cloud server with the corresponding service processing function after being divided based on the functions, and the service results are directly sent to the user terminal after the result data are subjected to service aggregation. Therefore, service delay is guaranteed, meanwhile, maximum utilization of edge network resources can be guaranteed, lightweight development of the terminal is facilitated, and guarantee is provided for subsequent terminal evolution and diversified and intelligent service experience.
Drawings
Fig. 1 is a schematic structural diagram of a service processing system applied to a service processing method according to an embodiment of the present application;
fig. 2 is a schematic diagram of a service processing method according to an embodiment of the present application;
fig. 3 is a first schematic structural diagram of an access edge cloud server according to an embodiment of the present disclosure;
fig. 4 is a schematic structural diagram of an access edge cloud server according to an embodiment of the present application;
fig. 5 is a third schematic structural diagram of an access edge cloud server provided in the embodiment of the present application.
Detailed Description
First, terms related to embodiments of the present application will be described.
Edge network: edge of a public telecommunication network. The edge network includes a part or all of an aggregation layer network and an access layer network, and is the last segment of network of the access user terminal. As it is closer to the user, is a service driven network. Especially in the 5G era, certain services require lower time delay, so that the type of services can be transmitted to the edge cloud processing to avoid higher time delay from the core network to the service server.
Lightweight terminal: and aiming at the services needing complex processing, a large number of calculation processing functions are moved to the cloud end, and the processed results are transmitted to the terminal by utilizing the large bandwidth and the low time delay of the network.
The service processing method, the access edge cloud server, and the service processing system provided in the embodiments of the present application are described in detail below with reference to the accompanying drawings.
The term "and/or" herein is merely an association describing an associated object, meaning that three relationships may exist, e.g., a and/or B, may mean: a exists alone, A and B exist simultaneously, and B exists alone.
The terms "first" and "second" and the like in the description and drawings of the present application are used for distinguishing different objects or for distinguishing different processes for the same object, and are not used for describing a specific order of the objects.
Furthermore, the terms "including" and "having," and any variations thereof, as referred to in the description of the present application, are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements but may alternatively include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
It should be noted that in the embodiments of the present application, words such as "exemplary" or "for example" are used to indicate examples, illustrations or explanations. Any embodiment or design described herein as "exemplary" or "e.g.," is not necessarily to be construed as preferred or advantageous over other embodiments or designs. Rather, use of the word "exemplary" or "such as" is intended to present concepts related in a concrete fashion.
In the description of the present application, the meaning of "a plurality" means two or more unless otherwise specified.
The service processing method provided by the embodiment of the application can be applied to the service processing system shown in fig. 1.
As shown in fig. 1, the service processing system includes: user terminal 101, base station 102, edge cloud 103, and traffic server 104. Among them, the user terminal 101 is used to request a service requiring a complicated process. The base station 102 is mainly used for implementing radio resource management, radio access control and mobility management functions. The service server 104 is configured to receive a complex service request of the user terminal 101, and forward the service to the edge cloud 103 for processing.
The edge cloud 103 includes an access edge cloud server 1031 and a processing edge cloud server 1032, where the access edge cloud server 1031 is an edge cloud server closest to the user terminal 101, and is configured to receive the service, split the service into sub-services according to service types of the service, and distribute the sub-services to the corresponding processing edge cloud server 1032; the processing edge cloud server 1032 is deployed with a service processing function corresponding to the sub-service, and is configured to process the sub-service after service splitting, and send the processed result data to the access edge cloud server 1031; the access edge cloud server 1031 is further configured to receive the result data, perform service aggregation on the result data according to the service type, obtain a service result corresponding to the service, and send the service result to the user terminal. The access edge cloud server and the processing edge cloud server are collectively called edge cloud servers, and each edge cloud server is provided with a functional module for realizing the functions. It should be noted that fig. 1 is only an exemplary architecture diagram, and the system may include other functional units besides the functional units shown in fig. 1, which is not limited in this embodiment of the application.
The UE 101 may be a User Equipment (UE), such as: the mobile phone and the computer may also be a smart watch, a tablet computer (Pad), a Set Top Box (STB), a laptop computer, a Virtual Reality (VR)/Augmented Reality (AR) device, and/or other devices for presenting complex services.
The application scenario of the embodiment of the application may be as follows: after a user starts some services which need complex processing on a user terminal 101, the user firstly accesses to a traditional mobile network, in order to meet the requirement of a lightweight terminal, a service server 104 recognizes that the services need edge cloud processing, sends service data to an edge cloud 103, and receives the service data by an access edge cloud server 1031 which is closest to the user terminal 101 and performs subsequent processing.
The service processing method provided by the embodiment of the application is applied to the service processing system shown in fig. 1. According to the method and the device, the complex service is split into the sub-services according to the service types, the processing edge cloud servers with the corresponding processing sub-modules are deployed for processing, and the edge computing requirements of the complex service are met by matching with the corresponding preprocessing and aggregation processing sub-modules. The service processing method provided by the embodiment of the application ensures the service delay and the maximum utilization of edge resources, is beneficial to the lightweight development of the terminal, and provides guarantee for the subsequent terminal evolution and the experience of diversified and intelligent services.
An embodiment of the present application provides a service processing method, as shown in fig. 2, the method may include S101 to S106:
s101, the access edge cloud server receives a service sent by the user terminal.
The access edge cloud server is the edge cloud server closest to the user terminal, and the service server recognizes that the service needs to be processed by the edge cloud because the user terminal is a lightweight terminal, so that the service which is originally to be processed at the user terminal is sent to the access edge cloud server of the edge cloud.
Then, step S102 is executed.
S102, the access edge cloud server divides the service into sub-services according to the service type of the service.
In a possible implementation manner, an access edge cloud server splits the service into sub-services according to the service type of the service by the following steps:
the method comprises the following steps: a service type of the service is identified. The service types comprise: virtual reality VR recreation, augmented reality AR recreation, high definition live broadcast, super high definition show, holographic projection, suspension 3D show, autopilot.
In one example, the access edge cloud server identifies the type of traffic as VR games.
In another example, the access edge cloud server recognizes the traffic type as holographic projection.
Step two: and identifying the service processing function required by the service type, and dividing the service data with the same required service processing function into one sub-service. According to the requirement of lightweight terminals on the market at present, the sub-services covering the common complex service types include: at least one of image processing and display, multi-stream fusion processing, Artificial Intelligence (AI) processing, user index capture and co-processing, and environment perception and processing.
In one example, the sub-services split by the access edge cloud server according to the service processing function include first sub-service 3D image processing, second sub-service user motion capture and multi-user interaction.
In another example, the sub-services split by the access edge cloud server according to the service processing function include a first sub-service multi-stream fusion process, a second sub-service AI process, and a third sub-service environment sensing and processing.
Then, step S103 is executed.
S103, the access edge cloud server sends the sub-services to the processing edge cloud servers corresponding to the sub-services respectively.
The access edge cloud server and the processing edge cloud server are collectively called edge cloud servers, the edge cloud servers are mutually connected by adopting a preset Application Programming Interface (API), and the preset API is used for setting a data transmission type and a data transmission format between the edge cloud servers. In other words, there may be data interaction and interworking between the edge cloud servers, and the data transmission type and the data transmission format are set through the preset API interface. Therefore, when data interaction is carried out, rapid authentication and rapid connection can be realized between the edge cloud servers, and rapid data transmission among the edge cloud servers is ensured when the edge cloud servers cooperate to process the service data. Obviously, the access edge cloud server and the processing edge cloud server can also realize quick authentication and quick connection, and service delay is ensured.
And respectively deploying servers corresponding to the enumerated sub-services on edge cloud servers adjacent to each other in a region by combining with the division of administrative regions, so that all service processing functions required by the enumerated service types are covered.
For example, the service processing function corresponding to the sub-service identified by the access edge cloud server may be just deployed on the access edge cloud server, and therefore, the access edge cloud server may also serve as a processing edge cloud server, and the two are not contradictory.
In one example, an access edge cloud server sends a first sub-service to a first processing edge cloud server, and the first processing edge cloud server deploys a service processing function for 3D image processing, specifically for processing a panoramic image in combination with a user action; and sending the second sub-service to a second processing edge cloud server, wherein the second processing edge cloud server deploys service processing functions for user motion capture and multi-user interaction, and is specifically used for capturing motion coordinates of the user.
In another example, the access edge cloud server sends the first sub-service to a first processing edge cloud server, and the first processing edge cloud server deploys a service processing function for multi-stream fusion processing, specifically for fusion processing of holograms at different angles and in different dimensions, such as actions and sounds; sending the second sub-service to a second processing edge cloud server, wherein the second processing edge cloud server deploys a service processing function for AI processing, and is specifically used for carrying out AI restoration on the compressed and lost data packet; and sending the third sub-service to a third processing edge cloud server, wherein the third processing edge cloud server deploys service processing functions for environment perception and processing, and is specifically used for perceiving the holographic projection environment.
Then, step S104 is performed.
And S104, the access edge cloud server receives and processes result data sent by the edge cloud server.
And the processing edge cloud servers obtain result data of corresponding service processing functions and respectively send the result data to the access edge cloud server.
Then, step S105 is performed.
And S105, accessing the edge cloud server to perform service aggregation on the result data according to the service type to obtain a service result corresponding to the service.
Wherein the service aggregation comprises: image rendering, imaging matching and combining processing.
In one example, the access edge cloud server combines the received video stream or image stream data with the user action coordinate data to perform image rendering, so as to obtain a game picture finally displayed on the VR device, that is, a display image corresponding to the VR game service, as a final service result.
In another example, the access edge cloud server performs imaging matching on the received hologram and the environment, and performs adjustment and matching of holographic display to obtain a display image of holographic projection as a final service result.
Then, step S106 is executed.
And S106, the access edge cloud server sends the service result to the user terminal.
After the user terminal receives the service result, the service result can be directly presented without additional processing, and the requirement of a light-weight terminal is met.
In order to better explain the service processing method provided by the application, taking automatic driving as an example, the service processing method provided by the application comprises the following processes:
the user terminal requests an automatic driving service from the service server, the service server forwards the automatic driving service to the edge cloud for processing, the automatic driving service is received by the access edge cloud server, and the service type is identified to be automatic driving, and the service processing functions required by the automatic driving comprise environment sensing and processing and AI processing.
The sub-services split by the access edge cloud server according to the service processing function comprise first sub-service environment sensing and processing and second sub-service AI processing.
The method comprises the steps that an access edge cloud server sends a first sub-service to a first processing edge cloud server, the first processing edge cloud server is provided with a service processing function for environment sensing and processing, and is specifically used for collecting various sensor information around a user, performing data preprocessing and selecting important data; and sending the second sub-service to a second processing edge cloud server, wherein the second processing edge cloud server is used for deploying a service processing function for AI processing, and is specifically used for carrying out prejudgment and corresponding prediction by combining an AI algorithm and sensor big data.
And the access edge cloud server combines the received environment data with the AI judgment result data to obtain an automatic driving instruction as a final service result. According to the service processing method, the complex service is divided into the sub-services according to the service types by accessing the edge cloud server, the processing edge cloud server with the corresponding processing sub-modules is deployed for processing, and the edge computing requirements of the complex service are met by matching with the corresponding preprocessing and aggregation processing sub-modules. Compared with the prior art, the terminal processes the service which needs complex processing. The service processing method provided by the application is based on a distributed and service edge computing architecture, service time delay is guaranteed, meanwhile, the maximum utilization of edge resources can be guaranteed, meanwhile, the lightweight development of the terminal is facilitated, and guarantee is provided for the experience of subsequent terminal evolution and diversified and intelligent services.
In the embodiment of the present application, the access edge cloud server may be divided into the functional modules or the functional units according to the above method example, for example, each functional module or functional unit may be divided corresponding to each function, or two or more functions may be integrated into one processing module. The integrated module may be implemented in a form of hardware, or may be implemented in a form of a software functional module or a functional unit. The division of the modules or units in the embodiment of the present application is schematic, and is only a logic function division, and there may be another division manner in actual implementation.
Fig. 3 shows a schematic diagram of a possible structure of the access edge cloud server involved in the above embodiments. The access edge cloud server comprises a receiving module 201, a service splitting module 202, a service distributing module 203, a service aggregating module 204 and a sending module 205.
The receiving module 201 is configured to receive a service sent by a service server; and the system is also used for receiving result data sent by the processing edge cloud server.
The service splitting module 202 is configured to split the service into sub-services according to the service type of the service.
The service distribution module 203 is configured to send the sub-services to the processing edge cloud servers corresponding to the sub-services, respectively.
The service aggregation module 204 is configured to perform service aggregation on the result data according to the service type, so as to obtain a service result corresponding to the service.
The sending module 205 is configured to send the service result to the user terminal.
Optionally, with reference to fig. 3, as shown in fig. 4, the access edge cloud server provided in the embodiment of the present application may further include a fast authentication module 206 and a processing module 207.
The fast authentication module 206 is configured to connect with other edge cloud servers by using a preset application programming interface API; the preset API interface is used for setting data transmission types and data transmission formats between the edge cloud servers.
The processing module 207 is configured to process the preset sub-service.
According to the access edge cloud server provided by the embodiment of the application, the complex service is divided into the sub-services according to the service types, the processing edge cloud server with the corresponding processing sub-modules is deployed to process the sub-services, and the processing edge cloud server is matched with the corresponding preprocessing and aggregation processing sub-modules to meet the edge computing requirement of the complex service. Compared with the prior art, the terminal processes the service which needs complex processing. The access edge cloud server provided by the application is based on a distributed and service edge computing framework, service time delay is guaranteed, meanwhile, the maximum utilization of edge resources can be guaranteed, meanwhile, the lightweight development of the terminal is facilitated, and guarantee is provided for the experience of subsequent terminal evolution and diversified and intelligent services.
Fig. 5 shows a schematic diagram of still another possible structure of the access edge cloud server involved in the above embodiments. The access edge cloud server includes: a processor 302 and a communication interface 303. The processor 302 is configured to control and manage the access to the edge cloud servers, for example, to perform the steps performed by the traffic splitting module 202, the traffic distribution module 203, the traffic aggregation module 204, the processing module 207, and/or other processes for performing the techniques described herein. The communication interface 303 is configured to support communication between the access edge cloud server and other network entities, for example, perform the steps performed by the receiving module 201, the sending module 205, and the fast authentication module 206. The access edge cloud server may further comprise a memory 301 and a bus 304, the memory 301 being used for storing program codes and data of the access edge cloud server.
Wherein, the memory 301 may be a memory in an access edge cloud server or the like, and the memory may include a volatile memory, such as a random access memory; the memory may also include non-volatile memory, such as read-only memory, flash memory, a hard disk, or a solid state disk; the memory may also comprise a combination of memories of the kind described above.
The processor 302 may be implemented or performed with various illustrative logical blocks, modules, and circuits described in connection with the disclosure. The processor may be a central processing unit, general purpose processor, digital signal processor, application specific integrated circuit, field programmable gate array or other programmable logic device, transistor logic device, hardware component, or any combination thereof. Which may implement or perform the various illustrative logical blocks, modules, and circuits described in connection with the disclosure. The processor may also be a combination of computing functions, e.g., comprising one or more microprocessors, DSPs, and microprocessors, among others.
The bus 304 may be an Extended Industry Standard Architecture (EISA) bus or the like. The bus 304 may be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown in FIG. 5, but this is not intended to represent only one bus or type of bus.
The embodiment of the application provides a service processing system, which may include a user terminal, a base station, a service server and an edge cloud, wherein the edge cloud includes an access edge cloud server and a processing edge cloud server, and the access edge cloud server is used for receiving a complex service sent by the service server to execute the service processing method provided by the embodiment of the application. For the descriptions of the user terminal, the base station, the service server, the access edge cloud server, and the processing edge cloud server, reference may be specifically made to the relevant descriptions in the above method embodiment and apparatus embodiment, and details are not repeated here.
Through the above description of the embodiments, it is clear to those skilled in the art that, for convenience and simplicity of description, the foregoing division of the functional modules is merely used as an example, and in practical applications, the above function distribution may be completed by different functional modules according to needs, that is, the internal structure of the device may be divided into different functional modules to complete all or part of the above described functions. For the specific working processes of the system, the apparatus and the unit described above, reference may be made to the corresponding processes in the foregoing method embodiments, and details are not described here again.
The present application provides a computer program product including instructions, which when run on a computer, causes the computer to execute the service processing method described in the above method embodiments.
An embodiment of the present application further provides a computer-readable storage medium, where instructions are stored in the computer-readable storage medium, and when the network device executes the instructions, the network device executes each step executed by accessing the edge cloud server in the method flow shown in the foregoing method embodiment.
The computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination thereof. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a Read-Only Memory (ROM), an Erasable Programmable Read-Only Memory (EPROM), a register, a hard disk, an optical fiber, a portable Compact Disc Read-Only Memory (CD-ROM), an optical storage device, a magnetic storage device, any suitable combination of the above, or any other form of computer readable storage medium known in the art. An exemplary storage medium is coupled to the processor such the processor can read information from, and write information to, the storage medium. Of course, the storage medium may also be integral to the processor. The processor and the storage medium may reside in an Application Specific Integrated Circuit (ASIC). In embodiments of the present application, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
The above description is only an embodiment of the present application, but the scope of the present application is not limited thereto, and any changes or substitutions within the technical scope of the present disclosure should be covered by the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (12)

1. A method for processing a service, comprising:
the access edge cloud server receives a service sent by a user terminal;
the access edge cloud server divides the service into sub-services according to the service type of the service;
the access edge cloud server respectively sends the sub-services to processing edge cloud servers corresponding to the sub-services;
the access edge cloud server receives result data sent by the processing edge cloud server;
the access edge cloud server carries out service aggregation on the result data according to the service type to obtain a service result corresponding to the service;
and the access edge cloud server sends the service result to the user terminal.
2. The method according to claim 1, wherein the edge cloud servers are connected with each other by using a preset Application Programming Interface (API); the preset API interface is used for setting data transmission types and data transmission formats between the edge cloud servers.
3. The method according to claim 1 or 2, wherein the splitting the service into the sub-services according to the service type of the service specifically comprises:
the access edge cloud server identifies the service type of the service;
the access edge cloud server identifies the service processing function required by the service type and divides the service data with the same required service processing function into a sub-service; wherein the sub-service comprises: at least one of image processing and display, multi-stream fusion processing, Artificial Intelligence (AI) processing, user index capture and co-processing, and environment perception and processing.
4. The method according to claim 1 or 2, wherein the service types include Virtual Reality (VR) games, Augmented Reality (AR) games, high-definition live broadcast and ultra-high-definition display, and the service aggregation is performed on the result data by the access edge cloud server according to the service types to obtain service results corresponding to the services, including:
and the access edge cloud server performs image rendering according to the result data to obtain a display image corresponding to the service.
5. The method according to claim 1 or 2, wherein the service type includes holographic projection and suspended 3D display, and the accessing edge cloud server performs service aggregation on the result data according to the service type to obtain a service result corresponding to the service, including:
and the access edge cloud server performs imaging matching according to the result data to obtain a display image corresponding to the service.
6. The method according to claim 1 or 2, wherein the service type includes automatic driving, and the accessing edge cloud server performs service aggregation on the result data according to the service type to obtain a service result corresponding to the service, including:
and the access edge cloud server combines the result data to obtain a driving instruction corresponding to the service.
7. An access edge cloud server, comprising:
the receiving module is used for receiving the service sent by the user terminal;
the service splitting module is used for splitting the service into the sub-services according to the service type of the service;
the service distribution module is used for respectively sending the sub-services to the processing edge cloud servers corresponding to the sub-services;
the receiving module is further configured to receive result data sent by the processing edge cloud server;
the service aggregation module is used for carrying out service aggregation on the result data according to the service type to obtain a service result corresponding to the service;
and the sending module is used for sending the service result to the user terminal.
8. The access edge cloud server of claim 7, wherein the access edge cloud server further comprises:
the rapid authentication module is used for being mutually connected with other edge cloud servers by adopting a preset Application Programming Interface (API); the preset API interface is used for setting data transmission types and data transmission formats between the edge cloud servers;
and the processing module is used for processing the preset sub-service.
9. An access edge cloud server, the access edge cloud server comprising: a communication interface, a processor, and a memory; wherein the memory is used for storing one or more programs, the one or more programs comprising computer executable instructions, and when the access edge cloud server is running, the processor executes the computer executable instructions stored in the memory to make the access edge cloud server execute the business processing method of any one of claims 1 to 6.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored therein instructions, which when executed by a computer, the computer performs the service processing method of any one of the preceding claims 1 to 6.
11. A computer program product, characterized in that it contains instructions which, when said computer program product is run on a computer, the computer executes the business process method of any one of the preceding claims 1 to 6.
12. A transaction system, the system comprising:
the user terminal is used for requesting the service needing complex processing;
the base station is used for realizing the functions of wireless resource management, wireless access control and mobility management;
the service server is used for receiving the complex service request of the user terminal and forwarding the service to the edge cloud for processing;
an edge cloud comprising a processing edge cloud server and an access edge cloud server as claimed in claim 9 above; and the access edge cloud server is the edge cloud server closest to the user terminal.
CN202011290450.0A 2020-11-17 2020-11-17 Service processing method, access edge cloud server and service processing system Pending CN114513506A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011290450.0A CN114513506A (en) 2020-11-17 2020-11-17 Service processing method, access edge cloud server and service processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011290450.0A CN114513506A (en) 2020-11-17 2020-11-17 Service processing method, access edge cloud server and service processing system

Publications (1)

Publication Number Publication Date
CN114513506A true CN114513506A (en) 2022-05-17

Family

ID=81546543

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011290450.0A Pending CN114513506A (en) 2020-11-17 2020-11-17 Service processing method, access edge cloud server and service processing system

Country Status (1)

Country Link
CN (1) CN114513506A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115665744A (en) * 2022-11-21 2023-01-31 成都卫士通信息产业股份有限公司 Internet of vehicles interaction method, device, equipment and medium
CN115802321A (en) * 2022-11-04 2023-03-14 中国联合网络通信集团有限公司 Method, system, electronic device and storage medium for arranging service functions
CN117294757A (en) * 2023-11-27 2023-12-26 山东省计算中心(国家超级计算济南中心) Complex service splitting execution method, system, equipment and medium based on block chain

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103297507A (en) * 2013-05-13 2013-09-11 西安电子科技大学 Cloud computing operation system and method for providing services to users
US20190042315A1 (en) * 2018-09-28 2019-02-07 Ned M. Smith Secure edge-cloud function as a service
CN109343951A (en) * 2018-08-15 2019-02-15 南京邮电大学 Mobile computing resource allocation methods, computer readable storage medium and terminal
CN110290506A (en) * 2019-04-17 2019-09-27 中国联合网络通信集团有限公司 A kind of edge cloud motion management method and equipment
US20200136920A1 (en) * 2019-12-20 2020-04-30 Kshitij Arun Doshi End-to-end quality of service in edge computing environments
CN111858054A (en) * 2020-07-22 2020-10-30 北京秒如科技有限公司 Resource scheduling system and method based on edge computing in heterogeneous environment
CN111932027A (en) * 2020-08-28 2020-11-13 电子科技大学 Cloud service comprehensive scheduling optimization system and method fusing edge facilities

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103297507A (en) * 2013-05-13 2013-09-11 西安电子科技大学 Cloud computing operation system and method for providing services to users
CN109343951A (en) * 2018-08-15 2019-02-15 南京邮电大学 Mobile computing resource allocation methods, computer readable storage medium and terminal
US20190042315A1 (en) * 2018-09-28 2019-02-07 Ned M. Smith Secure edge-cloud function as a service
CN110290506A (en) * 2019-04-17 2019-09-27 中国联合网络通信集团有限公司 A kind of edge cloud motion management method and equipment
US20200136920A1 (en) * 2019-12-20 2020-04-30 Kshitij Arun Doshi End-to-end quality of service in edge computing environments
CN111858054A (en) * 2020-07-22 2020-10-30 北京秒如科技有限公司 Resource scheduling system and method based on edge computing in heterogeneous environment
CN111932027A (en) * 2020-08-28 2020-11-13 电子科技大学 Cloud service comprehensive scheduling optimization system and method fusing edge facilities

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115802321A (en) * 2022-11-04 2023-03-14 中国联合网络通信集团有限公司 Method, system, electronic device and storage medium for arranging service functions
CN115802321B (en) * 2022-11-04 2024-04-05 中国联合网络通信集团有限公司 Service function arrangement method, system, electronic equipment and storage medium
CN115665744A (en) * 2022-11-21 2023-01-31 成都卫士通信息产业股份有限公司 Internet of vehicles interaction method, device, equipment and medium
CN117294757A (en) * 2023-11-27 2023-12-26 山东省计算中心(国家超级计算济南中心) Complex service splitting execution method, system, equipment and medium based on block chain
CN117294757B (en) * 2023-11-27 2024-02-20 山东省计算中心(国家超级计算济南中心) Complex service splitting execution method, system, equipment and medium based on block chain

Similar Documents

Publication Publication Date Title
CN114513506A (en) Service processing method, access edge cloud server and service processing system
CN111314741B (en) Video super-resolution processing method and device, electronic equipment and storage medium
CN109542614B (en) Resource allocation method, device, terminal and storage medium
CN114501062B (en) Video rendering coordination method, device, equipment and storage medium
US10601891B2 (en) Cloud streaming service system and cloud streaming service method for utilizing an optimal GPU for video decoding based on resource conditions, and apparatus for the same
US10165058B2 (en) Dynamic local function binding apparatus and method
CN111970524B (en) Control method, device, system, equipment and medium for interactive live broadcast and microphone connection
JP7100154B2 (en) Processor core scheduling method, equipment, terminals and storage media
CN112749022B (en) Camera resource access method, operating system, terminal and virtual camera
CN109101335A (en) Extend the function of host equipment
CN111614967B (en) Live virtual image broadcasting method and device, electronic equipment and storage medium
CN110290398B (en) Video issuing method and device, storage medium and electronic equipment
CN103200258A (en) Distributed image stitching method, distributed image stitching server and distributed image stitching terminal
CN108668138B (en) Video downloading method and user terminal
CN109379548B (en) Multimedia recording method, device, terminal and storage medium
CN113989173A (en) Video fusion method and device, electronic equipment and storage medium
CN113521728A (en) Cloud application implementation method and device, electronic equipment and storage medium
CN108289231A (en) A kind of panorama player of fusion
US20200220907A1 (en) Method, system, and non-transitory computer readable record medium for enhancing video quality of video call
CN111918098A (en) Video processing method and device, electronic equipment, server and storage medium
CN109963106B (en) Video image processing method and device, storage medium and terminal
CN108401163B (en) Method and device for realizing VR live broadcast and OTT service system
JP7471510B2 (en) Method, device, equipment and storage medium for picture to video conversion - Patents.com
WO2017185709A1 (en) Television resource sharing method and apparatus, and television terminal
CN106331764A (en) Panoramic video sharing method and panoramic video sharing device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20220517