KR20190001401A - Apparatus and method for user experience based path computation - Google Patents

Apparatus and method for user experience based path computation Download PDF

Info

Publication number
KR20190001401A
KR20190001401A KR1020170081334A KR20170081334A KR20190001401A KR 20190001401 A KR20190001401 A KR 20190001401A KR 1020170081334 A KR1020170081334 A KR 1020170081334A KR 20170081334 A KR20170081334 A KR 20170081334A KR 20190001401 A KR20190001401 A KR 20190001401A
Authority
KR
South Korea
Prior art keywords
path
information
route
section
learned
Prior art date
Application number
KR1020170081334A
Other languages
Korean (ko)
Other versions
KR102324201B1 (en
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 주식회사 케이티
Priority to KR1020170081334A priority Critical patent/KR102324201B1/en
Publication of KR20190001401A publication Critical patent/KR20190001401A/en
Application granted granted Critical
Publication of KR102324201B1 publication Critical patent/KR102324201B1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/02Topology update or discovery
    • H04L45/08Learning-based routing, e.g. using neural networks or artificial intelligence
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/12Shortest path evaluation
    • H04L45/125Shortest path evaluation based on throughput or bandwidth
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/22Alternate routing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/24Multipath

Abstract

An apparatus for generating a path collects path information about a plurality of paths having been generated as learning data, learns sectional path information based on the collected learning data to generate learned section path information in order to generate a path of a transmission network line. When receiving a path generation request signal for a certain section, the apparatus for generating a path designs a recommended path corresponding to the path generation request signal based on the learned section path information, and checks whether or not there is an available resource for the designed recommended path to provide the recommended path as a candidate path when there is the available resource.

Description

사용자 경험 데이터 기반의 전송망 회선 경로 생성 장치 및 방법{Apparatus and method for user experience based path computation}BACKGROUND OF THE INVENTION 1. Field of the Invention [0002]

본 발명은 딥 러닝 알고리즘을 이용한 사용자 경험 데이터 기반의 전송망 회선 경로 생성 장치 및 방법에 관한 것이다.BACKGROUND OF THE INVENTION 1. Field of the Invention [0001] The present invention relates to an apparatus and method for generating a network route path based on user experience data using a deep learning algorithm.

최근 PTN(Packet Transport Network), POTN(Packet-Optic Transport Network) 장비와 같은 패킷 기반 전송 장치 또는 통합형 장치들이 많이 사용되고 있다. 통합형 장치들의 사용과 함께 멀티 레이어(multi-layer), 멀티 도메인(multi-domain), 멀티 벤더(multi-vendor)의 장치들이 혼재된 복잡한 구성의 전송망들이 증가하고 있다. 이에 따라, 네트워크 제공 사업자들은 멀티 벤더, 멀티 도메인 간에도 회선을 빠르게 설계하고 자동으로 구성해주는 전송망의 SDN(Sotfware Defined Networking) 컨트롤러 기술을 도입하고 있다.Recently, packet-based transmission devices or integrated devices such as PTN (Packet Transport Network) and POTN (Packet-Optic Transport Network) devices are widely used. With the use of integrated devices, there is an increasing number of complex networks with mixed configurations of multi-layer, multi-domain, and multi-vendor devices. As a result, network providers are introducing Sotfware Defined Networking (SDN) controller technology in the transport network that quickly designs and automatically configures circuits between multi-vendor and multi-domain.

하지만, 실제로 네트워크 경로를 선정하는 것은 운용자의 노하우를 많이 필요로 한다. 그리고, 복잡한 전송망에서는 시작 노드로부터 종료 노드까지, 홉 수에 따라 많은 경로들이 존재한다. 그러므로 좀 더 긴 경로라고 하더라도 사용자의 선호도에 따라 경로로 선정되는 경우가 많기 때문에, 간단한 경로 설계 알고리즘으로는 사용자의 선호도를 반영하여 경로를 선정하기 어려운 문제점이 있다.However, actually selecting a network path requires a lot of operator know-how. In a complex transmission network, there are many paths from the start node to the end node depending on the number of hops. Therefore, even a longer route is often selected as a route according to the preference of the user, so that a simple route design algorithm has a problem in that it is difficult to select a route reflecting the user's preference.

또한, 종래에는 역할 기반(rule-based)의 경로 설계 알고리즘을 이용하여 회선의 경로를 설정하다 보니, 설정된 경로 결과에 대해 사용자의 만족도가 낮다는 단점이 있다.In addition, conventionally, when a route is set using a rule-based path design algorithm, there is a disadvantage that a user's satisfaction with a set route result is low.

따라서, 본 발명은 사용자 경험치를 경로 찾기 알고리즘에 적용하기 위해, 딥러닝 기술을 적용한 전송망 회선 경로 생성 장치 및 방법을 제공한다.Accordingly, the present invention provides an apparatus and method for generating a network route path applying a deep learning technique to apply a user experience value to a route search algorithm.

상기 본 발명의 기술적 과제를 달성하기 위한 본 발명의 하나의 특징인 경로 생성 장치가 전송망 회선의 경로를 생성하는 방법은,According to another aspect of the present invention, there is provided a method for generating a path of a network line,

이미 생성된 복수의 경로에 대한 경로 정보를 학습 데이터로 수집하고, 수집한 학습 데이터를 토대로 구간별 경로 정보를 학습하여 학습된 구간 경로 정보를 생성하는 단계, 일정 구간에 대한 경로 생성 요청 신호를 수신하면, 학습된 구간 경로 정보를 토대로 상기 경로 생성 요청 신호에 대응하는 추천 경로를 설계하는 단계, 그리고 설계된 추천 경로에 대한 가용 자원의 유무를 확인하고, 가용 자원이 있으면 상기 추천 경로를 후보 경로로 제공하는 단계를 포함한다.Collecting route information on a plurality of routes that have already been generated as learning data, generating learned route path information by learning the route information on the basis of the collected learning data, generating a route generation request signal for a certain period Designing a recommended route corresponding to the route creation request signal based on the learned route information, checking whether there is available resources for the designed recommended route, and providing the recommended route as a candidate route if available resources are available .

상기 학습된 구간 경로 정보를 생성하는 단계는, 상기 학습 데이터로부터 경로 속성 정보를 추출하는 단계, 추출한 경로 속성 정보를 토대로 복수의 구간별 경로를 확인하고, 상기 복수의 구간별 경로에 대한 경로 조합을 추출하는 단계, 그리고 상기 구간별 경로 각각에 대한 구간별 경로 정보를 학습하여, 상기 학습된 구간 경로 정보를 생성하는 단계를 포함할 수 있다.Wherein the step of generating the learned section path information comprises the steps of extracting path attribute information from the learning data, identifying a plurality of sections of paths based on the extracted path attribute information, Extracting the segment path information, and extracting the segment path information for each of the segmented paths, and generating the learned segment path information.

상기 학습 데이터는 시작 노드, 끝 노드, 경로 상의 복수의 장비 정보, 서비스 정보, 사용자 선호도 정보 중 복수의 정보를 포함하고, 상기 학습된 구간 경로 정보는 학습 데이터와 상기 학습 데이터에 대응하는 구간 경로를 포함할 수 있다.Wherein the learning data includes a plurality of pieces of information including a start node, an end node, a plurality of pieces of equipment information on the path, service information, and user preference information, and the learned section path information includes a learning path and a section path corresponding to the learning data .

상기 추천 경로를 설계하는 단계는, 상기 경로 생성 요청 신호로부터 상기 일정 구간에 대한 경로 설계를 위한 파라미터를 추출하는 단계, 추출한 파라미터를 토대로, 학습된 구간 경로 정보에 대한 가용 자원이 존재하는지 확인하는 단계, 그리고 가용 자원이 존재하면, 상기 학습된 구간 경로 경로의 구간 경로를 상기 일정 구간에 대한 추천 경로로 결정하는 단계를 포함할 수 있다.The step of designing the recommended path may include extracting a parameter for path designation for the predetermined section from the path generation request signal, checking whether there is available resources for the learned section path information based on the extracted parameters, And determining, as the recommended path for the predetermined section, the section path of the learned section path path if the available resources exist.

상기 추천 경로를 후보 경로로 제공하는 단계는, 상기 설계된 추천 경로를 형성하고 있는 복수의 구간 경로를 확인하고, 상기 복수의 구간 경로 각각에 대한 가용 자원의 유무를 확인하는 단계, 상기 복수의 구간 경로 중 임의의 구간 경로에 가용 자원이 없으면, 가용 자원이 없는 상기 임의의 구간 경로에 대응하여 학습된 다른 구간 경로 정보가 있는지 확인하는 단계, 그리고 학습된 다른 구간 경로 정보가 존재하고 다른 구간 경로에 가용 자원이 존재하면, 상기 다른 구간 경로를 상기 임의의 구간 경로에 대체하여 추천 경로로 포함하는 단계를 포함할 수 있다.The step of providing the recommendation path as a candidate path includes the steps of confirming a plurality of section paths forming the designed recommended path and confirming whether or not there is available resources for each of the plurality of section paths, If there is no available resource in the arbitrary section path, checking whether there is any learned section path information corresponding to the arbitrary section path in which there is no available resource, and if the learned other section path information exists and exists in another section path And if the resource exists, replacing the other section path with the arbitrary section path and including it as a recommended path.

상기 추천 경로로 결정하는 단계 이후에, 미리 설정된 경로 설계 규칙을 토대로 상기 파라미터에 대한 대안 경로를 설계하는 단계, 그리고 상기 설계한 대안 경로를 상기 추천 경로와 함께 후보 경로로 제공하는 단계를 더 포함할 수 있다.Designing an alternative route to the parameter based on a predetermined route design rule after the step of determining the recommended route, and providing the designed alternative route along with the recommended route as a candidate route .

상기 본 발명의 기술적 과제를 달성하기 위한 본 발명의 또 다른 특징인 회선의 경로를 생성하는 장치는,According to another aspect of the present invention, there is provided an apparatus for generating a circuit path,

연동하는 복수의 장비로부터 수신한 장비 이벤트를 토대로, 각 장비가 경로를 생성하기 위해 사용하는 자원을 계산하고 장비의 가용 자원 정보를 저장하는 토폴로지/자원 관리부, 그리고 이미 생성된 복수의 경로에 대한 경로 정보를 학습 데이터로 수집하여 학습하여 학습된 구간 경로 정보를 생성하고, 일정 구간에 대한 경로 생성 요청 신호를 수신하면 생성한 구간 경로 정보와 상기 토폴로지/자원 관리부에서 저장하는 가용 자원 정보를 토대로 경로를 설계하여 후보 경로를 제공하는 경로 설계부를 포함한다.A topology / resource management unit that calculates resources used by each device to generate a route based on device events received from a plurality of interworking devices and stores available resource information of the device, Information on the path is generated as training data, and the learned path information is generated. When receiving the path generation request signal for the predetermined period, the path information generation unit generates the path based on the generated path information and the available resource information stored in the topology / And a path design section for designing and providing a candidate path.

상기 경로 설계부는, 상기 학습 데이터로부터 경로 속성 정보를 추출하고, 추출한 경로 속성 정보를 토대로 상기 이미 생성된 경로를 이루고 있는 복수의 부분 경로를 확인하여 경로 조합을 추출하고, 추출한 경로 조합을 학습하여 학습된 구간 경로 정보를 생성할 수 있다.The path designing unit extracts path attribute information from the learning data, extracts a path combination by checking a plurality of partial paths constituting the already generated path based on the extracted path attribute information, Thereby generating the section path information.

상기 경로 설계부는, 상기 경로 생성 요청 신호로부터 추출한 파라미터에 대응하여 학습된 구간 경로 정보와 학습된 구간 경로에 가용 자원이 존재하면, 상기 학습된 구간 경로를 상기 경로 생성 요청 신호에 대한 추천 경로로 결정할 수 있다.The path designing unit may determine the learned path as a recommended path for the path generation request signal if the learned path information corresponding to the parameter extracted from the path generation request signal and the available resources exist in the learned path .

상기 경로 설계부는, 상기 학습된 구간 경로 중 임의의 구간 경로에 가용 자원이 존재하지 않으면, 가용 자원이 존재하지 않은 임의의 구간 경로에 대응하여 학습된 다른 구간 경로들 중 가용 자원이 존재하는 다른 구간 경로를 상기 후보 경로에 포함하여 제공할 수 있다.If the available resources do not exist in any of the learned path paths, the path designing unit may designate another path in which the available resources exist among other learned path paths corresponding to an arbitrary path path in which the available resources do not exist, Path included in the candidate path.

상기 경로 설계부는, 미리 설정된 경로 설계 규칙을 토대로 상기 파라미터에 대한 대안 경로를 설계하고, 상기 파라미터는 설계하고자 하는 경로에 대한 노드의 시작점과 끝점, 대역폭 및 사용자 요청 정보를 포함할 수 있다.The path designing unit designes an alternative path to the parameter based on a predetermined path design rule, and the parameter may include a start point and an end point of the node, a bandwidth, and user request information for the path to be designed.

상기 장치는 관리자 단말로부터 상기 경로 설계부가 제공한 후보 경로를 토대로 선택된 선택 경로를 수신하면, 선택 경로에 위치한 적어도 하나 이상의 장비들에 대한 작업 리스트를 생성하는 제어부, 그리고 상기 경로 설계부가 생성한 작업 리스트에 대응하는 작업 명령 신호를 생성하여, 상기 선택 경로에 위치한 적어도 하나 이상의 장비들에 전송하는 처리부를 더 포함할 수 있다.The apparatus includes a control unit for generating a task list for at least one or more devices located on a selected path when receiving a selected path based on a candidate path provided by the path designing unit from an administrator terminal, And transmits the generated task command signal to at least one or more devices located in the selected path.

본 발명에 따르면 일률적인 회선 설계 룰에 의해 회선이 설계되는 것이 아니라, 사용자별 또는 지역별, 장치별로 운용자의 회선 설계 노하우를 담아 경로를 설계할 수 있다.According to the present invention, it is possible to design a route by designating the circuit design know-how of an operator for each user, region, and apparatus, rather than designing the line by a uniform line design rule.

또한, 경로 설계 결과들이 다음 번 경로 설계에 반영될 수 있으므로, 사용자의 운용 만족도를 높일 수 있다.In addition, since the path design results can be reflected in the next route design, the user's satisfaction with the operation can be increased.

도 1은 본 발명의 실시예에 따른 경로 생성 장치가 적용된 환경의 예시도이다.
도 2는 본 발명의 실시예에 따른 경로 생성 장치의 구조도이다.
도 3은 본 발명의 실시예에 따른 경로 생성 방법에 대한 흐름도이다.
도 4는 본 발명의 실시예에 따른 경로 생성 장치를 학습하는 방법에 대한 흐름도이다.
도 5는 본 발명의 실시예에 따른 사용자 경험을 기반으로 경로를 설계하는 방법에 대한 흐름도이다.
도 6은 본 발명의 실시예에 따른 추출 가능한 모든 경로 조합의 예시도이다.
도 7은 본 발명의 실시예에 따른 생성된 회선 경로를 제공하는 화면의 예시도이다.
1 is an exemplary diagram of an environment to which a path generating apparatus according to an embodiment of the present invention is applied.
2 is a structural diagram of a path generating apparatus according to an embodiment of the present invention.
3 is a flowchart illustrating a path generation method according to an embodiment of the present invention.
4 is a flowchart illustrating a method of learning a path generating apparatus according to an embodiment of the present invention.
5 is a flowchart of a method for designing a path based on a user experience according to an embodiment of the present invention.
Figure 6 is an illustration of all extractable path combinations in accordance with an embodiment of the present invention.
7 is an exemplary diagram of a screen providing a generated circuit path according to an embodiment of the present invention.

아래에서는 첨부한 도면을 참고로 하여 본 발명의 실시예에 대하여 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자가 용이하게 실시할 수 있도록 상세히 설명한다. 그러나 본 발명은 여러 가지 상이한 형태로 구현될 수 있으며 여기에서 설명하는 실시예에 한정되지 않는다. 그리고 도면에서 본 발명을 명확하게 설명하기 위해서 설명과 관계없는 부분은 생략하였으며, 명세서 전체를 통하여 유사한 부분에 대해서는 유사한 도면 부호를 붙였다.Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings so that those skilled in the art can easily carry out the present invention. The present invention may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein. In order to clearly illustrate the present invention, parts not related to the description are omitted, and similar parts are denoted by like reference characters throughout the specification.

명세서 전체에서, 어떤 부분이 어떤 구성요소를 "포함"한다고 할 때, 이는 특별히 반대되는 기재가 없는 한 다른 구성요소를 제외하는 것이 아니라 다른 구성요소를 더 포함할 수 있는 것을 의미한다. Throughout the specification, when an element is referred to as "comprising ", it means that it can include other elements as well, without excluding other elements unless specifically stated otherwise.

이하, 도면을 참조로 하여 본 발명의 실시예에 따른 사용자 경험을 토대로 생성된 학습 경로 정보를 기반으로 전송망의 회선 경로를 생성하는 장치 및 방법에 대해 설명한다. 본 발명의 실시예에서는 전송망 소프트웨어 정의 네트워킹 즉, Transport SDN 서버를 경로 생성 장치(100)라 지칭하나, 반드시 이와 같이 한정되는 것은 아니다. 그리고, 본 발명의 실시예에서는 다양한 회선 제어 요청 중 회선의 경로를 생성하는 것에 한해 설명하나, 반드시 이와 같이 한정되는 것은 아니다. 또한, 본 발명의 실시예에서는 설명의 편의를 위하여 경로를 "구간"이라고도 지칭한다.Hereinafter, an apparatus and method for generating a circuit path of a transmission network based on learning path information generated based on a user experience according to an embodiment of the present invention will be described with reference to the drawings. In the embodiment of the present invention, the transport network software definition networking, that is, the Transport SDN server is referred to as a path generation apparatus 100, but it is not necessarily limited thereto. In the embodiment of the present invention, a path of a circuit among various circuit control requests is described, but the present invention is not limited thereto. In the embodiment of the present invention, the path is also referred to as "interval" for convenience of explanation.

도 1은 본 발명의 실시예에 따른 경로 생성 장치가 적용된 환경의 예시도이다.1 is an exemplary diagram of an environment to which a path generating apparatus according to an embodiment of the present invention is applied.

도 1에 도시된 바와 같이, 본 발명의 실시예에 따른 전송망은 멀티 도메인인 경우로, 세 개의 도메인으로 구성되는 것을 예로 하여 설명한다. 본 발명의 실시예에서는 각각의 도메인이 PTN(Packet Transport Network), MSPP(Multi Service Provisioning Platform), OXC(Optical Cross Connect)인 것을 예로 하여 도시하였으나, 반드시 이와 같이 한정되는 것은 아니며 단일 도메인 및 멀티 도메인으로 구성된 모든 전송망에 적용될 수 있다. 그리고, 각각의 도메인에는 복수의 네트워크 장비들이 설치되어 있다.As shown in FIG. 1, a transport network according to an embodiment of the present invention is a multi-domain network, and the network is composed of three domains. In the exemplary embodiment of the present invention, each of the domains is a Packet Transport Network (PTN), a Multi Service Provisioning Platform (MSPP), and an Optical Cross Connect (OXC). However, the present invention is not limited thereto. And the like. A plurality of network devices are installed in each domain.

전송망 소프트웨어 정의 네트워킹(Transport SDN) 서버인 경로 생성 장치(100)는 데이터베이스(400), 전송망 장비 정보 수집 서버(200), 그리고 복수의 관리자 단말(300)들과 연동한다. 경로 생성 장치(100)는 관리자 단말(300)로부터 전송되는 시작 노드와 끝 노드 사이의 구간 생성을 요청하는 경로 생성 요청 신호에 따라, 사용자 경험이 반영된 경로 정보를 생성한다.The path generation apparatus 100, which is a transport network software defined networking (Transport SDN) server, interfaces with a database 400, a network equipment information collection server 200, and a plurality of administrator terminals 300. The path generating apparatus 100 generates path information reflecting the user experience according to a path generation request signal for requesting generation of a section between a start node and an end node transmitted from the administrator terminal 300.

이를 위해, 경로 생성 장치(100)는 외부로부터 학습 정보를 수신하면, 수신한 학습 정보를 이용하여 딥러닝 학습한다. 여기서, 학습 정보는 사용자 경험이 반영되어 이미 설계된 복수의 네트워크 경로에 대한 경로 정보로, 학습 정보에는 경로 생성을 위해 반드시 요구되는 설정 정보나, 출발점에서 도착점까지의 경로 정보, 네트워크 종류, 서비스 제공 속도 등을 포함한다. To this end, when the path generating apparatus 100 receives the learning information from the outside, it learns the deep learning using the received learning information. Here, the learning information is path information for a plurality of network paths that have already been reflected by the user experience, and the learning information includes setting information necessarily required for path generation, route information from the starting point to the destination point, And the like.

경로 생성 장치(100)가 노드와 노드 사이의 구간을 생성할 때, 전송망을 구성하는 적어도 하나 이상의 장비들에 대한 가용 자원 정보를 이용하기도 한다. 이에 대해서는 이후 상세히 설명한다. When the path generating apparatus 100 generates an interval between a node and a node, it also uses available resource information of at least one or more devices constituting the network. This will be described in detail later.

이 외에도, 경로 생성 장치(100)는 관리자 단말(300)로부터 전송되는 다양한 회선 제어 요청 신호를 수신하면, 회선 제어 요청 신호에 대응하는 회선 제어 이벤트를 처리한다. 그리고 처리한 회선 제어 이벤트에 대응하는 작업 명령 신호를 생성한다. 여기서 관리자 단말(300)은 관리자 또는 작업자가 소지한 단말이다. In addition, when the path generating apparatus 100 receives the various line control request signals transmitted from the administrator terminal 300, the path generating apparatus 100 processes the line control events corresponding to the line control request signals. And generates a task command signal corresponding to the processed line control event. Here, the administrator terminal 300 is a terminal held by an administrator or an operator.

전송망 장비 정보 수집 서버(200)는 다양한 도메인에 포함되어 있는 복수의 장비들, 그리고 경로 생성 장치(100)와 연동한다. 전송망 장비 정보 수집 서버(200)는 장비들로부터 장비 이벤트를 수신한다. 장비 이벤트는 각각의 장비들에 대한 상태 정보나 장비 정보, 장애 정보 중 적어도 하나 이상을 포함한다. The transport network equipment information collection server 200 interworks with a plurality of devices included in various domains and a route generation apparatus 100. The transport network equipment information collection server 200 receives equipment events from the equipment. The equipment event includes at least one of status information, equipment information, and fault information for each equipment.

장비 이벤트는 복수의 장비들로부터 주기적으로 전송되거나, 장비들로 장비 이벤트를 제공할 것을 요청하여 수신한다. 장비 이벤트는 어느 하나로 한정하지 않으며, 장비 이벤트를 수신하는 방법 또한 어느 하나의 방법으로 한정하지 않는다.Equipment events are periodically transmitted from multiple devices, or they are received by requesting that the equipment provide equipment events. The equipment event is not limited to any one, and the method of receiving the equipment event is not limited to any one method.

전송망 장비 정보 수집 서버(200)는 경로 생성 장치(100)로부터 작업 명령 신호를 수신하면, 수신한 작업 명령 신호에 따라 복수의 장비들이 운용될 수 있도록 작업 명령 신호를 장비들로 전송한다. 또한, 전송망 장비 정보 수집 서버(200)는 복수의 장비들로부터 작업 명령 신호에 대한 작업 수행을 완료하였음을 알리는 알림 신호를 수신하면, 알림 신호를 경로 생성 장치(100)로 전달하여 데이터베이스(400)에 저장되도록 한다.When receiving the job command signal from the path generating apparatus 100, the network information collecting server 200 transmits a job command signal to the devices so that a plurality of devices can be operated according to the received job command signal. When the transmission network equipment information collection server 200 receives a notification signal from the plurality of devices indicating that the operation of the job command signal is completed, the transmission network equipment information collection server 200 transmits a notification signal to the path generation apparatus 100, .

데이터베이스(400)는 경로 생성 장치(100)에서 설계한 사용자별 회선 정보, 전송망 장비 정보 수집 서버(200)가 수집한 복수의 장비들에 대한 장비 이벤트 등을 저장, 관리한다. 사용자별 회선 정보는 사용자 식별 정보, 회선 식별 정보, 회선 경로 정보 등을 포함한다. The database 400 stores and manages per-user line information designed by the path generating apparatus 100, equipment events for a plurality of equipment collected by the network equipment information collecting server 200, and the like. The line information per user includes user identification information, circuit identification information, circuit path information, and the like.

이상의 환경에서, 회선 경로를 미리 정의되어 있는 규칙에 의해 생성하거나, 사용자 경험이 반영된 학습 경로 정보를 기초로 생성하는 경로 생성 장치(100)의 구조에 대해 도 2를 참조로 설명한다.In the above environment, the structure of the path generating apparatus 100 for generating a circuit path by a predefined rule or generating based on learning path information reflecting a user experience will be described with reference to FIG.

도 2는 본 발명의 실시예에 따른 경로 생성 장치의 구조도이다.2 is a structural diagram of a path generating apparatus according to an embodiment of the present invention.

도 2에 도시된 바와 같이, 경로 생성 장치(100)는 경로 설계부(110), 제어부(120), 처리부(130) 및 토폴로지/자원 관리부(140)를 포함한다.2, the path generating apparatus 100 includes a path designing unit 110, a control unit 120, a processing unit 130, and a topology / resource management unit 140.

경로 설계부(110)는 관리자 단말(300)로부터 경로 설계 요청 신호를 수신한다. 경로 설계 요청 신호에는 관리자 또는 사용자가 서비스 제공을 위해 설계하고자 하는 노드의 시작점과 끝점, 대역폭, 사용자 요청 정보가 파라미터로써 포함되어 있다. 여기서, 사용자 요청 정보는 경로 설계 시 요청되는 옵션, 경로가 구성되어야 할 시점 정보, 경로 설계 시 배제되어야 하는 구간 정보나 추가되어야 하는 구간 정보, SRLG(Shared Risk Link Group) 등을 포함하며, 사용자 요청 정보의 종류가 반드시 이와 같이 한정되는 것은 아니다.The path designing unit 110 receives the path design request signal from the administrator terminal 300. [ The path design request signal includes the start point and end point, bandwidth, and user request information of the node that the administrator or the user desires to provide the service as parameters. Here, the user request information includes options requested at the time of path design, time information at which the path should be constructed, section information to be excluded at the time of path design, section information to be added, SRLG (Shared Risk Link Group) The kind of information is not necessarily limited to such.

경로 설계부(110)는 경로 설계 요청 신호를 토대로 경로 생성을 위한 파라미터를 추출한다. 그리고 추출한 파라미터 중 노드 시작점과 노드 끝점, 사용자 요청 정보를 이용하여, 학습된 구간 경로 정보가 존재하는지 확인한다. 여기서 노드 시작점과 노드 끝점 사이에는 하나 이상의 중간 노드인 장비들이 포함될 수 있다. 또한, 중간 노드들 중 구간별 경로를 생성하기 위해 선택되는 장비에 따라, 복수의 부분 경로가 하나의 전체 경로에 포함될 수 있다. The path designing unit 110 extracts a parameter for path generation based on the path designation request signal. Then, it verifies whether the learned section path information exists by using the node start point, the node end point, and the user request information among the extracted parameters. Between the node start point and the node end point, one or more intermediate nodes may be included. Also, depending on the equipment selected to generate the section-by-section path among the intermediate nodes, a plurality of partial paths may be included in one entire path.

구간 경로 정보가 존재하면 경로 설계부(110)는 구간 경로에 대한 가용 자원이 존재하는지 확인한다. 즉, 구간 경로를 생성할 중간 노드들에, 새로운 경로를 설계하기 위해 필요한 가용 자원이 남아 있는지 확인한다. 만약 전체 구간 경로에 대한 가용 자원이 존재하면, 구간 경로를 추천 경로(또는, '제1 경로'라고도 지칭)로 설정한다. If the section path information exists, the path design section 110 checks whether there is available resources for the section path. In other words, it is checked whether there are remaining available resources for designing a new path in the intermediate nodes to be created. If there is available resources for the entire section path, the section path is set to a recommended path (also referred to as a 'first path').

그러나, 전체 구간 경로상에 위치한 복수의 장비들 중 일부 장비에 가용 자원이 없어 경로 설계가 불가능한 경우, 즉, 부분 구간을 생성할 임의의 장비에 가용 자원이 없는 것으로 확인하면, 가용 자원이 없는 부분 경로에 대하여 학습된 또 다른 구간 경로 정보가 있는지 확인한다. 가용 자원이 없는 부분 경로에 대한 또 다른 구간 경로 정보가 있으면, 해당 경로의 가용 자원 여부를 확인한 후 가용 자원이 존재하는 다른 구간 경로들과 함께 추천 경로로 설정한다.However, if it is determined that there is no available resource in some of the plurality of devices located on the entire path, that is, if it is confirmed that there is no available resource in any device to be created, Verify that there is another learned path information for the path. If there is another section path information for a partial path having no available resources, it is checked whether or not the available path of the corresponding path is available, and the recommended path is set together with other section paths where the available resources exist.

만약 파라미터에 대응하여 학습된 구간 경로 경로가 없으면, 경로 설계부(110)는 추출한 파라미터와 경로 설계 규칙을 토대로 대안 경로(또는, '제2 경로'라고도 지칭)를 설계한다. 또한, 경로 설계부(110)는 가용 자원이 없는 부분 경로 중 또 다른 학습된 구간 경로 정보가 없는 부분 경로에 대해서도 대안 경로를 설계한다.If there is no learned path path corresponding to the parameter, the path designing unit 110 designs an alternative path (also referred to as a 'second path') based on the extracted parameters and the path design rule. In addition, the path designing unit 110 designates an alternative path for a partial path having no learned partial path information among partial paths having no available resources.

경로 설계부(110)는 설계한 추천 경로와 대안 경로 또는 대안 경로를 후보 경로로 관리자 단말(300)에 제공한다. 경로 설계부(110)가 추천 경로를 관리자 단말(300)에 제공하기 위하여, 경로 설계부(110)는 외부로부터 수신한 학습 데이터를 토대로 구간별로 경로 정보를 학습한다. The path designing unit 110 provides the designed recommended path, the alternative path, or the alternative path to the administrator terminal 300 as a candidate path. In order for the path designing unit 110 to provide the recommendation path to the administrator terminal 300, the path designing unit 110 learns path information for each section based on learning data received from the outside.

여기서, 학습 데이터는 이미 생성된 복수의 경로에 대한 경로 정보에 해당한다. 학습 데이터에는 경로의 시작 노드, 끝 노드, 경로상의 복수의 장비 정보, 서비스 정보 및 사용자 선호도 정보를 포함한다. 서비스 정보는 회선을 통해 제공되는 서비스 속도, 서비스 제공자, 서비스 지역, 서비스 레이어, 서비스 종류, 서비스 도메인, 또는 서비스 레벨(Class of Service, Priority) 등을 포함하고, 사용자 선호도 정보는 반드시 거쳐야 할 구간 정보나 노드의 포트 정보 등을 포함하며, 반드시 이와 같이 한정되는 것은 아니다.Here, the learning data corresponds to the path information for a plurality of paths already generated. The learning data includes a start node, an end node, a plurality of pieces of equipment information on a route, service information, and user preference information. The service information includes a service speed, a service provider, a service area, a service layer, a service type, a service domain, or a service level (Class of Service, Priority) provided through a line, and the user preference information includes information Port information of a node, and the like, and is not necessarily limited thereto.

즉, 경로 설계부(110)는 관리자 단말(300)로부터 학습 데이터를 수신하면, 수신한 학습 데이터를 딥러닝 알고리즘을 이용하여 학습하여, 복수의 구간별 경로에 대해 사용자 선호도가 높은 경로를 학습한다. 그리고, 경로 설계 요청이 있을 때, 학습된 구간 경로 정보를 토대로 추천 경로를 설계한다. That is, when the path designing unit 110 receives the learning data from the administrator terminal 300, it learns the received learning data by using the deep learning algorithm, and learns a route having a high user preference for the plurality of sections. Then, when there is a route design request, the recommended route is designed based on the learned route information.

이를 위해, 경로 설계부(110)는 관리자 단말(300)로부터 전송되는 학습 데이터로부터 파라미터를 추출한다. 그리고 추출한 파라미터를 토대로 구간별 경로를 분류한다. To this end, the path designing unit 110 extracts parameters from the training data transmitted from the administrator terminal 300. Then, the path is classified according to the extracted parameters.

경로 설계부(110)는 분류한 구간별 경로에 대한 경로 정보를 학습한다. 경로 설계부(110)가 경로 정보를 학습하기 위해 사용하는 딥러닝 알고리즘의 학습 방법이나, 딥러닝 알고리즘의 종류는 어느 하나의 방법으로 한정하지 않는다.The path designing unit 110 learns route information for the classified route. The learning method of the deep learning algorithm used by the path designing unit 110 to learn the path information or the deep learning algorithm is not limited to any one method.

여기서, 학습 경로의 정확도를 높이기 위해, 경로 설계부(110)는 많은 양의 데이터를 학습할 필요가 있다. 따라서, 경로 생성 장치(100)의 사용이 저조한 특정 시간대에 대용량의 학습 데이터를 학습하거나, 신규 경로가 생성되면 이 데이터를 실시간으로 반영할 수 있도록 경로를 학습할 수도 있다.Here, in order to increase the accuracy of the learning path, the path designing unit 110 needs to learn a large amount of data. Therefore, it is also possible to learn a large-capacity learning data at a specific time period during which the use of the path generating apparatus 100 is poor, or to learn the path so that this data can be reflected in real time when a new path is generated.

경로 설계부(110)는 학습 데이터를 학습하여 학습된 구간 경로 정보를 생성하여 저장한다. 여기서 학습된 구간 경로 정보는 (학습 데이터, 구간 경로)의 형태로 저장되는 것을 예로 하여 설명하나, 반드시 이와 같이 한정되는 것은 아니다. The path designing unit 110 learns the learning data and generates and stores the learned section path information. Here, the learned section path information is stored in the form of (learning data, section path) as an example, but it is not necessarily limited thereto.

또한, 경로 설계부(110)는 추천 경로와 대안 경로를 학습된 구간 경로 정보를 기초로 비교하여, 사용자에게 더 특화된 경로를 추출 제공할 수도 있다. 이에 대한 방법은 여러 방법으로 수행될 수 있으며, 본 발명의 실시예에서는 어느 하나의 방법으로 한정하여 설명하지 않는다.Also, the path designing unit 110 may compare the recommended route and the alternative route based on the learned route information, and extract and provide a more specific route to the user. The method can be performed by various methods, and the method of the present invention is not limited to any one method.

제어부(120)는 경로 설계부(110)가 제공한 후보 경로 중 관리자에 의해 선택된 선택 경로에 대한 정보를 수신한다. 제어부(120)는 선택 경로에 대한 정보를 수신하면, 수신한 선택 경로에 대한 정보를 토대로 이벤트를 작업 리스트를 생성하여 임시로 저장한다.The control unit 120 receives information on the selected path selected by the administrator among the candidate paths provided by the path design unit 110. [ Upon receiving the information about the selected route, the control unit 120 generates and temporarily stores the event based on the received information about the selected route.

또한, 제어부(120)는 관리자 단말(300)로부터 전송되는 다양한 회선 제어 이벤트를 수신하고, 수신한 회선 제어 이벤트에 따른 작업 리스트를 생성하여 저장한다. 본 발명의 실시예에서는 회선 제어 이벤트를 해지 이벤트, 변경 이벤트, 복구 이벤트 등으로 구분하며, 각각의 이벤트를 처리하는 방법은 다양한 방법으로 수행할 수 있으므로, 본 발명의 실시예에서는 상세한 설명은 생략한다.In addition, the control unit 120 receives various circuit control events transmitted from the administrator terminal 300, and generates and stores a work list corresponding to the received circuit control events. In the embodiment of the present invention, the line control event is classified into a cancellation event, a change event, a recovery event, etc., and a method of processing each event can be performed by various methods, so that detailed description is omitted in the embodiment of the present invention .

처리부(130)는 전송망 장비 정보 수집 서버(200)가 복수의 도메인에 위치한 적어도 하나 이상의 장비로부터 전송된 장애 정보, 또는 형상 정보 등을 포함하는 장비 이벤트를 수신하면, 수신한 장비 이벤트들을 데이터베이스(400)에 전달하여 저장한다. 또한, 전송망 장비 정보 수집 서버(200)로부터 장비 이벤트를 수신하였음을 알리는 신호가 전달하면, 처리부(130)는 제어부(120)에 장비 이벤트를 전송한 장비에 대한 작업 리스트가 저장되어 있는지 확인한다.The processing unit 130 receives the equipment events including the fault information or the shape information transmitted from at least one equipment located in a plurality of domains, and transmits the received equipment events to the database 400 And stores it. In addition, when a signal indicating that the equipment event has been received from the transmission network equipment information collection server 200 is transmitted, the processing unit 130 checks whether a work list for the equipment that transmitted the equipment event is stored.

만약 작업 리스트가 저장되어 있으면, 작업 리스트에 대응하는 작업 명령 신호를 생성한다. 그리고, 처리부(130)는 전송망 장비 정보 수집 서버(200)로 작업 명령 신호를 전달하여 각각의 장비에서 처리되도록 한다. If the task list is stored, a task command signal corresponding to the task list is generated. Then, the processing unit 130 transmits a job command signal to the transport network equipment information collecting server 200 to be processed by each equipment.

토폴로지/자원 관리부(140)는 전송망에 대한 회선 설계를 위한 전송망의 논리 회선 및 물리 회선 정보를 포함하는 토폴로지 정보 그리고 각 회선을 구성하고 있는 장비들의 자원 정보를 저장, 관리한다. 즉, 토폴로지/자원 관리부(140)는 경로 생성 장치(100)에 연동되어 있는 복수의 장비, 그리고 장비들 사이의 링크들이 생성/변경/삭제되는 이벤트에 따라 토폴로지 정보를 관리한다. The topology / resource management unit 140 stores and manages topology information including a logical circuit and physical circuit information of a transmission network for circuit design for a transmission network, and resource information of devices constituting each circuit. That is, the topology / resource management unit 140 manages topology information according to a plurality of devices linked to the path generation apparatus 100, and events in which links between the devices are created / changed / deleted.

또한, 토폴로지/자원 관리부(140)는 전송망 장비 정보 수집 서버(200)로부터 장비 각각에 대한 장비 이벤트를 수신하고, 수신한 장비 이벤트를 토대로 장비에 의해 구성된 경로의 가용 자원 정보를 실시간으로 계산한다. 즉, 각 장비가 사용하고 있는 자원의 정보를 계산하여 관리한다.Also, the topology / resource management unit 140 receives equipment events for each of the equipment from the network equipment information collection server 200, and calculates available resource information of the paths configured by the equipment based on the received equipment events in real time. That is, it calculates and manages the information of resources used by each equipment.

그리고 토폴로지/자원 관리부(140)는 각각의 장비에서 사용 가능한 자원의 비율을 관리한다. 이는, 회선의 구성/변경/해지에 따라 실시간으로 장비에서 사용되는 자원이 지속적으로 달라지기 때문에, 토폴로지/자원 관리부(140)는 각각의 장비로부터 전송되는 이벤트 정보를 토대로 자원의 양을 계산, 관리한다.The topology / resource management unit 140 manages the ratio of resources available in each device. This is because the resources used in the equipment are continuously changed in accordance with the configuration / modification / termination of the line, the topology / resource management unit 140 calculates and manages the amount of resources based on the event information transmitted from each equipment do.

여기서, 토폴로지 정보와 자원 정보는 이미 알려진 사항으로 본 발명의 실시예에서는 상세한 설명을 생략한다. 토폴로지/자원 관리부(140)에서 관리되는 토폴로지 정보와 자원 정보를 토대로, 경로 설계부(110)는 경로를 설계한다.Here, the topology information and the resource information are already known, and a detailed description thereof will be omitted in the embodiment of the present invention. Based on the topology information and the resource information managed by the topology / resource management unit 140, the path design unit 110 designs a path.

이상에서 설명한 경로 생성 장치(100)를 통해 경로를 생성하는 방법에 대해 도 3을 참조로 설명한다.A method of generating a route through the path generating apparatus 100 described above will be described with reference to FIG.

도 3은 본 발명의 실시예에 따른 경로 생성 방법에 대한 흐름도이다.3 is a flowchart illustrating a path generation method according to an embodiment of the present invention.

도 3에 도시된 바와 같이, 경로 생성 장치(100)는 관리자 단말(300)로부터 전송되는 학습 데이터를 딥러닝 알고리즘을 이용하여 학습하여 학습된 구간 경로 정보를 생성한다(S100). 학습된 구간 경로 정보는 입력된 학습 데이터와 학습 데이터를 학습하여 확인한 구간 경로가 쌍을 이뤄 생성된다. As shown in FIG. 3, the path generating apparatus 100 learns learning data transmitted from the administrator terminal 300 using a deep learning algorithm, and generates learned path information (S100). The learned section path information is generated by pairing the section paths obtained by learning the input learning data and the learning data.

즉, (학습 데이터, 구간 경로)의 형태로 학습된 구간 경로 정보가 생성된다. 여기서 학습 데이터는 경로의 시작 노드, 끝 노드, 경로상의 복수의 장비 정보, 서비스 정보 및 사용자 선호도 정보를 포함한다. 서비스 정보는 회선을 통해 제공되는 서비스 속도, 서비스 제공자, 서비스 지역, 서비스 레이어, 서비스 종류, 서비스 도메인, 또는 서비스 레벨(Class of Service, Priority) 등을 포함하고, 사용자 선호도 정보는 반드시 거쳐야 할 구간 정보나 노드의 포트 정보 등을 포함하며, 반드시 이와 같이 한정되는 것은 아니다.That is, the learned section path information is generated in the form of (learning data, section path). Here, the learning data includes a start node, an end node, a plurality of pieces of equipment information on the path, service information, and user preference information. The service information includes a service speed, a service provider, a service area, a service layer, a service type, a service domain, or a service level (Class of Service, Priority) provided through a line, and the user preference information includes information Port information of a node, and the like, and is not necessarily limited thereto.

그리고, 관리자 단말(300)이 경로 생성 요청 신호를 수신하면, 이미 다양한 학습 데이터를 토대로 경로를 학습한 경로 생성 장치(100)는 신규 경로를 생성하여 관리자 단말(300)로 제공한다(S200). 신규 경로를 생성할 때에는 학습된 구간 경로 정보를 토대로 생성된 추천 경로를, 학습된 구간 경로 정보가 없을 경우에는 기존 경로 생성 방법을 통해 생성된 대안 경로를 제공하기도 한다.When the administrator terminal 300 receives the path creation request signal, the path creation apparatus 100 that has already learned the path based on various learning data generates a new path and provides it to the administrator terminal 300 (S200). When generating a new route, the recommended route generated based on the learned route information is provided. If the learned route information is not available, an alternative route generated through the existing route generation method is provided.

여기서, S100 단계에 따라 경로 생성 장치(100)가 학습 데이터를 딥러닝 알고리즘을 이용하여 학습하는 방법에 대해 도 4를 참조로 설명한다.Here, a method in which the path generating apparatus 100 learns the learning data using the deep learning algorithm in step S100 will be described with reference to FIG.

도 4는 본 발명의 실시예에 따른 경로 생성 장치를 학습하는 방법에 대한 흐름도이다.4 is a flowchart illustrating a method of learning a path generating apparatus according to an embodiment of the present invention.

도 4에 도시된 바와 같이, 경로 생성 장치(100)는 관리자 단말(300)로부터 미리 생성되어 있는 경로 또는 막 생성된 경로를 포함하는 복수의 경로 정보를 학습 데이터로서 수신한다(S101). 그리고 수신한 학습 데이터를 딥러닝 알고리즘을 이용하여 학습하기 위하여, 경로 설계부(110)는 학습 데이터에서 경로 속성 정보를 추출한다(S102). As shown in FIG. 4, the path generating apparatus 100 receives a plurality of path information including path previously generated or generated path from the administrator terminal 300 as learning data (S101). In order to learn the received learning data using the deep learning algorithm, the path designing unit 110 extracts the path attribute information from the learning data (S102).

경로 설계부(110)가 학습 데이터에서 추출한 경로 속성 정보에는 복수의 속성에 따른 경로 정보를 포함한다. 여기서, 복수의 속성은 사용자별, 지역별, 장치별, 대역폭별, 경로별, 서비스별 등으로 구분할 수 있으며, 본 발명의 실시예에서는 어느 하나의 속성 정보로 한정하지 않는다. 본 발명의 실시예에서는 관리자 단말(300)로부터 학습 데이터가 전송되는 것을 예로 하여 설명하나, 반드시 이와 같이 한정되는 것은 아니다.The path attribute information extracted by the path designing unit 110 from the learning data includes path information according to a plurality of attributes. Here, the plurality of attributes can be classified into user, region, device, bandwidth, route, service, and the like, and is not limited to any one attribute information in the embodiment of the present invention. In the embodiment of the present invention, learning data is transmitted from the administrator terminal 300 as an example, but it is not necessarily limited thereto.

경로 설계부(110)는 추출한 경로 속성 정보를 토대로, 시작 노드에서 끝 노드 사이에 부분 경로들이 존재하는지 확인한다(S103). 이에 대해 도 6을 참조로 먼저 설명한다.Based on the extracted route attribute information, the route designing unit 110 determines whether there are partial routes between the start node and the end node (S103). This will be described first with reference to FIG.

도 6은 본 발명의 실시예에 따른 추출 가능한 모든 경로 조합의 예시도이다.Figure 6 is an illustration of all extractable path combinations in accordance with an embodiment of the present invention.

도 6에 도시된 바와 같이, 경로 설계부(110)가 추출한 경로의 시작 노드가 "가락", 끝 노드가 "거제"이고, 가락 노드에서부터 거제 노드까지의 경로가 "가락-구로-부산-거제"로 생성된 것을 예로 하여 설명한다.As shown in FIG. 6, when the starting node of the path extracted by the path designing unit 110 is "rhythm" and the end node is "geo" and the path from the rhythm node to the geodetic node is "rhythm- Will be described as an example.

그러면, 해당 경로에서 경로 설계부(110)가 도출할 수 있는 모든 조합의 경로는, 시작 노드로부터 끝 노드까지 한번에 생성된 가장 긴 경로인 "가락-거제"경로에서부터 "가락-구로-부산/구로-부산-거제"의 2홉 경로, 또는 "가락-구로/구로-부산/부산-거제"의 1홉으로 이루어진 경로까지 다양한 경로들이 도출된다. In this case, all combinations of paths that the path designing unit 110 can derive from the corresponding path include a route from the "longest path" to the "longest path" from the starting node to the end node, Busan - Geoje "or a route consisting of one hop of" Garak - Guro / Guro - Busan / Busan - Geoje ".

이와 같이, 가락 노드에서부터 거제 노드까지의 하나의 경로로부터 복수의 경로를 도출하여 학습함으로써, 많은 정보들을 한꺼번에 학습할 수 있고 이에 따라 회선 설계의 정확도를 높일 수 있다. 본 발명의 실시예에서는 시작 노드로부터 끝 노드까지 생성되어 있는 경로가, 동일한 홉 수 예를 들어, 1홉이면 1홉 또는 2홉이면 2홉으로만 경로가 구성되는 것을 예로 하여 설명하나, 노드 사이에 홉 수가 다르게 설정될 수도 있다.As described above, by learning a plurality of paths from one path from a ring node to a god node, it is possible to learn a lot of information at a time, thereby improving the accuracy of the circuit design. In the embodiment of the present invention, it is assumed that the path generated from the start node to the end node is composed of the same hop count, for example, only one hop if the hop is one hop or two hops if the hop is one hop, The number of hops may be set differently.

한편 상기 도 4를 이어 설명하면, S103 단계에서 경로 설계부(110)가 경로 속성 정보를 추출하여 부분 경로가 존재하는 것으로 확인하면, 해당 경로에서 도출될 수 있는 모든 조합의 경로들을 추출한다(S104). 그리고, 추출한 모든 조합 각각에 대하여 딥러닝 학습하여 학습된 구간 경로 정보를 생성한다(S105). 경로 생성 장치(100)는 학습된 구간 경로 정보를 토대로, 임의의 시작 노드로부터 끝 노드 사이에 사용자가 선호하는 경로를 파악할 수 있으며, 추후 새로 경로를 생성할 때 사용자가 선호하는 경로를 반영하여 생성할 수도 있다.4, in step S103, the path designing unit 110 extracts path attribute information, and when it is confirmed that a partial path exists, all combinations of paths that can be derived from the path are extracted (S104) . Then, the learned section path information is generated by deep learning learning for each of the extracted combinations (S105). Based on the learned section path information, the path generating apparatus 100 can grasp a user's preferred path between an arbitrary starting node and an end node, and when generating a new path later, You may.

다음은 상기 도 3의 S200 단계에 따라 경로 생성 장치(100)가 신규 경로를 생성하는 방법에 대해 도 5를 참조로 설명한다.Next, a method by which the path generating apparatus 100 generates a new path according to the step S200 of FIG. 3 will be described with reference to FIG.

도 5는 본 발명의 실시예에 따른 사용자 경험을 기반으로 경로를 설계하는 방법에 대한 흐름도이다.5 is a flowchart of a method for designing a path based on a user experience according to an embodiment of the present invention.

도 5에 도시된 바와 같이, 관리자 단말(300)이 경로 생성 장치(100)로 경로 설계 요청 신호를 전송하면(S201), 경로 생성 장치(100)는 수신한 경로 설계 요청 신호에서 경로 설계를 위한 파라미터들을 추출한다(S202). 5, when the administrator terminal 300 transmits a path design request signal to the path generating apparatus 100 (S201), the path generating apparatus 100 generates a path design request signal Parameters are extracted (S202).

경로 생성 장치(100)는 추출한 파라미터를 토대로 전체 경로에 대하여 미리 학습된 구간 경로 정보가 있는지 확인한다(S203). 만약 미리 학습된 구간 경로 정보가 존재하지 않는다면, 경로 생성 장치(100)는 추출한 파라미터와 경로 설계 규칙을 토대로 대안 경로인 대안 경로를 설계한다(S206). 그리고, 설계한 대안 경로에 대한 정보를 후보 경로로 관리자 단말(300)로 제공한다(S207).Based on the extracted parameters, the path generating apparatus 100 checks whether the learned path information has been learned for the entire path (S203). If no pre-learned section path information exists, the path generation apparatus 100 designates an alternative path, which is an alternative path, based on the extracted parameters and the path design rule (S206). Then, information on the designed alternative route is provided to the administrator terminal 300 as a candidate route (S207).

한편, S203 단계에서 확인한 결과, 미리 학습 데이터를 통해 학습된 구간 경로 정보가 존재하면, 전체 구간 경로에 대한 가용 자원이 있는지 확인한다(S204). 즉, 경로 설계부(110)는 토폴로지/자원 관리부(140)가 수신한 장비 이벤트를 토대로 해당 경로의 시작 노드로부터 끝 노드에 위치하는 모든 장비에 새로운 경로를 통해 서비스를 제공할 수 있는 가용 자원이 존재하는지 확인한다.On the other hand, if it is determined in step S203 that the learned path information exists through the learning data, it is checked whether there is available resources for the entire path (S204). That is, the path designing unit 110 determines that there is an available resource capable of providing a service through a new path to all devices located at the end node from the start node of the path based on the equipment event received by the topology / resource managing unit 140 .

S203 단계에서 확인한 학습된 구간 경로 전체에 가용 자원이 존재하면, 경로 생성 장치(100)는 해당 경로를 추천 경로로 결정한다(S205). 이와 함께, 경로 생성 장치(100)는 S202 단계에서 추출한 파라미터와 경로 설계 규칙을 토대로 대안 경로를 설계한다(S206). 그리고 경로 생성 장치(100)는 S205 단계에서 결정된 추천 경로와 S206 단계에서 설계한 대안 경로를 후보 경로로 관리자 단말(300)에 제공한다(S207).If there is an available resource in the entire learned path determined in step S203, the path creating apparatus 100 determines the path as a recommended path (S205). At the same time, the route generating apparatus 100 designates an alternative route based on the parameters and the route design rule extracted in step S202 (S206). The path creating apparatus 100 provides the recommended path determined in step S205 and the alternative path designed in step S206 to the administrator terminal 300 as a candidate path (S207).

한편, S204 단계에서 경로 생성 장치(100)가 학습된 구간 경로 정보는 존재하나 일부 구간에 가용 자원이 없는 것으로 확인하면, 경로 생성 장치(100)는 가용 자원이 없는 부분 경로를 확인한다(S208). 그리고 확인한 부분 경로에 대하여 학습된 다른 구간 경로 정보가 존재하는지 확인한다(S203). 다른 구간 경로 정보가 존재하는 경우에는 해당 경로에 대한 가용 자원이 존재하는지 여부를 판단하는 절차를 수행하며, S203 단계 이후의 단계를 반복 수행한다.On the other hand, if it is determined in step S204 that the path generation apparatus 100 has learned path information but does not have available resources in some intervals, the path generation apparatus 100 confirms a partial path having no available resources (S208) . Then, it is checked whether there is another learned section path information for the identified partial path (S203). If there is another section path information, a step of determining whether or not there is available resources for the path is performed, and the steps after step S203 are repeated.

이렇게 생성되어 관리자 단말(300)로 제공된 후보 경로들 중 관리자가 어느 하나의 경로를 선택하면, 경로 생성 장치(100)는 선택 경로 정보를 토대로 작업 명령 신호를 생성하여, 설계된 경로상에 위치한 장비들에 작업 명령 신호를 전송하여 회선이 생성되도록 요청한다.When the administrator selects any one of the candidate paths generated in this manner and provided to the administrator terminal 300, the path generating apparatus 100 generates a task command signal based on the selected path information, To request a line to be generated.

도 5의 절차를 통해 회선을 설계하는 예에 대하여 상기 도 6에 설명한 '가락-구로-부산-거제'의 1홉으로 이루어진 경로를 예로 하여 설명하면 다음과 같다. 먼저 경로 설계부(110)는 파라미터에 포함된 시작 노드 '가락'과 끝 노드 '거제'를 추출한다. An example of designing a circuit through the procedure of FIG. 5 will be described with reference to an example of a route composed of one hop of 'Lok-Guro-Busan-Geoje' described in FIG. 6 as an example. First, the path designing unit 110 extracts a start node 'loop' and an end node 'geoje' included in the parameter.

가락 노드로부터 거제 노드까지 사이에 1홉으로 이루어진 경로가 딥러닝 학습에 의해 학습된 구간 경로 정보로 이미 생성되어 있다고 가정한다. 경로 설계부(110)는 토폴로지/자원 관리부(140)가 가락-구로-부산-거제의 경로상에 위치한 복수의 장비들에 대한 장비 이벤트를 확인하여, 각각의 장비에 가용 자원이 존재하는지 확인한다. 그리고, 가락-구로-부산-거제 경로상의 장비들에 가용 자원이 존재하면, 상기 경로를 추천 경로로 설정한다.It is assumed that a path consisting of one hop from the ring node to the geodetic node is already generated as the section path information learned by the deep learning learning. The path designing unit 110 checks the device events of the plurality of devices located on the route of the LLP-RB-PDB to check whether the available resources exist in the respective devices. And, if there is available resources in the equipment on the Lok-Guro-Busan-Geoje route, the route is set as a recommended route.

이와 같이 추천 경로가 설정되면, 경로 설계부(110)는 경로 설계 규칙을 이용하여 대안 경로도 설계한다. 그리고, 추천 경로와 대안 경로를 포함하는 후보 경로를 관리자 단말(300)에 제공한다. When the recommended route is set as described above, the route designing unit 110 also designs an alternative route using the route design rule. Then, a candidate path including the recommended path and the alternative path is provided to the administrator terminal 300.

한편, 가락-구로-부산-거제의 경로 중 어느 하나의 부분 구간의 자원이 이미 모두 다 사용되어 더 이상 신규 경로를 생성할 수 없는 것으로 확인되면, 자원이 모두 사용된 구간에 해당하는 다른 학습된 구간 경로 정보가 있는지 재 확인한다. 예를 들어 '가락-구로'를 이루고 있는 경로는 자원이 여유가 있지만, '구로-부산-거제' 구간은 자원이 없을 경우, 경로 설계부(110)는 '구로-부산-거제' 구간에 해당하는 다른 학습된 구간 경로 정보가 있는지 확인하여 다른 경로를 찾아온다. 해당 부분에 경로가 없을 경우에는, 학습된 구간 경로 정보를 찾을 수 없으므로, 경로 설계부(110)는 경로 설계 규칙을 이용하여 해당 구간만 경로를 생성하여, 추천 경로와 함께 전체 구간에 대한 후보 경로로 생성한다.On the other hand, if it is confirmed that the resource of any one of the sub-segments of the Garak-Guro-Busan-Geoje route is already used and the new path can not be generated any more, Recheck that there is section path information. For example, if there is no resource in the 'Guro-Busan-Geoje' section, the path design department 110 may be in the 'Guro-Busan-Geoje' section It checks whether another learned section route information is present and finds another route. If there is no path in the corresponding part, the learned path information can not be found. Therefore, the path designing unit 110 generates a path only for the relevant section by using the path design rule, .

이상에서 설명한 회선 경로를 설계하는 방법에 따라서 생성된 회선 경로를 관리자 단말(300)에서 디스플레이하는 화면의 예에 대해 도 7을 참조로 설명한다.An example of a screen for displaying the created circuit path in the manager terminal 300 according to the method of designing the circuit path described above will be described with reference to FIG.

도 7은 본 발명의 실시예에 따른 생성된 회선 경로를 제공하는 화면의 예시도이다.7 is an exemplary diagram of a screen providing a generated circuit path according to an embodiment of the present invention.

도 7의 (a)에는 가락 노드에서 거제 노드까지 가는 경로, 그리고 가락 노드에서 유성 노드로 가는 경로를 나타내었다.7 (a) shows the route from the ring node to the geodetic node and the route from the ring node to the ring node.

가락 노드에서 거제 노드로 가는 길은 P1 포트를 통과하는 회선과 P2 포트를 통과하는 두 개의 회선이 존재한다. 이때, 가락 노드의 회선 설계 담당자는, 거제와 같은 부산권으로 연결되는 회선은 모두 P1 포트를 통과하도록 경로를 설계하고, 대전권으로 연결되는 회선은 모두 P2 포트를 통해 통과하도록 경로를 설계하였다고 가정한다.There are two paths through the P1 port and the P2 port, from the ring node to the gateway node. In this case, the circuit design engineer of the ring node designes the path to pass through the P1 port, and all the lines connected to the coin are designed to pass through the P2 port.

이는, 회선 장애에 대한 빠른 대처 등 운용 상의 편의성을 고려하여 관리자가 설계한 설계 규칙일 수 있다. 하지만 기존의 정해진 규칙에 의한 회선 설계 방법으로는 해당 운용자의 요구사항이 반영된 회선설계 결과를 내 주는 것이 불가능 할 수 있다. This can be a design rule designed by an administrator in consideration of operational convenience such as quick response to a line failure. However, it may not be possible to provide the circuit design result that reflects the requirements of the operator according to the existing line design method.

이럴 경우, 경로 생성 장치(100)는 노드 운용자의 요구사항에 맞는 회선 설계 결과를 제공해 줄 수 있다. 즉, 가락 노드에서 거제 노드로 가는 회선 경로는 반드시 가락 노드의 P1 포트를 통과하는 경로로 결과를 표시해 줄 수 있다.In this case, the path generating apparatus 100 can provide a circuit design result that meets the requirements of the node operator. That is, the circuit path from the malicious node to the geodetic node must display the result through the path through the P1 port of the malicious node.

이와 같이 설계된 회선 경로는 도 7의 (b)에 나타낸 바와 같이 관리자 단말(300)의 화면을 통해 관리자에게 제공된다. 예를 들어, 관리자가 관리자 단말(300)을 이용하여 상위국 즉, 시작 노드를 가락 노드로, 종료 노드를 부산 노드로 선택하여 "경로 찾기" 버튼을 누르면, (b)에 도시된 화면에서 나온 바와 같이 딥러닝 알고리즘의 학습 결과에 따라 생성되어 있는 학습된 구간 경로 정보를 토대로 자동으로 설계된 경로를 추천 경로로 하여 제공한다. The line path designed in this manner is provided to the administrator on the screen of the administrator terminal 300 as shown in Fig. 7 (b). For example, when the manager selects the parent station, that is, the start node as the ringing node and the end node as the Busan node by using the manager terminal 300 and presses the "find route" button, As a result, the automatically designed path is provided as a recommended path based on the learned path information generated according to the learning results of the deep learning algorithm.

이미 사용자가 가락 노드는 반드시 P1 포트를 통과하도록 요청한 상태이고, 해당 사용자 선호도는 학습에 따라 파악된 상태이다. 따라서 경로 생성 장치(100)는 가락 노드의 P2 포트를 거치지 않고 가락 노드의 S2P1 포트를 이용하여 경로를 설계한다.The user has already requested the ring node to pass through the P1 port, and the user preference has been grasped according to learning. Therefore, the path generating apparatus 100 designs the path using the S2P1 port of the ring node without going through the P2 port of the ring node.

이와 함께, 기존 규칙 기반의 회선 설계 알고리즘을 이용하여 생성된 회선 경로의 결과는 대안 경로로 표시하여 준다. 이 정보는 기존 룰에 맞추어 S2 P2 포트를 이용하여 설계 되어 있음을 알 수 있다.In addition, the result of the circuit path generated using the existing rule-based circuit design algorithm is displayed as an alternative route. It can be seen that this information is designed using the S2 P2 port according to the existing rules.

이상에서 본 발명의 실시예에 대하여 상세하게 설명하였지만 본 발명의 권리범위는 이에 한정되는 것은 아니고 다음의 청구범위에서 정의하고 있는 본 발명의 기본 개념을 이용한 당업자의 여러 변형 및 개량 형태 또한 본 발명의 권리범위에 속하는 것이다.While the present invention has been particularly shown and described with reference to exemplary embodiments thereof, it is to be understood that the invention is not limited to the disclosed exemplary embodiments, It belongs to the scope of right.

Claims (13)

경로 생성 장치가 전송망 회선의 경로를 생성하는 방법에 있어서,
이미 생성된 복수의 경로에 대한 경로 정보를 학습 데이터로 수집하고, 수집한 학습 데이터를 토대로 구간별 경로 정보를 학습하여 학습된 구간 경로 정보를 생성하는 단계,
일정 구간에 대한 경로 생성 요청 신호를 수신하면, 학습된 구간 경로 정보를 토대로 상기 경로 생성 요청 신호에 대응하는 추천 경로를 설계하는 단계, 그리고
설계된 추천 경로에 대한 가용 자원의 유무를 확인하고, 가용 자원이 있으면 상기 추천 경로를 후보 경로로 제공하는 단계
를 포함하는 경로 생성 방법.
A method for a path generating apparatus to generate a path of a network line,
Collecting path information on a plurality of paths that have already been generated as learning data, and generating learned path information by learning path information for each section based on the collected learning data,
Designing a recommended route corresponding to the route creation request signal based on the learned route information when receiving the route creation request signal for the predetermined interval, and
Checking whether there is available resources for the designed recommended route, and providing the recommended route as a candidate route if there is available resources
≪ / RTI >
제1항에 있어서,
상기 학습된 구간 경로 정보를 생성하는 단계는,
상기 학습 데이터로부터 경로 속성 정보를 추출하는 단계,
추출한 경로 속성 정보를 토대로 복수의 구간별 경로를 확인하고, 상기 복수의 구간별 경로에 대한 경로 조합을 추출하는 단계, 그리고
상기 구간별 경로 각각에 대한 구간별 경로 정보를 학습하여, 상기 학습된 구간 경로 정보를 생성하는 단계
를 포함하는 경로 생성 방법.
The method according to claim 1,
Wherein the step of generating the learned section path information comprises:
Extracting path attribute information from the learning data,
Extracting a path combination for each of the plurality of sections based on the extracted path attribute information, and
Learning path information for each section for each section, and generating the learned section path information
≪ / RTI >
제2항에 있어서,
상기 학습 데이터는 시작 노드, 끝 노드, 경로 상의 복수의 장비 정보, 서비스 정보, 사용자 선호도 정보 중 복수의 정보를 포함하고,
상기 학습된 구간 경로 정보는 학습 데이터와 상기 학습 데이터에 대응하는 구간 경로를 포함하는 경로 생성 방법.
3. The method of claim 2,
Wherein the learning data includes a plurality of pieces of information including a start node, an end node, a plurality of pieces of equipment information on a path, service information, and user preference information,
Wherein the learned section path information includes learning data and a section path corresponding to the learning data.
제1항에 있어서,
상기 추천 경로를 설계하는 단계는,
상기 경로 생성 요청 신호로부터 상기 일정 구간에 대한 경로 설계를 위한 파라미터를 추출하는 단계,
추출한 파라미터를 토대로, 학습된 구간 경로 정보에 대한 가용 자원이 존재하는지 확인하는 단계, 그리고
가용 자원이 존재하면, 상기 학습된 구간 경로 경로의 구간 경로를 상기 일정 구간에 대한 추천 경로로 결정하는 단계
를 포함하는 경로 생성 방법.
The method according to claim 1,
The step of designing the recommendation path includes:
Extracting a parameter for path designation for the predetermined period from the path creation request signal,
Checking whether there is available resources for the learned section path information based on the extracted parameters, and
If the available resources exist, determining a section path of the learned section path path as a recommended path for the predetermined section
≪ / RTI >
제4항에 있어서,
상기 파라미터는,
설계하고자 하는 경로의 시작점과 끝점, 대역폭 및 사용자 요청 정보를 포함하는 회선 경로 생성 방법.
5. The method of claim 4,
Wherein the parameter comprises:
A circuit path generation method including a start point and an end point of a path to be designed, a bandwidth, and user request information.
제1항에 있어서,
상기 추천 경로를 후보 경로로 제공하는 단계는,
상기 설계된 추천 경로를 형성하고 있는 복수의 구간 경로를 확인하고, 상기 복수의 구간 경로 각각에 대한 가용 자원의 유무를 확인하는 단계,
상기 복수의 구간 경로 중 임의의 구간 경로에 가용 자원이 없으면, 가용 자원이 없는 상기 임의의 구간 경로에 대응하여 학습된 다른 구간 경로 정보가 있는지 확인하는 단계, 그리고
학습된 다른 구간 경로 정보가 존재하고 다른 구간 경로에 가용 자원이 존재하면, 상기 다른 구간 경로를 상기 임의의 구간 경로에 대체하여 추천 경로로 포함하는 단계
를 포함하는 경로 생성 방법.
The method according to claim 1,
The step of providing the recommended path as a candidate path includes:
Confirming a plurality of section paths forming the designed recommended path, confirming presence or absence of available resources for each of the plurality of section paths,
If there is no available resource in any one of the plurality of interval paths, checking whether there is another learned interval path information corresponding to the arbitrary interval path in which there is no available resource; and
Replacing the other section path with the arbitrary section path and including it as a recommended path if other learned section path information exists and available resources exist in another section path
≪ / RTI >
제1항에 있어서,
상기 추천 경로로 결정하는 단계 이후에,
미리 설정된 경로 설계 규칙을 토대로 상기 파라미터에 대한 대안 경로를 설계하는 단계, 그리고
상기 설계한 대안 경로를 상기 추천 경로와 함께 후보 경로로 제공하는 단계
를 더 포함하는 경로 생성 방법.
The method according to claim 1,
After the step of determining the recommended route,
Designing an alternative path for the parameter based on a predetermined path design rule, and
Providing the designed alternate route along with the recommended route as a candidate route
Further comprising:
회선의 경로를 생성하는 장치에 있어서,
연동하는 복수의 장비로부터 수신한 장비 이벤트를 토대로, 각 장비가 경로를 생성하기 위해 사용하는 자원을 계산하고 장비의 가용 자원 정보를 저장하는 토폴로지/자원 관리부, 그리고
이미 생성된 복수의 경로에 대한 경로 정보를 학습 데이터로 수집하여 학습하여 학습된 구간 경로 정보를 생성하고, 일정 구간에 대한 경로 생성 요청 신호를 수신하면 생성한 구간 경로 정보와 상기 토폴로지/자원 관리부에서 저장하는 가용 자원 정보를 토대로 경로를 설계하여 후보 경로를 제공하는 경로 설계부
를 포함하는 경로 생성 장치.
An apparatus for generating a path of a circuit,
A topology / resource manager that calculates resources used by each device to generate a path based on device events received from a plurality of interworking devices and stores the available resource information of the device, and
And generates the learned path information by collecting and learning the path information of a plurality of paths that have already been generated as learning data and generates the generated path path information when receiving the path generation request signal for a certain period and the generated path path information from the topology / A path designing unit for designating a path based on the available resource information to be stored and providing a candidate path,
And a path generator.
제8항에 있어서,
상기 경로 설계부는,
상기 학습 데이터로부터 경로 속성 정보를 추출하고, 추출한 경로 속성 정보를 토대로 상기 이미 생성된 경로를 이루고 있는 복수의 부분 경로를 확인하여 경로 조합을 추출하고, 추출한 경로 조합을 학습하여 학습된 구간 경로 정보를 생성하는 경로 생성 장치.
9. The method of claim 8,
The path designing unit,
Extracts path attribute information from the learning data, identifies a plurality of partial paths constituting the already generated path based on the extracted path attribute information, extracts a path combination, learns the extracted path combination, Generating Path Generator.
제9항에 있어서,
상기 경로 설계부는,
상기 경로 생성 요청 신호로부터 추출한 파라미터에 대응하여 학습된 구간 경로 정보와 학습된 구간 경로에 가용 자원이 존재하면, 상기 학습된 구간 경로를 상기 경로 생성 요청 신호에 대한 추천 경로로 결정하는 경로 생성 장치.
10. The method of claim 9,
The path designing unit,
And determines the learned path as a recommended path for the path creation request signal if the learned path information corresponding to the parameter extracted from the path creation request signal and the available resources exist in the learned path.
제10항에 있어서,
상기 경로 설계부는,
상기 학습된 구간 경로 중 임의의 구간 경로에 가용 자원이 존재하지 않으면, 가용 자원이 존재하지 않은 임의의 구간 경로에 대응하여 학습된 다른 구간 경로들 중 가용 자원이 존재하는 다른 구간 경로를 상기 후보 경로에 포함하여 제공하는 경로 생성 장치.
11. The method of claim 10,
The path designing unit,
If there is no available resource in any one of the learned path paths, another one of the other available path paths in which available resources exist, And a route generating unit for generating the route generating unit.
제11항에 있어서,
상기 경로 설계부는,
미리 설정된 경로 설계 규칙을 토대로 상기 파라미터에 대한 대안 경로를 설계하고,
상기 파라미터는 설계하고자 하는 경로에 대한 노드의 시작점과 끝점, 대역폭 및 사용자 요청 정보를 포함하는 경로 생성 장치.
12. The method of claim 11,
The path designing unit,
Designing an alternative route to the parameter based on a predetermined route design rule,
Wherein the parameter includes a start point and an end point of a node to be designed, a bandwidth, and user request information.
제8항에 있어서,
관리자 단말로부터 상기 경로 설계부가 제공한 후보 경로를 토대로 선택된 선택 경로를 수신하면, 선택 경로에 위치한 적어도 하나 이상의 장비들에 대한 작업 리스트를 생성하는 제어부, 그리고
상기 경로 설계부가 생성한 작업 리스트에 대응하는 작업 명령 신호를 생성하여, 상기 선택 경로에 위치한 적어도 하나 이상의 장비들에 전송하는 처리부
를 더 포함하는 경로 생성 장치.
9. The method of claim 8,
A control unit for generating a work list for at least one or more devices located on the selected path when the selected path is selected based on the candidate path provided by the path designing unit from the administrator terminal,
A processing unit for generating a task command signal corresponding to the task list generated by the path design unit and transmitting the task command signal to at least one or more devices located in the selected path,
Further comprising:
KR1020170081334A 2017-06-27 2017-06-27 Apparatus and method for user experience based path computation KR102324201B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020170081334A KR102324201B1 (en) 2017-06-27 2017-06-27 Apparatus and method for user experience based path computation

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020170081334A KR102324201B1 (en) 2017-06-27 2017-06-27 Apparatus and method for user experience based path computation

Publications (2)

Publication Number Publication Date
KR20190001401A true KR20190001401A (en) 2019-01-04
KR102324201B1 KR102324201B1 (en) 2021-11-08

Family

ID=65017821

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020170081334A KR102324201B1 (en) 2017-06-27 2017-06-27 Apparatus and method for user experience based path computation

Country Status (1)

Country Link
KR (1) KR102324201B1 (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20080036097A (en) * 2005-07-20 2008-04-24 파이어타이드, 인코포레이티드 Route optimization for on-demand routing protocols for mesh networks
JP2015070614A (en) * 2013-09-26 2015-04-13 三星電子株式会社Samsung Electronics Co.,Ltd. Relay apparatus and method of selecting relay node based on learning in wireless network
KR20160072002A (en) * 2014-12-12 2016-06-22 주식회사 케이티 System and method for optimal path computation on software defined networking

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20080036097A (en) * 2005-07-20 2008-04-24 파이어타이드, 인코포레이티드 Route optimization for on-demand routing protocols for mesh networks
JP2015070614A (en) * 2013-09-26 2015-04-13 三星電子株式会社Samsung Electronics Co.,Ltd. Relay apparatus and method of selecting relay node based on learning in wireless network
KR20160072002A (en) * 2014-12-12 2016-06-22 주식회사 케이티 System and method for optimal path computation on software defined networking

Also Published As

Publication number Publication date
KR102324201B1 (en) 2021-11-08

Similar Documents

Publication Publication Date Title
US10033623B2 (en) Multithreaded system and method for establishing network connections
CN106130761B (en) The recognition methods of the failed network device of data center and device
Kodian et al. Failure-independent path-protecting p-cycles: Efficient and simple fully preconnected optical-path protection
CN102027712B (en) System, method and program for determining failed routers in a network
CN1972217B (en) System and method of tiered communication services in a composite communication service
US20090122710A1 (en) Event correlation using network data flow simulation over unmanaged network segments
US20130182561A1 (en) Method Of Simple And Efficient Failure Resilient Load Balancing
CN102449957B (en) Ip network fault locating method, apparatus, and system
CN101971563A (en) Method and apparatus for providing full logical connectivity in mpls networks
US11316728B2 (en) Method and system for assessing network resource failures using passive shared risk resource groups
JP2006086889A (en) Provider network for providing l2-vpn service and edge router
JP2000209201A (en) Method and system for network management
KR20140147860A (en) Synchronization management groups
US20110188865A1 (en) Method for rapid determination of lowest cost wavelength routes through a photonic network based on pre-validated paths
KR101674177B1 (en) Transport Software-Defined Network controller of providing E-LAN between multi-nodes and method thereof
US7477843B1 (en) Method of and system for routing in a photonic network
CN112543473B (en) Test method, device and equipment based on network element simulation and computer storage medium
CN114553689A (en) Connecting template
CN105379202A (en) Communication system
EP2605450A1 (en) Network information processing system, network information processing apparatus, and information processing method
US20160308607A1 (en) Out-of-band management of fiber optics systems and devices
WO2016004752A1 (en) Method and device for determining end-to-end routing
KR20190001401A (en) Apparatus and method for user experience based path computation
JP4678778B2 (en) Multi-layer network operation management system and computer program
CN111669290B (en) Network element management method, management server and storage medium

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant