KR20180000204A - Method, apparatus and system for providing auto scale - Google Patents

Method, apparatus and system for providing auto scale Download PDF

Info

Publication number
KR20180000204A
KR20180000204A KR1020160078083A KR20160078083A KR20180000204A KR 20180000204 A KR20180000204 A KR 20180000204A KR 1020160078083 A KR1020160078083 A KR 1020160078083A KR 20160078083 A KR20160078083 A KR 20160078083A KR 20180000204 A KR20180000204 A KR 20180000204A
Authority
KR
South Korea
Prior art keywords
scale
vnf
server
manager
resource management
Prior art date
Application number
KR1020160078083A
Other languages
Korean (ko)
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 KR1020160078083A priority Critical patent/KR20180000204A/en
Publication of KR20180000204A publication Critical patent/KR20180000204A/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/24Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks using dedicated network management hardware
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L43/00Arrangements for monitoring or testing data switching networks
    • H04L43/08Monitoring or testing based on specific metrics, e.g. QoS, energy consumption or environmental parameters
    • H04L43/0876Network utilisation, e.g. volume of load or congestion level
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45595Network integration; Enabling network access in virtual machine instances

Abstract

A method, apparatus and system for providing auto scale for virtual network function in accordance with a resource management policy in a network function virtualization environment. An NFV system includes a VNF manager, a virtual resource policy manager, and a monitoring manager. The VNF manager receives a request for performing auto scale for virtual network function from the VNF and performs the requested auto scale using the resource management policy and the configuration information of an NFV-based communication network. The virtual resource policy manager provides the resource management policy to the VNF manager. The monitoring manager provides the configuration information to the VNF manager.

Description

자동 스케일을 제공하는 방법, 장치 및 시스템{METHOD, APPARATUS AND SYSTEM FOR PROVIDING AUTO SCALE}METHOD, APPARATUS AND SYSTEM FOR PROVIDING AUTO SCALE,

아래의 실시예들은 자동 스케일을 제공하는 방법, 장치 및 시스템에 관한 것으로, 보다 상세히는 네트워크 기능 가상화 환경에서 자원 관리 정책에 따라 가상 네트워크 기능에 대한 자동 스케일을 제공하는 방법, 장치 및 시스템이 개시된다.The following embodiments are directed to a method, apparatus, and system for providing automatic scaling, and more particularly, to a method, apparatus, and system for providing automatic scaling of virtual network functions in accordance with resource management policies in a network functional virtualization environment .

네트워크 기능 가상화(Network Function Virtualization; NFV) 환경에서, 가상 네트워크 기능(Virtual Network Function; VNF)은 특정한 네트워크 서비스 또는 기능을 제공하는 소프트웨어라고 할 수 있다. 예를 들면, 소프트웨어는 방화벽(firewall), 패킷 분석(Deep Packet Inspection; DPI), 라우터(router) 및 트랜스코더(transcoder) 등 중 하나일 수 있다.In a network function virtualization (NFV) environment, a virtual network function (VNF) is software that provides a specific network service or function. For example, the software may be one of a firewall, a Deep Packet Inspection (DPI), a router, and a transcoder.

이러한 VNF들은 네트워크 장비의 개발 업체에 의해 개발된 소프트웨어들이며. 개발 업체에 의해 가상화가 지원되는 NFV 기반 통신 네트워크에 설치될 수 있다. 또한, VNF들은 NFV 기반 통신 네트워크에 설치된 후 제어 및 관리된다.These VNFs are software developed by network equipment developers. It can be installed on a NFV-based communications network that is supported by a developer for virtualization. In addition, VNFs are installed and controlled and managed in an NFV-based communication network.

VNF를 개발하는 개발 업체는 각 VNF에 대하여 1) 일반 정보(general information), 2) 제공되는 기능, 3) 수행 시 고려되어야 할 요구사항(requirement) 등과 같은 정보를 VNF 식별정보(VNF Descriptor; VNFD)에 기록한다. NFV 기반 통신 네트워크에서, 관리 모듈은 VNFD를 활용하여 VNF가 동작하기 위해 요구되는 자원을 VNF에게 할당하고, VNF의 모든 동작을 제어한다. 예를 들면, 관리 모듈은 오케스트레이터 및 VNF 관리자 등일 수 있다.A developer developing a VNF should provide information about each VNF, such as 1) general information, 2) the functions provided, and 3) requirements to be considered in the implementation, as VNF Descriptor (VNFD ). In a NFV-based communication network, the management module utilizes the VNFD to allocate the resources required for the VNF to operate and to control all operations of the VNF. For example, the management module may be an orchestrator and a VNF manager.

VNFD에 기록되는 정보 중에는, 자동 스케일 정책이 있다. 자동 스케일 정책은 자동으로 스케일이 발생할 조건 및 스케일의 액션을 정의할 수 있다. 여기에서, 스케일이 발생할 조건은 VNF가 동작하는 과정 중에 발생하는 설정된 성능 기준일 수 있다.Among the information recorded in the VNFD, there is an automatic scale policy. An automatic scale policy can automatically define the conditions under which the scale will occur and the actions of the scale. Here, the conditions under which the scale occurs may be set performance criteria that occur during the operation of the VNF.

예를 들면, 자동 스케일 정책은 아래의 코드 1과 같이 정의될 수 있다.For example, an automatic scale policy can be defined as in code 1 below.

[코드 1][Code 1]

auto_scale_policy : auto_scale_policy:

{criteria-parameter: 10,000 per second,{criteria-parameter: 10,000 per second,

action-type: scale out}     action-type: scale out}

VFN이 NFV 환경에서 동작하는 과정에서, VNF의 동작이 VNF가 설정한 기준(criteria)-파라미터(parameter) 수치에 도달하면 VNF는 VNF 관리자(VNF Manager)에게 자동 스케일에 관련된 정보를 전달하면서 스케일의 수행을 요청한다. 예를 들면, 요청을 수신한 VNF 관리자는 스케일-아웃의 수행을 위해 스케일-아웃의 대상인 VNF id에 대한 새로운 인스턴스를 생성한다. 이 때, VNF 관리자는 새로운 인스턴스가 요청하는 가상 자원을 새로운 인스턴스에게 할당할 수 있다. 예를 들면, 가상 자원은 중앙처리장치(Central Processing Unit; CPU), 네트워크 용량 및 메모리 등을 포함할 수 있다. 가상 자원이 할당되는 VNF 인스턴스는 물리적 서버에 가상 머신(Virtual Machine; VM)으로서 설치되고, VM으로서 동작한다.In the process of VFN operating in the NFV environment, when the operation of the VNF reaches the criteria-parameter value set by the VNF, the VNF sends information related to the automatic scale to the VNF Manager (VNF Manager) And requests execution. For example, the VNF manager receiving the request creates a new instance of the VNF id that is the target of the scale-out for performing the scale-out. At this time, the VNF manager can allocate the virtual resource requested by the new instance to the new instance. For example, the virtual resources may include a central processing unit (CPU), network capacity, memory, and the like. A VNF instance to which a virtual resource is allocated is installed as a virtual machine (VM) in a physical server, and operates as a VM.

NFV 기반 통신 네트워크를 운용하는 사업자의 입장에서는, 가상 자원뿐만 아니라 물리적 자원의 활용의 효율성을 향상시키기 위해 자원에 대한 관리 정책을 설정할 것이 요구된다. 또한, 설정된 자원 관리 정책에 따라 모든 VNF들이 동작하도록 자원을 제어 및 관리할 것이 요구된다. 예를 들면, 사업자는, 1) 에너지 효율성의 최대화, 2) 서버들 간의 부하(load) 분산 및 3) 각 서버에서 동작하는 VM들의 개수의 제한 등을 설정함으로써, 모든 VNF 들의 동작에 의한 모든 기능들이 상기의 설정에 의해 관리되게 할 수 있다. 여기에서, 기능들은 인스턴스 생성 및 스케일 등을 포함할 수 있다.For operators operating NFV-based communication networks, it is required to set management policies for resources in order to improve the efficiency of utilization of physical resources as well as virtual resources. In addition, it is required to control and manage resources so that all VNFs operate according to a set resource management policy. For example, a vendor can configure all of the functions of all VNFs by setting 1) maximizing energy efficiency, 2) load distribution between servers, and 3) limiting the number of VMs running on each server, Can be managed by the above setting. Here, the functions may include instance creation, scale, and the like.

이러한 설정 및 관리를 통해 네트워크 제어 및 네트워크 관리의 효율성이 향상될 수 있다.This configuration and management can improve the efficiency of network control and network management.

VNF 관리자가 VNF에 대한 자동 스케일을 수행함에 있어서 통신 네트워크 사업자에 의해 설정된 NFV 자원 정책을 따르지 않는다면, 상호 간의 자원 제어 및 자원 관리에 있어서 호환성 문제가 발생할 수 있다.If the VNF manager does not follow the NFV resource policy set by the communication network operator in performing the automatic scaling for the VNF, compatibility problems may arise between the resource control and the resource management.

VM의 자원 제어와 관련하여, 한국 공개 특허 제10-2015-0062634호 및 제10-2013-0046040호 등이 제시된 바 있다.With respect to VM resource control, Korean Patent Laid-Open Nos. 10-2015-0062634 and 10-2013-0046040 have been proposed.

일 실시예는 자원 관리 정책 및 서버 자원 상태를 반영하여 VNF에 대한 자동 스케일을 수행하는 방법, 장치 및 시스템을 제공할 수 있다.One embodiment may provide a method, apparatus, and system for performing automatic scaling on a VNF by reflecting a resource management policy and a server resource state.

일 측에 있어서, 가상 네트워크 기능에 대한 자동 스케일의 수행의 요청을 수신하는 단계; 및 자원 관리 정책 및 네트워크 기능 가상화(Network Function Virtualization; NFV) 기반 통신 네트워크의 구성 정보를 사용하여 상기 요청된 자동 스케일을 수행하는 단계를 포함하는 자동 스케일 방법이 제공된다.At a side, receiving a request for performing an automatic scale for a virtual network function; And performing the requested autoscale using configuration information of a resource management policy and a network function virtualization (NFV) based communication network.

상기 단계들은 상기 NFV 기반 통신 네트워크의 가상 네트워크 기능(Virtual Network Function; VNF) 관리자에 의해 수행될 수 있다.The steps may be performed by a Virtual Network Function (VNF) manager of the NFV-based communication network.

상기 자동 스케일 방법은, 가상 자원 정책 관리자로부터 상기 자원 관리 정책을 획득하는 단계를 더 포함할 수 있다.The automatic scale method may further include obtaining the resource management policy from a virtual resource policy manager.

상기 NFV 기반 통신 네트워크의 구성 정보는 상기 NFV 기반 통신 네트워크의 하나 이상의 서버들의 토폴로지 정보를 포함할 수 있다.The configuration information of the NFV-based communication network may include topology information of one or more servers of the NFV-based communication network.

상기 자동 스케일의 수행의 요청은 상기 자동 스케일의 타입의 정보를 포함할 수 있다.The request to perform the automatic scale may include information of the type of the automatic scale.

상기 타입은 스케일-인, 스케일-아웃, 스케일-업 및 스케일-다운을 포함할 수 있다.The type may include scale-in, scale-out, scale-up, and scale-down.

상기 자동 스케일 방법은, 모니터링 관리자로부터 상기 NFV 기반 통신 네트워크의 하나 이상의 서버들의 서버 자원 상태를 획득하는 단계를 더 포함할 수 있다.The automatic scale method may further comprise obtaining a server resource status of one or more servers of the NFV based communication network from a monitoring manager.

상기 VNF 관리자는 상기 자동 스케일을 수행함에 있어서 상기 서버 자원 상태를 반영할 수 있다.The VNF manager may reflect the server resource state when performing the automatic scaling.

상기 자동 스케일을 수행하는 단계는, 상기 자동 스케일의 수행의 결과가 상기 자원 관리 정책에 위배되는 경우가 존재하면, 상기 자원 관리 정책에 위배되는 경우에 대한 통지하는 단계를 포함할 수 있다.The step of performing the automatic scale may include a step of notifying, when a result of the execution of the automatic scale violates the resource management policy, that the resource management policy violates the resource management policy.

상기 자동 스케일을 수행하는 단계는, 상기 자동 스케일의 요청의 액션-타입이 스케일-인인 경우, 상기 NFV 기반 통신 네트워크의 하나 이상의 서버들 중 상기 스케일-인의 대상인 가상 머신을 갖는 서버에서 상기 가상 머신을 삭제하는 단계를 포함할 수 있다.Wherein performing the auto-scale comprises: if the action-type of the request of the auto-scale is scale-in, at a server having a virtual machine that is the object of the scale-in among one or more servers of the NFV- And a step of deleting the data.

상기 VNF 관리자는 상기 가상 머신이 삭제된 후 상기 서버의 다른 가상 머신을 상기 하나 이상의 서버들 중 상기 서버 외의 다른 서버로 이동시킬 수 있다.The VNF manager may move another virtual machine of the server to a server other than the server among the one or more servers after the virtual machine is deleted.

상기 VNF 관리자는 상기 자원 관리 정책이 에너지 효율성을 최대화하도록 설정되어 있을 경우에 상기 다른 가상 머신을 상기 다른 서버로 이동시킬 수 있다.The VNF manager may move the other virtual machine to the other server when the resource management policy is set to maximize energy efficiency.

상기 VNF 관리자는 상기 다른 가상 머신이 상기 다른 서버로 이동된 후 상기 서버를 슬립 모드로 전환시킬 수 있다.The VNF manager may switch the server to the sleep mode after the other virtual machine is moved to the other server.

