CN115065720B - Method and device for automatically adapting multiple external registries to service grid Istio - Google Patents

Method and device for automatically adapting multiple external registries to service grid Istio Download PDF

Info

Publication number
CN115065720B
CN115065720B CN202210671699.9A CN202210671699A CN115065720B CN 115065720 B CN115065720 B CN 115065720B CN 202210671699 A CN202210671699 A CN 202210671699A CN 115065720 B CN115065720 B CN 115065720B
Authority
CN
China
Prior art keywords
service
istio
grid
field
target
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.)
Active
Application number
CN202210671699.9A
Other languages
Chinese (zh)
Other versions
CN115065720A (en
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.)
Zhongdian Cloud Computing Technology Co ltd
Original Assignee
Zhongdian Cloud Computing Technology 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 Zhongdian Cloud Computing Technology Co ltd filed Critical Zhongdian Cloud Computing Technology Co ltd
Priority to CN202210671699.9A priority Critical patent/CN115065720B/en
Publication of CN115065720A publication Critical patent/CN115065720A/en
Application granted granted Critical
Publication of CN115065720B publication Critical patent/CN115065720B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/26Special purpose or proprietary protocols or architectures

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computing Systems (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides a method for automatically adapting a plurality of external registries to service grids Istio, which comprises the following steps: acquiring original service services of a plurality of external registries; filtering the obtained original service to screen out target service conforming to the rule; performing data conversion on a target field in a target service, and assembling the converted data to generate standard resources of a service grid Istio; the standard resources are parsed by the XDS protocol and registered to the service grid Istio. According to the method and the device for automatically adapting the plurality of external registries to the service grid, which are provided by the embodiment of the invention, the access of a plurality of external registries can be supported, the service in the external registries is automatically registered to the service grid, and the service grid access capability is realized when the external registries do not realize the private protocol of the service grid.

Description

Method and device for automatically adapting multiple external registries to service grid Istio
Technical Field
The invention relates to the technical field of cloud native program control, in particular to a method and a device for automatically adapting a plurality of external registries to service grid Istios.
Background
With the development of information technology, the complexity of the system is higher and higher, and the data interaction is more and more complex. Monomer applications have become increasingly unable to meet the requirements of high-concurrency, high-performance systems as a traditional application deployment approach. Thus, there is a need to solve the problems faced by monomer applications through distributed applications. With the application of distributed system architecture, more and more responsibilities of a single mini-service are presented. These service network interactions, traffic management, information security are also becoming more and more challenging. In order to solve the problem of the falling to the ground and the application of the distributed architecture, more and more frames are developed in the technical field to meet the existing requirements. The service grid is a management mode of micro services in the frames, and the essential purpose is to manage the flow of the micro services, monitor the micro service state and display the call links in real time.
The registration center is arranged to solve the problems of multiple micro services, complex routing and quick application state change in the distributed architecture. The distributed micro-services become orderly and easy to manage by registering all the micro-services to a registration center, automatically discovering the state of the services and dynamically reporting the routes of the services. When the external registry registers a service in a service grid, the external registry is required to separately develop a private protocol that the code supports the service grid. And this protocol is a proprietary protocol specific to the service grid. There is sometimes a need to satisfy multiple external registries to register services in a service grid, requiring each registry to implement a proprietary protocol for the service grid, and there is a significant amount of adaptation development effort. Based on this scenario, it is conventional practice to implement a set of protocol codes per registry code to perform the function according to the new protocol type. As more registries are accessed, a new set of codes needs to be developed to support each time a registry is accessed. Development cost and labor cost are high. And when the registry does not realize the protocol, the service cannot be registered in the service grid, and the adaptability is poor.
Therefore, how to provide a method for automatically adapting multiple external registries to service grid ission is a technical problem to be solved.
Disclosure of Invention
In view of this, the present invention aims to solve the problem of requiring each registry to separately develop a private protocol XDS that code supports a service grid Istio when multiple external registries register a service in the service grid Istio. A method and apparatus for automatically converting services of a plurality of external registries into service resources ServiceEntry identifiable by Istio is provided, thereby implementing automatic injection of services in the plurality of external registries into a service grid Istio.
In one aspect, the present invention provides a method for automatically adapting a plurality of external registries to a service grid Istio, comprising:
s1: acquiring original service services of a plurality of external registries;
s2: filtering the obtained original service to screen out target service conforming to the rule;
s3: performing data conversion on a target field in a target service, and assembling the converted data to generate standard resources of a service grid Istio;
s4: the standard resources are parsed by the XDS protocol and registered to the service grid Istio.
Further, in step S1, obtaining the original service services of the plurality of external registries includes:
s11: configuring an address of an external registry;
s12: accessing the address of an external registration center through a round robin algorithm and an HTTP protocol;
s13: the detailed information of each service in the original service of the external registry is acquired.
Further, in step S13, the detailed information of each service includes: network address ip, port servicePort, service name serviceName, service status and belonging cluster.
4. The method for automatically adapting a plurality of external registries to service grid Istio according to claim 1, wherein in step S2, filtering the obtained original service comprises: the obtained original service is filtered according to the service state status of the service, or the obtained original service is filtered according to the cluster to which the service belongs.
Further, in step S3, performing data conversion on the target field in the target service includes:
s31: converting the network address ip of the target service into an Endpoint field of a service resource ServiceEntry in the service grid Istio;
s32: converting the port servicePort of the target service into a numerical Number field below a port Port field of a service resource ServiceEntry in the service grid Istio;
s33: the service name serviceName of the target service is converted into a domain name hosts field of the service resource ServiceEntry in the service grid Istio.
Further, in step S31, converting the network address ip of the target service into an Endpoint field of the service resource ServiceEntry in the service grid Istio includes: and comparing the network address ip in the target service with the Endpoint field of the service resource ServiceEntry in the service grid Istio, and when the network address ip in the target service is inconsistent with the Endpoint field of the service resource ServiceEntry in the service grid Istio, assigning the network address ip in the target service to the Endpoint field of the service resource ServiceEntry in the service grid Istio.
Further, in step S32, converting the port servicePort of the target service into a numerical Number field under a port field of the service resource ServiceEntry in the service grid Istio includes: and comparing the port servicePort field in the target service with the numerical value Number field under the port field in the service resource ServiceEntry in the service grid relation, and when the port servicePort field and the numerical value Number field are not generated, assigning the port servicePort field in the target service to the numerical value Number field under the port field in the service resource ServiceEntry in the service grid relation.
Further, in step S33, converting the service name serviceName of the target service into a domain name hosts field of the service resource ServiceEntry in the service grid Istio includes: and comparing the service name field in the target service with the domain name fields in the service resources serviceEntry in the service grid Istio, and when the service name field and the domain name fields are not generated, assigning the service name field in the target service to the domain name fields in the service resources serviceEntry in the service grid Istio.
Further, in step S3, assembling the converted data includes: and assembling the converted data according to an API format required by a service resource ServiceEntry of the service grid Istio.
In another aspect, the present invention also provides an apparatus for automatically adapting a plurality of external registries to a service grid Istio, including:
the input module is used for acquiring original service devices of a plurality of external registries;
the filter module is used for filtering the original service acquired by the input unit and screening out target services conforming to the rules;
the resource conversion module is used for converting data of target fields in the target service screened by the filter unit;
the generator module is used for assembling the data obtained by the conversion of the resource conversion unit according to an API format required by a service resource ServiceEntry of the service grid Istio to generate standard resources of the service grid Istio;
and the output module is used for outputting the standard resources generated by the generator unit to the service grid Istio.
The method and the device for automatically adapting a plurality of external registries to the service grid Istio have the following beneficial effects:
1) Supporting access to various external registries;
2) Automatically registering services in an external registration center to a service grid;
3) And when the external registry does not realize the service grid private protocol, the service grid access capability is provided.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings that are needed in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and that other drawings can be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a flow chart of a method of automatically adapting a plurality of external registries to a service grid Istio according to an exemplary first embodiment of the present invention.
Fig. 2 is a flow chart of a method of automatically adapting a plurality of external registries to a service grid Istio according to an exemplary second embodiment of the present invention.
Fig. 3 is a flow chart of a method of automatically adapting a plurality of external registries to a service grid Istio according to an exemplary third embodiment of the present invention.
Fig. 4 is a block diagram of an automatic adaptation of multiple external registries to a service grid Istio in accordance with an exemplary fourth embodiment of the present invention.
Detailed Description
Embodiments of the present invention will be described in detail below with reference to the accompanying drawings.
It should be noted that, without conflict, the following embodiments and features in the embodiments may be combined with each other; and, based on the embodiments in this disclosure, all other embodiments that may be made by one of ordinary skill in the art without inventive effort are within the scope of the present disclosure.
It is noted that various aspects of the embodiments are described below within the scope of the following claims. It should be apparent that the aspects described herein may be embodied in a wide variety of forms and that any specific structure and/or function described herein is merely illustrative. Based on the present disclosure, one skilled in the art will appreciate that one aspect described herein may be implemented independently of any other aspect, and that two or more of these aspects may be combined in various ways. For example, an apparatus may be implemented and/or a method practiced using any number of the aspects set forth herein. In addition, such apparatus may be implemented and/or such methods practiced using other structure and/or functionality in addition to one or more of the aspects set forth herein.
The terms related to the embodiment of the present invention are explained as follows:
service grid: by intercepting traffic communications during service deployment operations.
The registry: centralized service capable of automatically discovering service in distributed service system of software industry
Istio, a major component in service grid technology, is remedied by injecting a sidecar into the service.
And adding a side car agent in front of the application when the application runs, and intercepting data traffic.
ServiceEntry, a service resource in the service grid, can automatically access external services to the registry.
name: the name indicating the service resource serviceEntry corresponds to the service name serviceName of the service in the external registry.
ports: the service resource corresponds to detailed information of all ports of the service.
number: a particular value for a port.
Endpoints: endpoint information corresponding to registered services in the service grid indicates network address information.
XDS, a dynamic service discovery protocol, supporting service configuration increment issuing.
status, on-line and off-line status of service resources in registry.
cluster-the cluster to which the service instance in the registry belongs at runtime.
hosts-domain name information of service resources in the service grid.
HTTP, an application layer protocol in network communication, supporting the mutual access between applications.
servicePort-a running port that registers for services in the center.
serviceName-name of service in registry.
API: application interface address through which application data can be accessed.
Fig. 1 is a flowchart of a method for automatically adapting a plurality of external registries to a service grid Istio according to an exemplary first embodiment of the present invention, as shown in fig. 1, the method according to the present embodiment includes:
s1: acquiring original service services of a plurality of external registries;
s2: filtering the obtained original service to screen out target service conforming to the rule;
s3: performing data conversion on a target field in a target service, and assembling the converted data to generate standard resources of a service grid Istio;
s4: the standard resources are parsed by the XDS protocol and registered to the service grid Istio.
In step S2 of the present embodiment, filtering the obtained original service includes: the obtained original service is filtered according to the service state status of the service, or the obtained original service is filtered according to the cluster to which the service belongs.
In step S3 of the present embodiment, assembling the converted data includes: and assembling the converted data according to an API format required by a service resource ServiceEntry of the service grid Istio.
Fig. 2 is a flowchart of a method for automatically adapting a plurality of external registries to a service grid Istio according to a second exemplary embodiment of the present invention, which is a preferred embodiment of the method shown in fig. 1, as shown in fig. 1 and 2, the step S1 of the present embodiment of obtaining an original service of a plurality of external registries includes:
s11: configuring an address of an external registry;
s12: accessing the address of an external registration center through a round robin algorithm and an HTTP protocol;
s13: the detailed information of each service in the original service of the external registry is acquired.
In step S13 of the present embodiment, the detailed information of each service includes: network address ip, port servicePort, service name serviceName, service status and belonging cluster.
Fig. 3 is a flowchart of a method for automatically adapting a plurality of external registries to a service grid Istio according to a third exemplary embodiment of the present invention, which is a preferred embodiment of the method shown in fig. 1 and 2, and in step S3 of the present embodiment, data conversion is performed on a target field in a target service, as shown in fig. 3, including:
s31: converting the network address ip of the target service into an Endpoint field of a service resource ServiceEntry in the service grid Istio; the method is realized by the following steps: and comparing the network address ip in the target service with the Endpoint field of the service resource ServiceEntry in the service grid Istio, and when the network address ip in the target service is inconsistent with the Endpoint field of the service resource ServiceEntry in the service grid Istio, assigning the network address ip in the target service to the Endpoint field of the service resource ServiceEntry in the service grid Istio.
S32: converting the port servicePort of the target service into a numerical Number field below a port Port field of a service resource ServiceEntry in the service grid Istio; the method is realized by the following steps: and comparing the port servicePort field in the target service with the numerical value Number field under the port field in the service resource ServiceEntry in the service grid relation, and when the port servicePort field and the numerical value Number field are not generated, assigning the port servicePort field in the target service to the numerical value Number field under the port field in the service resource ServiceEntry in the service grid relation.
S33: converting the service name serviceName of the target service into a domain name hosts field of a service resource ServiceEntry in the service grid Istio; the method is realized by the following steps: and comparing the service name field in the target service with the domain name fields in the service resources serviceEntry in the service grid Istio, and when the service name field and the domain name fields are not generated, assigning the service name field in the target service to the domain name fields in the service resources serviceEntry in the service grid Istio.
Fig. 4 is a frame diagram of an apparatus for automatically adapting a plurality of external registries to a service grid Istio according to an exemplary fourth embodiment of the present invention, which is a preferred embodiment of the method shown in fig. 1, 2 and 3, as shown in fig. 4, the apparatus for automatically adapting a plurality of external registries to a service grid Istio includes:
the input module is used for acquiring original service devices of a plurality of external registries;
the filter module is used for filtering the original service acquired by the input unit and screening out target services conforming to the rules;
the resource conversion module is used for converting data of target fields in the target service screened by the filter unit;
the generator module is used for assembling the data obtained by the conversion of the resource conversion unit according to an API format required by a service resource ServiceEntry of the service grid Istio to generate standard resources of the service grid Istio;
and the output module is used for outputting the standard resources generated by the generator unit to the service grid Istio.
The foregoing is merely illustrative of the present invention, and the present invention is not limited thereto, and any changes or substitutions easily contemplated by those skilled in the art within the scope of the present invention should be included in the present invention. Therefore, the protection scope of the invention is subject to the protection scope of the claims.

