This disclosure relates in general to the field of computing and, more particularly, to virtualized network functions in serverless computing infrastructure.
Network functions virtualization (NFV) is enables network functions, e.g., routing, loadbalancing, firewalls, deep packet inspection, etc., to run on general-purpose hardware. In other words, network functions can be virtualized in the cloud having networked hardware resources (e.g., network, compute, and storage resources). Virtualization of network functions enables a network administrator to easily take network functions in and out of service, and even scale them up and down. Network functions can be created on demand, and orchestration engines are often available to manage the network functions. As a result, many enterprise networks have adopted NFV for implementing their networks to simply network operations and lower operational costs.
To provide a more complete understanding of the present disclosure and features and advantages thereof, reference is made to the following description, taken in conjunction with the accompanying figures, wherein like reference numerals represent like parts, in which:
One aspect of the disclosure relates to, among other things, a method for implementing virtualized network functions in a serverless computing system having networked hardware resources. An interface of the serverless computing system receives a specification for a network service including a virtualized network function (VNF) forwarding graph (FG). A mapper of the serverless computing system determines an implementation graph comprising edges and vertices based on the specification. A provisioner of the serverless computing system provisions a queue in the serverless computing system for each edge. The provisioner further provisions a function in the serverless computing system for each vertex, wherein, for at least one or more functions, each one of said at least one or more functions reads incoming messages from at least one queue. The serverless computing system processes data packets by the queues and functions in accordance with the VNF FG. The queues and functions processes data packets in accordance with the VNF FG.
In other aspects, apparatuses comprising means for carrying out one or more of the method steps are envisioned by the disclosure. As will be appreciated by one skilled in the art, aspects of the disclosure, in particular the functionality associated with modelling and deploying scalable micro services herein, may be embodied as a system, a method or a computer program product. Accordingly, aspects of the disclosure may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a “circuit,” “module” or “system.” Functions described in this disclosure may be implemented as an algorithm executed by a processor, e.g., a microprocessor, of a computer. Furthermore, aspects of the disclosure may take the form of a computer program product embodied in one or more computer readable medium(s) having computer readable program code embodied, e.g., stored, thereon.
Understanding Network Functions Virtualization
Network Functions Virtualization (NFV) applies to data plane packet processing and control plane functions in mobile and fixed networks.
In some cases, the NFVI 104 is multi-tenant and leverages virtualization technology. NFVI 104 can include (off-the-shelf) hardware resources 128 including hardware such as compute 130, storage 132, and network 134, and any accelerator components, if needed. The NFVI 104 can include a virtualization layer 120, which can abstract or virtualize the underlying hardware (hardware such as compute 130, storage 132, and network 134) from virtualized resources such as virtual compute 110, virtual storage 112, and virtual network 116. The VNFs 102 (e.g., VNF 108_1, 108_2, 108_3, . . . 108_N) can be implemented on top of the NFVI 104. A VNF represents software implementation of any network function that is capable of running on the NFVI, and the VNF can correspond to network nodes in traditional physical networks. Thus, VNFs provide existing networking functionality without any hardware dependency. In addition to VNFs 102 on top of NFVI 104, the VNFs may be managed by NFV Management and Orchestration (MANO) 106. While NFV offers quite a lot of flexibility for network administrators to provision and configure their networks (e.g., scaling has been made easy through virtualization), but the provisioning and configuring of the VNFs still requires a bit of work and time.
Understanding VNFs and Service Chaining
Networking services provided by NFV installations can be modeled as a Virtual Network Forwarding Graph (VNF FG), where nodes of the graph are VNFs and each edge is a logical connection between two VNFs.
The paths provide network paths for data or data flows to go through the VNF FG, such that the data or data flows can be processed by the network functions implemented in the VNFs. In some cases, the paths can be used as part of a service path for network service chaining, which may specify a specific service path for certain data or data flows to go through when the data or data flows enters the VNF FG, e.g., from PNFs 210 via a physical network logical interface. Network service chaining allows multiple service nodes to be included in a service path so that the packets that belong to a particular flow can travel through all the virtual service nodes in the service chain. Implementing network service chaining may involve encapsulating data packets of a data flow with a Network Service Header (NSH). Service chaining using NSH (referred herein as NSH Service Chaining), a service plane protocol, can create dynamic service chains. NSH Service Chaining allows administrators to place and dynamically add services anywhere in the network, and gives flexibility in the network for service provisioning. In common deployment models, Service Functions (SFs) are inserted into the data-forwarding path of peers communicating with each other. However, with the introduction of service chaining functionality, SFs are not required to be located on the direct data path, rather the network traffic is routed through required SFs, wherever they are deployed. The SFs may be implemented as VNFs. NSH Service Chaining allows traffic flows to be classified so that only the desired flows are passed to the service. Moreover, classification enables network traffic to be dynamically moved to different service functions and service function paths without the need for major configuration changes or topology rewiring.
Typically, NSH is added to network traffic, in the packet header, to create a dedicated service plane that is independent of the underlying transport control protocol. In general, NSH includes path identification information, which is needed to realize a service path (e.g., including any one of the paths seen in
Understanding Serverless Computing
Administrator having to provision the VNF FG or use VNFs to implement service chaining has to instantiate and configure each one of the VNFs and forwarding graph links to install the VNF FG. This is a time consuming task. It would be beneficial if instead of having to worry about the underlying physical infrastructure, the VNF FG implementation only have to specify information about the network functions. Serverless computing, as described herein, can advantageously allow the network functions implementation to focus purely on the constituent functions without having to worry about the underlying physical or even virtual infrastructure. Implementing a VNF FG and service chaining involving VNFs is made easy when the implementation can be done through a serverless computing API while the backend of the serverless system can take care of the rest. Effectively, the VNF FG specification and the implementation details are separated and abstracted away from the administrator.
Cloud computing aggregates physical and virtual compute, storage, and network resources in the “cloud” and offers users many ways to utilize the resources. One kind of product leveraging cloud computing is called Serverless Computing. Serverless computing offers a high level of compute abstraction, with a great deal of scalability. Developers no longer need to worry about the underlying physical or even virtual infrastructure in the cloud. Often, serverless computing frameworks are offered as a service, e.g., Amazon Web Services (AWS) Lambda (a compute service that runs code in response to events (making serverless computing an event-driven framework) and automatically manages the compute resources required by the code). Developers can pay for compute time consumed. Code can be uploaded to the serverless computing framework, and the serverless computing framework handles the rest (i.e., provisioning and configuring the VNFs).
Serverless computing works by having developers or users upload a piece of code to a serverless computing environment (or serverless computing platform or serverless environment), and the serverless computing environment runs the code without having to burden the developer or user with the setup of workers (i.e., networked hardware resources in the cloud, including compute, storage, and network resources) to execute the code. The serverless computing environment can be event driven, meaning that the code can execute or perform some kind of computations triggered by events. The triggering can be dictated by rules defined in the serverless computing environment. In some cases, the code is executed on demand, or according to a predetermined schedule. To use a serverless computing environment, a developer or user can upload a piece of code to be executed. The developer or user is abstracted from the setup and execution of the code in the networked hardware resources in the cloud.
There are many different flavors of serverless computing environments (in some cases, the serverless computing environments are virtualized computing environments having an application programming interface which abstracts the user from the implementation and configuration of a service or application in the cloud). Some serverless computing environments may have restrictions on the kind of code that it can run, i.e., some serverless computing environment can only execute code written in a number of supported programming languages. Some serverless computing environments may be more suited for a particular kind of process (e.g., database operations, machine learning, stream processing, etc.). Some serverless computing environments may differ in the operating systems on which the code is executed. Some serverless computing environments may differ in their support for dependencies management (libraries for executing code). If the serverless computing environments are part of a public cloud or is a service offered by a company, the serverless computing environments may have different associated costs. Some serverless computing environments may be part of a private cloud, where the networked hardware resources are on-premise and managed by the developer. Scalability, availability, and resource limits may differ from one serverless computing environment to another. Some serverless computing environments may have different limits on the maximum number of functions, concurrent executions, maximum execution duration length, etc. Some serverless computing environments may only support certain specific event subscribers or monitors platforms. Some serverless computing environments may only support certain kinds of notifications, logging, etc. Serverless computing environments can be different in many respects.
Serverless computing aims to provide a higher level of compute abstraction which allows developers and users to not have to worry about the underlying physical or even virtual infrastructure. A generalized serverless computing system can provide an immutable and flexible execution environment. Users can submit an execution task, e.g., a user defined function (UDF), which can include executable start-up scripts, files associated to the task, meta information of the task, etc. For instance, an execution task can include a set of binary codes and shell scripts, and so forth. The serverless computing system supports for both pull/push event handling. For instance, the serverless computing system can provide representational state transfer (REST) APIs to invoke the monitoring agents to keep track with external events, so that users are able to execute their submitted tasks either via calling REST API (pushing events) or monitoring status of external resources with some interval (pulling events). Immutability of the task execution can be achieved by building or provisioning, e.g., a new Linux container, a virtual machine, a physical machine with certain configuration, before invoking the execution and using it for the environment. Notification feature also can be a part of the serverless computing system. For instance, users can setup the notification rule according to the result of their tasks. Example of serverless computing services are AWS Lambda, Azure Cloud Functions, Google Cloud Functions, or Apache OpenWhisk.
Task queue 304 can include one or more data structure which stores tasks which are to be executed by the serverless computing system 300. The tasks which are stored in the task queue 304 can come from a plurality of sources, including from a developer/user via the interface 302. A task can be considered an execution unit or an action, which can include a set of binary codes and a shell script. Via interface 302, developers/users can push tasks to the task queue 304. Task scheduler 306 is configured schedule and decide how to execute the tasks in the task queue 304. The task scheduler 306 would be responsible for assigning tasks to any one of the workers 310_1, 310_2, . . . 310_N. In some embodiments, the task scheduler 306 can optimize the assignment of tasks from the task queue. In some embodiments, the task scheduler 306 may assign tasks from the task queue according to a suitable assignment scheme, e.g., an assignment scheme which assigns task to random workers, etc.
One unique aspect of the serverless computing system 300 is that networked hardware resources 360 having workers 310_1, 310_2, . . . 310_N can include different serverless computing environments and/or cloud computing environments with heterogeneous characteristics. For instance, networked hardware resources 360 having workers 310_1, 310_2, . . . 310_N can be implemented in different environments, including but not limited to, Apache Kafka (a scalable stream processing computing environment), AWS Lambda, IBM OpenWisk, Google Cloud Functions, Windows Azure Functions, OpenStack, local Docker environment (e.g., private cloud with support for implementing Containers), local environment (e.g., private cloud) with support for virtual machines, local environment (e.g., private cloud) with support for microservices, etc. The networked hardware resources 160 can include resources in one or more of the following: one or more public clouds, one or private clouds, and one or more hybrid clouds (having both public and private clouds).
The interface 302 abstracts the APIs from the different environments and enables the integration of different environments under a unified API. In some embodiments, the interface 302 also exposes the workers 310_1, 310_2, . . . 310_N in a way to enable developers/users to access the environments or define rules based on the environments. Task scheduler can select one of the available workers 310_1, 310_2, . . . 310_N from any suitable serverless computing environment (private cloud, public cloud, local Docker, etc.), since system 300 is implemented on top of many different serverless computing environments and/or cloud computing environments. This aspect provides a great deal of flexibility for the developer to execute tasks. A developer can even deploy functions in a public and private setting (executing tasks in a hybrid setting). Such aspect can potentially speed up the development of applications or new cloud native applications (in the fields such as internet of things, network function virtualization, etc.).
As an event-driven architecture, the serverless computing system 300 can further include rule checker 320, monitoring agent 330 and/or subscriber manager 340, and events 350. The system 300 can include more than one monitoring agent 330. The system 300 can include more than one subscriber agent 330. The system 300 can include more than one events (event sources) 350. The serverless computing system 300 can deal with both pull-type and push-type event driven workflows. Rule checker 320 can receive rules (e.g., rule definitions) from a developer/user, and/or have predefined rules. The rules can be of a form of event condition action (ECA), which can check one or more events against one or more conditions and performs one or more actions based on the outcome of the check. In some embodiments, a monitoring agent 330 (e.g., Kafka monitoring agent, Rabbit monitoring agent, etc.) can poll an external event source, i.e., events 350. The events monitored by the monitoring agent 330 can be checked by rule checker 320 based on the rules therein. If an action is to be performed based on one or more rules rule, the one or more actions are to be added to the task queue as one or more tasks. In some embodiments, a subscriber agent 340 can subscribe to an external event source, i.e., events 350. The events subscribed by the subscriber agent 340 can be checked by rule checker 320 based on the rules therein. If one or more actions are be performed based on one or more rules, the one or more actions can be added to the task queue as one or more tasks. In some embodiments, any one or more of the workers 310_1, 310_2, . . . 310_N may generate output which can be fed to events 350, which could in turn trigger tasks to be added to the task queue by the rule checker 320 and either the monitoring agent 330 and/or the subscriber agent 340. In some embodiments, any one or more of the workers 310_1, 310_2, . . . 310_N may generate output which can be fed to rule checker 320, which could in turn trigger tasks to be added to the task queue.
In some embodiments, the serverless computing system 300 can include a notification system. The interface 302 can accept notification definitions which requests notifier 308 to output one or more notifications based on output(s) from any one or more of the workers 310_1, 310_2, . . . 310_N. For instance, the success/failure/status from an execution of a task can be output to a developer/user by notifier 308. In another instance, the output data or a derivation of the output data from executing of a task by any one or more of the workers 110_1, 110_2, . . . 110_N can be output to a developer/user by notifier 108. Exemplary notifier 108 includes Hypertext Transfer Protocol (HTTP) notifier, Kafka notifier, etc.
In some embodiments, any one of the workers 310_1, 310_2, . . . 310_N can also push/add task(s) to the task queue 304.
Implementing a VNF FG with Serverless Computing
A serverless computing system can be implemented in different ways, but in general, a serverless computing system provides an API which abstracts away the provisioning of physical and virtual resources from the developer/user, so that it becomes very simple for a developer/user to run code in the cloud. Rather than running code (or applications in a traditional sense), a serverless computing system can be augmented or implemented in a way to allow an administrator to upload a VNF FG specification and let the serverless computing system implement the VNF FG onto physical and/or virtual resources in the cloud. As seen in
In some embodiments, an administrator can provide to the API a combination of calls which forms the VNF FG. In some embodiments, the administrator can provide a VNF FG specification according to a format specified by the serverless API. The administrator can additionally provide and specify one or more constraints on how to implement the VNF FG on physical and/or virtual resources. The constraints can specify which computing environment or serverless computing environment (e.g., what kind of worker or where the worker should be located) to use to implement the VNF FG, and so forth. The constraints can also include specifying one or more other aspects of the VNF FG (or the network service in general): quality of service, service level objectives, or service level agreements.
Mapping the received specification via the API into a serverless computing environment is not trivial.
Using this scheme, it is possible to provision queues and functions to implement paths in simple to complex VNF FGs. Based on a VNF FG, an implementation graph can be determined which comprises possible paths of the VNF FG, and queues and functions can be provisioned based on the implementation graph to implement the VNF FG. In general, for an implementation graph G(V,E), V as the set of vertices, and E as the set of edges, for every edge e(i,j), a queue or topic named ij is provisioned, and vertex v(j) subscribes to queue/topic ij for all i. Then, triggers and actions can be provisioned for each vertex. Once the processing is done by a vertex (i.e., a VNF), a new message is created for the queue/topic corresponding to the edge leading from the current vertex to the next vertex.
If desired, the system 500 can include a scheduler which can optimize which worker may be most suited to implement the queues and functions for the VNF FG. The scheduler can be implemented in provisioner 506, or at the output of the provisioner 506 as a separate component of system 500. The VNF specification 502 (e.g., VNF descriptors) or information from an orchestration/management entity may prescribe certain specifications and/or (performance and/or organizational) requirements for the VNFs and/or the forwarding graph links. A scheduler can perform an optimization algorithm which can determine assignments of queues and functions to different workers of networked hardware resources 360 while taking the requirements and capabilities of the different workers in networked hardware resources 360 (and possibly the costs of using the different workers in various serverless computing environments) into account. Furthermore, the scheduler may determine the number of instances which can ensure that the implementation of the VNF FG meets certain performance requirements (e.g., requirements as part of a service level objective or service level agreement). Suppose a forwarding graph link has a throughput requirement. A scheduler may determine that multiple queues are needed to implement an edge corresponding to the forwarding graph link to meet the throughput requirement.
Method for Implementing VNFs in a Serverless Computing Environment
In 602, an interface for a serverless computing system can receive a specification for a network service including a virtualized network function (VNF) forwarding graph (FG) (via an application programming interface of a serverless computing system). The specification can be in various suitable formats, so long as the specification provides information which specifies the functions of respective VNFs and forwarding graph links between different VNFs. In 604, a mapper of the serverless computing system can determine an implementation graph comprising edges and vertices based on the specification. For instance, the mapper can transform the VNF FG into G(V,E).
The specification can specify one or more network paths (such as the ones seen in
In 606, a provisioner of the serverless computing system can provision a queue in serverless computing system for each edge. Examples of queues being provisioned for an edge is illustrated by
Example of a Lambda Function for Implementing Logic of a VNF
In some cases, provisioning the function for a given vertex includes provisioning a preamble, logic, and a postamble, which implement chaining of the VNFs using queues. The preamble specifies that the function reads incoming messages from one or more queues associated with one or more incoming edges to the given vertex. The logic corresponds to a virtualized network function for the given vertex. The logic can include code or scripts for implementing the network function. The virtualized network function can differ the virtualized network function differs between incoming messages originating from different queues. In other words, the logic may be conditioned on a specific queue from which a particular incoming message originated. This can be particularly useful if different queues are part of different network paths through the VNFs, and network data of the different network paths are to be processed differently. The postamble specifies that the function writes outgoing messages to one or more queues associated with one or more outgoing edges from the given vertex. The following is an exemplary format for defining a function for a given VNF:
Data Processing System
As shown in
The memory elements 704 may include one or more physical memory devices such as, for example, local memory 708 and one or more bulk storage devices 710. The local memory may refer to random access memory or other non-persistent memory device(s) generally used during actual execution of the program code. A bulk storage device may be implemented as a hard drive or other persistent data storage device. The processing system 700 may also include one or more cache memories (not shown) that provide temporary storage of at least some program code in order to reduce the number of times program code must be retrieved from the bulk storage device 710 during execution.
Input/output (I/O) devices depicted as an input device 712 and an output device 714 optionally can be coupled to the data processing system. User (machines) accessing the interface 102 would typically have such I/O devices. Examples of input devices may include, but are not limited to, a keyboard, a pointing device such as a mouse, or the like. Examples of output devices may include, but are not limited to, a monitor or a display, speakers, or the like. Input and/or output devices may be coupled to the data processing system either directly or through intervening I/O controllers. In an embodiment, the input and the output devices may be implemented as a combined input/output device (illustrated in
A network adapter 716 may also be coupled to the data processing system to enable it to become coupled to other systems, computer systems, remote network devices, and/or remote storage devices through intervening private or public networks. The network adapter may comprise a data receiver for receiving data that is transmitted by said systems, devices and/or networks to the data processing system 700, and a data transmitter for transmitting data from the data processing system 700 to said systems, devices and/or networks. Modems, cable modems, and Ethernet cards are examples of different types of network adapter that may be used with the data processing system 700.
As pictured in
Persons skilled in the art will recognize that while the elements 702-718 are shown in
Example 1 is a method for implementing virtualized network functions in a serverless computing system having networked hardware resources, comprising: receiving, by an interface of the serverless computing system, a specification for a network service including a virtualized network function (VNF) forwarding graph (FG), determining, by a mapper of the serverless computing system, an implementation graph comprising edges and vertices based on the specification, provisioning, by a provisioner of the serverless computing system, a queue in the serverless computing system for each edge, provisioning, by the provisioner, a function in the serverless computing system for each vertex, wherein, for at least one or more functions, each one of said at least one or more functions reads incoming messages from at least one queue; and processing data packets by the queues and functions in accordance with the VNF FG.
In Example 2, the method of Example 1 can further include for at least one or more functions, each one of said at least one or more functions writing outgoing messages to at least one queue.
In Example 3, the method of Example 1 or 2 can further include each queue storing a stream of messages to which at least one or more functions subscribe.
In Example 4, the method of any one of Examples 1-3 can further include: the specification specifying one or more network paths, and the edges and vertices of the implementation graph representing the one or more network paths through one or more VNFs specified in the specification.
In Example 5, the method of any one of Examples 1-4 can further include the specification further comprising one or more VNF descriptors, and the one or more VNF descriptors specifying scripts to be executed by the provisioned functions.
In Example 6, the method of any one of Examples 1-5 can further include provisioning the function for a given vertex comprising: provisioning a preamble for reading incoming messages from one or more queues associated with one or more incoming edges to the given vertex; provisioning logic corresponding to a virtualized network function for the given vertex; and provisioning a postamble for writing outgoing messages to one or more queues associated with one or more outgoing edges from the given vertex.
In Example 7, the method of Example 6 can further include the virtualized network function differing between incoming messages originating from different queues.
Example 8 is a serverless computing system comprising: at least one memory element; at least one processor coupled to the at least one memory element; an interface that when executed by the at least one processor is configured to receive, by an interface of the serverless computing system, a specification for a network service including a virtualized network function (VNF) forwarding graph (FG); a mapper that when executed by the at least one processor is configured to determine an implementation graph comprising edges and vertices based on the specification; a provisioner that when executed by the at least one processor is configured to: provision a queue for each edge, and provision a function for each vertex, wherein, for at least one or more functions, each one of said at least one or more functions reads incoming messages from at least one queue; and the queues and the functions that when executed by the at least one processor is configured to process data packets in accordance with the VNF FG.
In Example 9, the system of Example 8 can further include: for at least one or more functions, each one of said at least one or more functions writing outgoing messages to at least one queue.
In Example 10, the system of Example 8 or 9 can further include each queue storing a stream of messages to which at least one or more functions subscribe.
In Example 11, the system of any one of Examples 8-10 can further include: the specification specifying one or more network paths; and the edges and vertices of the implementation graph representing the one or more network paths through one or more VNFs specified in the specification.
In Example 12, the system of any one of Examples 8-10 can further include the specification further comprising one or more VNF descriptors, and the one or more VNF descriptors specify scripts to be executed by the provisioned functions.
In Example 13, the system of any one of Examples 8-11 can further include provisioning the function for a given vertex comprising: provisioning a preamble for reading incoming messages from one or more queues associated with one or more incoming edges to the given vertex; provisioning logic corresponding to a virtualized network function for the given vertex; and provisioning a postamble for writing outgoing messages to one or more queues associated with one or more outgoing edges from the given vertex.
In Example 14, the system of Example 13 can further include the virtualized network function differing between incoming messages originating from different queues.
Example 15 includes one or more computer-readable non-transitory media comprising one or more instructions, for implementing virtualized network functions in a serverless computing system having networked hardware resources, that when executed on a processor configure the processor to perform one or more operations comprising: receiving, by an interface of the serverless computing system, a specification for a network service including a virtualized network function (VNF) forwarding graph (FG); determining, by a mapper of the serverless computing system, an implementation graph comprising edges and vertices based on the specification; provisioning, by a provisioner of the serverless computing system, a queue in the serverless computing system for each edge; provisioning, by the provisioner, a function in the serverless computing system for each vertex, wherein, for at least one or more functions, each one of said at least one or more functions reads incoming messages from at least one queue; and processing data packets by the queues and functions in accordance with the VNF FG.
In Example 16, the media of Example 15 can further include for at least one or more functions, each one of said at least one or more functions writing outgoing messages to at least one queue.
In Example 17, the media of Example 15 or 16 can further include each queue storing a stream of messages to which at least one or more functions subscribe.
In Example 18, the media of any one of Example 15-17 can further include the specification specifying one or more network paths; and the edges and vertices of the implementation graph representing the one or more network paths through one or more VNFs specified in the specification.
In Example 19, the media of any one of Examples 15-18 can further include the specification further comprising one or more VNF descriptors, and the one or more VNF descriptors specify scripts to be executed by the provisioned functions.
In Example 20, the media of any one of Examples 15-19 can further include provisioning the function for a given vertex comprising: provisioning a preamble for reading incoming messages from one or more queues associated with one or more incoming edges to the given vertex; provisioning logic corresponding to a virtualized network function for the given vertex; and provisioning a postamble for writing outgoing messages to one or more queues associated with one or more outgoing edges from the given vertex; wherein the virtualized network function differs between incoming messages originating from different queues.
Example 21 is an apparatus comprising means for carrying out or implementing any one of the methods in Examples 1-7.
Variations and Implementations
Within the context of the disclosure, the cloud includes a network used herein represents a series of points, nodes, or network elements of interconnected communication paths for receiving and transmitting packets of information that propagate through a communication system. A network offers communicative interface between sources and/or hosts, and may be any local area network (LAN), wireless local area network (WLAN), metropolitan area network (MAN), Intranet, Extranet, Internet, WAN, virtual private network (VPN), or any other appropriate architecture or system that facilitates communications in a network environment depending on the network topology. A network can comprise any number of hardware or software elements coupled to (and in communication with) each other through a communications medium.
As used herein in this Specification, the term ‘network element’ or ‘node’ in the cloud is meant to encompass any of the aforementioned elements, as well as servers (physical or virtually implemented on physical hardware), machines (physical or virtually implemented on physical hardware), end user devices, routers, switches, cable boxes, gateways, bridges, loadbalancers, firewalls, inline service nodes, proxies, processors, modules, or any other suitable device, component, element, proprietary appliance, or object operable to exchange, receive, and transmit information in a network environment. These network elements may include any suitable hardware, software, components, modules, interfaces, or objects that facilitate the disclosed operations. This may be inclusive of appropriate algorithms and communication protocols that allow for the effective exchange of data or information.
In one implementation, components seen in the FIGURES and other components described herein may include software to achieve (or to foster) the functions discussed herein for implementing VNFs in a serverless computing environment where the software is executed on one or more processors to carry out the functions. This could include the implementation of instances of an optimizer, provisioner, and/or any other suitable element that would foster the activities discussed herein. Additionally, each of these elements can have an internal structure (e.g., a processor, a memory element, etc.) to facilitate some of the operations described herein. Exemplary internal structure includes elements shown in data processing system in
In certain example implementations, the functions outlined herein may be implemented by logic encoded in one or more non-transitory, tangible media (e.g., embedded logic provided in an application specific integrated circuit [ASIC], digital signal processor [DSP] instructions, software [potentially inclusive of object code and source code] to be executed by one or more processors, or other similar machine, etc.). In some of these instances, one or more memory elements can store data used for the operations described herein. This includes the memory element being able to store instructions (e.g., software, code, etc.) that are executed to carry out the activities described in this Specification. The memory element is further configured to store information such as task definitions, task queues, rules, dependencies, costs, and capabilities described herein. The processor can execute any type of instructions associated with the data to achieve the operations detailed herein in this Specification. In one example, the processor could transform an element or an article (e.g., data) from one state or thing to another state or thing. In another example, the activities outlined herein may be implemented with fixed logic or programmable logic (e.g., software/computer instructions executed by the processor) and the elements identified herein could be some type of a programmable processor, programmable digital logic (e.g., a field programmable gate array [FPGA], an erasable programmable read only memory (EPROM), an electrically erasable programmable ROM (EEPROM)) or an ASIC that includes digital logic, software, code, electronic instructions, or any suitable combination thereof.
Any of these elements (e.g., the network elements, etc.) can include memory elements for storing information to be used in achieving the optimization functions, as outlined herein. Additionally, each of these devices may include a processor that can execute software or an algorithm to perform the optimization activities as discussed in this Specification. These devices may further keep information in any suitable memory element [random access memory (RAM), ROM, EPROM, EEPROM, ASIC, etc.], software, hardware, or in any other suitable component, device, element, or object where appropriate and based on particular needs. Any of the memory items discussed herein should be construed as being encompassed within the broad term ‘memory element.’ Similarly, any of the potential processing elements, modules, and machines described in this Specification should be construed as being encompassed within the broad term ‘processor.’ Each of the network elements can also include suitable interfaces for receiving, transmitting, and/or otherwise communicating data or information in a network environment.
Additionally, it should be noted that with the examples provided above, interaction may be described in terms of two, three, or four network elements. However, this has been done for purposes of clarity and example only. In certain cases, it may be easier to describe one or more of the functionalities of a given set of flows by only referencing a limited number of network elements. It should be appreciated that the systems described herein are readily scalable and, further, can accommodate a large number of components, as well as more complicated/sophisticated arrangements and configurations. Accordingly, the examples provided should not limit the scope or inhibit the broad techniques of implementing VNFs in a serverless computing environment, as potentially applied to a myriad of other architectures.
It is also important to note that the parts of the flow diagram in the
The term “system” is used generically herein to describe any number of components, elements, sub-systems, devices, packet switch elements, packet switches, routers, networks, computer and/or communication devices or mechanisms, or combinations of components thereof. The term “computer” is used generically herein to describe any number of computers, including, but not limited to personal computers, embedded processing elements and systems, control logic, ASICs, chips, workstations, mainframes, etc. The term “processing element” is used generically herein to describe any type of processing mechanism or device, such as a processor, ASIC, field programmable gate array, computer, etc. The term “device” is used generically herein to describe any type of mechanism, including a computer or system or component thereof. The terms “task” and “process” are used generically herein to describe any type of running program, including, but not limited to a computer process, task, thread, executing application, operating system, user process, device driver, native code, machine or other language, etc., and can be interactive and/or non-interactive, executing locally and/or remotely, executing in foreground and/or background, executing in the user and/or operating system address spaces, a routine of a library and/or standalone application, and is not limited to any particular memory partitioning technique. The steps, connections, and processing of signals and information illustrated in the FIGURES, including, but not limited to any block and flow diagrams and message sequence charts, may typically be performed in the same or in a different serial or parallel ordering and/or by different components and/or processes, threads, etc., and/or over different connections and be combined with other functions in other embodiments, unless this disables the embodiment or a sequence is explicitly or implicitly required (e.g., for a sequence of read the value, process the value—the value must be obtained prior to processing it, although some of the associated processing may be performed prior to, concurrently with, and/or after the read operation). Furthermore, the term “identify” is used generically to describe any manner or mechanism for directly or indirectly ascertaining something, which may include, but is not limited to receiving, retrieving from memory, determining, defining, calculating, generating, etc.
Moreover, the terms “network” and “communications mechanism” are used generically herein to describe one or more networks, communications mediums or communications systems, including, but not limited to the Internet, private or public telephone, cellular, wireless, satellite, cable, local area, metropolitan area and/or wide area networks, a cable, electrical connection, bus, etc., and internal communications mechanisms such as message passing, interprocess communications, shared memory, etc. The term “message” is used generically herein to describe a piece of information which may or may not be, but is typically communicated via one or more communication mechanisms of any type.
Numerous other changes, substitutions, variations, alterations, and modifications may be ascertained to one skilled in the art and it is intended that the present disclosure encompass all such changes, substitutions, variations, alterations, and modifications as falling within the scope of the appended claims. In order to assist the United States Patent and Trademark Office (USPTO) and, additionally, any readers of any patent issued on this application in interpreting the claims appended hereto, Applicant wishes to note that the Applicant: (a) does not intend any of the appended claims to invoke paragraph six (6) of 35 U.S.C. section 112 as it exists on the date of the filing hereof unless the words “means for” or “step for” are specifically used in the particular claims; and (b) does not intend, by any statement in the specification, to limit this disclosure in any way that is not otherwise reflected in the appended claims.
One or more advantages mentioned herein does not in any way suggest that any one of the embodiments necessarily provides all the described advantages or that all the embodiments of the present disclosure necessarily provide any one of the described advantages.
Number | Name | Date | Kind |
---|---|---|---|
3629512 | Yuan | Dec 1971 | A |
4769811 | Eckberg, Jr. et al. | Sep 1988 | A |
5408231 | Bowdon | Apr 1995 | A |
5491690 | Alfonsi et al. | Feb 1996 | A |
5557609 | Shobatake et al. | Sep 1996 | A |
5600638 | Bertin et al. | Feb 1997 | A |
5687167 | Bertin et al. | Nov 1997 | A |
6115384 | Parzych | Sep 2000 | A |
6167438 | Yates et al. | Dec 2000 | A |
6400681 | Bertin et al. | Jun 2002 | B1 |
6493804 | Soltis et al. | Dec 2002 | B1 |
6661797 | Goel et al. | Dec 2003 | B1 |
6687229 | Kataria et al. | Feb 2004 | B1 |
6799270 | Bull et al. | Sep 2004 | B1 |
6888828 | Partanen et al. | May 2005 | B1 |
6993593 | Iwata | Jan 2006 | B2 |
7027408 | Nabkel et al. | Apr 2006 | B2 |
7062567 | Benitez et al. | Jun 2006 | B2 |
7095715 | Buckman et al. | Aug 2006 | B2 |
7096212 | Tribble et al. | Aug 2006 | B2 |
7139239 | Mcfarland et al. | Nov 2006 | B2 |
7165107 | Pouyoul et al. | Jan 2007 | B2 |
7197008 | Shabtay et al. | Mar 2007 | B1 |
7197660 | Liu et al. | Mar 2007 | B1 |
7209435 | Kuo et al. | Apr 2007 | B1 |
7227872 | Biswas et al. | Jun 2007 | B1 |
7231462 | Berthaud et al. | Jun 2007 | B2 |
7333990 | Thiagarajan et al. | Feb 2008 | B1 |
7443796 | Albert et al. | Oct 2008 | B1 |
7458084 | Zhang et al. | Nov 2008 | B2 |
7472411 | Wing et al. | Dec 2008 | B2 |
7486622 | Regan et al. | Feb 2009 | B2 |
7536396 | Johnson et al. | May 2009 | B2 |
7552201 | Areddu et al. | Jun 2009 | B2 |
7558261 | Arregoces et al. | Jul 2009 | B2 |
7567504 | Darling et al. | Jul 2009 | B2 |
7571470 | Arregoces et al. | Aug 2009 | B2 |
7573879 | Narad et al. | Aug 2009 | B2 |
7610375 | Portolani et al. | Oct 2009 | B2 |
7643468 | Arregoces et al. | Jan 2010 | B1 |
7644182 | Banerjee et al. | Jan 2010 | B2 |
7647422 | Singh et al. | Jan 2010 | B2 |
7657940 | Portolani et al. | Feb 2010 | B2 |
7668116 | Wijnands et al. | Feb 2010 | B2 |
7684321 | Muirhead et al. | Mar 2010 | B2 |
7738469 | Shekokar et al. | Jun 2010 | B1 |
7751409 | Carolan | Jul 2010 | B1 |
7793157 | Bailey et al. | Sep 2010 | B2 |
7814284 | Glass et al. | Oct 2010 | B1 |
7831693 | Lai | Nov 2010 | B2 |
7860095 | Forissier et al. | Dec 2010 | B2 |
7860100 | Khalid et al. | Dec 2010 | B2 |
7882247 | Sturniolo | Feb 2011 | B2 |
7895425 | Khalid et al. | Feb 2011 | B2 |
7899012 | Ho et al. | Mar 2011 | B2 |
7899861 | Feblowitz et al. | Mar 2011 | B2 |
7907595 | Khanna et al. | Mar 2011 | B2 |
7908480 | Firestone et al. | Mar 2011 | B2 |
7983174 | Monaghan et al. | Jul 2011 | B1 |
7990847 | Leroy et al. | Aug 2011 | B1 |
8000329 | Fendick et al. | Aug 2011 | B2 |
8018938 | Fromm et al. | Sep 2011 | B1 |
8094575 | Vadlakonda et al. | Jan 2012 | B1 |
8166465 | Feblowitz et al. | Apr 2012 | B2 |
8180909 | Hartman et al. | May 2012 | B2 |
8191119 | Wing et al. | May 2012 | B2 |
8195774 | Lambeth et al. | Jun 2012 | B2 |
8280354 | Smith et al. | Oct 2012 | B2 |
8281302 | Durazzo et al. | Oct 2012 | B2 |
8291108 | Raja et al. | Oct 2012 | B2 |
8305900 | Bianconi | Nov 2012 | B2 |
8311045 | Quinn et al. | Nov 2012 | B2 |
8316457 | Paczkowski et al. | Nov 2012 | B1 |
8355332 | Beaudette et al. | Jan 2013 | B2 |
8442043 | Sharma et al. | May 2013 | B2 |
8464336 | Wei et al. | Jun 2013 | B2 |
8479298 | Keith et al. | Jul 2013 | B2 |
8498414 | Rossi | Jul 2013 | B2 |
8520672 | Guichard et al. | Aug 2013 | B2 |
8601152 | Chou | Dec 2013 | B1 |
8612612 | Dukes et al. | Dec 2013 | B1 |
8627328 | Mousseau et al. | Jan 2014 | B2 |
8676965 | Gueta | Mar 2014 | B2 |
8676980 | Kreeger et al. | Mar 2014 | B2 |
8700892 | Bollay et al. | Apr 2014 | B2 |
8730980 | Bagepalli et al. | May 2014 | B2 |
8743885 | Khan et al. | Jun 2014 | B2 |
8751420 | Hjelm et al. | Jun 2014 | B2 |
8762534 | Hong et al. | Jun 2014 | B1 |
8762707 | Killian et al. | Jun 2014 | B2 |
8792490 | Jabr et al. | Jul 2014 | B2 |
8793400 | Mcdysan et al. | Jul 2014 | B2 |
8819419 | Carlson et al. | Aug 2014 | B2 |
8825070 | Akhtar et al. | Sep 2014 | B2 |
8830834 | Sharma et al. | Sep 2014 | B2 |
8904037 | Haggar et al. | Dec 2014 | B2 |
8949847 | Kim et al. | Feb 2015 | B2 |
8984284 | Purdy, Sr. et al. | Mar 2015 | B2 |
9001827 | Appenzeller | Apr 2015 | B2 |
9032181 | Ahmad | May 2015 | B2 |
9071533 | Hui et al. | Jun 2015 | B2 |
9077661 | Andreasen et al. | Jul 2015 | B2 |
9088584 | Feng et al. | Jul 2015 | B2 |
9130872 | Kumar et al. | Sep 2015 | B2 |
9143438 | Khan et al. | Sep 2015 | B2 |
9160797 | Mcdysan | Oct 2015 | B2 |
9178812 | Guichard et al. | Nov 2015 | B2 |
9253274 | Quinn et al. | Feb 2016 | B2 |
9300585 | Kumar et al. | Mar 2016 | B2 |
9338097 | Anand et al. | May 2016 | B2 |
9344337 | Kumar et al. | May 2016 | B2 |
9374297 | Bosch et al. | Jun 2016 | B2 |
9379931 | Bosch et al. | Jun 2016 | B2 |
9385950 | Quinn et al. | Jul 2016 | B2 |
9398486 | La Roche, Jr. et al. | Jul 2016 | B2 |
9407540 | Kumar et al. | Aug 2016 | B2 |
9413655 | Shatzkamer et al. | Aug 2016 | B2 |
9436443 | Chiosi et al. | Sep 2016 | B2 |
9479443 | Bosch et al. | Oct 2016 | B2 |
9491094 | Patwardhan et al. | Nov 2016 | B2 |
9537836 | Maller et al. | Jan 2017 | B2 |
9558029 | Behera et al. | Jan 2017 | B2 |
9559970 | Kumar et al. | Jan 2017 | B2 |
9608896 | Kumar et al. | Mar 2017 | B2 |
9723106 | Shen et al. | Aug 2017 | B2 |
9794379 | Kumar et al. | Oct 2017 | B2 |
20010023442 | Masters | Sep 2001 | A1 |
20020131362 | Callon | Sep 2002 | A1 |
20020156893 | Pouyoul et al. | Oct 2002 | A1 |
20020167935 | Nabkel et al. | Nov 2002 | A1 |
20030023879 | Wray | Jan 2003 | A1 |
20030037070 | Marston | Feb 2003 | A1 |
20030088698 | Singh et al. | May 2003 | A1 |
20030110081 | Tosaki et al. | Jun 2003 | A1 |
20030120816 | Berthaud et al. | Jun 2003 | A1 |
20030226142 | Rand | Dec 2003 | A1 |
20040109412 | Hansson et al. | Jun 2004 | A1 |
20040148391 | Shannon, Sr. et al. | Jul 2004 | A1 |
20040199812 | Earl | Oct 2004 | A1 |
20040213160 | Regan et al. | Oct 2004 | A1 |
20040264481 | Darling et al. | Dec 2004 | A1 |
20040268357 | Joy et al. | Dec 2004 | A1 |
20050044197 | Lai | Feb 2005 | A1 |
20050058118 | Davis | Mar 2005 | A1 |
20050060572 | Kung | Mar 2005 | A1 |
20050086367 | Conta et al. | Apr 2005 | A1 |
20050120101 | Nocera | Jun 2005 | A1 |
20050152378 | Bango et al. | Jul 2005 | A1 |
20050157645 | Rabie et al. | Jul 2005 | A1 |
20050160180 | Rabje et al. | Jul 2005 | A1 |
20050204042 | Banerjee et al. | Sep 2005 | A1 |
20050210096 | Bishop et al. | Sep 2005 | A1 |
20050257002 | Nguyen | Nov 2005 | A1 |
20050281257 | Yazaki et al. | Dec 2005 | A1 |
20050286540 | Hurtta et al. | Dec 2005 | A1 |
20050289244 | Sahu et al. | Dec 2005 | A1 |
20060005240 | Sundarrajan et al. | Jan 2006 | A1 |
20060045024 | Previdi et al. | Mar 2006 | A1 |
20060074502 | Mcfarland | Apr 2006 | A1 |
20060092950 | Arregoces et al. | May 2006 | A1 |
20060095960 | Arregoces et al. | May 2006 | A1 |
20060112400 | Zhang et al. | May 2006 | A1 |
20060168223 | Mishra et al. | Jul 2006 | A1 |
20060233106 | Achlioptas et al. | Oct 2006 | A1 |
20060233155 | Srivastava | Oct 2006 | A1 |
20070061441 | Landis et al. | Mar 2007 | A1 |
20070067435 | Landis et al. | Mar 2007 | A1 |
20070143851 | Nicodemus et al. | Jun 2007 | A1 |
20070237147 | Quinn et al. | Oct 2007 | A1 |
20070250836 | Li et al. | Oct 2007 | A1 |
20080080509 | Khanna et al. | Apr 2008 | A1 |
20080080517 | Roy et al. | Apr 2008 | A1 |
20080170542 | Hu | Jul 2008 | A1 |
20080177896 | Quinn et al. | Jul 2008 | A1 |
20080181118 | Sharma et al. | Jul 2008 | A1 |
20080183853 | Manion | Jul 2008 | A1 |
20080196083 | Parks et al. | Aug 2008 | A1 |
20080209039 | Tracey et al. | Aug 2008 | A1 |
20080219287 | Krueger et al. | Sep 2008 | A1 |
20080225710 | Raja et al. | Sep 2008 | A1 |
20080291910 | Tadimeti et al. | Nov 2008 | A1 |
20090003364 | Fendick et al. | Jan 2009 | A1 |
20090006152 | Timmerman et al. | Jan 2009 | A1 |
20090094684 | Chinnusamy et al. | Apr 2009 | A1 |
20090204612 | Keshavarz-Nia et al. | Aug 2009 | A1 |
20090300207 | Giaretta et al. | Dec 2009 | A1 |
20090305699 | Deshpande et al. | Dec 2009 | A1 |
20090328054 | Paramasivam et al. | Dec 2009 | A1 |
20100063988 | Khalid | Mar 2010 | A1 |
20100080226 | Khalid | Apr 2010 | A1 |
20100191612 | Raleigh | Jul 2010 | A1 |
20110023090 | Asati et al. | Jan 2011 | A1 |
20110137991 | Russell | Jun 2011 | A1 |
20110142056 | Manoj | Jun 2011 | A1 |
20110222412 | Kompella | Sep 2011 | A1 |
20110255538 | Srinivasan et al. | Oct 2011 | A1 |
20120131662 | Kuik et al. | May 2012 | A1 |
20120147894 | Mulligan et al. | Jun 2012 | A1 |
20120324442 | Barde | Dec 2012 | A1 |
20130003735 | Chao et al. | Jan 2013 | A1 |
20130044636 | Koponen et al. | Feb 2013 | A1 |
20130121137 | Feng et al. | May 2013 | A1 |
20130124708 | Lee et al. | May 2013 | A1 |
20130163594 | Sharma et al. | Jun 2013 | A1 |
20130163606 | Bagepalli et al. | Jun 2013 | A1 |
20130272305 | Lefebvre et al. | Oct 2013 | A1 |
20130311675 | Kancherla | Nov 2013 | A1 |
20130329584 | Ghose et al. | Dec 2013 | A1 |
20140036730 | Nellikar et al. | Feb 2014 | A1 |
20140105062 | McDysan et al. | Apr 2014 | A1 |
20140254603 | Banavalikar et al. | Sep 2014 | A1 |
20140279863 | Krishnamurthy et al. | Sep 2014 | A1 |
20140280836 | Kumar et al. | Sep 2014 | A1 |
20140321459 | Kumar et al. | Oct 2014 | A1 |
20140334295 | Guichard et al. | Nov 2014 | A1 |
20140362682 | Guichard et al. | Dec 2014 | A1 |
20140369209 | Khurshid et al. | Dec 2014 | A1 |
20140376558 | Rao et al. | Dec 2014 | A1 |
20150012584 | Lo et al. | Jan 2015 | A1 |
20150012988 | Jeng et al. | Jan 2015 | A1 |
20150029871 | Frost et al. | Jan 2015 | A1 |
20150032871 | Allan et al. | Jan 2015 | A1 |
20150052516 | French et al. | Feb 2015 | A1 |
20150074276 | DeCusatis et al. | Mar 2015 | A1 |
20150082308 | Kiess et al. | Mar 2015 | A1 |
20150085870 | Narasimha et al. | Mar 2015 | A1 |
20150092564 | Aldrin | Apr 2015 | A1 |
20150103827 | Quinn et al. | Apr 2015 | A1 |
20150131484 | Aldrin | May 2015 | A1 |
20150195197 | Yong et al. | Jul 2015 | A1 |
20150222516 | Deval et al. | Aug 2015 | A1 |
20150222533 | Birrittella et al. | Aug 2015 | A1 |
20150319078 | Lee et al. | Nov 2015 | A1 |
20150326473 | Dunbar et al. | Nov 2015 | A1 |
20150365495 | Fan et al. | Dec 2015 | A1 |
20150381465 | Narayanan et al. | Dec 2015 | A1 |
20150381557 | Fan et al. | Dec 2015 | A1 |
20160028604 | Chakrabarti et al. | Jan 2016 | A1 |
20160028640 | Zhang et al. | Jan 2016 | A1 |
20160050132 | Zhang | Feb 2016 | A1 |
20160080263 | Park et al. | Mar 2016 | A1 |
20160099853 | Nedeltchev et al. | Apr 2016 | A1 |
20160112502 | Clarke et al. | Apr 2016 | A1 |
20160119253 | Kang et al. | Apr 2016 | A1 |
20160127139 | Tian et al. | May 2016 | A1 |
20160165014 | Nainar et al. | Jun 2016 | A1 |
20160173464 | Wang et al. | Jun 2016 | A1 |
20160179560 | Ganguli et al. | Jun 2016 | A1 |
20160182684 | Connor et al. | Jun 2016 | A1 |
20160212017 | Li et al. | Jul 2016 | A1 |
20160226742 | Apathotharanan et al. | Aug 2016 | A1 |
20160285720 | Mäenpää et al. | Sep 2016 | A1 |
20160328273 | Molka et al. | Nov 2016 | A1 |
20160352629 | Wang et al. | Dec 2016 | A1 |
20160380966 | Gunnalan et al. | Dec 2016 | A1 |
20170019303 | Swamy et al. | Jan 2017 | A1 |
20170031804 | Ciszewski et al. | Feb 2017 | A1 |
20170078175 | Xu et al. | Mar 2017 | A1 |
20170187609 | Lee et al. | Jun 2017 | A1 |
20170208000 | Bosch et al. | Jul 2017 | A1 |
20170214627 | Zhang et al. | Jul 2017 | A1 |
20170237656 | Gage et al. | Aug 2017 | A1 |
20170279712 | Nainar et al. | Sep 2017 | A1 |
20170310611 | Kumar et al. | Oct 2017 | A1 |
20180007205 | Klein | Jan 2018 | A1 |
20180101403 | Baldini Soares | Apr 2018 | A1 |
20180150528 | Shah | May 2018 | A1 |
20180181756 | Campagna | Jun 2018 | A1 |
20180254998 | Cello | Sep 2018 | A1 |
Number | Date | Country |
---|---|---|
102073546 | Jul 2013 | CN |
3160073 | Apr 2017 | EP |
WO 2011029321 | Mar 2011 | WO |
WO 2012056404 | May 2012 | WO |
WO 2015180559 | Dec 2015 | WO |
WO 2015187337 | Dec 2015 | WO |
WO 2016004556 | Jan 2016 | WO |
WO 2016058245 | Apr 2016 | WO |
Entry |
---|
U.S. Appl. No. 15/485,910, filed Apr. 12, 2017 entitled “Serverless Computing and Task Scheduling,” Inventors: Komei Shimamura, et al. |
“AWS Lambda Developer Guide,” Amazon Web Services Inc., Hämtad, May 2017, 416 pages. |
“AWS Serverless Multi-Tier Architectures,” Amazon Web Services Inc., Nov. 2015, 20 pages. |
“Cisco NSH Service Chaining Configuration Guide,” Cisco Systems, Inc., Jul. 28, 2017, 11 pages. |
“Cloud Functions Overview,” Cloud Functions Documentation, Mar. 21, 2017, 3 pages; https://cloud.google.com/functions/docs/concepts/overview. |
“Cloud-Native VNF Modelling,” Open Source Mano, © ETSI 2016, 18 pages. |
Capdevila Pujol, P., “Deployment of NFV and SFC scenarios,” EETAC, Master Thesis, Advisor: David Rincón Rivera, Feb. 17, 2017, 115 pages; https://upcommons.upc.edu/bitstream/handle/2117/101879/memoria_v2.pdf. |
“Network Functions Virtualisation (NFV); Use Cases,” ETSI, GS NFV 001 v1.1.1, Architectural Framework, © European Telecommunications Standards Institute, Oct. 2013, 50 pages. |
Ersue, M. “ETSI NFV Management and Orchestration-An Overview,” Presentation at the IETF# 88 Meeting, Nov. 3, 2013, 14 pages; https://www.ietf.org/proceedings/88/slides/slides-88-opsawg-6.pdf. |
“Cisco and Intel High-Performance VNFs on Cisco NFV Infrastructure,” White Paper, © 2016 Cisco|Intel, Oct. 2016, 7 pages. |
Pierre-Louis, M., “OpenWhisk: A quick tech preview,” DeveloperWorks Open, IBM, Feb. 22, 2016, 7 pages; https://developer.ibm.com/open/2016/02/22/openwhisk-a-quick-tech-preview/. |
Hendrickson, S., et al. “Serverless Computation with OpenLambda.” Elastic 60, University of Wisconson, Madison, Jun. 20, 2016, 7 pages, https://www.usenix.org/system/files/conference/hotcloud16/hotcloud16_hendrickson.pdf. |
“Understanding Azure A Guide for Developers,” Microsoft Corporation, Copyright © 2016 Microsoft Corporation, 29 pages. |
Yadav, R., “What Real Cloud-Native Apps Will Look Like,” Crunch Network, Aug. 3, 2016, 8 pages; https://techcrunch.com/2016/08/03/what-real-cloud-native-apps-will-look-like/. |
Author Unknown, “Xilinx Demonstrates Reconfigurable Acceleration for Cloud Scale Applications at SC16,” PR Newswire, Nov. 7, 2016, 9 pages; http://news.sys-con.com/node/3948204. |
Burt, Jeff, “Intel Begins Shipping Xeon Chips With FPGA Accelerators,” eWeek, Apr. 13, 2016, 3 pages. |
Chen, Yu-Ting, et al., “When Apache Spark Meets FPGAs: A Case Study for Next-Generation DNA Sequencing Acceleration,” The 8th USENIX Workshop on Hot Topics in Cloud Computing, Jun. 20, 2016, 7 pages. |
Ersue, Mehmet, “ETSI NFV Management and Orchestration-An Overview,” Presentation at the IETF# 88 Meeting, Nov. 3, 2013, 14 pages. |
Fahmy Suhaib A., et al., “Virtualized FPGA Accelerators for Efficient Cloud Computing,” The University of Warwick, Cloud Computing Technology and Science (CloudCom), IEEE 7th International Conference, Nov. 30, 2015, 7 pages. |
Farrel, A., et al., “A Path Computation Element (PCE)—Based Architecture,” RFC 4655, Network Working Group, Aug. 2006, 40 pages. |
Hejtmanek, Lukas, “Scalable and Distributed Data Storage,” is.muni.cz, Jan. 2005, pp. 1-58. |
Jain, Abhishek Kumar, “Architecture Centric Coarse-Grained FPGA Overlays,” Nanyang Technological University, Jan. 2017, 195 pages. |
Kachris, Christoforos, et al., “A Survey on Reconfigurable Accelerators for Cloud Computing,” Conference Paper, Aug. 2016, 11 pages. |
Kidane Hiliwi Leake, et al., “NoC Based Virtualized FPGA as Cloud Services,” 3rd International Conference on Embedded Systems in Telecommunications and Instrumentation (ICESTI'16), Oct. 24, 2016, 6 pages. |
Neshatpour, Katayoun, et al., “Energy-Efficient Acceleration of Big Data Analytics Applications Using FPGAs,” IEEE International Conference, Oct. 29, 2015, 9 pages. |
Orellana, Julio Proano, et al., “FPGA-Aware Scheduling Strategies at Hypervisor Level in Cloud Environments,” Hindawi Publishing Corporation, Scientific Programming, vol. 2016, Article ID 4670271, May 22, 2016, 13 pages. |
Putnam, Andrew, et al., “A Reconfigurable Fabric for Accelerating Large-Scale Datacenter Services,” Computer Architecture (ISCA), 41st International Symposium, Jun. 2014, 12 pages. |
Weissman, Jon B. et al., “Optimizing Remote File Access for Parallel and Distributed Network Applications,” users@cs.umn.edu, Oct. 19, 2017, pp. 1-25. |
Westerbeek, Michiel, “Serverless Server-side Rendering with Redux-Saga,” medium.com, Dec. 10, 2016, pp. 1-6. |
Wikipedia contributors, “Serverless Computing,” Wikipedia, The Free Encyclopedia, Jun. 11, 2017, 4 pages. |
Aldrin, S., et al. “Service Function Chaining Operation, Administration and Maintenance Framework,” Internet Engineering Task Force, Oct. 26, 2014, 13 pages. |
Author Unknown, “ANSI/SCTE 35 2007 Digital Program Insertion Cueing Message for Cable,” Engineering Committee, Digital Video Subcommittee, American National Standard, Society of Cable Telecommunications Engineers, © Society of Cable Telecommunications Engineers, Inc. 2007 All Rights Reserved, 140 Philips Road, Exton, PA 19341; 42 pages. |
Author Unknown, “CEA-708,” from Wikipedia, the free encyclopedia, Nov. 15, 2012; 16 pages http://en.wikipedia.org/w/index.php?title=CEA-708&oldid=523143431. |
Author Unknown, “Digital Program Insertion,” from Wikipedia, the free encyclopedia, Jan. 2, 2012; 1 page http://en.wikipedia.org/w/index_php?title=Digital_Program_Insertion&oldid=469076482. |
Author Unknown, “Dynamic Adaptive Streaming over HTTP,” from Wikipedia, the free encyclopedia, Oct. 25, 2012; 3 pages, http://en.wikipedia.org/w/index.php?title=Dynannic_Adaptive_Streannine_over_HTTP&oldid=519749189. |
Author Unknown, “GStreamer and in-band metadata,” from RidgeRun Developer Connection, Jun. 19, 2012, 5 pages https://developersidgerun.conn/wiki/index.php/GStreanner_and_in-band_nnetadata. |
Author Unknown, “ISO/IEC JTC 1/SC 29, Information Technology—Dynamic Adaptive Streaming over HTTP (DASH)—Part 1: Media Presentation Description and Segment Formats,” International Standard © ISO/IEC 2012—All Rights Reserved; Jan. 5, 2012; 131 pages. |
Author Unknown, “M-PEG 2 Transmission,” © Dr. Gorry Fairhurst, 9 pages [Published on or about Jan. 12, 2012] http://www.erg.abdn.ac.uk/future-net/digital-video/mpeg2-trans.html. |
Author Unknown, “MPEG Transport Stream,” from Wikipedia, the free encyclopedia, Nov. 11, 2012; 7 pages, http://en.wikipedia.org/w/index.php?title=MPEG_transport_streann&oldid=522468296. |
Author Unknown, “3GPP TR 23.803 V7.0.0 (Sep. 2005) Technical Specification: Group Services and System Aspects; Evolution of Policy Control and Charging (Release 7),” 3rd Generation Partnership Project (3GPP), 650 Route des Lucioles—Sophia Antipolis Val bonne—France, Sep. 2005; 30 pages. |
Author Unknown, “3GPP TS 23.203 V8.9.0 (Mar. 2010) Technical Specification: Group Services and System Aspects; Policy and Charging Control Architecture (Release 8),” 3rd Generation Partnership Project (3GPP), 650 Route des Lucioles—Sophia Antipolis Val bonne—France, Mar. 2010; 116 pages. |
Author Unknown, “3GPP TS 23.401 V13.5.0 (Dec. 2015) Technical Specification: 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; General Packet Radio Service (GPRS) enhancements for Evolved Universal Terrestrial Radio Access Network (E-UTRAN) access (Release 13),” 3GPP, 650 Route des Lucioles—Sophia Antipolis Valbonne—France, Dec. 2015, 337 pages. |
Author Unknown, “3GPP TS 23.401 V9.5.0 (Jun. 2010) Technical Specification: Group Services and Systems Aspects; General Packet Radio Service (GPRS) Enhancements for Evolved Universal Terrestrial Radio Access Network (E-UTRAN) Access (Release 9),” 3rd Generation Partnership Project (3GPP), 650 Route des Lucioles—Sophia Antipolis Valbonne—France, Jun. 2010; 259 pages. |
Author Unknown, “3GPP TS 29.212 V13.1.0 (Mar. 2015) Technical Specification: 3rd Generation Partnership Project; Technical Specification Group Core Network and Terminals; Policy and Charging Control (PCC); Reference points (Release 13),” 3rd Generation Partnership Project (3GPP), 650 Route des Lucioles—Sophia Antipolis Valbonne—France, Mar. 2015; 230 pages. |
Boucadair, Mohamed, et al., “Differentiated Service Function Chaining Framework,” Network Working Group Internet Draft draft-boucadair-network-function-chaining-03, Aug. 21, 2013, 21 pages. |
Fayaz, Seyed K., et al., “Efficient Network Reachability Analysis using a Succinct Control Plane Representation,” 2016, ratul.org, pp. 1-16. |
Halpern, Joel, et al., “Service Function Chaining (SFC) Architecture,” Internet Engineering Task Force (IETF), Cisco, Oct. 2015, 32 pages. |
Jiang, Yuanlong, et al., “Fault Management in Service Function Chaining,” Network Working Group, China Telecom, Oct. 16, 2015, 13 pages. |
Kumar, Surendra, et al., “Service Function Path Optimization: draft-kumar-sfc-sfp-optimization-00.txt,” Internet Engineering Task Force, IETF; Standard Working Draft, May 10, 2014, 14 pages. |
Penno, Reinaldo, et al. “Packet Generation in Service Function Chains,” draft-penno-sfc-packet-03, Apr. 29, 2016, 25 pages. |
Penno, Reinaldo, et al. “Services Function Chaining Traceroute,” draft-penno-sfc-trace-03, Sep. 30, 2015, 9 pages. |
Quinn, Paul, et al., “Network Service Header,” Network Working Group, draft-quinn-sfc-nsh-02.txt, Feb. 14, 2014, 21 pages. |
Quinn, Paul, et al., “Network Service Header,” Network Working Group, draft-quinn-nsh-00.txt, Jun. 13, 2013, 20 pages. |
Quinn, Paul, et al., “Network Service Header,” Network Working Group Internet Draft draft-quinn-nsh-01, Jul. 12, 2013, 20 pages. |
Quinn, Paul, et al., “Service Function Chaining (SFC) Architecture,” Network Working Group Internet Draft draft-quinn-sfc-arch-05.txt, May 5, 2014, 31 pages. |
Wong, Fei, et al., “SMPTE-TT Embedded in ID3 for HTTP Live Streaming, draft-smpte-id3-http-live-streaming-00,” Informational Internet Draft, Jun. 2012, 7 pages. http://tools.ietf.org/htnnl/draft-snnpte-id3-http-live-streaming-00. |
Number | Date | Country | |
---|---|---|---|
20180302277 A1 | Oct 2018 | US |