상기 자동 스케일을 수행하는 단계는, 상기 자동 스케일의 요청의 액션-타입이 스케일-아웃인 경우, 상기 자원 관리 정책을 반영하여 상기 NFV 기반 통신 네트워크의 하나 이상의 서버들 가상 머신을 생성할 서버를 결정하는 단계; 및 상기 서버에서 상기 가상 머신을 생성하는 단계를 포함할 수 있다.The step of performing the automatic scaling may include determining a server to generate one or more servers virtual machines of the NFV-based communication network by reflecting the resource management policy if the action-type of the request of the automatic scale is scale-out ; And creating the virtual machine at the server.

상기 자동 스케일을 수행하는 단계는, 상기 하나 이상의 서버들 중 상기 자원 관리 정책에 위배되지 않는 서버가 존재하지 않는지 여부를 검사하는 단계; 및 상기 자원 관리 정책에 위배되지 않는 서버가 존재하지 않는 경우, 상기 자원 관리 정책에 위배되지 않는 서버가 존재하지 않는다는 것을 통지하는 단계를 더 포함할 수 있다.Wherein the performing the automatic scaling comprises: checking whether there is no server among the one or more servers that does not violate the resource management policy; And notifying, when the server that does not violate the resource management policy exists, that there is no server that does not violate the resource management policy.

상기 VNF 관리자는 상기 하나 이상의 서버들 중 상기 자원 관리 정책이 나타내는 하나 이상의 정책들의 각 정책에 의해 선택에서 제외된 서버 외의 나머지의 서버 중 상기 스케일-아웃의 대상인 서버를 선택할 수 있다.The VNF manager may select a server that is a target of the scale-out among remaining servers other than the server that is excluded from the selection by each policy of the one or more policies indicated by the resource management policy among the one or more servers.

상기 자동 스케일을 수행하는 단계는, 상기 자동 스케일의 요청의 액션-타입이 스케일-업인 경우, 상기 스케일-업의 대상인 가상 머신의 용량을 증가시키는 단계를 포함할 수 있다.The step of performing the automatic scale may include increasing the capacity of the virtual machine which is the object of the scale-up when the action-type of the request of the automatic scale is scale-up.

상기 자동 스케일을 수행하는 단계는, 상기 자동 스케일의 요청의 액션-타입이 스케일-다운인 경우, 상기 스케일-다운의 대상인 가상 머신의 용량을 감소시키는 단계를 포함할 수 있다.The step of performing the automatic scale may include decreasing the capacity of the virtual machine which is the object of the scale-down when the action-type of the request of the automatic scale is scale-down.

상기 자원 관리 정책은 에너지 효율성의 정책을 포함할 수 있다.The resource management policy may include a policy of energy efficiency.

상기 에너지 효율성의 정책은 상기 NFV 기반 통신 네트워크의 운용에 있어서 에너지 효율성의 최대화를 고려할 지 여부를 나타낼 수 있다.The energy efficiency policy may indicate whether to consider maximizing energy efficiency in the operation of the NFV-based communication network.

상기 자원 관리 정책은 중앙처리장치(Central Processing Unit) 부하의 정책을 포함할 수 있다.The resource management policy may include a policy of a central processing unit load.

상기 CPU 부하의 정책은 상기 NFV 기반 통신 네트워크의 하나 이상의 서버들의 각 서버의 CPU의 부하의 범위를 나타낼 수 있다.The policy of the CPU load may indicate a load range of the CPU of each server of one or more servers of the NFV-based communication network.

상기 자원 관리 정책은 가상 머신들의 최대 개수의 정책을 포함할 수 있다.The resource management policy may include a maximum number of policies of the virtual machines.

상기 가상 머신들의 최대 개수의 정책은 상기 NFV 기반 통신 네트워크의 하나 이상의 서버들의 각 서버에게 허용된 가상 머신들의 개수의 최대 값을 나타낼 수 있다.The maximum number of policies of the virtual machines may represent a maximum value of the number of virtual machines allowed to each server of the one or more servers of the NFV based communication network.

다른 일 측에 있어서, 가상 네트워크 기능에 대한 자동 스케일의 수행의 요청을 수신하는 수신부; 및 자원 관리 정책 및 네트워크 기능 가상화(Network Function Virtualization; NFV) 기반 통신 네트워크의 구성 정보를 사용하여 상기 요청된 자동 스케일을 수행하는 처리부를 포함하는 가상 네트워크 기능(Virtual Network Function; VNF) 관리자가 제공된다.On another side, a receiving unit for receiving a request for performing an automatic scale for a virtual network function; And a processor for performing the requested automatic scale using configuration information of a resource management policy and a network function virtualization (NFV) -based communication network, is provided, wherein a virtual network function (VNF) manager is provided .

또 다른 일 측에 있어서, NFV 시스템에 있어서, 가상 네트워크 기능(Virtual Network Function; VNF)에 대한 자동 스케일의 수행의 요청을 수신하고, 자원 관리 정책 및 네트워크 기능 가상화(Network Function Virtualization; NFV) 기반 통신 네트워크의 구성 정보를 사용하여 상기 요청된 자동 스케일을 수행하는 VNF 관리자; 상기 자원 관리 정책을 상기 VNF 관리자에게 제공하는 가상 자원 정책 관리자; 및 상기 구성 정보를 상기 VNF 관리자에게 제공하는 모니터링 관리자를 포함하는 NFV 시스템이 제공된다.In another aspect, in an NFV system, a request for performing an automatic scale for a virtual network function (VNF) is received, and a resource management policy and a network function virtualization (NFV) based communication A VNF manager for performing the requested autoscale using configuration information of the network; A virtual resource policy manager for providing the resource management policy to the VNF manager; And a monitoring manager for providing the configuration information to the VNF manager.

이 외에도, 본 발명을 구현하기 위한 다른 방법, 장치, 시스템 및 상기 방법을 실행하기 위한 컴퓨터 프로그램을 기록하기 위한 컴퓨터 판독 가능한 기록 매체가 더 제공된다.In addition, there is further provided another method, apparatus, system for implementing the invention and a computer readable recording medium for recording a computer program for executing the method.

NFV 기반 통신 네트워크 환경에서, 여러 개발 업체들에 의해 개발된 VNF들이 요구하는 자동 스케일을 수행하는 방법, 장치 및 시스템이 제공된다.In an NFV-based communication network environment, a method, apparatus and system are provided for performing automatic scaling required by VNFs developed by various developers.

NFV 기반 통신 네트워크 환경에서, 통신 사업자에 의해 설정된 자원 관리 정책에 부합하는 자동 스케일을 수행하는 방법, 장치 및 시스템이 제공된다.In an NFV-based communication network environment, a method, apparatus, and system are provided for performing automatic scaling in accordance with a resource management policy set by a communication carrier.

자원 관리 정책에 부합되는 자동 스케일을 수행함에 따라 자원 관리의 효율성을 증대시키는 방법, 장치 및 시스템이 제공된다.A method, apparatus and system are provided for increasing the efficiency of resource management by performing automatic scaling consistent with resource management policies.

도 1은 NFV 환경에서 VNF 관리자가 VNF에 대한 자동 스케일을 수행하고, 스케일을 포함하는 VNF 라이프 사이클의 상태 정보를 획득하는 기본적인 절차를 도시한다.
도 2는 일 예에 따른 VNF 관리자의 블록도이다.
도 3은 가상 자원 정책 관리자 및 모니터링 관리자를 포함하는 NFV 기반 통신 네트워크 환경에서의 자동 스케일을 도시한다.
도 4는 일 실시예에 따른 VNF 스케일을 수행하는 방법의 흐름도이다.
도 5는 일 예에 따른 스케일-인에 대한 처리를 설명한다.
도 6은 일 예에 따른 스케일-아웃인에 대한 처리를 설명한다.
도 7은 일 예에 따른 스케일-업에 대한 처리를 설명한다.
도 8은 일 예에 따른 스케일-다운에 대한 처리를 설명한다.
도 9는 일 예에 따른 자원 관리 정책을 도시한다.
도 10은 일 예에 따른 하나 이상의 서버들의 서버 자원 상태를 나타낸다.
도 11은 일 예에 따른 스케일-아웃에 대한 처리를 설명한다.
도 12는 일 실시예에 따른 상태 정보의 제공 방법의 흐름도이다.
1 shows a basic procedure for a VNF manager in an NFV environment to perform automatic scaling for VNFs and obtain status information of VNF lifecycles including scales.
2 is a block diagram of a VNF manager according to an example.
Figure 3 shows an automatic scale in an NFV-based communication network environment including a virtual resource policy manager and a monitoring manager.
4 is a flow diagram of a method for performing a VNF scale in accordance with one embodiment.
FIG. 5 illustrates a process for scale-in according to an example.
FIG. 6 illustrates a process for a scale-out in according to an example.
FIG. 7 illustrates a process for scale-up according to an example.
FIG. 8 illustrates a process for scale-down according to an example.
FIG. 9 illustrates a resource management policy according to an example.
10 illustrates server resource status of one or more servers according to an example.
FIG. 11 illustrates a process for scale-out according to an example.
12 is a flowchart of a method of providing status information according to an embodiment.

후술하는 예시적 실시예들에 대한 상세한 설명은, 특정 실시예를 예시로서 도시하는 첨부 도면을 참조한다. 이들 실시예는 당업자가 실시예를 실시할 수 있기에 충분하도록 상세히 설명된다. 다양한 실시예들은 서로 다르지만 상호 배타적일 필요는 없음이 이해되어야 한다. 예를 들어, 여기에 기재되어 있는 특정 형상, 구조 및 특성은 일 실시예에 관련하여 본 발명의 정신 및 범위를 벗어나지 않으면서 다른 실시예로 구현될 수 있다. 또한, 각각의 개시된 실시예 내의 개별 구성요소의 위치 또는 배치는 실시예의 정신 및 범위를 벗어나지 않으면서 변경될 수 있음이 이해되어야 한다. 따라서, 후술하는 상세한 설명은 한정적인 의미로서 취하려는 것이 아니며, 예시적 실시예들의 범위는, 적절하게 설명된다면, 그 청구항들이 주장하는 것과 균등한 모든 범위와 더불어 첨부된 청구항에 의해서만 한정된다.The following detailed description of exemplary embodiments refers to the accompanying drawings, which illustrate, by way of illustration, specific embodiments. These embodiments are described in sufficient detail to enable those skilled in the art to practice the embodiments. It should be understood that the various embodiments are different, but need not be mutually exclusive. For example, certain features, structures, and characteristics described herein may be implemented in other embodiments without departing from the spirit and scope of the invention in connection with an embodiment. It is also to be understood that the location or arrangement of the individual components within each disclosed embodiment may be varied without departing from the spirit and scope of the embodiments. The following detailed description is, therefore, not to be taken in a limiting sense, and the scope of the exemplary embodiments is to be limited only by the appended claims, along with the full scope of equivalents to which such claims are entitled, if properly explained.

도면에서 유사한 참조부호는 여러 측면에 걸쳐서 동일하거나 유사한 기능을 지칭한다. 도면에서의 요소들의 형상 및 크기 등은 보다 명확한 설명을 위해 과장될 수 있다.In the drawings, like reference numerals refer to the same or similar functions throughout the several views. The shape and size of the elements in the figures may be exaggerated for clarity.

실시예에서 사용된 용어는 실시예를 설명하기 위한 것이며 본 발명을 제한하고자 하는 것은 아니다. 실시예에서, 단수형은 문구에서 특별히 언급하지 않는 한 복수형도 포함한다. 명세서에서 사용되는 "포함한다(comprises)" 및/또는 "포함하는(comprising)"은 언급된 구성요소, 단계, 동작 및/또는 소자는 하나 이상의 다른 구성요소, 단계, 동작 및/또는 소자의 존재 또는 추가를 배제하지 않으며, 추가적인 구성이 예시적 실시예들의 실시 또는 예시적 실시예들의 기술적 사상의 범위에 포함될 수 있음을 의미한다. 어떤 구성요소(component)가 다른 구성요소에 "연결되어" 있다거나 "접속되어" 있다고 언급된 때에는, 상기의 2개의 구성요소들이 서로 간에 직접적으로 연결되어 있거나 또는 접속되어 있을 수도 있으나, 상기의 2개의 구성요소들의 중간에 다른 구성요소가 존재할 수도 있다고 이해되어야 할 것이다.The terms used in the examples are intended to illustrate the embodiments and are not intended to limit the invention. In the examples, the singular includes the plural unless otherwise stated in the specification. It is noted that the terms "comprises" and / or "comprising" used in the specification are intended to be inclusive in a manner similar to the components, steps, operations, and / And that additional configurations may be encompassed within the scope of the embodiments of the exemplary embodiments or the technical ideas of the exemplary embodiments. When it is mentioned that a component is "connected" or "connected" to another component, the two components may be directly connected or connected to each other, It is to be understood that other components may be present in the middle of the components.

제1 및 제2 등의 용어는 다양한 구성요소들을 설명하는데 사용될 수 있지만, 상기의 구성요소들은 상기의 용어들에 의해 한정되어서는 안 된다. 상기의 용어들은 하나의 구성요소를 다른 구성요소로부터 구별하여 지칭하기 위해서 사용된다. 예를 들어, 권리 범위를 벗어나지 않으면서 제1 구성요소는 제2 구성요소로 명명될 수 있고, 유사하게 제2 구성요소도 제1 구성요소로 명명될 수 있다.The terms first and second, etc. may be used to describe various components, but the components should not be limited by the terms above. The above terms are used to distinguish one component from another. For example, without departing from the scope of the right, the first component may be referred to as a second component, and similarly, the second component may also be referred to as a first component.