Claims (9)

1. A method for automatically adapting a plurality of external registries to a service grid Istio, the method comprising:
s1: acquiring original service services of a plurality of external registries;
s2: filtering the obtained original service to screen out target service conforming to the rule;
s3: performing data conversion on a target field in a target service, and assembling the converted data to generate standard resources of a service grid Istio;
s4: analyzing the standard resources through XDS protocol and registering the standard resources to the service grid Istio;
in step S2, filtering the obtained original service includes: the obtained original service is filtered according to the service state status of the service, or the obtained original service is filtered according to the cluster to which the service belongs.
2. The method for automatically adapting a plurality of external registries to a service grid Istio according to claim 1, wherein the step S1 of obtaining the original service of the plurality of external registries comprises:
s11: configuring an address of an external registry;
s12: accessing the address of an external registration center through a round robin algorithm and an HTTP protocol;
s13: the detailed information of each service in the original service of the external registry is acquired.
3. The method for automatically adapting a plurality of external registries to a service grid Istio according to claim 2, wherein the detailed information of each service in step S13 comprises: network address ip, port servicePort, service name serviceName, service status and belonging cluster.
4. The method for automatically adapting a plurality of external registries to a service grid Istio according to claim 1, wherein in step S3, the data conversion of the target field in the target service comprises:
s31: converting the network address ip of the target service into an Endpoint field of a service resource ServiceEntry in the service grid Istio;
s32: converting the port servicePort of the target service into a numerical Number field below a port Port field of a service resource ServiceEntry in the service grid Istio;
s33: the service name serviceName of the target service is converted into a domain name hosts field of the service resource ServiceEntry in the service grid Istio.
5. The method for automatically adapting a plurality of external registries to service grid Istio according to claim 4, wherein converting the network address ip of the target service into the Endpoint field of the service resource ServiceEntry in the service grid Istio in step S31 comprises: and comparing the network address ip in the target service with the Endpoint field of the service resource ServiceEntry in the service grid Istio, and when the network address ip in the target service is inconsistent with the Endpoint field of the service resource ServiceEntry in the service grid Istio, assigning the network address ip in the target service to the Endpoint field of the service resource ServiceEntry in the service grid Istio.
6. The method of claim 5, wherein converting the port serviceports of the target service into a Number field below the port Ports field of the service resource ServiceEntry in the service grid Istio in step S32 comprises: and comparing the port servicePort field in the target service with the numerical value Number field under the port field in the service resource ServiceEntry in the service grid relation, and when the port servicePort field and the numerical value Number field are not generated, assigning the port servicePort field in the target service to the numerical value Number field under the port field in the service resource ServiceEntry in the service grid relation.
7. The method of automatically adapting a plurality of external registries to a service grid Istio according to claim 6, wherein converting the service name serviceName of the target service to the domain name hosts field of the service resource serviceEntry in the service grid Istio in step S33 comprises: and comparing the service name field in the target service with the domain name fields in the service resources serviceEntry in the service grid Istio, and when the service name field and the domain name fields are not generated, assigning the service name field in the target service to the domain name fields in the service resources serviceEntry in the service grid Istio.
8. The method for automatically adapting a plurality of external registries to a service grid Istio according to claim 1, wherein in step S3, assembling the converted data comprises: and assembling the converted data according to an API format required by a service resource ServiceEntry of the service grid Istio.
9. An apparatus for automatically adapting a plurality of external registries to a service grid Istio, the apparatus comprising:
the input module is used for acquiring original service devices of a plurality of external registries;
the filter module is used for filtering the original service acquired by the input unit and screening out target services conforming to the rules; filtering the original service acquired by the input unit, including: filtering the obtained original service according to the service state status of the service, or filtering the obtained original service according to the cluster to which the service belongs;
the resource conversion module is used for converting data of target fields in the target service screened by the filter unit;
the generator module is used for assembling the data obtained by the conversion of the resource conversion unit according to an API format required by a service resource ServiceEntry of the service grid Istio to generate standard resources of the service grid Istio;
and the output module is used for outputting the standard resources generated by the generator unit to the service grid Istio.
CN202210671699.9A 2022-06-15 2022-06-15 Method and device for automatically adapting multiple external registries to service grid Istio Active CN115065720B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210671699.9A CN115065720B (en) 2022-06-15 2022-06-15 Method and device for automatically adapting multiple external registries to service grid Istio

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210671699.9A CN115065720B (en) 2022-06-15 2022-06-15 Method and device for automatically adapting multiple external registries to service grid Istio

Publications (2)

Publication Number Publication Date
CN115065720A CN115065720A (en) 2022-09-16
CN115065720B true CN115065720B (en) 2024-02-13

Family

ID=83200677

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210671699.9A Active CN115065720B (en) 2022-06-15 2022-06-15 Method and device for automatically adapting multiple external registries to service grid Istio

Country Status (1)

Country Link
CN (1) CN115065720B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024103222A1 (en) * 2022-11-14 2024-05-23 Huawei Cloud Computing Technologies Co., Ltd. System and methods for integrating microservice registry with service mesh

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112866333A (en) * 2020-12-28 2021-05-28 上海领健信息技术有限公司 Cloud-native-based micro-service scene optimization method, system, device and medium
CN113055421A (en) * 2019-12-27 2021-06-29 南京亚信软件有限公司 Service grid management method and system
CN113765965A (en) * 2020-08-21 2021-12-07 北京沃东天骏信息技术有限公司 Service grid system generation method and device and service grid system
CN113938520A (en) * 2021-08-31 2022-01-14 阿里巴巴(中国)有限公司 Service registration method, device and storage medium
CN113973129A (en) * 2021-09-30 2022-01-25 广西中科曙光云计算有限公司 Gateway supporting multiple registration center microservices
CN114237704A (en) * 2021-11-15 2022-03-25 贵州大学 Method for integrating spring-closed-alibaba nacos framework with istio
CN114422489A (en) * 2020-10-13 2022-04-29 中国电信股份有限公司 Information transmission method and system based on service grid

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
MX2007011984A (en) * 2005-04-01 2008-04-10 Multiplied Media Corp Multi-mode location based e-directory service enabling method, system, and apparatus.

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113055421A (en) * 2019-12-27 2021-06-29 南京亚信软件有限公司 Service grid management method and system
CN113765965A (en) * 2020-08-21 2021-12-07 北京沃东天骏信息技术有限公司 Service grid system generation method and device and service grid system
CN114422489A (en) * 2020-10-13 2022-04-29 中国电信股份有限公司 Information transmission method and system based on service grid
CN112866333A (en) * 2020-12-28 2021-05-28 上海领健信息技术有限公司 Cloud-native-based micro-service scene optimization method, system, device and medium
CN113938520A (en) * 2021-08-31 2022-01-14 阿里巴巴(中国)有限公司 Service registration method, device and storage medium
CN113973129A (en) * 2021-09-30 2022-01-25 广西中科曙光云计算有限公司 Gateway supporting multiple registration center microservices
CN114237704A (en) * 2021-11-15 2022-03-25 贵州大学 Method for integrating spring-closed-alibaba nacos framework with istio

