WO2021057198A1 - Big data-based cross-domain service whole-process routing and penetration method and apparatus - Google Patents

Big data-based cross-domain service whole-process routing and penetration method and apparatus Download PDF

Info

Publication number
WO2021057198A1
WO2021057198A1 PCT/CN2020/101814 CN2020101814W WO2021057198A1 WO 2021057198 A1 WO2021057198 A1 WO 2021057198A1 CN 2020101814 W CN2020101814 W CN 2020101814W WO 2021057198 A1 WO2021057198 A1 WO 2021057198A1
Authority
WO
WIPO (PCT)
Prior art keywords
cross
routing
circuit
domain
domain service
Prior art date
Application number
PCT/CN2020/101814
Other languages
French (fr)
Chinese (zh)
Inventor
胡忠强
葛召猛
Original Assignee
北京市天元网络技术股份有限公司
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 北京市天元网络技术股份有限公司 filed Critical 北京市天元网络技术股份有限公司
Publication of WO2021057198A1 publication Critical patent/WO2021057198A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • G06F16/9024Graphs; Linked lists
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • G06F16/90335Query processing

Definitions

  • the present disclosure relates to the field of communication networks, and in particular, to a method, device, electronic device, and computer-readable storage medium for whole-process routing and penetration of cross-domain services based on big data.
  • Communication networks are becoming more and more complex. 2G, 3G, 4G and even 5G coexist. Huawei, ZTE, Fiberhome and other vendors coexist.
  • the wireless network, core network, data network, transmission network and other networks are coordinated, even if the transmission network can be subdivided. It is SDH network, PTN network, OTN network, PON network, etc.
  • SDH network SDH network
  • PTN network PTN network
  • OTN network PON network
  • different regions, different professions, and different types of network management are all integrated into a chimney shape and cannot be uniformly run through.
  • the purpose of the present disclosure is to provide a method, device, electronic device, and computer-readable storage medium for whole-process routing and penetration of cross-domain services based on big data, so as to overcome at least one or the other caused by the limitations and defects of related technologies to a certain extent. Multiple questions.
  • a method for whole-process routing and penetration of cross-domain services based on big data which includes:
  • the step of cross-domain service routing serial connection takes the basic circuit information table and the cross-domain connection table as input, and realizes the cross-domain service routing serial connection according to the preset circuit routing automatic serial connection algorithm;
  • the routing information and the A, Z end data of the cross-domain service routing after the concatenation are stored in the database and converted to the graph database.
  • the cross-domain service routing collusion is completed.
  • the cross-domain service routing concatenation step further includes:
  • the business information in the circuit basic information table includes the circuit code, the city to which it belongs, the network element of the circuit A side, the circuit A port, the time slot of the circuit A, the network element of the circuit Z, the port of the circuit Z, and the time of the circuit Z. Gap.
  • the cross-domain service routing concatenation step further includes:
  • the service information in the cross-domain connection table includes A-end network element, A-end port, Z-end network element, and Z-end port.
  • the preset circuit routing automatic concatenation algorithm in the cross-domain service routing concatenation step further includes:
  • the resource query step query the resource ID in the corresponding table according to the port or time slot 1 in the circuit basic information table;
  • the channel query step query the resource ID of the opposite end in the channel table according to the acquired ID, if not, execute the channel concatenation step; if yes, execute the resource judgment step;
  • Channel serial connection step if successful, execute the resource judgment step after obtaining the peer ID; if it fails, it is judged whether it is the first stage; if it is the first stage, the serial connection fails; if it is not the first stage, the exception handling step is executed;
  • Resource judging step judging whether the resource ID is port or time slot 2, if yes, complete the cross-domain service routing serial connection; if not, execute the exception handling step;
  • the data processing check step query whether there is data according to the resource ID to the topology connection, if not, execute the exception handling step; if so, obtain the resource ID of the opposite port or time slot, and execute the channel query step;
  • the abnormal handling step return to the channel query step to determine whether there are other paths. If there is no other path, execute the resource query step, and record the point in series at the time of the original abnormality.
  • the channel query step further includes:
  • the data processing and checking step includes:
  • the time slot requirements for obtaining the opposite end are consistent with the VC4NO and VC12NO of the time slot data at the local end.
  • the graph-based database collusion step includes:
  • Each Node saves the first Property and the first Relationship:
  • a device for whole-process routing and penetration of cross-domain services based on big data including:
  • the cross-domain service routing serial connection module is configured to take the basic circuit information table and the cross-domain connection table as input, and realize the cross-domain service routing serial connection according to the preset circuit routing automatic serial connection algorithm;
  • the graph database collusion module Based on the graph database collusion module, it is configured to store the routing information and the A, Z end data of the cross-domain business routing after the concatenation is completed and convert it to the graph database, and complete the cross-domain business routing collusion based on the graph database traversal algorithm.
  • an electronic device including:
  • a memory where computer-readable instructions are stored, and when the computer-readable instructions are executed by the processor, the method according to any one of the foregoing is implemented.
  • a computer-readable storage medium having a computer program stored thereon, and when the computer program is executed by a processor, the method according to any one of the above is implemented.
  • the present disclosure relates to a method, device, electronic device, and storage medium for whole-process routing and penetration of cross-domain services based on big data.
  • the method includes: cross-domain service routing concatenation step, taking circuit basic information table and cross-domain connection table as input, and realizing cross-domain service routing concatenation according to preset circuit routing automatic concatenation algorithm; based on graph database collusion step , After completing the concatenation, the routing information and the A and Z end data of the cross-domain business routing are stored in the database and converted to the graph database. Based on the graph database traversal algorithm, the cross-domain business routing collusion is completed.
  • the present disclosure reduces the time spent on data census based on big data analysis, reduces manual input, saves manpower and improves data accuracy, helps reduce costs, increase efficiency, and improve practicability.
  • Fig. 1 shows a flow chart of a method for whole-process routing and penetration of cross-domain services based on big data according to an exemplary embodiment of the present disclosure
  • Fig. 2 shows a schematic block diagram of a big data-based cross-domain service whole-process routing and penetration device according to an exemplary embodiment of the present disclosure
  • 3A-3C show graph database processing diagrams of a cross-domain service routing and penetration method based on big data according to an exemplary embodiment of the present disclosure
  • FIG. 4 shows a full flow chart of a method for whole-process routing and penetration of cross-domain services based on big data according to an exemplary embodiment of the present disclosure
  • Fig. 5 schematically shows a block diagram of an electronic device according to an exemplary embodiment of the present disclosure.
  • Fig. 6 schematically shows a schematic diagram of a computer-readable storage medium according to an exemplary embodiment of the present disclosure.
  • the big data-based cross-domain service full routing and penetration method may include the following steps:
  • Cross-domain service routing serial connection step S110 taking the circuit basic information table and the cross-domain connection table as input, and realizing the cross-domain service routing serial connection according to the preset circuit routing automatic serial connection algorithm;
  • the routing information and the A and Z end data of the cross-domain service routing after concatenation are stored in the database and converted to the graph database, and the cross-domain service routing collusion is completed based on the graph database traversal algorithm.
  • the present disclosure relates to a method, device, electronic equipment and storage medium for whole-process routing and penetration of cross-domain services based on big data.
  • the method includes: cross-domain service routing concatenation step, taking circuit basic information table and cross-domain connection table as input, and realizing cross-domain service routing concatenation according to preset circuit routing automatic concatenation algorithm; based on graph database collusion step , After completing the concatenation, the routing information and the A and Z end data of the cross-domain business routing are stored in the database and converted to the graph database. Based on the graph database traversal algorithm, the cross-domain business routing collusion is completed.
  • the present disclosure reduces the time spent on data census based on big data analysis, reduces manual input, saves manpower and improves data accuracy, helps reduce costs, increase efficiency, and improve practicability.
  • Mobile network resources are the basis for telecommunications companies to provide services to the outside world. Making full use of network resources and improving resource management and utilization efficiency are the keys to enterprise informatization. With the rapid development of communication technology and the increasing complexity of communication networks, it is more and more important to improve production efficiency, which can enhance the full-service competitiveness of operators.
  • step S110 of the cross-domain service routing serial connection the basic circuit information table and the cross-domain connection table may be used as input, and the cross-domain service routing serial connection can be realized according to the preset circuit routing automatic serial connection algorithm.
  • the existing solution requires people to maintain the circuit routing information through application or manually, and the matching relationship between the circuit routing and the circuit and the channel needs to be considered during the maintenance. Therefore, the complexity is high and errors are prone to errors.
  • the new scheme only requires maintenance personnel to operate the basic circuit information and cross-domain connection of the two tables. Through table comparison, it can be found that the amount of maintenance information is greatly reduced, and maintenance personnel do not need to care about the association relationship between different tables. These are all solved through technology, and the complexity is greatly reduced.
  • the cross-domain service routing concatenation step further includes:
  • the business information in the circuit basic information table includes the circuit code, the city to which it belongs, the network element of the circuit A side, the circuit A port, the time slot of the circuit A, the network element of the circuit Z, the port of the circuit Z, and the time of the circuit Z. Gap.
  • the cross-domain service routing concatenation step further includes:
  • the service information in the cross-domain connection table includes A-end network element, A-end port, Z-end network element, and Z-end port.
  • the preset circuit routing automatic serial connection algorithm in the cross-domain service routing serial connection step further includes:
  • the resource query step query the resource ID in the corresponding table according to the port or time slot 1 in the circuit basic information table;
  • the channel query step query the resource ID of the opposite end in the channel table according to the acquired ID, if not, execute the channel concatenation step; if yes, execute the resource judgment step;
  • Channel serial connection step if successful, execute the resource judgment step after obtaining the peer ID; if it fails, it is judged whether it is the first stage; if it is the first stage, the serial connection fails; if it is not the first stage, the exception handling step is executed;
  • Resource judging step judging whether the resource ID is port or time slot 2, if yes, complete the cross-domain service routing serial connection; if not, execute the exception handling step;
  • Data processing check step query whether there is data according to the resource ID to the topology connection, if not, execute the exception handling step; if so, obtain the resource ID of the opposite port or time slot, and execute the channel query step;
  • the abnormal handling step return to the channel query step to determine whether there are other paths. If there is no other path, execute the resource query step, and record the point in series at the time of the original abnormality.
  • the channel query step further includes:
  • the data processing and checking step includes:
  • the time slot requirements for obtaining the opposite end are consistent with the VC4NO and VC12NO of the time slot data at the local end.
  • the routing information and the A and Z end data of the cross-domain service routing after the concatenation can be stored and converted to the graph database, and the cross-domain service routing collusion is completed based on the graph database traversal algorithm.
  • the information level of circuit information, circuit routing information, channel information, and channel routing information in the entire routing of cross-domain circuits increases exponentially.
  • the collusion method not only requires a lot of maintenance work, but also has complex calculations and efficiency. low. Calculating this information through large database technology and graph database technology can greatly increase the computing speed. It originally took 1 minute to collude with a cross-domain circuit, but only 0.5 seconds after using the new technology.
  • the manually maintained circuits, cross-domain connections, and collected channels and channel routing information of the A and Z end data are stored in the relational database, and then converted to the neo4j graph database to form a relationship such as As shown in FIG. 3A, A to E in the figure represent the numbers of the nodes at the A and Z ends of the circuit, cross-domain connection, channel, and channel routing information, R1 to R7 represent the relationship numbers, and P1 to P10 represent the property numbers.
  • the graph-based database collusion step includes:
  • Each Node saves the first Property and the first Relationship:
  • FIG. 4 it is a full flow chart of a cross-domain service routing and penetration method based on big data.
  • automatic concatenation of cross-domain service routing can be realized, not only Ensuring the accuracy of routing can also reduce the workload of manual maintenance, reduce the time spent on business connection, reduce manpower input, and reduce costs and increase efficiency.
  • the present disclosure provides a big data-based intelligent calculation method for the whole-process routing of cross-domain services.
  • the method is based on big data analysis technology and is simple and easy for operators to produce support personnel, monitoring personnel, and business analysts.
  • the method used is an example of aggregation of data/applications in the OSS field; cross-professional and cross-network management aggregation of data and applications, based on big data analysis, graph database and other technologies to achieve accurate identification and efficient reflection of business routing (see the summary for the calculation process) Figure 1).
  • the invention is based on big data analysis to reduce the time spent on data census, reduce manual entry, save manpower and improve data accuracy, help reduce costs and increase efficiency, and have strong practicability.
  • the big data-based cross-domain service whole-process routing and penetration device 200 may include: a cross-domain service routing concatenation module 210 and a graph database-based concatenation module 220. among them:
  • the cross-domain service routing serial connection module 210 is configured to take the circuit basic information table and the cross-domain connection table as input, and realize the cross-domain service routing serial connection according to the preset circuit routing automatic serial connection algorithm;
  • the graph database collusion module 220 Based on the graph database collusion module 220, it is configured to store the routing information and A and Z end data of the cross-domain service routing after concatenation into the database and convert it to the graph database, and complete the cross-domain service routing collusion based on the graph database traversal algorithm.
  • an electronic device capable of implementing the above method is also provided.
  • the electronic device 500 according to this embodiment of the present invention will be described below with reference to FIG. 5.
  • the electronic device 500 shown in FIG. 5 is only an example, and should not bring any limitation to the function and application scope of the embodiment of the present invention.
  • the electronic device 500 is represented in the form of a general-purpose computing device.
  • the components of the electronic device 500 may include, but are not limited to: the aforementioned at least one processing unit 510, the aforementioned at least one storage unit 520, a bus 550 connecting different system components (including the storage unit 520 and the processing unit 510), and a display unit 540.
  • the storage unit stores program code, and the program code can be executed by the processing unit 510, so that the processing unit 510 executes the various exemplary methods described in the "Exemplary Method" section of this specification. Example steps.
  • the processing unit 510 may perform step S110 to step S120 as shown in FIG. 1.
  • the storage unit 520 may include a readable medium in the form of a volatile storage unit, such as a random access storage unit (RAM) 5201 and/or a cache storage unit 5202, and may further include a read-only storage unit (ROM) 5203.
  • RAM random access storage unit
  • ROM read-only storage unit
  • the storage unit 520 may also include a program/utility tool 5204 having a set of (at least one) program module 5203.
  • program module 5203 includes but is not limited to: an operating system, one or more application programs, other program modules, and program data. Each of these examples or some combination may include the implementation of a network environment.
  • the bus 530 may represent one or more of several types of bus structures, including a storage unit bus or a storage unit controller, a peripheral bus, a graphics acceleration port, a processing unit, or a local area using any bus structure among multiple bus structures. bus.
  • the electronic device 500 may also communicate with one or more external devices 570 (such as keyboards, pointing devices, Bluetooth devices, etc.), and may also communicate with one or more devices that enable a user to interact with the electronic device 500, and/or communicate with Any device (such as a router, modem, etc.) that enables the electronic device 500 to communicate with one or more other computing devices. Such communication can be performed through an input/output (I/O) interface 550.
  • the electronic device 500 may also communicate with one or more networks (for example, a local area network (LAN), a wide area network (WAN), and/or a public network, such as the Internet) through the network adapter 560.
  • networks for example, a local area network (LAN), a wide area network (WAN), and/or a public network, such as the Internet
  • the network adapter 560 communicates with other modules of the electronic device 500 through the bus 550. It should be understood that although not shown in the figure, other hardware and/or software modules can be used in conjunction with the electronic device 500, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives And data backup storage system, etc.
  • the exemplary embodiments described here can be implemented by software, or can be implemented by combining software with necessary hardware. Therefore, the technical solution according to the embodiments of the present disclosure can be embodied in the form of a software product, which can be stored in a non-volatile storage medium (which can be a CD-ROM, U disk, mobile hard disk, etc.) or on the network , Including several instructions to make a computing device (which may be a personal computer, a server, a terminal device, or a network device, etc.) execute the method according to the embodiment of the present disclosure.
  • a computing device which may be a personal computer, a server, a terminal device, or a network device, etc.
  • a computer-readable storage medium is also provided, on which a program product capable of implementing the above method of this specification is stored.
  • various aspects of the present invention may also be implemented in the form of a program product, which includes program code, and when the program product runs on a terminal device, the program code is used to enable the The terminal device executes the steps according to various exemplary embodiments of the present invention described in the above-mentioned "Exemplary Method" section of this specification.
  • a program product 600 for implementing the above method according to an embodiment of the present invention is described. It can adopt a portable compact disk read-only memory (CD-ROM) and include program code, and can be installed in a terminal device, For example, running on a personal computer.
  • the program product of the present invention is not limited to this.
  • the readable storage medium can be any tangible medium that contains or stores a program, and the program can be used by or combined with an instruction execution system, device, or device.
  • the program product can use any combination of one or more readable media.
  • the readable medium may be a readable signal medium or a readable storage medium.
  • the readable storage medium may be, for example, but not limited to, an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor system, device, or device, or a combination of any of the above. More specific examples (non-exhaustive list) of readable storage media include: electrical connections with one or more wires, portable disks, hard disks, random access memory (RAM), read-only memory (ROM), erasable Type programmable read only memory (EPROM or flash memory), optical fiber, portable compact disk read only memory (CD-ROM), optical storage device, magnetic storage device, or any suitable combination of the above.
  • the computer-readable signal medium may include a data signal propagated in baseband or as a part of a carrier wave, and readable program code is carried therein. This propagated data signal can take many forms, including but not limited to electromagnetic signals, optical signals, or any suitable combination of the foregoing.
  • the readable signal medium may also be any readable medium other than a readable storage medium, and the readable medium may send, propagate, or transmit a program for use by or in combination with the instruction execution system, apparatus, or device.
  • the program code contained on the readable medium can be transmitted by any suitable medium, including but not limited to wireless, wired, optical cable, RF, etc., or any suitable combination of the above.
  • the program code used to perform the operations of the present invention can be written in any combination of one or more programming languages.
  • the programming languages include object-oriented programming languages—such as Java, C++, etc., as well as conventional procedural styles. Programming language-such as "C" language or similar programming language.
  • the program code can be executed entirely on the user's computing device, partly on the user's device, executed as an independent software package, partly on the user's computing device and partly executed on the remote computing device, or entirely on the remote computing device or server Executed on.
  • the remote computing device can be connected to a user computing device through any kind of network, including a local area network (LAN) or a wide area network (WAN), or it can be connected to an external computing device (for example, using Internet service providers). Business to connect via the Internet).
  • LAN local area network
  • WAN wide area network
  • Internet service providers for example, using Internet service providers.

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • Software Systems (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The present application relates to a big data-based cross-domain service whole-process routing and penetration method and apparatus, an electronic device, and a storage medium. The method comprises: a cross-domain service routing concatenation step, in which a basic circuit information table and a cross-domain connection table are used as an input, and cross-domain service routing concatenation is achieved according to a preset circuit routing automatic concatenation algorithm; and a graph database-based collusion step, in which routing information and A and Z end data of cross-domain service routing after concatenation is complete are stored in a database and same is converted into a graph database, and cross-domain service routing collusion is completed on the basis of a graph database traversal algorithm. The present disclosure reduces the time spent on data census on the basis of big data analysis, reduces manual entry, saves on manpower and improves data accuracy, which is helpful in reducing costs, increasing efficiency and improving practicability.

Description

基于大数据的跨域业务全程路由贯穿方法以及装置Method and device for whole-process routing penetration of cross-domain business based on big data
相关申请的交叉引用Cross-references to related applications
本申请要求于2019年9月27日提交的申请号为201910921000.8,发明名称为“基于大数据的跨域业务全程路由贯穿方法以及装置”的中国专利申请的优先权,其通过引用方式全部并入本文。This application claims the priority of the Chinese patent application filed on September 27, 2019 with the application number 201910921000.8 and the invention title of "Big data-based cross-domain business routing and penetration method and device", which is fully incorporated by reference This article.
技术领域Technical field
本公开涉及通信网络领域,具体而言,涉及一种基于大数据的跨域业务全程路由贯穿方法、装置、电子设备以及计算机可读存储介质。The present disclosure relates to the field of communication networks, and in particular, to a method, device, electronic device, and computer-readable storage medium for whole-process routing and penetration of cross-domain services based on big data.
背景技术Background technique
为了监控通信业务是否正常,需要快速准确掌握通信线路中的每个路由节点。传输电路路由快速准确的获取将直接影响到对业务监控的准确性、故障的快速定位。In order to monitor whether the communication service is normal, it is necessary to quickly and accurately grasp each routing node in the communication line. The fast and accurate acquisition of transmission circuit routing will directly affect the accuracy of service monitoring and rapid fault location.
通信网络越来越复杂,2G、3G、4G甚至5G并存,华为、中兴、烽火等多厂商并存,无线网、核心网、数据网、传送网等多网络协同,即使传送网内部也能细分为SDH网络、PTN网络、OTN网络、PON网络等。但不同区域、不同专业、不同类型的网管都各成一体、呈烟囱状,无法统一贯穿。Communication networks are becoming more and more complex. 2G, 3G, 4G and even 5G coexist. Huawei, ZTE, Fiberhome and other vendors coexist. The wireless network, core network, data network, transmission network and other networks are coordinated, even if the transmission network can be subdivided. It is SDH network, PTN network, OTN network, PON network, etc. However, different regions, different professions, and different types of network management are all integrated into a chimney shape and cannot be uniformly run through.
目前各类业务的贯穿方法有两种:At present, there are two ways to penetrate various types of business:
1)业务调度时通过工作流程贯穿多个专业,各专业维护和自己有关的内容,施工时做跨专业关联;如基础ODF、DDF等哑资源数据不准,会导致施工完后维护的资源不准;1) During business scheduling, multiple disciplines are run through the workflow, and each discipline maintains content related to itself, and cross-professional associations are made during construction; such as basic ODF, DDF and other dumb resource data are inaccurate, which will lead to inaccurate maintenance of resources after construction. quasi;
2)业务调度完后补录,一方面很难协调各专业人员,另一方面即使人员协调一致,也存在对同一资源命名或认知上的差别,导致维护数据与现场实际数据不一致;2) After the business scheduling is completed, it is difficult to coordinate the various professionals. On the other hand, even if the personnel are coordinated, there are differences in the naming or cognition of the same resource, resulting in inconsistencies between the maintenance data and the actual data on site;
两种维护方法都靠手工维护、人工串接,人力投入巨大、效率低,无法满足快速定位等需求。Both maintenance methods rely on manual maintenance and manual cascading. The labor investment is huge and the efficiency is low, and cannot meet the needs of rapid positioning.
因此,需要一种或多种方法解决上述问题。Therefore, one or more methods are needed to solve the above-mentioned problems.
需要说明的是,在上述背景技术部分公开的信息仅用于加强对本公开的背景的理解,因此可以包括不构成对本领域普通技术人员已知的现有技术的信息。It should be noted that the information disclosed in the background art section above is only used to enhance the understanding of the background of the present disclosure, and therefore may include information that does not constitute the prior art known to those of ordinary skill in the art.
发明内容Summary of the invention
本公开的目的在于提供一种基于大数据的跨域业务全程路由贯穿方法、装置、电子设备以及计算机可读存储介质,进而至少在一定程度上克服由于相关技术的限制和缺陷而导致的一个或者多个问题。The purpose of the present disclosure is to provide a method, device, electronic device, and computer-readable storage medium for whole-process routing and penetration of cross-domain services based on big data, so as to overcome at least one or the other caused by the limitations and defects of related technologies to a certain extent. Multiple questions.
根据本公开的一个方面,提供一种基于大数据的跨域业务全程路由贯穿方法,包括:According to one aspect of the present disclosure, a method for whole-process routing and penetration of cross-domain services based on big data is provided, which includes:
跨域业务路由串接步骤,以电路基本信息表和跨域连接表为输入,根据预设电路路由自动串接算法,实现跨域业务路由串接;The step of cross-domain service routing serial connection takes the basic circuit information table and the cross-domain connection table as input, and realizes the cross-domain service routing serial connection according to the preset circuit routing automatic serial connection algorithm;
基于图数据库串通步骤,将完成串接后跨域业务路由的路由信息及A、Z端数据入库并转化至图数据库,基于图数据库遍历算法,完成跨域业务路由串通。Based on the graph database collusion step, the routing information and the A, Z end data of the cross-domain service routing after the concatenation are stored in the database and converted to the graph database. Based on the graph database traversal algorithm, the cross-domain service routing collusion is completed.
在本公开的一种示例性实施例中,所述跨域业务路由串接步骤还包括:In an exemplary embodiment of the present disclosure, the cross-domain service routing concatenation step further includes:
所述电路基本信息表中的业务信息包括电路代号、所属地市、电路A端网元、电路A端端口、电路A端时隙、电路Z端网元、电路Z端端口、电路Z端时隙。The business information in the circuit basic information table includes the circuit code, the city to which it belongs, the network element of the circuit A side, the circuit A port, the time slot of the circuit A, the network element of the circuit Z, the port of the circuit Z, and the time of the circuit Z. Gap.
在本公开的一种示例性实施例中,所述跨域业务路由串接步骤还包括:In an exemplary embodiment of the present disclosure, the cross-domain service routing concatenation step further includes:
所述跨域连接表中的业务信息包括A端网元、A端端口、Z端网元、Z端端口。The service information in the cross-domain connection table includes A-end network element, A-end port, Z-end network element, and Z-end port.
在本公开的一种示例性实施例中,所述跨域业务路由串接步骤中的预设电路路由自动串接算法还包括:In an exemplary embodiment of the present disclosure, the preset circuit routing automatic concatenation algorithm in the cross-domain service routing concatenation step further includes:
资源查询步骤,根据电路基本信息表中的端口或时隙1到对应表中查询资源ID;In the resource query step, query the resource ID in the corresponding table according to the port or time slot 1 in the circuit basic information table;
通道查询步骤,根据获取的ID到通道表查询对端资源ID,若没有,则执行通道串接步骤;若有,则执行资源判断步骤;In the channel query step, query the resource ID of the opposite end in the channel table according to the acquired ID, if not, execute the channel concatenation step; if yes, execute the resource judgment step;
通道串接步骤,成功则获取对端ID后执行资源判断步骤,失败则判断是否第一段,若是第一段则串接失败,若非第一段则执行异常处理步骤;Channel serial connection step, if successful, execute the resource judgment step after obtaining the peer ID; if it fails, it is judged whether it is the first stage; if it is the first stage, the serial connection fails; if it is not the first stage, the exception handling step is executed;
资源判断步骤,判断资源ID是否端口或时隙2,若是,完成跨域业务 路由串接;若不是,则执行异常处理步骤;Resource judging step, judging whether the resource ID is port or time slot 2, if yes, complete the cross-domain service routing serial connection; if not, execute the exception handling step;
数据处理查验步骤,根据资源ID到拓扑连接查询是否有数据,若没有,则执行异常处理步骤;若有,获取对端端口或时隙的资源ID,执行通道查询步骤;In the data processing check step, query whether there is data according to the resource ID to the topology connection, if not, execute the exception handling step; if so, obtain the resource ID of the opposite port or time slot, and execute the channel query step;
异常处理步骤,返回通道查询步骤,判断是否有其他路径,没有则执行资源查询步骤,记录在原始异常时的点串接异常。In the abnormal handling step, return to the channel query step to determine whether there are other paths. If there is no other path, execute the resource query step, and record the point in series at the time of the original abnormality.
在本公开的一种示例性实施例中,所述通道查询步骤还包括:In an exemplary embodiment of the present disclosure, the channel query step further includes:
同一资源ID再次执行查询时,需选择第一次之外的通道。When you execute the query again with the same resource ID, you need to select a channel other than the first time.
在本公开的一种示例性实施例中,所述数据处理查验步骤包括:In an exemplary embodiment of the present disclosure, the data processing and checking step includes:
获取对端的时隙要求与本端时隙数据的VC4NO、VC12NO一致。The time slot requirements for obtaining the opposite end are consistent with the VC4NO and VC12NO of the time slot data at the local end.
在本公开的一种示例性实施例中,所述基于图数据库串通步骤包括:In an exemplary embodiment of the present disclosure, the graph-based database collusion step includes:
每个Node保存了第1个Property和第1个Relationship:Each Node saves the first Property and the first Relationship:
从Node-B开始,可以通过关系的next指针,遍历Node-B的所有关系,然后可以到达与其有关系的第1层Nodes,在通过遍历第1层Nodes的关系,可以达到第2层Nodes,如此循环,直到找到电路Z端。Starting from Node-B, you can traverse all the relationships of Node-B through the next pointer of the relationship, and then you can reach the first-level Nodes that have a relationship with it. By traversing the relationship between the first-level Nodes, you can reach the second-level Nodes, Repeat this way until you find the Z end of the circuit.
在本公开的一个方面,提供一种基于大数据的跨域业务全程路由贯穿装置,包括:In one aspect of the present disclosure, a device for whole-process routing and penetration of cross-domain services based on big data is provided, including:
跨域业务路由串接模块,配置成以电路基本信息表和跨域连接表为输入,根据预设电路路由自动串接算法,实现跨域业务路由串接;The cross-domain service routing serial connection module is configured to take the basic circuit information table and the cross-domain connection table as input, and realize the cross-domain service routing serial connection according to the preset circuit routing automatic serial connection algorithm;
基于图数据库串通模块,配置成将完成串接后跨域业务路由的路由信息及A、Z端数据入库并转化至图数据库,基于图数据库遍历算法,完成跨域业务路由串通。Based on the graph database collusion module, it is configured to store the routing information and the A, Z end data of the cross-domain business routing after the concatenation is completed and convert it to the graph database, and complete the cross-domain business routing collusion based on the graph database traversal algorithm.
在本公开的一个方面,提供一种电子设备,包括:In one aspect of the present disclosure, an electronic device is provided, including:
处理器;以及Processor; and
存储器,所述存储器上存储有计算机可读指令,所述计算机可读指令被所述处理器执行时实现根据上述任意一项所述的方法。A memory, where computer-readable instructions are stored, and when the computer-readable instructions are executed by the processor, the method according to any one of the foregoing is implemented.
在本公开的一个方面,提供一种计算机可读存储介质,其上存储有计算机程序,所述计算机程序被处理器执行时实现根据上述任意一项所述的方法。In one aspect of the present disclosure, there is provided a computer-readable storage medium having a computer program stored thereon, and when the computer program is executed by a processor, the method according to any one of the above is implemented.
本公开是关于一种基于大数据的跨域业务全程路由贯穿方法、装置、 电子设备以及存储介质。其中,该方法包括:跨域业务路由串接步骤,以电路基本信息表和跨域连接表为输入,根据预设电路路由自动串接算法,实现跨域业务路由串接;基于图数据库串通步骤,将完成串接后跨域业务路由的路由信息及A、Z端数据入库并转化至图数据库,基于图数据库遍历算法,完成跨域业务路由串通。本公开通过以大数据分析为基础减少数据普查上花费的时间,减少人工录入,既节省了人力又提升了数据准确性,有助于降本增效,提高实用性。The present disclosure relates to a method, device, electronic device, and storage medium for whole-process routing and penetration of cross-domain services based on big data. Wherein, the method includes: cross-domain service routing concatenation step, taking circuit basic information table and cross-domain connection table as input, and realizing cross-domain service routing concatenation according to preset circuit routing automatic concatenation algorithm; based on graph database collusion step , After completing the concatenation, the routing information and the A and Z end data of the cross-domain business routing are stored in the database and converted to the graph database. Based on the graph database traversal algorithm, the cross-domain business routing collusion is completed. The present disclosure reduces the time spent on data census based on big data analysis, reduces manual input, saves manpower and improves data accuracy, helps reduce costs, increase efficiency, and improve practicability.
应当理解的是,以上的一般描述和后文的细节描述仅是示例性和解释性的,并不能限制本公开。It should be understood that the above general description and the following detailed description are only exemplary and explanatory, and cannot limit the present disclosure.
附图说明Description of the drawings
通过参照附图来详细描述其示例实施例,本公开的上述和其它特征及优点将变得更加明显。By describing its exemplary embodiments in detail with reference to the accompanying drawings, the above and other features and advantages of the present disclosure will become more apparent.
图1示出了根据本公开一示例性实施例的基于大数据的跨域业务全程路由贯穿方法的流程图;Fig. 1 shows a flow chart of a method for whole-process routing and penetration of cross-domain services based on big data according to an exemplary embodiment of the present disclosure;
图2示出了根据本公开一示例性实施例的基于大数据的跨域业务全程路由贯穿装置的示意框图;Fig. 2 shows a schematic block diagram of a big data-based cross-domain service whole-process routing and penetration device according to an exemplary embodiment of the present disclosure;
图3A-3C示出了根据本公开一示例性实施例的基于大数据的跨域业务全程路由贯穿方法的图数据库处理图;3A-3C show graph database processing diagrams of a cross-domain service routing and penetration method based on big data according to an exemplary embodiment of the present disclosure;
图4示出了根据本公开一示例性实施例的基于大数据的跨域业务全程路由贯穿方法的全流程图;FIG. 4 shows a full flow chart of a method for whole-process routing and penetration of cross-domain services based on big data according to an exemplary embodiment of the present disclosure;
图5示意性示出了根据本公开一示例性实施例的电子设备的框图;以及Fig. 5 schematically shows a block diagram of an electronic device according to an exemplary embodiment of the present disclosure; and
图6示意性示出了根据本公开一示例性实施例的计算机可读存储介质的示意图。Fig. 6 schematically shows a schematic diagram of a computer-readable storage medium according to an exemplary embodiment of the present disclosure.
具体实施方式detailed description
现在将参考附图更全面地描述示例实施例。然而,示例实施例能够以多种形式实施,且不应被理解为限于在此阐述的实施例;相反,提供这些实施例使得本公开将全面和完整,并将示例实施例的构思全面地传达给本领域的技术人员。在图中相同的附图标记表示相同或类似的部分,因而将 省略对它们的重复描述。Example embodiments will now be described more fully with reference to the accompanying drawings. However, the example embodiments can be implemented in various forms, and should not be construed as being limited to the embodiments set forth herein; on the contrary, these embodiments are provided so that the present disclosure will be comprehensive and complete, and fully convey the concept of the example embodiments To those skilled in the art. In the drawings, the same reference numerals denote the same or similar parts, and thus their repeated description will be omitted.
此外,所描述的特征、结构或特性可以以任何合适的方式结合在一个或更多实施例中。在下面的描述中,提供许多具体细节从而给出对本公开的实施例的充分理解。然而,本领域技术人员将意识到,可以实践本公开的技术方案而没有所述特定细节中的一个或更多,或者可以采用其它的方法、组元、材料、装置、步骤等。在其它情况下,不详细示出或描述公知结构、方法、装置、实现、材料或者操作以避免模糊本公开的各方面。In addition, the described features, structures, or characteristics may be combined in one or more embodiments in any suitable manner. In the following description, many specific details are provided to give a sufficient understanding of the embodiments of the present disclosure. However, those skilled in the art will realize that the technical solutions of the present disclosure can be practiced without one or more of the specific details, or other methods, components, materials, devices, steps, etc. can be used. In other cases, well-known structures, methods, devices, implementations, materials, or operations are not shown or described in detail to avoid obscuring aspects of the present disclosure.
附图中所示的方框图仅仅是功能实体,不一定必须与物理上独立的实体相对应。即,可以采用软件形式来实现这些功能实体,或在一个或多个软件硬化的模块中实现这些功能实体或功能实体的一部分,或在不同网络和/或处理器装置和/或微控制器装置中实现这些功能实体。The block diagrams shown in the drawings are merely functional entities, and do not necessarily correspond to physically independent entities. That is, these functional entities can be implemented in the form of software, or implemented in one or more software-hardened modules, or part of these functional entities, or in different networks and/or processor devices and/or microcontroller devices. Realize these functional entities.
在本示例实施例中,首先提供了一种基于大数据的跨域业务全程路由贯穿方法;参考图1中所示,该基于大数据的跨域业务全程路由贯穿方法可以包括以下步骤:In this exemplary embodiment, first, a big data-based cross-domain service full routing and penetration method is provided; referring to FIG. 1, the big data-based cross-domain service full routing and penetration method may include the following steps:
跨域业务路由串接步骤S110,以电路基本信息表和跨域连接表为输入,根据预设电路路由自动串接算法,实现跨域业务路由串接;Cross-domain service routing serial connection step S110, taking the circuit basic information table and the cross-domain connection table as input, and realizing the cross-domain service routing serial connection according to the preset circuit routing automatic serial connection algorithm;
基于图数据库串通步骤S120,将完成串接后跨域业务路由的路由信息及A、Z端数据入库并转化至图数据库,基于图数据库遍历算法,完成跨域业务路由串通。Based on the graph database collusion step S120, the routing information and the A and Z end data of the cross-domain service routing after concatenation are stored in the database and converted to the graph database, and the cross-domain service routing collusion is completed based on the graph database traversal algorithm.
本公开是关于一种基于大数据的跨域业务全程路由贯穿方法、装置、电子设备以及存储介质。其中,该方法包括:跨域业务路由串接步骤,以电路基本信息表和跨域连接表为输入,根据预设电路路由自动串接算法,实现跨域业务路由串接;基于图数据库串通步骤,将完成串接后跨域业务路由的路由信息及A、Z端数据入库并转化至图数据库,基于图数据库遍历算法,完成跨域业务路由串通。本公开通过以大数据分析为基础减少数据普查上花费的时间,减少人工录入,既节省了人力又提升了数据准确性,有助于降本增效,提高实用性。The present disclosure relates to a method, device, electronic equipment and storage medium for whole-process routing and penetration of cross-domain services based on big data. Wherein, the method includes: cross-domain service routing concatenation step, taking circuit basic information table and cross-domain connection table as input, and realizing cross-domain service routing concatenation according to preset circuit routing automatic concatenation algorithm; based on graph database collusion step , After completing the concatenation, the routing information and the A and Z end data of the cross-domain business routing are stored in the database and converted to the graph database. Based on the graph database traversal algorithm, the cross-domain business routing collusion is completed. The present disclosure reduces the time spent on data census based on big data analysis, reduces manual input, saves manpower and improves data accuracy, helps reduce costs, increase efficiency, and improve practicability.
下面,将对本示例实施例中的基于大数据的跨域业务全程路由贯穿方法进行进一步的说明。In the following, the method for whole-process routing and penetration of cross-domain services based on big data in this exemplary embodiment will be further described.
移动网络资源是通信企业对外提供服务的基础,充分利用网络资源, 提高资源管理水平和使用效率,是实现企业信息化的关键。通信技术发展迅速,通信网络越来越复杂,提高生产效率越来越重要,能够提升运营商的全业务竞争能力。Mobile network resources are the basis for telecommunications companies to provide services to the outside world. Making full use of network resources and improving resource management and utilization efficiency are the keys to enterprise informatization. With the rapid development of communication technology and the increasing complexity of communication networks, it is more and more important to improve production efficiency, which can enhance the full-service competitiveness of operators.
在跨域业务路由串接步骤S110中,可以以电路基本信息表和跨域连接表为输入,根据预设电路路由自动串接算法,实现跨域业务路由串接。In step S110 of the cross-domain service routing serial connection, the basic circuit information table and the cross-domain connection table may be used as input, and the cross-domain service routing serial connection can be realized according to the preset circuit routing automatic serial connection algorithm.
在本示例的实施例中,现有方案中需要人通过应用或手工维护电路路由信息,维护时还需要考虑电路路由与电路、通道的匹配关系,因此复杂度很高,容易出错。新方案,只有要维护人员操作电路基本信息和跨域连接两张表。通过表格比较可以发现,维护信息量大大降低,维护人员也不必关心不同表之间的关联关系,这些都通过技术解决,复杂度大大降低。In the embodiment of this example, the existing solution requires people to maintain the circuit routing information through application or manually, and the matching relationship between the circuit routing and the circuit and the channel needs to be considered during the maintenance. Therefore, the complexity is high and errors are prone to errors. The new scheme only requires maintenance personnel to operate the basic circuit information and cross-domain connection of the two tables. Through table comparison, it can be found that the amount of maintenance information is greatly reduced, and maintenance personnel do not need to care about the association relationship between different tables. These are all solved through technology, and the complexity is greatly reduced.
在本示例的实施例中,所述跨域业务路由串接步骤还包括:In the embodiment of this example, the cross-domain service routing concatenation step further includes:
所述电路基本信息表中的业务信息包括电路代号、所属地市、电路A端网元、电路A端端口、电路A端时隙、电路Z端网元、电路Z端端口、电路Z端时隙。The business information in the circuit basic information table includes the circuit code, the city to which it belongs, the network element of the circuit A side, the circuit A port, the time slot of the circuit A, the network element of the circuit Z, the port of the circuit Z, and the time of the circuit Z. Gap.
序号Serial number 属性类别Attribute category 属性名称Attribute name
11 业务属性Business attributes 电路代号Circuit code
22 业务属性Business attributes 所属地市City
33 业务属性Business attributes 电路A端网元Circuit A-side network element
44 业务属性Business attributes 电路A端端口Circuit A port
55 业务属性Business attributes 电路A端时隙Time slot of circuit A
66 业务属性Business attributes 电路Z端网元Circuit Z end network element
77 业务属性Business attributes 电路Z端端口Circuit Z terminal port
88 业务属性Business attributes 电路Z端时隙Time slot of circuit Z
在本示例的实施例中,所述跨域业务路由串接步骤还包括:In the embodiment of this example, the cross-domain service routing concatenation step further includes:
所述跨域连接表中的业务信息包括A端网元、A端端口、Z端网元、Z端端口。The service information in the cross-domain connection table includes A-end network element, A-end port, Z-end network element, and Z-end port.
序号Serial number 属性类别Attribute category 属性名称Attribute name
11 业务属性Business attributes A端网元A-side network element
22 业务属性Business attributes A端端口Port A
33 业务属性Business attributes Z端网元Z-end network element
44 业务属性Business attributes Z端端口Z port
在本示例的实施例中,所述跨域业务路由串接步骤中的预设电路路由自动串接算法还包括:In the embodiment of this example, the preset circuit routing automatic serial connection algorithm in the cross-domain service routing serial connection step further includes:
资源查询步骤,根据电路基本信息表中的端口或时隙1到对应表中查询资源ID;In the resource query step, query the resource ID in the corresponding table according to the port or time slot 1 in the circuit basic information table;
通道查询步骤,根据获取的ID到通道表查询对端资源ID,若没有,则执行通道串接步骤;若有,则执行资源判断步骤;In the channel query step, query the resource ID of the opposite end in the channel table according to the acquired ID, if not, execute the channel concatenation step; if yes, execute the resource judgment step;
通道串接步骤,成功则获取对端ID后执行资源判断步骤,失败则判断是否第一段,若是第一段则串接失败,若非第一段则执行异常处理步骤;Channel serial connection step, if successful, execute the resource judgment step after obtaining the peer ID; if it fails, it is judged whether it is the first stage; if it is the first stage, the serial connection fails; if it is not the first stage, the exception handling step is executed;
资源判断步骤,判断资源ID是否端口或时隙2,若是,完成跨域业务路由串接;若不是,则执行异常处理步骤;Resource judging step, judging whether the resource ID is port or time slot 2, if yes, complete the cross-domain service routing serial connection; if not, execute the exception handling step;
数据处理查验步骤,根据资源ID到拓扑连接查询是否有数据,若没有,则执行异常处理步骤;若有,获取对端端口或时隙的资源ID,执行通道查询步骤;Data processing check step, query whether there is data according to the resource ID to the topology connection, if not, execute the exception handling step; if so, obtain the resource ID of the opposite port or time slot, and execute the channel query step;
异常处理步骤,返回通道查询步骤,判断是否有其他路径,没有则执行资源查询步骤,记录在原始异常时的点串接异常。In the abnormal handling step, return to the channel query step to determine whether there are other paths. If there is no other path, execute the resource query step, and record the point in series at the time of the original abnormality.
在本示例的实施例中,所述通道查询步骤还包括:In the embodiment of this example, the channel query step further includes:
同一资源ID再次执行查询时,需选择第一次之外的通道。When you execute the query again with the same resource ID, you need to select a channel other than the first time.
在本示例的实施例中,所述数据处理查验步骤包括:In the embodiment of this example, the data processing and checking step includes:
获取对端的时隙要求与本端时隙数据的VC4NO、VC12NO一致。The time slot requirements for obtaining the opposite end are consistent with the VC4NO and VC12NO of the time slot data at the local end.
在基于图数据库串通步骤S120中,可以将完成串接后跨域业务路由的路由信息及A、Z端数据入库并转化至图数据库,基于图数据库遍历算法,完成跨域业务路由串通。In the graph database-based collusion step S120, the routing information and the A and Z end data of the cross-domain service routing after the concatenation can be stored and converted to the graph database, and the cross-domain service routing collusion is completed based on the graph database traversal algorithm.
在本示例的实施例中,跨域电路全程路由串接中电路信息、电路路由信息、通道信息、通道路由信息的信息量层指数级增长,串通方法不但维护工作量大,而且运算复杂、效率低。将这些信息通过大数据库技术、图数据库技术运算,能大大提高运算速度。原来串通一条跨域电路需要1分钟,使用新技术后只需要0.5秒。In the embodiment of this example, the information level of circuit information, circuit routing information, channel information, and channel routing information in the entire routing of cross-domain circuits increases exponentially. The collusion method not only requires a lot of maintenance work, but also has complex calculations and efficiency. low. Calculating this information through large database technology and graph database technology can greatly increase the computing speed. It originally took 1 minute to collude with a cross-domain circuit, but only 0.5 seconds after using the new technology.
在本示例的实施例中,将手工维护的电路、跨域连接和采集到的通道、通道路由信息的A、Z端数据入库到关系型数据库,然后转化到neo4j图 数据库中,形成关系如图3A所示,图中A~E表示电路、跨域连接、通道、通道路由信息的A、Z一端Node的编号,R1~R7表示Relationship编号,P1~P10表示Property的编号。In the embodiment of this example, the manually maintained circuits, cross-domain connections, and collected channels and channel routing information of the A and Z end data are stored in the relational database, and then converted to the neo4j graph database to form a relationship such as As shown in FIG. 3A, A to E in the figure represent the numbers of the nodes at the A and Z ends of the circuit, cross-domain connection, channel, and channel routing information, R1 to R7 represent the relationship numbers, and P1 to P10 represent the property numbers.
在本示例的实施例中,如图3B-3C所示,所述基于图数据库串通步骤包括:In the embodiment of this example, as shown in FIGS. 3B-3C, the graph-based database collusion step includes:
每个Node保存了第1个Property和第1个Relationship:Each Node saves the first Property and the first Relationship:
从Node-B开始,可以通过关系的next指针,遍历Node-B的所有关系,然后可以到达与其有关系的第1层Nodes,在通过遍历第1层Nodes的关系,可以达到第2层Nodes,如此循环,直到找到电路Z端。Starting from Node-B, you can traverse all the relationships of Node-B through the next pointer of the relationship, and then you can reach the first-level Nodes that have a relationship with it. By traversing the relationship between the first-level Nodes, you can reach the second-level Nodes, Repeat this way until you find the Z end of the circuit.
在本示例的实施例中,如图4所示,为基于大数据的跨域业务全程路由贯穿方法的全流程图,根据本公开的方法,可以实现跨域业务路由的自动串接,不仅能确保路由的准确性,还能减少人工维护工作量、降低业务串接上花费的时间,减少人力投入,降本增效。In the embodiment of this example, as shown in FIG. 4, it is a full flow chart of a cross-domain service routing and penetration method based on big data. According to the method of the present disclosure, automatic concatenation of cross-domain service routing can be realized, not only Ensuring the accuracy of routing can also reduce the workload of manual maintenance, reduce the time spent on business connection, reduce manpower input, and reduce costs and increase efficiency.
在本示例的实施例中,本公开的一种基于大数据的跨域业务全程路由智能计算方法,该方法是基于大数据分析技术,面向运营商生产支撑人员、监控人员、业务分析人员简单易用的方法,是OSS领域数据/应用的聚合实例;跨专业、跨网管汇聚数据及应用,基于大数据分析、图数据库等技术实现业务路由的精准识别和高效反射(计算过程说明见摘要附图图一)。该发明以大数据分析为基础减少数据普查上花费的时间,减少人工录入,既节省了人力又提升了数据准确性,有助于降本增效,实用性强。In the embodiment of this example, the present disclosure provides a big data-based intelligent calculation method for the whole-process routing of cross-domain services. The method is based on big data analysis technology and is simple and easy for operators to produce support personnel, monitoring personnel, and business analysts. The method used is an example of aggregation of data/applications in the OSS field; cross-professional and cross-network management aggregation of data and applications, based on big data analysis, graph database and other technologies to achieve accurate identification and efficient reflection of business routing (see the summary for the calculation process) Figure 1). The invention is based on big data analysis to reduce the time spent on data census, reduce manual entry, save manpower and improve data accuracy, help reduce costs and increase efficiency, and have strong practicability.
需要说明的是,尽管在附图中以特定顺序描述了本公开中方法的各个步骤,但是,这并非要求或者暗示必须按照该特定顺序来执行这些步骤,或是必须执行全部所示的步骤才能实现期望的结果。附加的或备选的,可以省略某些步骤,将多个步骤合并为一个步骤执行,以及/或者将一个步骤分解为多个步骤执行等。It should be noted that although the various steps of the method in the present disclosure are described in a specific order in the drawings, this does not require or imply that these steps must be performed in the specific order, or that all the steps shown must be performed. Achieve the desired result. Additionally or alternatively, some steps may be omitted, multiple steps may be combined into one step for execution, and/or one step may be decomposed into multiple steps for execution, etc.
此外,在本示例实施例中,还提供了一种基于大数据的跨域业务全程路由贯穿装置。参照图2所示,该基于大数据的跨域业务全程路由贯穿装置200可以包括:跨域业务路由串接模块210以及基于图数据库串通模块220。其中:In addition, in this exemplary embodiment, a device for routing and penetrating cross-domain services based on big data is also provided. Referring to FIG. 2, the big data-based cross-domain service whole-process routing and penetration device 200 may include: a cross-domain service routing concatenation module 210 and a graph database-based concatenation module 220. among them:
跨域业务路由串接模块210,配置成以电路基本信息表和跨域连接表 为输入,根据预设电路路由自动串接算法,实现跨域业务路由串接;The cross-domain service routing serial connection module 210 is configured to take the circuit basic information table and the cross-domain connection table as input, and realize the cross-domain service routing serial connection according to the preset circuit routing automatic serial connection algorithm;
基于图数据库串通模块220,配置成将完成串接后跨域业务路由的路由信息及A、Z端数据入库并转化至图数据库,基于图数据库遍历算法,完成跨域业务路由串通。Based on the graph database collusion module 220, it is configured to store the routing information and A and Z end data of the cross-domain service routing after concatenation into the database and convert it to the graph database, and complete the cross-domain service routing collusion based on the graph database traversal algorithm.
上述中各基于大数据的跨域业务全程路由贯穿装置模块的具体细节已经在对应的基于大数据的跨域业务全程路由贯穿方法中进行了详细的描述,因此此处不再赘述。The specific details of each of the above-mentioned big data-based cross-domain service full-process routing and penetration device modules have been described in detail in the corresponding big data-based cross-domain service full-process routing and penetration method, and therefore will not be repeated here.
应当注意,尽管在上文详细描述中提及了基于大数据的跨域业务全程路由贯穿装置200的若干模块或者单元,但是这种划分并非强制性的。实际上,根据本公开的实施方式,上文描述的两个或更多模块或者单元的特征和功能可以在一个模块或者单元中具体化。反之,上文描述的一个模块或者单元的特征和功能可以进一步划分为由多个模块或者单元来具体化。It should be noted that although the big data-based cross-domain service routing throughout the several modules or units of the device 200 is mentioned in the above detailed description, this division is not mandatory. In fact, according to the embodiments of the present disclosure, the features and functions of two or more modules or units described above may be embodied in one module or unit. Conversely, the features and functions of a module or unit described above can be further divided into multiple modules or units to be embodied.
此外,在本公开的示例性实施例中,还提供了一种能够实现上述方法的电子设备。In addition, in an exemplary embodiment of the present disclosure, an electronic device capable of implementing the above method is also provided.
所属技术领域的技术人员能够理解,本发明的各个方面可以实现为系统、方法或程序产品。因此,本发明的各个方面可以具体实现为以下形式,即:完全的硬件实施例、完全的软件实施例(包括固件、微代码等),或硬件和软件方面结合的实施例,这里可以统称为“电路”、“模块”或“系统”。Those skilled in the art can understand that various aspects of the present invention can be implemented as a system, a method, or a program product. Therefore, various aspects of the present invention can be specifically implemented in the following forms, namely: a complete hardware embodiment, a complete software embodiment (including firmware, microcode, etc.), or a combination of hardware and software embodiments, which may be collectively referred to herein as "Circuit", "Module" or "System".
下面参照图5来描述根据本发明的这种实施例的电子设备500。图5显示的电子设备500仅仅是一个示例,不应对本发明实施例的功能和使用范围带来任何限制。The electronic device 500 according to this embodiment of the present invention will be described below with reference to FIG. 5. The electronic device 500 shown in FIG. 5 is only an example, and should not bring any limitation to the function and application scope of the embodiment of the present invention.
如图5所示,电子设备500以通用计算设备的形式表现。电子设备500的组件可以包括但不限于:上述至少一个处理单元510、上述至少一个存储单元520、连接不同系统组件(包括存储单元520和处理单元510)的总线550、显示单元540。As shown in FIG. 5, the electronic device 500 is represented in the form of a general-purpose computing device. The components of the electronic device 500 may include, but are not limited to: the aforementioned at least one processing unit 510, the aforementioned at least one storage unit 520, a bus 550 connecting different system components (including the storage unit 520 and the processing unit 510), and a display unit 540.
其中,所述存储单元存储有程序代码,所述程序代码可以被所述处理单元510执行,使得所述处理单元510执行本说明书上述“示例性方法”部分中描述的根据本发明各种示例性实施例的步骤。例如,所述处理单元510可以执行如图1中所示的步骤S110至步骤S120。Wherein, the storage unit stores program code, and the program code can be executed by the processing unit 510, so that the processing unit 510 executes the various exemplary methods described in the "Exemplary Method" section of this specification. Example steps. For example, the processing unit 510 may perform step S110 to step S120 as shown in FIG. 1.
存储单元520可以包括易失性存储单元形式的可读介质,例如随机存 取存储单元(RAM)5201和/或高速缓存存储单元5202,还可以进一步包括只读存储单元(ROM)5203。The storage unit 520 may include a readable medium in the form of a volatile storage unit, such as a random access storage unit (RAM) 5201 and/or a cache storage unit 5202, and may further include a read-only storage unit (ROM) 5203.
存储单元520还可以包括具有一组(至少一个)程序模块5203的程序/实用工具5204,这样的程序模块5203包括但不限于:操作系统、一个或者多个应用程序、其它程序模块以及程序数据,这些示例中的每一个或某种组合中可能包括网络环境的实现。The storage unit 520 may also include a program/utility tool 5204 having a set of (at least one) program module 5203. Such program module 5203 includes but is not limited to: an operating system, one or more application programs, other program modules, and program data. Each of these examples or some combination may include the implementation of a network environment.
总线530可以为表示几类总线结构中的一种或多种,包括存储单元总线或者存储单元控制器、外围总线、图形加速端口、处理单元或者使用多种总线结构中的任意总线结构的局域总线。The bus 530 may represent one or more of several types of bus structures, including a storage unit bus or a storage unit controller, a peripheral bus, a graphics acceleration port, a processing unit, or a local area using any bus structure among multiple bus structures. bus.
电子设备500也可以与一个或多个外部设备570(例如键盘、指向设备、蓝牙设备等)通信,还可与一个或者多个使得用户能与该电子设备500交互的设备通信,和/或与使得该电子设备500能与一个或多个其它计算设备进行通信的任何设备(例如路由器、调制解调器等等)通信。这种通信可以通过输入/输出(I/O)接口550进行。并且,电子设备500还可以通过网络适配器560与一个或者多个网络(例如局域网(LAN),广域网(WAN)和/或公共网络,例如因特网)通信。如图所示,网络适配器560通过总线550与电子设备500的其它模块通信。应当明白,尽管图中未示出,可以结合电子设备500使用其它硬件和/或软件模块,包括但不限于:微代码、设备驱动器、冗余处理单元、外部磁盘驱动阵列、RAID系统、磁带驱动器以及数据备份存储系统等。The electronic device 500 may also communicate with one or more external devices 570 (such as keyboards, pointing devices, Bluetooth devices, etc.), and may also communicate with one or more devices that enable a user to interact with the electronic device 500, and/or communicate with Any device (such as a router, modem, etc.) that enables the electronic device 500 to communicate with one or more other computing devices. Such communication can be performed through an input/output (I/O) interface 550. In addition, the electronic device 500 may also communicate with one or more networks (for example, a local area network (LAN), a wide area network (WAN), and/or a public network, such as the Internet) through the network adapter 560. As shown in the figure, the network adapter 560 communicates with other modules of the electronic device 500 through the bus 550. It should be understood that although not shown in the figure, other hardware and/or software modules can be used in conjunction with the electronic device 500, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives And data backup storage system, etc.
通过以上的实施例的描述,本领域的技术人员易于理解,这里描述的示例实施例可以通过软件实现,也可以通过软件结合必要的硬件的方式来实现。因此,根据本公开实施例的技术方案可以以软件产品的形式体现出来,该软件产品可以存储在一个非易失性存储介质(可以是CD-ROM,U盘,移动硬盘等)中或网络上,包括若干指令以使得一台计算设备(可以是个人计算机、服务器、终端装置、或者网络设备等)执行根据本公开实施例的方法。Through the description of the above embodiments, those skilled in the art can easily understand that the exemplary embodiments described here can be implemented by software, or can be implemented by combining software with necessary hardware. Therefore, the technical solution according to the embodiments of the present disclosure can be embodied in the form of a software product, which can be stored in a non-volatile storage medium (which can be a CD-ROM, U disk, mobile hard disk, etc.) or on the network , Including several instructions to make a computing device (which may be a personal computer, a server, a terminal device, or a network device, etc.) execute the method according to the embodiment of the present disclosure.
在本公开的示例性实施例中,还提供了一种计算机可读存储介质,其上存储有能够实现本说明书上述方法的程序产品。在一些可能的实施例中,本发明的各个方面还可以实现为一种程序产品的形式,其包括程序代码, 当所述程序产品在终端设备上运行时,所述程序代码用于使所述终端设备执行本说明书上述“示例性方法”部分中描述的根据本发明各种示例性实施例的步骤。In an exemplary embodiment of the present disclosure, a computer-readable storage medium is also provided, on which a program product capable of implementing the above method of this specification is stored. In some possible embodiments, various aspects of the present invention may also be implemented in the form of a program product, which includes program code, and when the program product runs on a terminal device, the program code is used to enable the The terminal device executes the steps according to various exemplary embodiments of the present invention described in the above-mentioned "Exemplary Method" section of this specification.
参考图6所示,描述了根据本发明的实施例的用于实现上述方法的程序产品600,其可以采用便携式紧凑盘只读存储器(CD-ROM)并包括程序代码,并可以在终端设备,例如个人电脑上运行。然而,本发明的程序产品不限于此,在本文件中,可读存储介质可以是任何包含或存储程序的有形介质,该程序可以被指令执行系统、装置或者器件使用或者与其结合使用。Referring to FIG. 6, a program product 600 for implementing the above method according to an embodiment of the present invention is described. It can adopt a portable compact disk read-only memory (CD-ROM) and include program code, and can be installed in a terminal device, For example, running on a personal computer. However, the program product of the present invention is not limited to this. In this document, the readable storage medium can be any tangible medium that contains or stores a program, and the program can be used by or combined with an instruction execution system, device, or device.
所述程序产品可以采用一个或多个可读介质的任意组合。可读介质可以是可读信号介质或者可读存储介质。可读存储介质例如可以为但不限于电、磁、光、电磁、红外线、或半导体的系统、装置或器件,或者任意以上的组合。可读存储介质的更具体的例子(非穷举的列表)包括:具有一个或多个导线的电连接、便携式盘、硬盘、随机存取存储器(RAM)、只读存储器(ROM)、可擦式可编程只读存储器(EPROM或闪存)、光纤、便携式紧凑盘只读存储器(CD-ROM)、光存储器件、磁存储器件、或者上述的任意合适的组合。The program product can use any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. The readable storage medium may be, for example, but not limited to, an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor system, device, or device, or a combination of any of the above. More specific examples (non-exhaustive list) of readable storage media include: electrical connections with one or more wires, portable disks, hard disks, random access memory (RAM), read-only memory (ROM), erasable Type programmable read only memory (EPROM or flash memory), optical fiber, portable compact disk read only memory (CD-ROM), optical storage device, magnetic storage device, or any suitable combination of the above.
计算机可读信号介质可以包括在基带中或者作为载波一部分传播的数据信号,其中承载了可读程序代码。这种传播的数据信号可以采用多种形式,包括但不限于电磁信号、光信号或上述的任意合适的组合。可读信号介质还可以是可读存储介质以外的任何可读介质,该可读介质可以发送、传播或者传输用于由指令执行系统、装置或者器件使用或者与其结合使用的程序。The computer-readable signal medium may include a data signal propagated in baseband or as a part of a carrier wave, and readable program code is carried therein. This propagated data signal can take many forms, including but not limited to electromagnetic signals, optical signals, or any suitable combination of the foregoing. The readable signal medium may also be any readable medium other than a readable storage medium, and the readable medium may send, propagate, or transmit a program for use by or in combination with the instruction execution system, apparatus, or device.
可读介质上包含的程序代码可以用任何适当的介质传输,包括但不限于无线、有线、光缆、RF等等,或者上述的任意合适的组合。The program code contained on the readable medium can be transmitted by any suitable medium, including but not limited to wireless, wired, optical cable, RF, etc., or any suitable combination of the above.
可以以一种或多种程序设计语言的任意组合来编写用于执行本发明操作的程序代码,所述程序设计语言包括面向对象的程序设计语言—诸如Java、C++等,还包括常规的过程式程序设计语言—诸如“C”语言或类似的程序设计语言。程序代码可以完全地在用户计算设备上执行、部分地在用户设备上执行、作为一个独立的软件包执行、部分在用户计算设备上部分 在远程计算设备上执行、或者完全在远程计算设备或服务器上执行。在涉及远程计算设备的情形中,远程计算设备可以通过任意种类的网络,包括局域网(LAN)或广域网(WAN),连接到用户计算设备,或者,可以连接到外部计算设备(例如利用因特网服务提供商来通过因特网连接)。The program code used to perform the operations of the present invention can be written in any combination of one or more programming languages. The programming languages include object-oriented programming languages—such as Java, C++, etc., as well as conventional procedural styles. Programming language-such as "C" language or similar programming language. The program code can be executed entirely on the user's computing device, partly on the user's device, executed as an independent software package, partly on the user's computing device and partly executed on the remote computing device, or entirely on the remote computing device or server Executed on. In the case of a remote computing device, the remote computing device can be connected to a user computing device through any kind of network, including a local area network (LAN) or a wide area network (WAN), or it can be connected to an external computing device (for example, using Internet service providers). Business to connect via the Internet).
此外,上述附图仅是根据本发明示例性实施例的方法所包括的处理的示意性说明,而不是限制目的。易于理解,上述附图所示的处理并不表明或限制这些处理的时间顺序。另外,也易于理解,这些处理可以是例如在多个模块中同步或异步执行的。In addition, the above-mentioned drawings are merely schematic illustrations of the processing included in the method according to the exemplary embodiment of the present invention, and are not intended for limitation. It is easy to understand that the processing shown in the above drawings does not indicate or limit the time sequence of these processings. In addition, it is easy to understand that these processes can be executed synchronously or asynchronously in multiple modules, for example.
本领域技术人员在考虑说明书及实践这里公开的发明后,将容易想到本公开的其他实施例。本申请旨在涵盖本公开的任何变型、用途或者适应性变化,这些变型、用途或者适应性变化遵循本公开的一般性原理并包括本公开未公开的本技术领域中的公知常识或惯用技术手段。说明书和实施例仅被视为示例性的,本公开的真正范围和精神由权利要求指出。Those skilled in the art will easily think of other embodiments of the present disclosure after considering the specification and practicing the invention disclosed herein. This application is intended to cover any variations, uses, or adaptive changes of the present disclosure. These variations, uses, or adaptive changes follow the general principles of the present disclosure and include common knowledge or conventional technical means in the technical field that are not disclosed in the present disclosure. . The description and the embodiments are only regarded as exemplary, and the true scope and spirit of the present disclosure are pointed out by the claims.
应当理解的是,本公开并不局限于上面已经描述并在附图中示出的精确结构,并且可以在不脱离其范围进行各种修改和改变。本公开的范围仅由所附的权利要求来限。It should be understood that the present disclosure is not limited to the precise structure that has been described above and shown in the drawings, and various modifications and changes can be made without departing from its scope. The scope of the present disclosure is limited only by the appended claims.