또한 실시예들에 나타나는 구성요소들은 서로 다른 특징적인 기능들을 나타내기 위해 독립적으로 도시되는 것으로, 각 구성요소가 분리된 하드웨어나 하나의 소프트웨어 구성 단위로만 이루어짐을 의미하지 않는다. 즉, 각 구성요소는 설명의 편의상 각각의 구성요소로 나열된 것이다. 예를 들면, 구성요소들 중 적어도 두 개의 구성요소들이 하나의 구성요소로 합쳐질 수 있다. 또한, 하나의 구성요소가 복수의 구성요소들로 나뉠 수 있다. 이러한 각 구성요소의 통합된 실시예 및 분리된 실시예 또한 본질에서 벗어나지 않는 한 권리범위에 포함된다.In addition, the components shown in the embodiments are shown independently to represent different characteristic functions, which does not mean that each component is composed of separate hardware or one software constituent unit. That is, each component is listed as each component for convenience of explanation. For example, at least two of the components may be combined into a single component. Also, one component can be divided into a plurality of components. The integrated embodiments and the separate embodiments of each of these components are also included in the scope of the right without departing from the essence.

또한, 일부의 구성요소는 본질적인 기능을 수행하는 필수적인 구성요소는 아니고 단지 성능을 향상시키기 위한 선택적 구성요소일 수 있다. 실시예들은 실시예의 본질을 구현하는데 필수적인 구성부 만을 포함하여 구현될 수 있고, 예를 들면, 단지 성능 향상을 위해 사용되는 구성요소와 같은, 선택적 구성요소가 제외된 구조 또한 권리 범위에 포함된다.Also, some components are not essential components to perform essential functions, but may be optional components only to improve performance. Embodiments may be implemented only with components that are essential to implementing the essentials of the embodiments, and structures within which the optional components are excluded, such as, for example, components used only for performance enhancement, are also included in the scope of the right.

이하에서는, 기술분야에서 통상의 지식을 가진 자가 실시예들을 용이하게 실시할 수 있도록 하기 위하여, 첨부된 도면을 참조하여 실시예들을 상세히 설명하기로 한다. 실시예들을 설명함에 있어, 관련된 공지 구성 또는 기능에 대한 구체적인 설명이 본 명세서의 요지를 흐릴 수 있다고 판단되는 경우에는 그 상세한 설명은 생략한다.
Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings in order to facilitate embodiments of the present invention by those skilled in the art. In the following description of the embodiments, detailed description of known functions and configurations incorporated herein will be omitted when it may make the subject matter of the present disclosure rather unclear.

발명의 배경이 되는 기술에서 전술된 것과 같이, VNF 관리자는 자동 스케일의 동작이 NFV 자원 관리 정책을 반영하여 수행되게 할 수 있고, 자동 스케일이 통신 네트워크 사업자의 자원 관리 정책을 반영하여 동작하도록 지원할 필요가 있다.As described in the Background of the Invention, the VNF manager can enable automatic scale operation to be performed in accordance with the NFV resource management policy, and it is necessary to support the automatic scale to operate in accordance with the resource management policy of the communication network operator .

아래의 실시예들에서는, NFV 환경에서 VNF 관리자가 VNF 자동 스케일의 수행의 요청에 따라 NFV 자원 관리 정책을 반영하여 자동 스케일 기능을 수행하는 방식이 제안된다.
In the following embodiments, a method in which the VNF manager performs the automatic scale function by reflecting the NFV resource management policy upon request of the VNF automatic scale in the NFV environment is proposed.

도 1은 NFV 환경에서 VNF 관리자가 VNF에 대한 자동 스케일을 수행하고, 스케일을 포함하는 VNF 라이프 사이클의 상태 정보를 획득하는 기본적인 절차를 도시한다.1 shows a basic procedure for a VNF manager in an NFV environment to perform automatic scaling for VNFs and obtain status information of VNF lifecycles including scales.

NFV 시스템(100)은 VNF(110), 요소 관리(Element Management; EM)(111), 운영체제 지원 시스템들/비즈니스 지원 시스템들(Operations Support Systems/Business Support Systems; OSS/BSS)(112), NFV 오케스트레이터(120), VNF 관리자(130) 및 가상 인프라 관리자(140) 및 하나 이상의 서버들(150)을 포함할 수 있다. The NFV system 100 includes a VNF 110, an Element Management (EM) 111, Operations Support Systems / Business Support Systems (OSS / BSS) 112, An orchestrator 120, a VNF manager 130, a virtual infrastructure manager 140, and one or more servers 150.

도 1에서, 하나 이상의 서버들(150)로서, 제1 서버, 제2 서버, 제3 서버, 제4 서버 및 제5 서버가 도시되었다.In FIG. 1, as one or more servers 150, a first server, a second server, a third server, a fourth server, and a fifth server are shown.

NFV 시스템(100)은 NFV 기반 통신 네트워크 환경에서의 시스템일 수 있다. VNF(110), EM(111), OSS/BSS(112), NFV 오케스트레이터(120), VNF 관리자(130) 및 가상 인프라 관리자(140) 및 하나 이상의 서버들(150)의 각각은 NFV 기반 통신 네트워크의 구성요소일 수 있다. The NFV system 100 may be a system in an NFV based communication network environment. Each of the VNF 110, the EM 111, the OSS / BSS 112, the NFV orchestrator 120, the VNF manager 130 and the virtual infrastructure manager 140 and the one or more servers 150, May be a component of the network.

VNF(110)는 하나 이상일 수 있다.The VNF 110 may be one or more.

하나 이상의 서버들(150)의 각 서버는 물리적 서버일 수 있다. 각 서버는 하나 이상의 VM들을 실행할 수 있다. 도 1에서, 각 서버에서 실행되는 VM들이 예시적으로 도시되었다. 예를 들면, 제2 서버는 2개의 VM들을 실행할 수 있고, 제5 서버는 VM을 실행하지 않을 수 있다.Each server of one or more servers 150 may be a physical server. Each server can run one or more VMs. In Figure 1, VMs running on each server are illustrated by way of example. For example, the second server may execute two VMs, and the fifth server may not execute the VM.

단계(150)에서, VNF(110)는 특정한 파라미터의 값이 크리티컬(critical)-파라미터(parameter) 값에 도달하였는지 여부를 모니터링할 수 있다.In step 150, the VNF 110 may monitor whether the value of a particular parameter has reached a critical-parameter value.

특정한 파라미터의 값이 크리티컬-파라미터 값에 도달하면, 단계(151)가 수행될 수 있다.If the value of the particular parameter reaches the critical-parameter value, step 151 may be performed.

단계(151)에서, VNF(110)는 VNF 관리자(130)에게 자동 스케일(auto scale)의 요청을 전송할 수 있다. VNF 관리자(130)는 VNF(110)로부터 자동 스케일의 요청을 수신할 수 있다.In step 151, the VNF 110 may send a request for an auto scale to the VNF manager 130. The VNF manager 130 may receive an automatic scale request from the VNF 110. [

단계(152)에서, VNF(110)는 상태 정보의 요청을 VNF 관리자(130)로 전송할 수 있다.In step 152, the VNF 110 may send a request for status information to the VNF manager 130.

상태 정보는 스케일을 포함할 수 있다. 말하자면, 상태 정보는 하나 이상의 서버들(150)의 적어도 하나의 서버의 스케일에 대한 정보를 포함할 수 있다.The state information may include a scale. That is, the status information may include information about a scale of at least one server of one or more servers (150).

단계들(150, 151 및 152)와 유사하게, EM(111) 및 OSS/BSS(112)에 의해 단계들(160, 161 및 162) 및 단계들(170, 171, 172, 173 및 174)가 각각 수행될 수 있다.Steps 160, 161 and 162 and steps 170, 171, 172, 173 and 174 are performed by EM 111 and OSS / BSS 112, similar to steps 150, 151 and 152, Respectively.

단계(160)에서, EM(111)은 특정한 파라미터의 값이 크리티컬-파라미터 값에 도달하였는지 여부를 모니터링할 수 있다.At step 160, the EM 111 may monitor whether the value of a particular parameter has reached a critical-parameter value.

특정한 파라미터의 값이 크리티컬-파라미터 값에 도달하면, 단계(161)가 수행될 수 있다.If the value of the particular parameter reaches the critical-parameter value, step 161 may be performed.

단계(161)에서, EM(111)은 VNF 관리자(130)에게 자동 스케일의 요청을 전송할 수 있다. VNF 관리자(130)는 EM(111)으로부터 자동 스케일의 요청을 수신할 수 있다.At step 161, the EM 111 may send an automatic scale request to the VNF manager 130. The VNF manager 130 may receive an automatic scale request from the EM 111. [

단계(162)에서, EM(111)은 상태 정보의 요청을 VNF 관리자(130)로 전송할 수 있다.At step 162, the EM 111 may send a request for status information to the VNF manager 130.

상태 정보는 스케일을 포함할 수 있다. 말하자면, 상태 정보는 하나 이상의 서버들(150)의 적어도 하나의 서버의 스케일에 대한 정보를 포함할 수 있다.The state information may include a scale. That is, the status information may include information about a scale of at least one server of one or more servers (150).

단계(170)에서, OSS/BSS(112)는 특정한 파라미터의 값이 크리티컬-파라미터 값에 도달하였는지 여부를 모니터링할 수 있다.At step 170, the OSS / BSS 112 may monitor whether the value of a particular parameter has reached a critical-parameter value.

특정한 파라미터의 값이 크리티컬-파라미터 값에 도달하면, 단계(171)가 수행될 수 있다.If the value of the particular parameter reaches the critical-parameter value, step 171 may be performed.

단계(171)에서, OSS/BSS(112)는 NFV 오케스트레이터(120)에게 자동 스케일의 요청을 전송할 수 있다. NFV 오케스트레이터(120)는 OSS/BSS(112)로부터 자동 스케일의 요청을 수신할 수 있다.In step 171, the OSS / BSS 112 may send an automatic scale request to the NFV orchestrator 120. The NFV orchestrator 120 may receive an automatic scale request from the OSS / BSS 112.

단계(172)에서, NFV 오케스트레이터(120)는 VNF 관리자(130)에게 자동 스케일의 요청을 전송할 수 있다. VNF 관리자(130)는 NFV 오케스트레이터(120)로부터 자동 스케일의 요청을 수신할 수 있다.At step 172, the NFV orchestrator 120 may send an automatic scale request to the VNF manager 130. The VNF manager 130 may receive an automatic scale request from the NFV orchestrator 120.

자동 스케일의 요청은, OSS/BSS(112)로부터 NFV 오케스트레이터(120)를 경유하여 VNF 관리자(130)로 전송될 수 있다.Requests for automatic scaling may be sent from the OSS / BSS 112 to the VNF manager 130 via the NFV orchestrator 120.

단계(173)에서, VNF(110)는 NFV 오케스트레이터(120)에게 상태 정보의 요청을 전송할 수 있다. NFV 오케스트레이터(120)는 OSS/BSS(112)로부터 상태 정보의 요청을 수신할 수 있다.In step 173, the VNF 110 may send a request for status information to the NFV orchestrator 120. The NFV orchestrator 120 may receive a request for status information from the OSS / BSS 112.

상태 정보는 스케일을 포함할 수 있다. 말하자면, 상태 정보는 하나 이상의 서버들(150)의 적어도 하나의 서버의 스케일에 대한 정보를 포함할 수 있다.The state information may include a scale. That is, the status information may include information about a scale of at least one server of one or more servers (150).

단계(174)에서, NFV 오케스트레이터(120)는 VNF 관리자(130)에게 상태 정보의 요청을 전송할 수 있다. VNF 관리자(130)는 NFV 오케스트레이터(120)로부터 상태 정보의 요청을 수신할 수 있다.In step 174, the NFV orchestrator 120 may send a request for status information to the VNF manager 130. The VNF manager 130 may receive a request for status information from the NFV orchestrator 120.

상태 정보의 요청은, OSS/BSS(112)로부터 NFV 오케스트레이터(120)를 경유하여 VNF 관리자(130)로 전송될 수 있다.A request for status information may be sent from the OSS / BSS 112 to the VNF manager 130 via the NFV orchestrator 120.

단계들(151, 152, 161, 162, 172 및 174) 중 하나가 수행되면, 단계(180)가 수행될 수 있다.If one of the steps 151, 152, 161, 162, 172, and 174 is performed, step 180 may be performed.

단계(180)에서, VNF 관리자(130)는 수신된 요청에 상응하는 가상 자원의 할당을 위해, 가상 자원의 할당의 요청을 가상 인프라 관리자(140)로 전송할 수 있다. 여기에서, 수신된 요청은 자동 스케일의 요청 또는 상태 정보의 요청일 수 있다.In step 180, the VNF manager 130 may send a request for allocation of virtual resources to the virtual infrastructure manager 140, in order to allocate the virtual resources corresponding to the received request. Here, the received request may be an automatic scale request or status information request.

자동 스케일의 요청은 VNF 관리자(130) 내의 자동 스케일 수행 모듈에 의해 수행될 수 있다.The request of the automatic scale can be performed by the automatic scale execution module in the VNF manager 130. [

가상 자원의 할당은 VM의 생성을 포함할 수 있다. 가상 자원의 할당의 요청은 VM의 생성의 요청일 수 있다. 또는, 가상 자원의 할당의 요청은 VM의 생성의 요청을 포함할 수 있다. 또는, 가상 자원의 할당은 가상 자원에 상응하는 VM의 생성을 포함할 수 있다.The allocation of virtual resources may include the creation of a VM. The request for allocation of the virtual resource may be a request for creation of the VM. Alternatively, a request for allocation of a virtual resource may include a request to create a VM. Alternatively, allocation of virtual resources may include creation of VMs corresponding to virtual resources.

VM의 생성을 위해, VNF 관리자(130)는 하나 이상의 서버들(150) 중 VM을 생성할 서버를 선택할 수 있다. VM의 생성의 요청은 하나 이상의 서버들(150) 중에서 선택된 서버를 나타내는 정보를 포함할 수 있다.For creation of a VM, the VNF manager 130 may select one of the one or more servers 150 to create a VM. The request for creation of a VM may include information representative of a selected one of the one or more servers (150).

단계(190)에서, 가상 인프라 관리자(140)는 VM을 생성할 수 있다. 가상 인프라 관리자(140)는 하나 이상의 서버들(150) 중 VM을 생성할 서버를 선택할 수 있다. 가상 인프라 관리자(140)는 선택된 서버에서 새로운 VM을 추가할 수 있다. 도 1에서는, 제1 서버에서 VM이 추가되는 것으로 도시되었다.In step 190, the virtual infrastructure manager 140 may create a VM. The virtual infrastructure manager 140 may select one of the one or more servers 150 to create a VM. The virtual infrastructure manager 140 may add a new VM to the selected server. In Fig. 1, it is shown that a VM is added in the first server.

전술된 설명에 따르면, 제1 서버는 추가된 VM을 포함하여 모두 5개의 VM들을 실행할 수 있다. NFV 자원 관리 정책은 각 서버에서 동작할 수 있는 VM들의 개수에 대한 설정을 포함할 수 있다. 예를 들면, 각 서버에서 동작할 수 있는 VM들의 개수는 4개로 설정될 수 있다. 이러한 설정이 되었다면, 제1 서버에서는 설정에 의해 제한된 개수보다 더 많은 개수의 VM들이 설정될 수 있다. 말하자면, 제1 서버는 NFV 자원 관리 정책에 합치되지 않게 동작할 수 있다.
According to the above description, the first server can execute all five VMs including the added VM. The NFV resource management policy may include settings for the number of VMs that can operate on each server. For example, the number of VMs that can operate in each server may be set to four. If such a setting is made, a larger number of VMs can be set than the number limited by the setting in the first server. That is, the first server can operate in an inconsistent manner with the NFV resource management policy.

도 2는 일 예에 따른 VNF 관리자의 블록도이다.2 is a block diagram of a VNF manager according to an example.

VNF 관리자(130)는 처리부(210), 통신부(220) 및 저장부(230)를 포함할 수 있다.The VNF manager 130 may include a processing unit 210, a communication unit 220, and a storage unit 230.

처리부(210)는 VNF 관리자(130)의 동작을 위해 요구되는 작업을 처리할 수 있다. 처리부(210)는 실시예들에서 설명되는 처리부(210)의 동작 또는 단계의 코드를 실행(execute)할 수 있다.The processing unit 210 may process a job required for the operation of the VNF manager 130. [ The processing unit 210 may execute the code of the operation or step of the processing unit 210 described in the embodiments.

처리부(210)는 데이터 또는 정보의 생성 및 처리를 수행할 수 있고, 데이터 또는 정보에 관련된 검사, 비교 및 판단 등을 수행할 수 있다. 말하자면, 실시예에서 데이터 또는 정보의 생성 및 처리와 데이터 또는 정보에 관련된 검사, 비교 및 판단은 처리부(210)에 의해 수행될 수 있다.The processing unit 210 may perform generation and processing of data or information, and may perform inspection, comparison, and judgment related to data or information. In other words, in the embodiment, the generation and processing of data or information and the inspection, comparison and judgment relating to data or information can be performed by the processing unit 210. [

예를 들면, 처리부(210)는 적어도 하나의 프로세서(processor)일 수 있다. For example, the processing unit 210 may be at least one processor.

통신부(220)는 VNF 관리자(130)의 동작을 위해 요구되는 데이터 또는 정보를 수신할 수 있으며, VNF 관리자(130)의 동작을 위해 요구되는 데이터 또는 정보를 전송할 수 있다.The communication unit 220 may receive data or information required for the operation of the VNF manager 130 and may transmit data or information required for the operation of the VNF manager 130.

통신부(220)는 네트워크 내의 다른 장치로 데이터 또는 정보를 전송할 수 있고, 다른 장치로부터 데이터 또는 정보를 수신할 수 있다. 말하자면, 실시예에서 데이터 또는 정보의 전송 또는 수신은 통신부(220)에 의해 수행될 수 있다.The communication unit 220 can transmit data or information to another device in the network, and can receive data or information from another device. In other words, in the embodiment, transmission or reception of data or information can be performed by the communication unit 220. [

예를 들면, 통신부(220)는 네트워크 칩(chip) 또는 포트(port)일 수 있다.For example, the communication unit 220 may be a network chip or a port.

저장부(230)는 VNF 관리자(130)의 동작을 위해 요구되는 데이터 또는 정보를 저장할 수 있다. 실시예에서, VNF 관리자(130)가 갖는 데이터 또는 정보는 저장부(230) 내에 저장될 수 있다.The storage unit 230 may store data or information required for the operation of the VNF manager 130. In an embodiment, the data or information possessed by the VNF manager 130 may be stored in the storage unit 230.

예를 들면, 저장부(230)는 메모리(memory)일 수 있다. 저장부(230)는 램(RAM) 및 플래시(flash) 메모리 등과 같은 내장형의 저장 매체를 포함할 수 있고, 메모리 카드 등과 같은 탈착가능한 저장 매체를 포함할 수 있다.For example, the storage unit 230 may be a memory. The storage unit 230 may include a built-in storage medium such as a RAM and a flash memory, and may include a removable storage medium such as a memory card or the like.

저장부(230)는 적어도 하나의 프로그램 또는 적어도 하나의 프로그램의 코드를 저장할 수 있다. 처리부(210)는 적어도 하나의 프로그램을 실행할 수 있다. 처리부(210)는 저장부(230)로부터 적어도 하나의 프로그램의 코드를 독출(read)할 수 있고, 독출된 코드를 실행할 수 있다.The storage unit 230 may store codes of at least one program or at least one program. The processing unit 210 may execute at least one program. The processing unit 210 can read the code of at least one program from the storage unit 230 and execute the read code.

VNF 관리자(130)의 처리부(210), 통신부(220) 및 저장부(230)의 동작, 기능 및 특징에 대해서 실시예들을 참조하여 아래에서 상세하게 설명된다.
Operations, functions and features of the processing unit 210, the communication unit 220, and the storage unit 230 of the VNF manager 130 will be described in detail below with reference to embodiments.

도 3은 가상 자원 정책 관리자 및 모니터링 관리자를 포함하는 NFV 기반 통신 네트워크 환경에서의 자동 스케일을 도시한다.Figure 3 shows an automatic scale in an NFV-based communication network environment including a virtual resource policy manager and a monitoring manager.

실시예에서, NFV 시스템(100)은 가상 자원 정책 관리자(310) 및 모니터링 관리자(320)를 더 포함할 수 있다.In an embodiment, the NFV system 100 may further include a virtual resource policy manager 310 and a monitoring manager 320.

VNF 관리자(130)는 자동 스케일을 수행할 때, 가상 자원 정책 관리자(310)로부터 설정된 자원 관리 정책을 획득할 수 있고, 모니터링 관리자(320)로부터 하나 이상의 서버들(150)의 각 서버의 상태 정보를 나타내는 서버 자원 상태를 획득할 수 있다.The VNF manager 130 can acquire the resource management policy set from the virtual resource policy manager 310 when the automatic scale is performed and receive the status information of each server of the one or more servers 150 from the monitoring manager 320 Lt; / RTI > can be obtained.

예를 들면, 각 서버의 상태 정보는 각 서버에서 동작하고 있는 VM의 개수 및 각 서버의 가용한 자원 용량 등을 포함할 수 있다.For example, the status information of each server may include the number of VMs running in each server and the available resource capacity of each server.

예를 들면, 자원 관리 정책은 아래의 1), 2) 및 3)의 적어도 일부에 해당할 수 있다.For example, the resource management policy may correspond to at least a part of 1), 2) and 3) below.

1) 자원 관리 정책은 에너지 효율성(energy efficiency)에 관련된 정보를 포함할 수 있다. 자원 관리 정책은 에너지 효율성을 최대화시키는 정보를 포함할 수 있다.1) A resource management policy may contain information related to energy efficiency. Resource management policies can include information that maximizes energy efficiency.

자원 관리 정책은 동작하는 VM들이 하나의 서버에서 수행되게 하는 정보를 포함할 수 있다. 또한, 자원 관리 정책은 VM을 수행하지 않는 서버를 슬립(sleep) 모드로 전환시키는 정보를 포함할 수 있다.The resource management policy may include information that causes the operating VMs to be executed on one server. In addition, the resource management policy may include information for switching a server that does not execute a VM to a sleep mode.

2) 자원 관리 정책은 CPU 가동률에 관련된 정보를 포함할 수 있다. 자원 관리 정책은 각 서버에서의 CPU 가동률을 설정하는 정보를 포함할 수 있다. 또는, 자원 관리 정책은 하나 이상의 서버들(150) 간의 부하를 조절하는 정보를 포함할 수 있다.2) The resource management policy may include information related to the CPU utilization rate. The resource management policy may include information for setting the CPU utilization rate at each server. Alternatively, the resource management policy may include information that controls the load between one or more servers 150. [

3) 자원 관리 정책은 전체의 자원의 가용성에 관련된 정보를 포함할 수 있다. 자원 관리 정책은 각 서버에서 동작할 수 있는 VM의 최대 개수를 설정하는 정보를 포함할 수 있다.3) A resource management policy may contain information related to the availability of the entire resource. The resource management policy may include information for setting a maximum number of VMs that can operate in each server.

도 3에서는, 서버에서 동작할 수 있는 VM의 최대 개수가 4개로 설정된 것으로 도시되었다. 예를 들면, 서버에서 동작할 수 있는 VM의 최대 개수를 설정함에 따라 서버의 부하가 최대 60%로 유지될 수 있다.
In Fig. 3, the maximum number of VMs that can be operated in the server is set to four. For example, by setting the maximum number of VMs that can run on a server, the load on the server can be kept at a maximum of 60%.

도 4는 일 실시예에 따른 VNF 스케일을 수행하는 방법의 흐름도이다.4 is a flow diagram of a method for performing a VNF scale in accordance with one embodiment.

VNF 관리자(130)는 다수의 기능들을 수행할 수 있다. VNF 관리자(130)의 자동 스케일 수행 모듈은 자원 관리 정책 및 서버 자원 상태를 이용하여 요청된 VNF 스케일의 기능을 수행할 수 있다.The VNF manager 130 may perform a plurality of functions. The automatic scale execution module of the VNF manager 130 may perform the function of the requested VNF scale using the resource management policy and the server resource status.

자원 관리 정책은 가상 자원에 대한 가상 자원 관리 정책일 수 있다.The resource management policy may be a virtual resource management policy for the virtual resource.

단계(410)에서, VNF(110), EM(111) 또는 OSS/BSS(112)는 자동 스케일의 수행의 요청을 VNF 관리자(130)로 전송할 수 있다. VNF 관리자(130)는 VNF(110), EM(111) 또는 OSS/BSS(112)로부터 자동 스케일의 수행의 요청을 수신할 수 있다.In step 410, the VNF 110, the EM 111 or the OSS / BSS 112 may send a request for performance of the automatic scale to the VNF manager 130. The VNF manager 130 may receive a request for performing an automatic scale from the VNF 110, the EM 111, or the OSS / BSS 112.

VNF(110)는 NFV 시스템(100)의 하나 이상의 VNF들 중 임의의 VNF일 수 있다.The VNF 110 may be any of the one or more VNFs of the NFV system 100.

자동 스케일의 수행의 요청은 자동 스케일의 타입의 정보를 포함할 수 있다. 자동 스케일의 타입은 스케일-인(scale-in), 스케일-아웃(scale-out), 스케일-업(scale-up) 및 스케일-다운(scale-down)을 포함할 수 있다.The request for performing the automatic scale may include information of the type of the automatic scale. The type of autoscale may include scale-in, scale-out, scale-up, and scale-down.

단계(420)에서, VNF 관리자(130)는 VNFD를 획득할 수 있다. VNF 관리자(130)는 자동 스케일의 수행을 요청과 관련된 VNF의 VNFD를 획득할 수 있다. 자동 스케일의 수행의 요청과 관련된 VNF는 자동 스케일의 수행의 요청을 전송한 VNF(110)일 수 있다. 예를 들면, VNF 관리자(130)는 자동 스케일의 수행의 요청을 전송한 VNF(110)의 인스턴스에 해당하는 VNFD 정보를 검색할 수 있다.In step 420, the VNF manager 130 may obtain the VNFD. The VNF manager 130 may obtain the VNFD of the VNF associated with the request to perform the automatic scale. The VNF associated with the request to perform the auto-scale may be the VNF 110 that sent the request to perform the auto-scale. For example, the VNF manager 130 may retrieve the VNFD information corresponding to the instance of the VNF 110 that transmitted the request to perform the automatic scale.

VNF 관리자(130)는 VNFD 정보를 사용하여 자동 스케일에 따라서 새로 생성할 VNF의 VNF 정보를 획득할 수 있다. VNF 정보는 가상화 배치 유닛(Virtualization Deployment Unit; VDU) 식별자를 포함할 수 있다.The VNF manager 130 may use the VNFD information to obtain the VNF information of the VNF to be newly generated according to the automatic scale. The VNF information may include a virtualization deployment unit (VDU) identifier.

단계(430)에서, VNF 관리자(130)는 가상 자원 정책 관리자(310)로부터 NFV 시스템(100)의 자원에 대한 자원 관리 정책을 획득할 수 있다.At step 430, the VNF manager 130 may obtain a resource management policy for the resources of the NFV system 100 from the virtual resource policy manager 310.

자원 관리 정책은 NFV 기반 통신 네트워크의 운영을 위해 설정된 정보일 수 있다.The resource management policy may be information set for the operation of the NFV-based communication network.