Also Published As

Publication number Publication date
CN115065720A (en) 2022-09-16

Similar Documents

Publication Publication Date Title
US20200021534A1 (en) Virtual network interface objects
CN108134764B (en) Distributed data sharing and exchanging method and system
US20090300180A1 (en) Systems and methods for remote management of networked systems using secure modular platform
CN111181943A (en) Service interaction method and device based on service middlebox, computer equipment and computer storage medium
US20070115818A1 (en) Triggered notification
US20150056963A1 (en) Provision of services over a common delivery platform such as a mobile telephony network
US20170149733A1 (en) Providing Network Address Translation in a Software Defined Networking Environment
CN111770122B (en) Service communication proxy SCP registration method, service calling method and network equipment
CN115065720B (en) Method and device for automatically adapting multiple external registries to service grid Istio
CN111209127A (en) Method for integrating Istio service grid by Dubbo frame
CA2226251A1 (en) Method and system for correlating usage data in a distributed architecture
CN112286705A (en) Kubernetes-based container web service interface aggregation system
EP4083795A1 (en) Method for deploying virtual machine, and related apparatus
US7460526B1 (en) System and method for establishing a carrier virtual network inverse multiplexed telecommunication connection
Romanov et al. Principles of building modular control plane in software-defined network
EP3704894B1 (en) A method and arrangement for allocating communication resources in a communication network
CN112866351B (en) Data interaction method, device, server and storage medium
US20060190539A1 (en) Provision of services over a common delivery platform such as a mobile telephony network
US7596612B1 (en) Interface system for carrier virtual network system
CN111866122A (en) Micro-service processing method and device and client terminal
US7436840B1 (en) Network system manager for telecommunication carrier virtual networks
US7539135B1 (en) System and method for establishing telecommunication carrier virtual networks
CN111371683B (en) Network connection path judgment method, equipment and communication system
CN116193299A (en) Service management method, device and storage medium
US20020144143A1 (en) Method and system for network management capable of restricting consumption of resources along endpoint-to-endpoint routes throughout a network

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
CB02 Change of applicant information
CB02 Change of applicant information

Address after: No. N3013, 3rd Floor, R&D Building N, Artificial Intelligence Science and Technology Park, Wuhan Economic and Technological Development Zone, Wuhan City, Hubei Province, 430058

Applicant after: Zhongdian Cloud Computing Technology Co.,Ltd.

Address before: 430058 No. n3013, 3rd floor, R & D building, building n, Artificial Intelligence Science Park, economic and Technological Development Zone, Caidian District, Wuhan City, Hubei Province

Applicant before: CLP cloud Digital Intelligence Technology Co.,Ltd.

GR01 Patent grant
GR01 Patent grant