Claims (10)

  1. 一种基于大数据的跨域业务全程路由贯穿方法,其特征在于,所述方法包括:A method for whole-process routing and penetration of cross-domain services based on big data, which is characterized in that the method includes:
    跨域业务路由串接步骤,以电路基本信息表和跨域连接表为输入,根据预设电路路由自动串接算法,实现跨域业务路由串接;The step of cross-domain service routing serial connection takes the basic circuit information table and the cross-domain connection table as input, and realizes the cross-domain service routing serial connection according to the preset circuit routing automatic serial connection algorithm;
    基于图数据库串通步骤,将完成串接后跨域业务路由的路由信息及A、Z端数据入库并转化至图数据库,基于图数据库遍历算法,完成跨域业务路由串通。Based on the graph database collusion step, the routing information and the A, Z end data of the cross-domain service routing after the concatenation are stored in the database and converted to the graph database. Based on the graph database traversal algorithm, the cross-domain service routing collusion is completed.
  2. 如权利要求1所述的方法,其特征在于,所述跨域业务路由串接步骤还包括:The method according to claim 1, wherein the step of concatenating the cross-domain service routing further comprises:
    所述电路基本信息表中的业务信息包括电路代号、所属地市、电路A端网元、电路A端端口、电路A端时隙、电路Z端网元、电路Z端端口、电路Z端时隙。The business information in the circuit basic information table includes the circuit code, the city to which it belongs, the network element of the circuit A side, the circuit A port, the time slot of the circuit A, the network element of the circuit Z, the port of the circuit Z, and the time of the circuit Z. Gap.
  3. 如权利要求1所述的方法,其特征在于,所述跨域业务路由串接步骤还包括:The method according to claim 1, wherein the step of concatenating the cross-domain service routing further comprises:
    所述跨域连接表中的业务信息包括A端网元、A端端口、Z端网元、Z端端口。The service information in the cross-domain connection table includes A-end network element, A-end port, Z-end network element, and Z-end port.
  4. 如权利要求1所述的方法,其特征在于,所述跨域业务路由串接步骤中的预设电路路由自动串接算法还包括:8. The method according to claim 1, wherein the pre-set circuit routing automatic serial connection algorithm in the cross-domain service routing serial connection step further comprises:
    资源查询步骤,根据电路基本信息表中的端口或时隙1到对应表中查询资源ID;In the resource query step, query the resource ID in the corresponding table according to the port or time slot 1 in the circuit basic information table;
    通道查询步骤,根据获取的ID到通道表查询对端资源ID,若没有,则执行通道串接步骤;若有,则执行资源判断步骤;In the channel query step, query the resource ID of the opposite end in the channel table according to the acquired ID, if not, execute the channel concatenation step; if yes, execute the resource judgment step;
    通道串接步骤,成功则获取对端ID后执行资源判断步骤,失败则判断是否第一段,若是第一段则串接失败,若非第一段则执行异常处理步骤;Channel serial connection step, if successful, execute the resource judgment step after obtaining the peer ID; if it fails, it is judged whether it is the first stage; if it is the first stage, the serial connection fails; if it is not the first stage, the exception handling step is executed;
    资源判断步骤,判断资源ID是否端口或时隙2,若是,完成跨域业务路由串接;若不是,则执行异常处理步骤;Resource judging step, judging whether the resource ID is port or time slot 2, if yes, complete the cross-domain service routing serial connection; if not, execute the exception handling step;
    数据处理查验步骤,根据资源ID到拓扑连接查询是否有数据,若没有,则执行异常处理步骤;若有,获取对端端口或时隙的资源ID,执行通道查询步骤;In the data processing check step, query whether there is data according to the resource ID to the topology connection, if not, execute the exception handling step; if so, obtain the resource ID of the opposite port or time slot, and execute the channel query step;
    异常处理步骤,返回通道查询步骤,判断是否有其他路径,没有则执行资源查询步骤,记录在原始异常时的点串接异常。In the abnormal handling step, return to the channel query step to determine whether there are other paths. If there is no other path, execute the resource query step, and record the point in series at the time of the original abnormality.
  5. 如权利要求4所述的方法,其特征在于,所述通道查询步骤还包括:The method according to claim 4, wherein the channel query step further comprises:
    同一资源ID再次执行查询时,需选择第一次之外的通道。When you execute the query again with the same resource ID, you need to select a channel other than the first time.
  6. 如权利要求4所述的方法,其特征在于,所述数据处理查验步骤包括:The method of claim 4, wherein the data processing and checking step comprises:
    获取对端的时隙要求与本端时隙数据的VC4NO、VC12NO一致。The time slot requirements for obtaining the opposite end are consistent with the VC4NO and VC12NO of the time slot data at the local end.
  7. 如权利要求1所述的方法,其特征在于,所述基于图数据库串通步骤包括:The method according to claim 1, wherein the step of colluding based on the graph database comprises:
    每个Node保存了第1个Property和第1个Relationship:Each Node saves the first Property and the first Relationship:
    从Node-B开始,可以通过关系的next指针,遍历Node-B的所有关系,然后可以到达与其有关系的第1层Nodes,在通过遍历第1层Nodes的关系,可以达到第2层Nodes,如此循环,直到找到电路Z端。Starting from Node-B, you can traverse all the relationships of Node-B through the next pointer of the relationship, and then you can reach the first-level Nodes that have a relationship with it. By traversing the relationship between the first-level Nodes, you can reach the second-level Nodes, Repeat this way until you find the Z end of the circuit.
  8. 一种基于大数据的跨域业务全程路由贯穿装置,其特征在于,所述装置包括:A big data-based cross-domain service whole-process routing and penetration device, which is characterized in that the device includes:
    跨域业务路由串接模块,配置成以电路基本信息表和跨域连接表为输入,根据预设电路路由自动串接算法,实现跨域业务路由串接;The cross-domain service routing serial connection module is configured to take the basic circuit information table and the cross-domain connection table as input, and realize the cross-domain service routing serial connection according to the preset circuit routing automatic serial connection algorithm;
    基于图数据库串通模块,配置成将完成串接后跨域业务路由的路由信息及A、Z端数据入库并转化至图数据库,基于图数据库遍历算法,完成跨域业务路由串通。Based on the graph database collusion module, it is configured to store the routing information and the A, Z end data of the cross-domain business routing after the concatenation is completed and convert it to the graph database, and complete the cross-domain business routing collusion based on the graph database traversal algorithm.
  9. 一种电子设备,其特征在于,包括An electronic device, characterized in that it comprises
    处理器;以及Processor; and
    存储器,所述存储器上存储有计算机可读指令,所述计算机可读指令被所述处理器执行时实现根据权利要求1至7中任一项所述的方法。A memory on which computer-readable instructions are stored, and when the computer-readable instructions are executed by the processor, the method according to any one of claims 1 to 7 is implemented.
  10. 一种计算机可读存储介质,其上存储有计算机程序,所述计算机程序被处理器执行时实现根据权利要求1至7中任一项所述方法。A computer-readable storage medium having a computer program stored thereon, and when the computer program is executed by a processor, the method according to any one of claims 1 to 7 is realized.