VNF 관리자(130)는 자원 관리 정책의 요청을 가상 자원 정책 관리자(310)로 전송할 수 있다. 자원 관리 정책의 요청을 수신한 가상 자원 정책 관리자(310)는 VNF 관리자(130)로 자원 관리 정책을 전송할 수 있다.The VNF manager 130 may transmit a request for the resource management policy to the virtual resource policy manager 310. [ The virtual resource policy manager 310 receiving the resource management policy request can transmit the resource management policy to the VNF manager 130.

여기에서, 자원은 가상 자원일 수 있으며, NFV 서비스를 위한 NFV 자원일 수 있다.Here, the resource may be a virtual resource and may be an NFV resource for an NFV service.

단계(440)에서, VNF 관리자(130)는 모니터링 관리자(320)로부터 하나 이상의 서버들(150)들의 서버 자원 상태를 획득할 수 있다.At step 440, the VNF manager 130 may obtain the server resource status of the one or more servers 150 from the monitoring manager 320.

VNF 관리자(130)는 NFV 기반 통신 네트워크의 구성 정보 및 서버 자원 상태의 요청을 모니터링 관리자(320)로 전송할 수 있다. 요청을 수신한 모니터링 관리자(320)는 VNF 관리자(130)로 NFV 기반 통신 네트워크의 구성 정보 및 서버 자원 상태를 전송할 수 있다.The VNF manager 130 may send the configuration information of the NFV-based communication network and the request of the server resource status to the monitoring manager 320. Upon receiving the request, the monitoring manager 320 may transmit the configuration information and the server resource status of the NFV-based communication network to the VNF manager 130.

NFV 기반 통신 네트워크의 구성 정보는 NFV 기반 통신 네트워크의 하나 이상의 서버들(150)의 토폴로지 정보를 포함할 수 있다. 토폴로지 정보는, 하나 이상의 서버들(150)의 개수 및 하나 이상의 서버들(150) 간의 연결 관계를 포함할 수 있다.The configuration information of the NFV-based communication network may include topology information of the one or more servers 150 of the NFV-based communication network. The topology information may include a number of one or more servers 150 and a connection relationship between one or more servers 150. [

단계(450)에서, VNF 관리자(130)는 요청된 자동 스케일을 수행할 수 있다.At step 450, the VNF manager 130 may perform the requested autoscale.

VNF 관리자(130)는 자원 관리 정책 및 NFV 기반 통신 네트워크의 구성 정보를 사용하여 요청된 자동 스케일을 수행할 수 있다.The VNF manager 130 may perform the requested automatic scaling using the resource management policy and the configuration information of the NFV-based communication network.

VNF 관리자(130)는 자동 스케일을 수행함에 있어서 하나 이상의 서버들(150)의 서버 자원 상태를 반영할 수 있다.The VNF manager 130 may reflect the server resource state of one or more servers 150 in performing automatic scaling.

단계(450)는 단계들(451, 452, 453 및 454)를 포함할 수 있다.Step 450 may include steps 451, 452, 453, and 454.

단계(451)에서, VNF 관리자(130)는 자동 스케일의 수행의 요청의 액션-타입이 스케일-인(scale-in)인지 여부를 검사할 수 있다. 액션-타입이 스케일-인인 경우 도 5를 참조하여 후술될 단계(510)가 수행될 수 있다. 액션-타입이 스케일-인이 아닌 경우, 단계(452)가 수행될 수 있다.In step 451, the VNF manager 130 may check whether the action-type of the request to perform an automatic scale is scale-in. If the action-type is scale-in, step 510, described below with reference to FIG. 5, may be performed. If the action-type is not scale-in, step 452 may be performed.

단계(452)에서, VNF 관리자(130)는 자동 스케일의 수행의 요청의 액션-타입이 스케일-아웃(scale-out)인지 여부를 검사할 수 있다. 액션-타입이 스케일-아웃인 경우 도 6를 참조하여 후술될 단계(610)가 수행될 수 있다. 액션-타입이 스케일-아웃이 아닌 경우, 단계(453)가 수행될 수 있다.At step 452, the VNF manager 130 may check whether the action-type of the request to perform the automatic scale is scale-out. If the action-type is scale-out, step 610, described below with reference to FIG. 6, may be performed. If the action-type is not scale-out, step 453 may be performed.

단계(453)에서, VNF 관리자(130)는 자동 스케일의 수행의 요청의 액션-타입이 스케일-업(scale-up)인지 여부를 검사할 수 있다. 액션-타입이 스케일-업인 경우 도 7를 참조하여 후술될 단계(710)가 수행될 수 있다. 액션-타입이 스케일-업이 아닌 경우, 단계(454)가 수행될 수 있다.In step 453, the VNF manager 130 may check whether the action-type of the request to perform the automatic scale is scale-up. If the action-type is scale-up, step 710, described below with reference to FIG. 7, may be performed. If the action-type is not scale-up, step 454 may be performed.

단계(454)에서, VNF 관리자(130)는 자동 스케일의 수행의 요청의 액션-타입이 스케일-다운(scale-down)인지 여부를 검사할 수 있다. 액션-타입이 스케일-다운인 경우 도 8를 참조하여 후술될 단계(810)가 수행될 수 있다. 액션-타입이 스케일-다운이 아닌 경우, 절차가 종료할 수 있다.In step 454, the VNF manager 130 may check whether the action-type of the request to perform an automatic scale is scale-down. If the action-type is scale-down, step 810, described below with reference to FIG. 8, may be performed. If the action-type is not scale-down, the procedure may end.

전술된 단계들(451, 452, 453 및 454)의 순서는 단지 예시적인 것으로, 단계들(451, 452, 453 및 454)의 실행의 순서는 임의로 변경될 수 있다.
The order of steps 451, 452, 453, and 454 described above is merely exemplary, and the order of execution of steps 451, 452, 453, and 454 may be arbitrarily changed.

도 5는 일 예에 따른 스케일-인에 대한 처리를 설명한다.FIG. 5 illustrates a process for scale-in according to an example.

요청의 액션-타입이 스케일-인인 자동 스케일의 수행이 요청된 경우, VNF 관리자(130)는 아래의 단계들(510, 520 및 530)을 수행할 수 있다.If the execution of an automatic scale with the action-type of the request being scale-in is requested, the VNF manager 130 may perform the following steps 510, 520, and 530.

단계(510)에서, VNF 관리자(130)는 서버에서 스케일-인의 대상인 VM을 삭제할 수 있다. 스케일-인의 대상인 VM은 하나 이상의 서버들(150)에서 동작하는 VM(들) 중 하나일 수 있다.At step 510, the VNF manager 130 may delete the VM that is the subject of the scale-in at the server. The VM that is the subject of the scale-in may be one of the VMs (s) running on one or more servers 150. [

자동 스케일의 요청의 액션-타입이 스케일-인 경우, VNF 관리자(130)는 NFV 기반 통신 네트워크의 하나 이상의 서버들(150) 중 스케일-인의 대상인 VM을 갖는 서버에서 상기의 VM을 삭제할 수 있다.If the action-type of the request of the autoscale is scale-on, the VNF manager 130 may delete the VM from the server having the VM that is the subject of scale-in among the one or more servers 150 of the NFV-based communication network.

예를 들면, VNF 관리자(130)는 스케일-인의 대상인 VM을 삭제하도록 가상 인프라 관리자(140)에게 요청할 수 있고, 가상 인프라 관리자(140)는 스케일-인의 대상인 VM을 삭제할 수 있다.For example, the VNF manager 130 may request the virtual infrastructure manager 140 to delete the VM that is the target of the scale-in, and the virtual infrastructure manager 140 may delete the VM that is the target of the scale-in.

단계(520)에서, VM의 삭제 후, VNF 관리자(130)는 자원 관리 정책에 위배되는 경우가 존재하는지 여부를 검사할 수 있다. 자원 관리 정책에 위배되는 경우가 존재할 경우 단계(530)가 수행될 수 있다. 자원 관리 정책에 위배되는 경우가 존재하지 않는 경우 절차가 종료할 수 있다.In step 520, after deletion of the VM, the VNF manager 130 may check whether there is a violation of the resource management policy. If there is a violation of the resource management policy, step 530 may be performed. If there is no case that violates the resource management policy, the procedure may be terminated.

예를 들면, 자원 관리 정책 중 "에너지 효율성"이 "온(on)"으로 설정된 경우, 에너지 효율성의 최대화가 이루어져야 할 수 있다. "에너지 효율성"에 따라, 하나 이상의 서버들(150)들 중 가능한 최소의 서버(들)만이 동작하고, 하나 이상의 서버들(150)들 중 나머지의 서버(들)은 슬립 모드로 전환하여야 할 수 있다. 예를 들면, 한 서버의 모든 VM들이 다른 서버로 이동될 수 있다면, 슬립 모드로 전환될 수 있는 서버가 VM을 실행하고 있는 것이므로, "에너지 효율성"의 자원 관리 정책이 위반된 것일 수 있다.For example, if "energy efficiency" in the resource management policy is set to "on, " energy efficiency may have to be maximized. Depending on the "energy efficiency", only the smallest server (s) of the one or more servers 150 will operate and the remaining server (s) of the one or more servers 150 have. For example, if all the VMs of a server can be moved to another server, the resource management policy of "energy efficiency" may be violated because the server that can switch to sleep mode is running the VM.

단계(530)에서, VNF 관리자(130)는 자원 관리 정책에 위배되는 경우에 대한 통지를 할 수 있다. 자동 스케일의 수행의 결과가 자원 관리 정책에 위배되는 경우가 존재하면, VNF 관리자(130)는 자원 관리 정책에 위배되는 경우에 대한 통지를 할 수 있다.At step 530, the VNF manager 130 may notify of a violation of the resource management policy. If there is a case where the result of the automatic scale execution is in violation of the resource management policy, the VNF manager 130 can notify of the violation of the resource management policy.

또는, VNF 관리자(130)는 자원 관리 정책에 대한 위배가 발생하였음을 나타내는 정보를 출력할 수 있다. 예를 들면, VNF 관리자(130)는 스케일-인의 대상인 VM을 서버에서 삭제한 후, 상기의 서버의 다른 VM들을 다른 VM(들)로 이동시키고, 상기의 서버를 슬립 모드로 전환하는 것이 가능하다는 것을 출력할 수 있다. 예를 들면, 출력은 팝업 창의 메시지의 형태로 이루어질 수 있다.Alternatively, the VNF manager 130 may output information indicating that a violation of the resource management policy has occurred. For example, the VNF manager 130 may delete the VM that is the subject of the scale-in from the server, move the other VMs of the server to the other VM (s), and switch the server to the sleep mode Can be output. For example, the output may be in the form of a message in a pop-up window.

통지 이후, VNF 관리자(130)는 자원 관리 정책에 대한 위배를 해결할 수 있다. 예를 들면, 자원 관리 정책 중 "에너지 효율성"이 "온"으로 설정된 경우, VNF 관리자(130는 "에너지 효율성"을 최대화시키기 위해 서버의 VM이 삭제된 후, 상기의 서버의 다른 VM들을 다른 서버로 이동시킬 수 있고, 다른 VM들이 다른 서버로 이동된 후 상기의 서버를 슬립 모드로 전환시킬 수 있다.After the notification, the VNF manager 130 may resolve the violation of the resource management policy. For example, if "energy efficiency" in the resource management policy is set to "on ", the VNF manager 130 deletes the VM of the server to maximize & , And can switch the server to the sleep mode after the other VMs are moved to another server.

VNF 관리자(130)는 자원 관리 정책에 대한 위배를 해결하기 위한 요청을 가상 인프라 관리자(140)로 전송할 수 있다. 예를 들면, VNF 관리자(130)는 VM의 이동을 가상 인프라 관리자(140)에게 요청할 수 있고, 서버를 슬립 모드로 전환시킬 것을 가상 인프라 관리자(140)에게 요청할 수 있다. 가상 인프라 관리자(140)는 자원 관리 정책에 대한 위배를 해결하기 위한 동작을 수행할 수 있다.
The VNF manager 130 may send a request to the virtual infrastructure manager 140 to resolve the violation of the resource management policy. For example, the VNF manager 130 may request the virtual infrastructure manager 140 to move the VM and request the virtual infrastructure manager 140 to switch the server to the sleep mode. The virtual infrastructure manager 140 may perform an operation for resolving the violation of the resource management policy.

도 6은 일 예에 따른 스케일-아웃인에 대한 처리를 설명한다.FIG. 6 illustrates a process for a scale-out in according to an example.

요청의 액션-타입이 스케일-아웃인 자동 스케일의 수행이 요청된 경우, VNF 관리자(130)는 아래의 단계들(610, 620, 630, 640 및 650)을 수행할 수 있다.If the execution of an automatic scale with the action-type of the request being a scale-out is requested, the VNF manager 130 may perform the following steps 610, 620, 630, 640 and 650.

단계(610)에서, 자동 스케일의 요청의 액션-타입이 스케일 아웃인 경우, VNF 관리자(130)는 자원 관리 정책을 반영하여 하나 이상의 서버들(150)들 중 VM을 생성할 서버를 결정할 수 있다.In step 610, if the action-type of the request for automatic scaling is a scale-out, the VNF manager 130 may determine a server of the one or more servers 150 to generate a VM by reflecting the resource management policy .

단계(620)에서, VNF 관리자(130)는 하나 이상의 서버들(150) 중 자원 관리 정책에 위배되지 않는 서버가 존재하지 않는지 여부를 검사할 수 있다. 자원 관리 정책에 위배되지 않는 서버가 존재하지 않는 경우, 단계(610)에서는 VM을 생성할 서버가 결정되지 못했을 수 있다. 자원 관리 정책에 위배되지 않는 서버가 존재할 경우, 단계(610)에서 자원 관리 정책에 위배되지 않는 것으로 판단된 서버가 VM가 생성될 서버로서 결정될 수 있다.At step 620, the VNF manager 130 may check whether one or more of the servers 150 do not violate the resource management policy. If there is no server that does not violate the resource management policy, then in step 610 the server to create the VM may not have been determined. If there is a server that does not violate the resource management policy, the server determined to not violate the resource management policy in step 610 may be determined as a server in which the VM is to be created.

자원 관리 정책에 위배되지 않는 서버가 경우가 존재하지 않을 경우 단계(630)가 수행될 수 있다. 자원 관리 정책에 위배되지 않는 서버가 존재할 경우 단계(640)가 수행될 수 있다.If there is no server that does not violate the resource management policy, step 630 may be performed. If there is a server that does not violate the resource management policy, step 640 may be performed.

단계(630)에서, 자원 관리 정책에 위배되지 않는 서버가 존재하지 않는 경우, VNF 관리자(130)는 자원 관리 정책에 위배되지 않는 서버가 존재하지 않는다는 것을 통지할 수 있다.In step 630, if there is no server that does not violate the resource management policy, the VNF manager 130 may notify that there is no server that does not violate the resource management policy.

또는, VNF 관리자(130)는 자원 관리 정책에 대한 위배되지 않는 서버가 존재하지 않고, VM이 생성되지 못한다는 것을 나타내는 정보를 출력할 수 있다. 예를 들면, 출력은 팝업 창의 메시지의 형태로 이루어질 수 있다.Alternatively, the VNF manager 130 may output information indicating that there is no server that is not in violation of the resource management policy, and that the VM can not be created. For example, the output may be in the form of a message in a pop-up window.

단계(640)에서, VNF 관리자(130)는 스케일-아웃에 상응하는 가상 자원을 할당할 수 있다. VNF 관리자(130)는 스케일-아웃에 상응하는 가상 자원의 할당을 위해, 가상 자원의 요청을 가상 인프라 관리자(140)로 전송할 수 있다. 가상 인프라 관리자(140)는 가상 자원을 할당할 수 있다.In step 640, the VNF manager 130 may allocate a virtual resource corresponding to a scale-out. The VNF manager 130 may transmit a request for a virtual resource to the virtual infrastructure manager 140 in order to allocate a virtual resource corresponding to the scale-out. The virtual infrastructure manager 140 can allocate virtual resources.

단계(650)에서, VNF 관리자(130)는 결정된 서버에서 VM을 생성할 수 있다. VNF 관리자(130)는 스케일-아웃에 따른 VM의 생성의 요청을 가상 인프라 관리자(140)로 전송할 수 있다. 여기에서, VM의 생성은 VM의 이미지의 생성을 의미할 수 있다. 가상 인프라 관리자(140)는 VM을 생성할 수 있다.
At step 650, the VNF manager 130 may create a VM at the determined server. The VNF manager 130 may transmit a request for creation of a VM according to the scale-out to the virtual infrastructure manager 140. [ Here, generation of a VM may mean generation of an image of the VM. The virtual infrastructure manager 140 can create a VM.

도 7은 일 예에 따른 스케일-업에 대한 처리를 설명한다.FIG. 7 illustrates a process for scale-up according to an example.

요청의 액션-타입이 스케일-업인 자동 스케일의 수행이 요청된 경우, VNF 관리자(130)는 아래의 단계들(710, 720 및 730)을 수행할 수 있다.If the action-type of the request is requested to perform an auto-scale that is scale-up, the VNF manager 130 may perform the following steps 710, 720, and 730.

단계(710)에서, 자동 스케일의 요청의 액션-타입이 스케일-업인 경우, VNF 관리자(130)는 서버에서 스케일-업의 대상인 VM의 용량을 증가시킬 수 있다. 스케일-업의 대상인 VM은 하나 이상의 서버들(150)에서 동작하는 VM(들) 중 하나일 수 있다.In step 710, if the action-type of the request of automatic scale is scale-up, the VNF manager 130 may increase the capacity of the VM that is the object of the scale-up in the server. The VM that is the subject of the scale-up may be one of the VMs (s) running on one or more servers 150. [

예를 들면, VNF 관리자(130)는 스케일-업의 대상인 VM의 용량을 증가시키도록 가상 인프라 관리자(140)에게 요청할 수 있고, 인프라 관리자(140)는 스케일-업의 대상인 VM의 용량을 증가시킬 수 있다.For example, the VNF manager 130 may request the virtual infrastructure manager 140 to increase the capacity of the VM that is the subject of the scale-up, and the infrastructure manager 140 may increase the capacity of the VM that is the subject of the scale- .

단계(720)에서, VM의 용량의 증가 후, VNF 관리자(130)는 자원 관리 정책에 위배되는 경우가 존재하는지 여부를 검사할 수 있다. 자원 관리 정책에 위배되는 경우가 존재할 경우 단계(730)가 수행될 수 있다. 자원 관리 정책에 위배되는 경우가 존재하지 않는 경우 절차가 종료할 수 있다.At step 720, after increasing the capacity of the VM, the VNF manager 130 may check whether there is a violation of the resource management policy. If there is a violation of the resource management policy, step 730 may be performed. If there is no case that violates the resource management policy, the procedure may be terminated.

단계(730)에서, VNF 관리자(130)는 자원 관리 정책에 위배되는 경우에 대한 통지를 할 수 있다.At step 730, the VNF manager 130 may notify of a violation of the resource management policy.

또는, VNF 관리자(130)는 스케일-업의 대상인 VM의 용량을 증가시킴에 따라 자원 관리 정책에 대한 위배가 발생하였음을 나타내는 정보를 출력할 수 있다.Alternatively, the VNF manager 130 may output information indicating that a violation of the resource management policy has occurred, by increasing the capacity of the VM that is the object of scale-up.

통지 이후, VNF 관리자(130)는 자원 관리 정책에 대한 위배를 해결할 수 있다. VNF 관리자(130)는 자원 관리 정책에 대한 위배를 해결하기 위한 요청을 가상 인프라 관리자(140)로 전송할 수 있다. 가상 인프라 관리자(140)는 자원 관리 정책에 대한 위배를 해결하기 위한 동작을 수행할 수 있다.
After the notification, the VNF manager 130 may resolve the violation of the resource management policy. The VNF manager 130 may send a request to the virtual infrastructure manager 140 to resolve the violation of the resource management policy. The virtual infrastructure manager 140 may perform an operation for resolving the violation of the resource management policy.

도 8은 일 예에 따른 스케일-다운에 대한 처리를 설명한다.FIG. 8 illustrates a process for scale-down according to an example.

요청의 액션-타입이 스케일-다운인 자동 스케일의 수행이 요청된 경우, VNF 관리자(130)는 아래의 단계들(810, 820 및 830)을 수행할 수 있다.If the execution of an automatic scale with the action-type of the request being scale-down is requested, the VNF manager 130 may perform the following steps 810, 820, and 830.

단계(810)에서, 자동 스케일의 요청의 액션-타입이 스케일-다운인 경우, VNF 관리자(130)는 서버에서 스케일-다운의 대상인 VM의 용량을 감소시킬 수 있다. 스케일-다운의 대상인 VM은 하나 이상의 서버들(150)에서 동작하는 VM(들) 중 하나일 수 있다.In step 810, if the action-type of the request of automatic scale is scale-down, the VNF manager 130 may reduce the capacity of the VM that is the object of the scale-down in the server. The VM that is the subject of the scale down may be one of the VM (s) operating in one or more servers 150. [

예를 들면, VNF 관리자(130)는 스케일-다운의 대상인 VM의 용량을 감소시키도록 가상 인프라 관리자(140)에게 요청할 수 있고, 인프라 관리자(140)는 스케일-다운의 대상인 VM의 용량을 감소시킬 수 있다.For example, the VNF manager 130 may request the virtual infrastructure manager 140 to reduce the capacity of the VM that is the object of the scale-down, and the infrastructure manager 140 may reduce the capacity of the VM that is the object of the scale- .

단계(820)에서, VM의 용량의 감소 후, VNF 관리자(130)는 자원 관리 정책에 위배되는 경우가 존재하는지 여부를 검사할 수 있다. 자원 관리 정책에 위배되는 경우가 존재할 경우 단계(830)가 수행될 수 있다. 자원 관리 정책에 위배되는 경우가 존재하지 않는 경우 절차가 종료할 수 있다.At step 820, after a decrease in the capacity of the VM, the VNF manager 130 may check whether there is a violation of the resource management policy. If there is a violation of the resource management policy, step 830 may be performed. If there is no case that violates the resource management policy, the procedure may be terminated.

단계(830)에서, VNF 관리자(130)는 자원 관리 정책에 위배되는 경우에 대한 통지를 할 수 있다.At step 830, the VNF manager 130 may notify of a violation of the resource management policy.

또는, VNF 관리자(130)는 스케일-다운의 대상인 VM의 용량을 감소시킴에 따라 자원 관리 정책에 대한 위배가 발생하였음을 나타내는 정보를 출력할 수 있다.Alternatively, the VNF manager 130 may output information indicating that a violation of the resource management policy has occurred, by decreasing the capacity of the VM that is the object of the scale-down.

통지 이후, VNF 관리자(130)는 자원 관리 정책에 대한 위배를 해결할 수 있다. VNF 관리자(130)는 자원 관리 정책에 대한 위배를 해결하기 위한 요청을 가상 인프라 관리자(140)로 전송할 수 있다. 가상 인프라 관리자(140)는 자원 관리 정책에 대한 위배를 해결하기 위한 동작을 수행할 수 있다.
After the notification, the VNF manager 130 may resolve the violation of the resource management policy. The VNF manager 130 may send a request to the virtual infrastructure manager 140 to resolve the violation of the resource management policy. The virtual infrastructure manager 140 may perform an operation for resolving the violation of the resource management policy.

아래에서는, 도 9, 도 11 및 도 12를 참조하여 스케일-아웃에 대한 처리의 일 예가 설명된다.Hereinafter, an example of the process for scale-out will be described with reference to Figs. 9, 11, and 12. Fig.

도 9는 일 예에 따른 자원 관리 정책을 도시한다.FIG. 9 illustrates a resource management policy according to an example.

도 9에서는, 자원 관리 정책의 내용이 도시되었다. 예를 들면, 자원 관리 정책은, 1) "에너지 효율성(energy efficiency)"의 최대화의 적용 여부, 2) "CPU 부하(CPU load)"의 제한 및 3) "각 서버의 VM들의 최대 개수"의 제한을 나타낼 수 있다.In FIG. 9, the contents of the resource management policy are shown. For example, the resource management policy can be defined as: 1) whether or not the maximization of "energy efficiency" is applied, 2) a limitation of "CPU load", and 3) "maximum number of VMs of each server" Limitations may be indicated.

도 9의 첫 번째 줄에서, "에너지 효율성(energy efficiency)"은 "온"으로 설정되었다. "에너지 효율성"의 정책은 NFV 기반 통신 네트워크의 운용에 있어서 에너지 효율성의 최대화를 고려할 지 여부를 나타낼 수 있다.In the first line of Figure 9, the "energy efficiency" was set to "on. &Quot; The policy of "energy efficiency" can indicate whether to consider maximizing energy efficiency in the operation of NFV-based communication networks.

"에너지 효율성"이 "온"으로 설정된 것은 NFV 기반 통신 네트워크의 운용에 있어서 에너지 효율성이 최대화되어야 한다는 것을 의미할 수 있다. "에너지 효율성"이 "오프(OFF)"로 설정된 것은 NFV 기반 통신 네트워크의 운용에 있어서 에너지 효율성의 최대화가 강제되지 않아도 된다는 것을 의미할 수 있다.Setting "energy efficiency" to "on" may mean that energy efficiency should be maximized in the operation of NFV-based communication networks. Setting "energy efficiency" to " OFF "may mean that the maximization of energy efficiency in the operation of the NFV-based communication network does not have to be enforced.

도 9의 두 번째 줄에서, "CPU 부하(CPU load)"는 60%의 이하로 설정되었다. "CPU 부하"는 하나 이상의 서버들(150)의 각 서버의 CPU의 부하의 범위를 나타낼 수 있다. 예를 들면, 도 9의 두 번째 줄에 따르면, NFV 기반 통신 네트워크의 운용에 있어서 각 서버는 각 서버의 CPU의 부하가 60%의 이하가 되도록 운영될 수 있다In the second line of FIG. 9, the "CPU load" is set to less than 60%. The "CPU load" may represent a range of load of the CPU of each server of the one or more servers (150). For example, according to the second line of FIG. 9, in the operation of the NFV-based communication network, each server can be operated so that the load of the CPU of each server is less than 60%

도 9의 세 번째 줄에서, "각 서버의 VM들의 최대 개수(Maximum VM numbers in each server)"는 5로 설정되었다. "각 서버의 VM들의 최대 개수"는 하나 이상의 서버들(150)의 각 서버에게 허용된 VM들의 최대 값을 나타낼 수 있다. 말하자면, 도 9의 세 번째 줄에 따르면, NFV 기반 통신 네트워크의 운용에 있어서 각 서버에서 동작하는 VM들은 최대 5개로 제한될 수 있다.
In the third line of FIG. 9, "the maximum number of VMs in each server" The "maximum number of VMs for each server" may represent the maximum value of VMs allowed for each server of one or more servers 150. [ That is to say, according to the third line of FIG. 9, in the operation of the NFV-based communication network, the number of VMs operating in each server can be limited to a maximum of five.

도 10은 일 예에 따른 하나 이상의 서버들의 서버 자원 상태를 나타낸다.10 illustrates server resource status of one or more servers according to an example.

서버 자원 상태는 하나 이상의 서버들(150)이 하나 이상의 서버들(150)의 자원을 활용하는 상태를 나타낼 수 있다.The server resource state may indicate a state in which one or more servers 150 utilize the resources of one or more servers 150.

하나 이상의 서버들(150)의 서버 자원 상태는 하나 이상의 서버들(150)의 각 서버의 1) 식별자, 2) CPU 부하 및 3) VM들의 개수를 포함할 수 있다.The server resource state of one or more servers 150 may include 1) an identifier of each server of one or more servers 150, 2) a CPU load, and 3) the number of VMs.