PCT/CN2020/101814 2019-09-27 2020-07-14 Big data-based cross-domain service whole-process routing and penetration method and apparatus WO2021057198A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910921000.8 2019-09-27
CN201910921000.8A CN110688538B (en) 2019-09-27 2019-09-27 Cross-domain service whole-course routing penetration method and device based on big data

Publications (1)

Publication Number Publication Date
WO2021057198A1 true WO2021057198A1 (en) 2021-04-01

Family

ID=69110499

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/101814 WO2021057198A1 (en) 2019-09-27 2020-07-14 Big data-based cross-domain service whole-process routing and penetration method and apparatus

Country Status (2)

Country Link
CN (1) CN110688538B (en)
WO (1) WO2021057198A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114006883A (en) * 2021-10-15 2022-02-01 南京三眼精灵信息技术有限公司 Cross-network data penetration interaction method, device, equipment and storage medium
CN116566805A (en) * 2023-07-10 2023-08-08 中国人民解放军国防科技大学 System disaster-tolerant and anti-destruction oriented node cross-domain scheduling method and device

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110688538B (en) * 2019-09-27 2022-04-26 北京市天元网络技术股份有限公司 Cross-domain service whole-course routing penetration method and device based on big data
CN114070746B (en) * 2021-10-28 2024-01-05 北京市天元网络技术股份有限公司 Circuit concatenation method and system for multi-type transmission network
CN116016311A (en) * 2022-12-26 2023-04-25 浪潮通信信息系统有限公司 Method and system for implementing circuit route analysis and series connection verification

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9270701B1 (en) * 2012-04-27 2016-02-23 Stc.Unm System and methods for usage management in multi-level security networks
CN106936706A (en) * 2015-12-29 2017-07-07 中国电信股份有限公司 Method for routing foundation and system and subdomain controller, master controller
CN107579855A (en) * 2017-09-21 2018-01-12 桂林电子科技大学 A kind of layering multiple domain visible safety O&M method based on chart database
CN105049222B (en) * 2015-04-20 2018-12-18 中国电信股份有限公司 For realizing the methods, devices and systems of transmission network inter domain management
CN110688538A (en) * 2019-09-27 2020-01-14 北京市天元网络技术股份有限公司 Cross-domain service whole-course routing penetration method and device based on big data

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7634582B2 (en) * 2003-12-19 2009-12-15 Intel Corporation Method and architecture for optical networking between server and storage area networks
CN101247267B (en) * 2008-03-19 2010-09-29 中兴通讯股份有限公司 Method and device for three-layer virtual special network topological automatic discovering in network management system
CN101309173B (en) * 2008-07-16 2010-12-22 北京直真节点技术开发有限公司 Automatic concatenation algorithm for transmission network service circuit routing and data checking system
US9307004B1 (en) * 2012-03-28 2016-04-05 Amazon Technologies, Inc. Prioritized content transmission
US9912577B2 (en) * 2014-04-17 2018-03-06 Cisco Technology, Inc. Segment routing—egress peer engineering (SP-EPE)
CN205545255U (en) * 2016-02-04 2016-08-31 国家电网公司 Cross -domain communication transmission circuit - terminating of electric power is to holding route monitoring system
US20180006897A1 (en) * 2016-06-30 2018-01-04 At&T Intellectual Property I, L.P. Systems and methods for modeling networks
CN106453097B (en) * 2016-11-15 2019-04-30 中国科学院计算技术研究所 The method and system of routing table are obtained in a kind of data center

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9270701B1 (en) * 2012-04-27 2016-02-23 Stc.Unm System and methods for usage management in multi-level security networks
CN105049222B (en) * 2015-04-20 2018-12-18 中国电信股份有限公司 For realizing the methods, devices and systems of transmission network inter domain management
CN106936706A (en) * 2015-12-29 2017-07-07 中国电信股份有限公司 Method for routing foundation and system and subdomain controller, master controller
CN107579855A (en) * 2017-09-21 2018-01-12 桂林电子科技大学 A kind of layering multiple domain visible safety O&M method based on chart database
CN110688538A (en) * 2019-09-27 2020-01-14 北京市天元网络技术股份有限公司 Cross-domain service whole-course routing penetration method and device based on big data

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114006883A (en) * 2021-10-15 2022-02-01 南京三眼精灵信息技术有限公司 Cross-network data penetration interaction method, device, equipment and storage medium
CN114006883B (en) * 2021-10-15 2023-06-27 南京三眼精灵信息技术有限公司 Cross-network data penetration interaction method, device, equipment and storage medium
CN116566805A (en) * 2023-07-10 2023-08-08 中国人民解放军国防科技大学 System disaster-tolerant and anti-destruction oriented node cross-domain scheduling method and device
CN116566805B (en) * 2023-07-10 2023-09-26 中国人民解放军国防科技大学 System disaster-tolerant and anti-destruction oriented node cross-domain scheduling method and device