예를 들면, 도 10에서, 하나 이상의 서버들(150) 중 제1 서버의 CPU 부하는 60%이고, 제1 서버는 4개의 VM들을 갖는 것으로 도시되었다.
For example, in FIG. 10, the CPU load of the first of the one or more servers 150 is 60%, and the first server is shown having four VMs.

도 11은 일 예에 따른 스케일-아웃에 대한 처리를 설명한다.FIG. 11 illustrates a process for scale-out according to an example.

단계(1110)은 도 6을 참조하여 전술된 단계(610)에 대응할 수 있다.Step 1110 may correspond to step 610 described above with reference to FIG.

단계(1110)에서, VNF 관리자(130)는 자원 관리 정책을 반영하여 하나 이상의 서버들(150) 중 스케일-아웃의 대상인 서버의 선택을 수행할 수 있다. 스케일-아웃의 대상인 서버는 VM을 설정할 서버를 의미할 수 있다.In step 1110, the VNF manager 130 may perform a selection of a server that is the target of the scale-out of one or more servers 150 by reflecting the resource management policy. A server that is the target of the scale-out may be a server to which a VM is to be set.

단계(1110)는 단계들(1111, 1112, 1113 및 1114)을 포함할 수 있다.Step 1110 may include steps 1111, 1112, 1113, and 1114.

단계들(1111, 1112 및 1113)에서, VNF 관리자(130)는 하나 이상의 서버들(150) 중 자원 관리 정책이 나타내는 하나 이상의 정책들의 각 정책을 충족시키지 못하는 서버를 선택의 대상에서 제외할 수 있다.In steps 1111, 1112, and 1113, the VNF manager 130 may exclude a server that does not meet each policy of one or more of the policies represented by the resource management policy of the one or more servers 150 .

자원 관리 정책은 "에너지 효율성"의 정책, "CPU 부하"의 정책 및 "VM의 최대 개수"의 정책을 포함할 수 있다.The resource management policy may include a policy of "energy efficiency", a policy of "CPU load" and a policy of "maximum number of VM".

단계(1111)에서, VNF 관리자(130)는 하나 이상의 서버들(150) 중 "에너지 효율성"의 정책을 충족시키지 못하는 서버를 선택의 대상에서 제외할 수 있다.In step 1111, the VNF manager 130 may exclude a server that does not meet the policy of "energy efficiency" among the one or more servers 150 from the selection.

도 9를 참조하면, "에너지 효율성"은 "온"으로 설정되었다. "에너지 효율성"의 정책의 설정에 따라, VNF 관리자(130)는 하나 이상의 서버들(150) 중 "에너지 효율성"을 최대화한다는 정책을 충족시키지 못하는 서버를 선택의 대상에서 제외할 수 있다.Referring to Fig. 9, "energy efficiency" is set to "on ". According to the setting of the "energy efficiency" policy, the VNF manager 130 may exclude servers that do not meet the policy of maximizing "energy efficiency" among one or more servers 150.

현재 VM을 가지고 있지 않은 서버에서 새로운 VM이 생성되는 경우, 서버는 슬립 모드에서 활성(active) 모드로 전환될 수 있다. 서버의 모드가 전환되면, 서버는 슬립 모드로 있었을 때 보다 더 많은 에너지를 소비할 수 있다. 말하자면, (VM을 생성할 수 있는 다른 서버가 존재할 때) VM을 가지고 있지 않은 서버에서 새로운 VM이 생성되는 것은 "에너지 효율성"의 정책에 위배될 수 있다. 이러한 이유에 따라, VNF 관리자(130)는 하나 이상의 서버들(150) 중 VM을 가지고 있지 않은 서버를 선택의 대상에서 제외할 수 있다. 예를 들면, 도 10에 따르면, VM을 하나도 가지고 있지 않은 제5 서버는 선택의 대상에서 제외될 수 있다.If a new VM is created on a server that does not currently have a VM, the server can transition from sleep mode to active mode. When the mode of the server is switched, the server can consume more energy than when it was in sleep mode. In other words, creating a new VM on a server that does not have a VM (when there are other servers that can create VMs) may violate the "energy efficiency" policy. For this reason, the VNF manager 130 may exclude a server that does not have a VM among one or more servers 150 from being selected. For example, according to FIG. 10, a fifth server that does not have any VMs can be excluded from the selection.

단계(1112)에서, VNF 관리자(130)는 하나 이상의 서버들(150) 중 "CPU 부하"의 정책을 충족시키지 못하는 서버를 선택의 대상에서 제외할 수 있다.At step 1112, the VNF manager 130 may exclude servers that do not meet the "CPU load" policy of one or more of the servers 150 from the selection.

도 9를 참조하면, "CPU 부하"는 60%의 이하로 설정되었다. "CPU 부하"의 정책의 설정에 따라, VNF 관리자(130)는 하나 이상의 서버들(150) 중 VM의 생성으로 인해 "CPU 부하"의 정책을 충족시키지 못하게 될 서버를 선택의 대상에서 제외할 수 있다.Referring to Fig. 9, "CPU load" is set to 60% or less. In accordance with the setting of the "CPU load" policy, the VNF manager 130 can exclude a server from being selected that will not satisfy the "CPU load & have.

현재 VM을 가지고 있지 않은 서버에서 새로운 VM이 생성되는 경우, 서버의 "CPU 부하"는 상승할 수 있다. 이러한 이유에 따라, VNF 관리자(130)는 하나 이상의 서버들(150) 중 "CPU 부하"가 기준 값(threshold value) 이상인 서버를 선택의 대상에서 제외할 수 있다. 예를 들면, 기준 값은 "CPU 부하"의 설정에 의한 최대 값일 수 있다. 또는, 기준 값은 "CPU 부하"의 설정에 의한 최대 값에서 기정의된 값을 뺀 값일 수 있다. 기정의된 값은 VM의 생성으로 인한 CPU 부하의 증가 값의 예상 값일 수 있다. 예를 들면, 도 10에 따르면, 이미 CPU 부하가 최대 값인 60%에 도달한 제1 서버 및 제4 서버는 선택의 대상에서 제외될 수 있다.If a new VM is created on a server that does not currently have a VM, the "CPU load" of the server may increase. For this reason, the VNF manager 130 may exclude a server whose one or more servers 150 has a "CPU load" equal to or greater than a threshold value. For example, the reference value may be a maximum value by setting the "CPU load ". Alternatively, the reference value may be a value obtained by subtracting the predetermined value from the maximum value by the setting of "CPU load ". The default value may be an estimate of the incremental value of the CPU load due to the creation of the VM. For example, according to Fig. 10, the first server and the fourth server, which have already reached the maximum value of 60% of the CPU load, can be excluded from selection.

단계(1113)에서, VNF 관리자(130)는 하나 이상의 서버들(150) 중 "각 서버의 VM들의 최대 개수"의 정책을 충족시키지 못하는 서버를 선택의 대상에서 제외할 수 있다.In step 1113, the VNF manager 130 may exclude servers that do not meet the policy of "the maximum number of VMs on each server" of one or more servers 150.

도 9를 참조하면, "각 서버의 VM들의 최대 개수"는 5로 설정되었다. "각 서버의 VM들의 최대 개수"의 정책의 설정에 따라, VNF 관리자(130)는 하나 이상의 서버들(150) 중 VM의 생성으로 인해 "각 서버의 VM들의 최대 개수"의 정책을 충족시키지 못하게 될 서버를 선택의 대상에서 제외할 수 있다. 말하자면, VNF 관리자(130)는 하나 이상의 서버들(150) 중 VM의 개수가 이미 "각 서버의 VM들의 최대 개수"에 도달한 서버를 선택의 대상에서 제외할 수 있다. 예를 들면, 도 10에 따르면, 이미 5개의 VM들을 가진 제2 서버는 선택의 대상에서 제외될 수 있다.Referring to FIG. 9, "the maximum number of VMs of each server" According to the setting of the "maximum number of VMs in each server" policy, the VNF manager 130 can not satisfy the policy of "maximum number of VMs in each server" You can exclude a server from being selected. That is to say, the VNF manager 130 may exclude a server from which the number of VMs among the one or more servers 150 has already reached "the maximum number of VMs of each server ". For example, according to Fig. 10, a second server already having five VMs can be excluded from selection.

도 9를 참조하면, 단계들(1111, 1112 및 1113)을 통해 제1 서버, 제2 서버, 제4 서버 및 제5 서버가 선택의 대상에서 제외될 수 있다.Referring to FIG. 9, the first server, the second server, the fourth server, and the fifth server may be excluded from the selection through steps 1111, 1112, and 1113.

단계들(1111, 1112 및 1113)의 순서는 단지 예시적인 것이고, 단계들(1111, 1112 및 1113)의 순서는 서로 바뀔 수 있다.The order of steps 1111, 1112, and 1113 is merely exemplary, and the order of steps 1111, 1112, and 1113 may be interchanged.

단계(1114)에서, VNF 관리자(130)는 하나 이상의 서버들(150) 중 자원 관리 정책이 나타내는 하나 이상의 정책들을 충족시키는 서버를 선택할 수 있다. VNF 관리자(130)는 하나 이상의 서버들(150) 중 자원 관리 정책이 나타내는 하나 이상의 정책들의 각 정책에 의해 선택에서 제외된 서버 외의 나머지의 서버 중 스케일-아웃의 대상인 서버의 선택을 수행할 수 있다. 예를 들면, VNF 관리자(130)는 하나 이상의 서버들(150) 중 단계들(1111, 1112 및 1113)에서 제외되지 않은 제3 서버를 선택할 수 있다.In step 1114, the VNF manager 130 may select a server that meets one or more of the policies indicated by the resource management policy of the one or more servers 150. [ The VNF manager 130 may perform the selection of a server that is the target of the scale-out among the remaining servers other than the server that is excluded from the selection by each policy of one or more policies indicated by the resource management policy among the one or more servers 150 . For example, the VNF manager 130 may select a third server that is not excluded from the steps 1111, 1112, and 1113 of the one or more servers 150.

전술된 단계들(1110, 1111, 1112, 1113 및 1114)의 내용은 스케일-아웃 외의 다른 자동 스케일에 대해서도 서버를 선택함에 있어서 적용될 수 있다.The contents of the above-described steps 1110, 1111, 1112, 1113, and 1114 may be applied in selecting a server for other automatic scales other than scale-out.

단계(1120)에서, VNF 관리자(130)는 가상 자원의 할당의 요청을 가상 인프라 관리자(140)로 전송할 수 있다.In step 1120, the VNF manager 130 may send a request for allocation of virtual resources to the virtual infrastructure manager 140.

가상 자원의 할당의 요청은 새로운 VNF가 요구하는 가상 자원을 선택된 서버에게 할당해줄 것을 나타내는 요청일 수 있다.The request for allocation of the virtual resource may be a request indicating that the virtual resource requested by the new VNF is allocated to the selected server.

여기에서, 새로운 VNF가 요구하는 가상 자원은 VDU 디스크립터(descriptor)에서 정의된 가상 자원일 수 있다. VNF 관리자(130)는 VDU 식별자를 사용하여 VDU 디스크립터에 의해 정의된 가상 자원을 확인할 수 있다.Here, the virtual resource required by the new VNF may be a virtual resource defined in the VDU descriptor. The VNF manager 130 can identify the virtual resource defined by the VDU descriptor using the VDU identifier.

VDU 식별자는 도 4를 참조하여 전술된 단계(420)에서 획득될 수 있다.The VDU identifier may be obtained in step 420 described above with reference to FIG.

가상 인프라 관리자(140)는 VNF 관리자(130)로부터 가상 자원의 할당의 요청을 수신할 수 있다. 가상 인프라 관리자(140)는 새로운 VNF가 요구하는 가상 자원을 할당할 수 있다.The virtual infrastructure manager 140 may receive a request for allocation of a virtual resource from the VNF manager 130. [ The virtual infrastructure manager 140 can allocate the virtual resources required by the new VNF.

단계(1120)는 도 6을 참조하여 전술된 단계(640)에 대응할 수 있다.Step 1120 may correspond to step 640 described above with reference to FIG.

단계(1130)에서, VNF 관리자(130)는 VNF의 생성의 요청을 가상 인프라 관리자(140)로 전송할 수 있다. 가상 인프라 관리자(140)는 VNF 관리자(130)로부터 VNF의 생성의 요청을 수신할 수 있다. 가상 인프라 관리자(140)는 VNF를 생성할 수 있다.In step 1130, the VNF manager 130 may send a request for creation of a VNF to the virtual infrastructure manager 140. The virtual infrastructure manager 140 may receive a request to create a VNF from the VNF manager 130. [ The virtual infrastructure manager 140 may generate the VNF.

또한, 단계(1130)에서, VNF 관리자(130)는 VNF의 동작을 위해 요구되는 정보의 셋팅을 수행할 수 있다. 예를 들면, VNF의 동작을 위해 요구되는 정보는 아이피(IP) 및 포트(port) 번호를 포함할 수 있다.Also, at step 1130, the VNF manager 130 may perform the setting of the information required for operation of the VNF. For example, the information required for operation of the VNF may include an IP and a port number.

단계(1130)는 도 6을 참조하여 전술된 단계(650)에 대응할 수 있다.
Step 1130 may correspond to step 650 described above with reference to FIG.

도 12는 일 실시예에 따른 상태 정보의 제공 방법의 흐름도이다.12 is a flowchart of a method of providing status information according to an embodiment.

단계들(1210 및 1222)는 도 4를 참조하여 전술된 단계(450)가 수행된 후에 수행될 수 있다. 말하자면, 일 실시예에 따른 자동 스케일 방법은 도 4를 참조하여 전술된 단계들(410, 420, 430, 440 및 450)을 포함할 수 있고, 도 12를 참조하여 전술될 단계들(1210 및 1220)을 더 포함할 수 있다.Steps 1210 and 1222 may be performed after step 450 described above with reference to FIG. 4 is performed. In other words, the automatic scale method according to one embodiment may include the steps 410, 420, 430, 440, and 450 described above with reference to FIG. 4, and steps 1210 and 1220 ). ≪ / RTI >

단계(1210)에서, VNF(110), EM(111) 또는 OSS/BSS(112)는 스케일을 포함하는 VNF 라이프 사이클에 대한 처리 상태 정보의 요청을 VNF 관리자(130)로 전송할 수 있다. VNF 관리자(130)는 VNF(110), EM(111) 또는 OSS/BSS(112)로부터 처리 상태 정보의 요청을 수신할 수 있다.In step 1210, the VNF 110, the EM 111 or the OSS / BSS 112 may send a request for processing status information for the VNF lifecycle including the scale to the VNF manager 130. The VNF manager 130 may receive a request for processing status information from the VNF 110, the EM 111, or the OSS / BSS 112.

처리 상태 정보에 있어서, 스케일은 전술된 자동 스케일을 나타내거나, 자동 스케일의 결과를 나타낼 수 있다.In the processing state information, the scale may represent the above-described automatic scale, or may represent the result of the automatic scale.

단계(1220)에서, VNF 관리자(130)는 처리 상태 정보의 요청을 전송한 VNF(110), EM(111) 또는 OSS/BSS(112)로 처리 상태 정보를 전송할 수 있다.In step 1220, the VNF manager 130 may send processing status information to the VNF 110, the EM 111, or the OSS / BSS 112 that sent the request for processing status information.

처리 상태 정보는, 처리 중, 성공 및 실패 중 하나를 나타낼 수 있다. 여기에서, 처리 중, 성공 및 실패는 1) 도 4를 참조하여 전술된 단계(410)에서 요청된 자동 스케일이 아직 수행되고 있다는 것, 2) 상기의 자동 스케일의 수행이 성공하였다는 것 및 3) 상기의 자동 스케일의 수행이 실패하였다는 것을 각각 나타낼 수 있다.
The processing status information may indicate either during processing, success, or failure. Here, during processing, success and failure can be determined as follows: 1) the automatic scale requested in step 410 described above with reference to FIG. 4 is still being performed; 2) ) ≪ / RTI > may indicate that the performance of the automatic scale fails.