Also Published As

Publication number Publication date
CN110688538B (en) 2022-04-26
CN110688538A (en) 2020-01-14

Similar Documents

Publication Publication Date Title
WO2021057198A1 (en) Big data-based cross-domain service whole-process routing and penetration method and apparatus
WO2021218021A1 (en) Data-based blood relationship analysis method, apparatus, and device and computer-readable storage medium
US8730819B2 (en) Flexible network measurement
CN102938708B (en) Based on alarm correlation analysis system and the analytical method thereof of alarm propagation pattern
CN109150640A (en) A kind of method for discovering network topology and system based on double layer network agreement
WO2018133573A1 (en) Method and device for analyzing service survivability
WO2019001312A1 (en) Method and apparatus for realizing alarm association, and computer readable storage medium
CN102136949A (en) Method and system for analyzing alarm correlation based on network and time
WO2023071761A1 (en) Anomaly positioning method and device
CN113642300A (en) Report generation method and device, electronic equipment and computer readable medium
CN112507730A (en) Intent translation method, system, medium and interactive interface for information communication network
WO2023123182A1 (en) Multi-source heterogeneous data processing method and apparatus, computer device and storage medium
EP3467656A1 (en) Guidance system for enterprise infrastructure change
CN112988915A (en) Data display method and device
CN113076229A (en) Universal enterprise-level information technology monitoring system
WO2023134285A1 (en) Risk management method and risk management apparatus
US11838171B2 (en) Proactive network application problem log analyzer
WO2011131078A1 (en) Data management method and system for field bus instrument management system
WO2024016594A1 (en) Pseudo column implementation method and apparatus, electronic device, and storage medium
US20220398282A1 (en) Systems and methods for multi-vendor storage infrastructure in a dashboard
CN105634831B (en) A kind of intelligent translation system and method for locating source in communication equipment
CN115604343A (en) Data transmission method, system, electronic equipment and storage medium
CN114756301A (en) Log processing method, device and system
WO2017205299A1 (en) Data driven invocation of real time wind market forecasting analytics
WO2014183728A1 (en) Performance data management method and device

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 20869341

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 20869341

Country of ref document: EP

Kind code of ref document: A1