이상에서 설명된 장치는 하드웨어 구성요소, 소프트웨어 구성요소, 및/또는 하드웨어 구성요소 및 소프트웨어 구성요소의 조합으로 구현될 수 있다. 예를 들어, 실시예들에서 설명된 장치 및 구성요소는, 예를 들어, 프로세서, 콘트롤러, ALU(arithmetic logic unit), 디지털 신호 프로세서(digital signal processor), 마이크로컴퓨터, FPA(field programmable array), PLU(programmable logic unit), 마이크로프로세서, 또는 명령(instruction)을 실행하고 응답할 수 있는 다른 어떠한 장치와 같이, 하나 이상의 범용 컴퓨터 또는 특수 목적 컴퓨터를 이용하여 구현될 수 있다. 처리 장치는 운영 체제(OS) 및 상기 운영 체제 상에서 수행되는 하나 이상의 소프트웨어 애플리케이션을 수행할 수 있다. 또한, 처리 장치는 소프트웨어의 실행에 응답하여, 데이터를 접근, 저장, 조작, 처리 및 생성할 수도 있다. 이해의 편의를 위하여, 처리 장치는 하나가 사용되는 것으로 설명된 경우도 있지만, 해당 기술분야에서 통상의 지식을 가진 자는, 처리 장치가 복수 개의 처리 요소(processing element) 및/또는 복수 유형의 처리 요소를 포함할 수 있음을 알 수 있다. 예를 들어, 처리 장치는 복수 개의 프로세서 또는 하나의 프로세서 및 하나의 콘트롤러를 포함할 수 있다. 또한, 병렬 프로세서(parallel processor)와 같은, 다른 처리 구성(processing configuration)도 가능하다.The apparatus described above may be implemented as a hardware component, a software component, and / or a combination of hardware components and software components. For example, the apparatus and components described in the embodiments may be implemented within a computer system, such as, for example, a processor, a controller, an arithmetic logic unit (ALU), a digital signal processor, a microcomputer, a field programmable array (FPA) A programmable logic unit (PLU), a microprocessor, or any other device capable of executing and responding to instructions. The processing device may execute an operating system (OS) and one or more software applications running on the operating system. The processing device may also access, store, manipulate, process, and generate data in response to execution of the software. For ease of understanding, the processing apparatus may be described as being used singly, but those skilled in the art will recognize that the processing apparatus may have a plurality of processing elements and / As shown in FIG. For example, the processing unit may comprise a plurality of processors or one processor and one controller. Other processing configurations are also possible, such as a parallel processor.

소프트웨어는 컴퓨터 프로그램(computer program), 코드(code), 명령(instruction), 또는 이들 중 하나 이상의 조합을 포함할 수 있으며, 원하는 대로 동작하도록 처리 장치를 구성하거나 독립적으로 또는 결합적으로(collectively) 처리 장치를 명령할 수 있다. 소프트웨어 및/또는 데이터는, 처리 장치에 의하여 해석되거나 처리 장치에 명령 또는 데이터를 제공하기 위하여, 어떤 유형의 기계, 구성요소(component), 물리적 장치, 가상 장치(virtual equipment), 컴퓨터 저장 매체 또는 장치, 또는 전송되는 신호 파(signal wave)에 영구적으로, 또는 일시적으로 구체화(embody)될 수 있다. 소프트웨어는 네트워크로 연결된 컴퓨터 시스템 상에 분산되어서, 분산된 방법으로 저장되거나 실행될 수도 있다. 소프트웨어 및 데이터는 하나 이상의 컴퓨터 판독 가능 기록 매체에 저장될 수 있다.The software may include a computer program, code, instructions, or a combination of one or more of the foregoing, and may be configured to configure the processing device to operate as desired or to process it collectively or collectively Device can be commanded. The software and / or data may be in the form of any type of machine, component, physical device, virtual equipment, computer storage media, or device , Or may be permanently or temporarily embodied in a transmitted signal wave. The software may be distributed over a networked computer system and stored or executed in a distributed manner. The software and data may be stored on one or more computer readable recording media.

실시예에 따른 방법은 다양한 컴퓨터 수단을 통하여 수행될 수 있는 프로그램 명령 형태로 구현되어 컴퓨터 판독 가능 매체에 기록될 수 있다. 상기 컴퓨터 판독 가능 매체는 프로그램 명령, 데이터 파일, 데이터 구조 등을 단독으로 또는 조합하여 포함할 수 있다. 상기 매체에 기록되는 프로그램 명령은 실시예를 위하여 특별히 설계되고 구성된 것들이거나 컴퓨터 소프트웨어 당업자에게 공지되어 사용 가능한 것일 수도 있다. 컴퓨터 판독 가능 기록 매체의 예에는 하드 디스크, 플로피 디스크 및 자기 테이프와 같은 자기 매체(magnetic media), CD-ROM, DVD와 같은 광기록 매체(optical media), 플롭티컬 디스크(floptical disk)와 같은 자기-광 매체(magneto--tical media), 및 롬(ROM), 램(RAM), 플래시 메모리 등과 같은 프로그램 명령을 저장하고 수행하도록 특별히 구성된 하드웨어 장치가 포함된다. 프로그램 명령의 예에는 컴파일러에 의해 만들어지는 것과 같은 기계어 코드뿐만 아니라 인터프리터 등을 사용해서 컴퓨터에 의해서 실행될 수 있는 고급 언어 코드를 포함한다. 상기된 하드웨어 장치는 실시예의 동작을 수행하기 위해 하나 이상의 소프트웨어 모듈로서 작동하도록 구성될 수 있으며, 그 역도 마찬가지이다.The method according to an embodiment may be implemented in the form of a program command that can be executed through various computer means and recorded in a computer-readable medium. The computer-readable medium may include program instructions, data files, data structures, and the like, alone or in combination. The program instructions to be recorded on the medium may be those specially designed and configured for the embodiments or may be available to those skilled in the art of computer software. Examples of computer-readable media include magnetic media such as hard disks, floppy disks and magnetic tape; optical media such as CD-ROMs and DVDs; magnetic media such as floppy disks; Includes hardware devices that are specially configured to store and execute program instructions such as magneto-tical media and ROM, RAM, flash memory, and the like. Examples of program instructions include machine language code such as those produced by a compiler, as well as high-level language code that can be executed by a computer using an interpreter or the like. The hardware devices described above may be configured to operate as one or more software modules to perform the operations of the embodiments, and vice versa.

이상과 같이 실시예들이 비록 한정된 실시예와 도면에 의해 설명되었으나, 해당 기술분야에서 통상의 지식을 가진 자라면 상기의 기재로부터 다양한 수정 및 변형이 가능하다. 예를 들어, 설명된 기술들이 설명된 방법과 다른 순서로 수행되거나, 및/또는 설명된 시스템, 구조, 장치, 회로 등의 구성요소들이 설명된 방법과 다른 형태로 결합 또는 조합되거나, 다른 구성요소 또는 균등물에 의하여 대치되거나 치환되더라도 적절한 결과가 달성될 수 있다.  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. For example, it is to be understood that the techniques described may be performed in a different order than the described methods, and / or that components of the described systems, structures, devices, circuits, Lt; / RTI > or equivalents, even if it is replaced or replaced.

100: NFV 시스템
110: VNF
120: NFV 오케스트레이터
130: VNF 관리자
140: 가상 인프라 관리자
150: 하나 이상의 서버들
310: 가상 자원 정책 관리자
320: 모니터링 관리자
1
100: NFV system
110: VNF
120: NFV orchestrator
130: VNF Manager
140: Virtual Infrastructure Manager
150: one or more servers
310: Virtual Resource Policy Manager
320: Monitoring Manager
One

Claims (1)

가상 네트워크 기능에 대한 자동 스케일의 수행의 요청을 수신하는 단계; 및
자원 관리 정책 및 가상 네트워크 기능(Virtual Network Function; VNF) 기반 통신 네트워크의 구성 정보를 사용하여 상기 요청된 자동 스케일을 수행하는 단계
를 포함하는 자동 스케일 방법.
Receiving a request for performance of an automatic scale for a virtual network function; And
Performing the requested automatic scaling using configuration information of a resource management policy and a virtual network function (VNF) based communication network
/ RTI >
KR1020160078083A 2016-06-22 2016-06-22 Method, apparatus and system for providing auto scale KR20180000204A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020160078083A KR20180000204A (en) 2016-06-22 2016-06-22 Method, apparatus and system for providing auto scale

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020160078083A KR20180000204A (en) 2016-06-22 2016-06-22 Method, apparatus and system for providing auto scale

Publications (1)

Publication Number Publication Date
KR20180000204A true KR20180000204A (en) 2018-01-02

Family

ID=61004601

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020160078083A KR20180000204A (en) 2016-06-22 2016-06-22 Method, apparatus and system for providing auto scale

Country Status (1)

Country Link
KR (1) KR20180000204A (en)

Similar Documents

Publication Publication Date Title
US11960915B2 (en) Method and apparatus for creating virtual machine based on parameter information of a virtual network interface card
US11252220B2 (en) Distributed code execution involving a serverless computing infrastructure
RU2640724C1 (en) Method of troubleshooting process, device and system based on virtualization of network functions
US11294698B2 (en) Waiting a host determined specific amount of time before performing virtual network function migration
EP3313023B1 (en) Life cycle management method and apparatus
KR102199278B1 (en) Accelerated resource processing method and apparatus, and network function virtualization system
US10394477B2 (en) Method and system for memory allocation in a disaggregated memory architecture
US20170141944A1 (en) Verifier for network function virtualization resource allocation
KR101593463B1 (en) Native cloud computing via network segmentation
US20130019015A1 (en) Application Resource Manager over a Cloud
US9286448B2 (en) Enhanced software license management
KR20150054998A (en) Method and apparatus for automated deployment of geographically distributed applications within a cloud
US9979780B1 (en) Method and apparatus for selection between multiple candidate clouds for job processing
EP3584998B1 (en) Method for virtual machine capacity expansion and reduction and virtual management device
KR20170072552A (en) Method and apparatus for servicing container in cloud development
US9965308B2 (en) Automatic creation of affinity-type rules for resources in distributed computer systems
WO2021013185A1 (en) Virtual machine migration processing and strategy generation method, apparatus and device, and storage medium
JP7176633B2 (en) VIRTUALIZATION BASE CONTROL DEVICE, VIRTUALIZATION BASE CONTROL METHOD AND VIRTUALIZATION BASE CONTROL PROGRAM
CN114816665B (en) Hybrid arrangement system and virtual machine container resource hybrid arrangement method under super-fusion architecture
WO2017070963A1 (en) Method, apparatus, and system for deploying virtual resources
JP7115561B2 (en) ICT resource management device, ICT resource management method, and ICT resource management program
KR20180000204A (en) Method, apparatus and system for providing auto scale
KR102524540B1 (en) Apparatus and method for multi-cloud service platform
US11966768B2 (en) Apparatus and method for multi-cloud service platform
KR20180091308A (en) Method and apparatus for verifying nfv scaling