NetQoPE: A Model-driven Network QoS Provisioning Engine for Distributed Real-time and Embedded Systems

Size: px
Start display at page:

Download "NetQoPE: A Model-driven Network QoS Provisioning Engine for Distributed Real-time and Embedded Systems"

Transcription

1 NetQoPE: A Model-driven Network QoS Provisioning Engine for Distributed Real-time and Embedded Systems Jaiganesh Balasubramanian, Sumant Tambe, Balakrishnan Dasarathy, Shrirang Gadgil, Frederick Porter, Aniruddha Gokhale, and Douglas C. Schmidt Department of EECS, Vanderbilt University, Nashville, TN, USA Telcordia Technologies, Piscataway, NJ, USA Abstract This paper provides two contributions to the study of quality of service (QoS)-enabled middleware that supports the network QoS requirements of distributed real-time and embedded (DRE) systems. First, we describe the design and implementation of NetQoPE, which is a model-driven component middleware framework that shields applications from the details of network QoS mechanisms by (1) specifying per-flow network QoS requirements, (2) performing resource allocation and validation decisions (such as admission control), and (3) enforcing per-flow network QoS at runtime. Second, we empirically evaluate NetQoPE s capabilities on a representative DRE system that deploys reusable software code in a range of deployment contexts. Our results demonstrate that NetQoPE can provide network-level differentiated performance to each of those application flows without modifying their programming model or source code, thereby providing greater flexibility and extensibility in leveraging network-layer mechanisms. 1 Introduction Emerging trends. Distributed real-time and embedded (DRE) systems, such as as shipboard computing systems, supervisory control and data acquisition (SCADA) systems, and enterprise security and hazard sensing subsystems, consist of multiple communication-intensive applications with multiple end-to-end application flows. These systems have network quality of service (QoS) requirements, such as low end-to-end roundtrip latency and jitter, that must be satisfied under varying levels of network connectivity and bandwidth availability. Network QoS mechanisms, such as integrated services (IntServ) [12] and differentiated services (DiffServ) [2], help provide diverse network service levels for applications in DRE systems. For example, applications can use advanced network QoS mechanisms (e.g., a DiffServ bandwidth broker [3]) to (1) request a network service level and (2) allocate and manage network resources for their remote invocations. Applications invoke remote operations by adding a service levelspecific identifier (e.g., DiffServ codepoint (DSCP)) to the IP packets. DiffServ-enabled network routers parse the IP packets and provide the appropriate service level-specific packet forwarding behavior. Limitations with current approaches. Although advanced network QoS mechanisms are powerful, it is tedious and error-prone to develop applications that interact directly with low-level network QoS mechanism APIs written imperatively in third-generation languages, such as C++ or Java. To overcome this problem, middleware-based solutions [22, 18, 16, 4] have been developed that allow applications to specify their coordinates (source and destination IP and port addresses) and per-flow network QoS requirements via higher-level frameworks. The middleware frameworks rather than the applications are responsible for converting the higher-level QoS specifications into the lower-level network QoS mechanism APIs. Although middleware frameworks alleviate many accidental complexities of low-level network QoS mechanism APIs, they can still be hard to evolve and extend. In particular, application source code changes may be needed whenever changes occur to the deployment contexts (source and destination nodes of the applications), per-flow requirements, IP packet identifiers, or the middleware APIs. What is needed, therefore, are middleware-guided network QoS provisioning solutions that (1) are not tied to a particular network QoS mechanism and (2) do not modify application source code to specify and enforce network QoS requirements. These solutions should ideally operate on well-defined system abstractions (e.g., per-flow requirements and source/destination nodes) that are provided without programmatically modifying the application source code, thereby facilitating application reuse across a wide range of deployment and network QoS contexts. Solution approach A model-driven component middleware network QoS provisioning framework that uses declarative domain-specific techniques [1] to raise the level of abstraction of DRE system design higher than using imperative third-generation programming languages. A model-driven framework allows system engineers and software developers to perform deployment-time analysis (such as schedulability analysis [10]) of non-functional system properties (such as network QoS assurances for end-to-end application flows) and helps provide deployment-time assurance that application QoS requirements will be satisfied.

2 This paper describes the Network QoS Provisioning Engine (NetQoPE), which is a model-driven component middleware framework that deploys and configures applications in DRE systems and enforces their network QoS requirements using the four-stage design-, pre-deployment-, deploymentand runtime approach shown in Figure 1. The innovative Figure 1: NetQoPE s Four-stage Architecture elements of NetQoPE s four-stage architecture include the following: The Network QoS Specification Language (NetQoS), which is a domain-specific modeling language (DSML) that supports design-time specification of per-flow network QoS requirements, such as bandwidth and delay across a flow. By allowing application developers to focus on functionality rather than the different deployment contexts (e.g., different bandwidth and delay requirements) where they will be used NetQoS simplifies the deployment of applications in contexts that require different network QoS requirements, e.g., different bandwidth requirements. The Network Resource Allocation Framework (NetRAF), which is a middleware-based resource allocator framework that uses the network QoS requirements captured by NetQoS as input at pre-deployment time to help guide QoS provisioning requests on the underlying network QoS mechanism at deployment time. By providing application-transparent, per-flow resource allocation capabilities at pre-deployment-time, NetRAF minimizes runtime overhead and simplifies validation decisions, such as admission control. The Network QoS Configurator (NetCON), which is a middleware-based network QoS configurator that provides deployment-time configuration of component middleware containers, which at runtime add flow-specific identifiers (e.g., DSCPs) to IP packets when applications invoke remote operations. By providing container-mediated and application-transparent capabilities to enforce runtime network QoS, NetCON allows DRE systems to leverage the QoS services of configured routers without modifying application source code. As shown in the Figure 1, the output of each stage in NetQoPE serves as input for the next stage, which helps automate the deployment and configuration of DRE applications with network QoS support. Paper organization. The remainder of the paper is organized as follows: Section 2 describes a case study to motivate common requirements associated with provisioning network QoS for DRE systems; Section 3 explains how NetQoPE addresses those requirements via a model-driven component middleware framework; Section 4 empirically evaluates the capabilities provided by NetQoPE; Section 5 compares our work on NetQoPE with related research; and Section 6 presents concluding remarks and lessons learned. 2 Motivating NetQoPE s Network QoS Provisioning Capabilities Figure 2 shows a representative DRE system in an office enterprise security and hazard sensing environment, which we use as a case study to demonstrate and evaluate NetQoPE s model-driven, middleware-guided network QoS provisioning capabilities. Enterprises often transport net- Figure 2: Network Configuration in an Enterprise Security and Hazard Sensing Environment work traffic using an IP network over high-speed Ethernet. Network traffic in an enterprise can be grouped into several classes, including (1) , videoconferencing, and normal business traffic, and (2) sensory and imagery traffic of the safety/security hardware (such as fire/smoke sensors) installed on office premises. Our case study makes the common assumption that safety/security traffic is more critical than other traffic, and thus focuses on model-driven, middleware-guided mechanisms to assure the specified QoS for this type of traffic in the presence of other traffic that shares the same network. As shown in Figure 2, our case study uses software controllers to manage hardware devices, such as sensors and monitors. Each sensor/camera software controller filters the sensory/imagery information and relays them to the monitor software controllers that display the information. These software controllers were developed using 2

3 Lightweight CCM (LwCCM) [14] and the traffic between these software controllers uses a bandwidth broker [3] to manage network resources via DiffServ network QoS mechanisms. Although this case study focuses on DiffServ and LwCCM, NetQoPE is designed for use with other network QoS mechanisms (e.g., IntServ) and component middleware technologies (e.g., J2EE). Component-based applications in our case study obtain the services of the bandwidth broker via the following middleware-guided steps: (1) network QoS requirements are specified on each application flow, along with information on the source and destination IP and port addresses, (2) the bandwidth broker is invoked to reserve network resources along the network paths for each application flow, configure the corresponding network routers, and obtain per-flow DSCP values to help enforce network QoS, and (3) remote invocations are made with appropriate DSCP values added to the IP packets so that configured routers can provide per-flow differentiated performance. Section 3 describes the challenges we encountered when implementing these steps in the context of our case study and shows how NetQoPE s four-stage architecture shown in Figure 1 resolves these challenges. 3 NetQoPE s Multistage Network QoS Provisioning Architecture As discussed in Section 1, conventional techniques for providing network QoS to applications incur several key limitations, including modifying application source code to (1) specify deployment context-specific network QoS requirements, and (2) integrate functionality from network QoS mechanisms at runtime. This section describes how NetQoPE addresses these limitations via its model-driven, middleware-guided network QoS provisioning architecture. 3.1 Challenge 1: Alleviating Complexities in QoS Requirements Specification Context. For each application flow, DRE systems must specify a required level of service (e.g., high priority vs. low priority), the source and destination IP and port addresses, and bandwidth and delay requirements, so that network resources are allocated and configured to provide the required QoS. Problem. Network QoS requirements (such as the bandwidth and delay requirements mentioned above) can change depending on a deployed context. For example, in our case study from Section 2, multiple fire sensors are deployed at different importance levels and each sensor sends its sensory information to its corresponding monitors. A fire sensor deployed in the parking lot has a lower importance than those in the server room. The sensor-monitor flows thus have different network QoS requirements, even though the reusable software controllers managing the fire sensor and the monitor have the same functionality. The use of conventional techniques, such as hard-coded API approaches [4], requires application source code modifications for each context. Writing this code manually to specify network QoS requirements is tedious, error-prone, and non-scalable. In particular, it is hard to envision at development time all the contexts in which the source code will be deployed. Sidebar 1: Overview of Lightweight CORBA Component Model (LwCCM) Application functionality in LwCCM is provided through components which collaborate with other components via ports to create component assemblies. Assemblies in LwCCM are described using XML descriptors (mainly the deployment plan descriptor) defined by the OMG D&C [15] specification. The deployment plan includes details about the components, their implementations, and their connections with other components. The deployment plan also has a placeholder configproperty that is associated with elements (e.g., components, connections) to specify their properties (e.g., priorities) and resource requirements. Components are hosted in containers, which provide the appropriate runtime operating environment (e.g., transactions support) for components to invoke remote operations. Solution approach Model-driven visual network requirements specification. NetQoPE provides a DSML called the Network QoS Specification Language (NetQoS). Using NetQoS, DRE system developers (1) model component assemblies, (2) assign target node assignments for components, and (3) declaratively specify the following deployment context-specific network QoS requirements on the modeled application flows: (a) network QoS classes, such as HIGH PRIORITY (HP), HIGH RELIABILITY (HR), MUL- TIMEDIA (MM), and BEST EFFORT (BE), (b) bi-directional bandwidth and delay requirements, and (c) selection of transport protocol. In the context of our case study, NetQoS s network QoS classes correspond to the DiffServ levels of service provided by our Bandwidth Broker [3]. 1 For example, the HP class represents the highest importance and lowest latency traffic (e.g., fire sensing reporting in the server room). The HR class represents traffic with low drop rate (e.g., surveillance data). NetQoS also supports the MM class for sending multimedia data and the BE class for sending traffic with no QoS requirements. After a model has been created, NetQoS s model interpreter traverses the modeled application structure and generates a deployment plan (described in Sidebar 1). 1 NetQoS s DSML capabilities can be extended to provide requirements specification conforming to a different network QoS mechanism, such as IntServ. 3

4 Figure 3: NetQoS Capabilities NetQoS s model interpreter also traverses each modeled application flow and augments the deployment plan config- Property tags (also described in Sidebar 1) to express network QoS requirement annotations on the component connections. Section 3.2 describes how network resources are allocated based on requirements specified in the deployment plan descriptor. Our case study has certain application flows (e.g., a monitor requesting location coordinates from a fire sensor) where the client (monitor) controls the network priorities at which the requests and replies are sent. This capability enables real-time actions irrespective of network congestion. There are other examples (e.g., a temperature sensor sends temperature sensory information to the monitors) where the server controls the network priorities at which the requests and replies are sent. This capability prevents misuse of Diff- Serv priority classes by clients, thereby avoiding unnecessary network congestion. To support these two models, NetQoS can assign the following priority attributes to connections: (1) CLIENT_PROPAGATED network priority model, that allows the clients to dictate the bi-directional priorities, and (2) SERVER_DECLARED network priority model, that allows the server to dictate the bi-directional priorities. NetQoS s model interpreter updates the deployment plan with these priority models for each of the flows, and Section 3.3 explains how NetQoPE s runtime mechanisms honor these priority models when applications invoke remote operations. Application to the case study. Figure 3 shows a NetQoS model highlighting many of its key capabilities. Multiple instances of the same reusable application components (e.g., FireSensorParking and FireSensorServer components) can be annotated with different QoS attributes using an intuitive drag and drop technique. This method of specifying QoS requirements is thus much simpler than modifying application code for each deployment context, as demonstrated in Section Moreover, the same QoS attribute (e.g., HR_1000 in Figure 3) can potentially be reused across multiple connections. NetQoS thus increases the scalability of expressing requirements for large numbers of connections that are prevalent in large-scale DRE systems, such as our case study. 3.2 Challenge 2: Alleviating Complexities in Network Resource Allocation and Configuration Context. DRE systems must allocate and configure network resources based on the QoS requirements specified on their application flows so that network QoS assurances can be provided at runtime. Problem. In our case study, the temperature sensory information from the server room is more important than the information from a conference room. It is not desirable, however, to modify the temperature sensor software controller code to directly interact with a middleware API or network QoS mechanism API since certain deployment contexts (such as the deployment in a conference room) might not require network QoS assurances. Moreover, if application source code is modified to provide resource allocations, decisions on whether to allocate resources or not cannot be determined until the applications are deployed and operational. This approach forces DRE system deployers to stop application components and deploy them on different nodes if required resources cannot be allocated across the source and destination nodes. Figure 4: NetRAF s Network Resource Allocation Capabilities Solution approach Middleware-based Resource Allocator Framework. NetQoPE s Network Resource Allocator Framework (NetRAF) is a resource allocator engine that can provide network resource allocations for DRE systems using a variety of network QoS mechanisms, such as Diff- Serv and IntServ. As shown in Figure 4, the NetQoS DSML described in Section 3.1 captures the modeled per-flow network QoS requirements in the form of a deployment plan that is input to NetRAF. The modeled deployment context could have many instances of the same reusable source code, such as the tem- 4

5 perature sensor software controller is instantiated two times, one for the server room, and one for the conference room. When using NetQoS, however, application developers only annotate the connection between the instance at the server room and the monitor software controller. Since NetRAF operates on the deployment plan that captures this modeling effort, network QoS mechanisms are used only for the connection on which QoS attributes are added. NetRAF thus improves conventional approaches [18] that modify application source code to work with network QoS mechanisms, which can become complex when source code is reused in a wide range of deployment contexts. NetRAF s Network Resource Allocator Manager accepts application QoS requests at pre-deployment-time and determines the network QoS mechanism (e.g., DiffServ or IntServ) to use to serve the requests. As shown in Figure 4, NetRAF s Network Resource Allocator Manager works with QoS mechanism-specific allocators (e.g., Diff- Serv Allocator), which shields it from interacting directly with the complex network QoS mechanism (e.g., DiffServ Bandwidth Broker) APIs, thereby enhancing NetQoPE s flexibility and extensibility. Multiple allocators (e.g., IntServ Allocator and DiffServ Allocator) can be used by NetRAF s Network Resource Allocator Manager to serve the needs of small-scale deployments (where IntServ and DiffServ are both suitable) and large-scale deployments (where DiffServ often provides better scalability). For example, the shaded cloud connected to the Network Resource Allocator Manager in Figure 4 shows how NetRAF can be extended to work with other network QoS mechanisms, such as IntServ. Application to the case study. Since our case study is based on DiffServ, NetRAF uses the DiffServ Allocator to allocate network resources. This allocator invokes the admission control capabilities of the Bandwidth Broker [3] by feeding it one application flow at a time. If all flows cannot be admitted, NetRAF allows developers an option to change the deployment context since applications have not yet been deployed. Example changes include changing component implementations to consume fewer resources or change the source and destination nodes. As demonstrated in Section 4.2.3, this capability helps NetRAF incur lower overhead than conventional approaches [22, 18] that perform validation decisions when applications are deployed and operated at runtime. NetRAF s DiffServ Allocator instructs the Bandwidth Broker to reserve bi-directional resources in the specified classes. The Bandwidth Broker determines the bidirectional DSCPs and NetRAF encodes those values as connection attributes in the deployment plan. In addition, the Bandwidth Broker uses its Flow Provisioner [3] to configure the routers to provide appropriate per-hop behavior when they receive IP packets with the specified DSCP values. Section 3.3 describes how component containers are auto-configured to add these DSCPs when applications invoke remote operations. 3.3 Challenge 3: Alleviating Complexities in Network QoS Settings Configuration Context. After network resources are allocated and network routers are configured, applications in DRE systems need to invoke remote operations using the chosen network QoS settings (e.g., DSCP markings) so that the network layer can differentiate application traffic and provision appropriate QoS to each of the flow. Problem. Application developers have historically written code that instructs the middleware to provide the appropriate runtime services, e.g., DSCP markings in IP packets [16]. For example, fire sensors in our case study from Section 2 can be deployed in different QoS contexts that are managed by reusable software controllers. Modifying application code to instruct the middleware to add network QoS settings is tedious, error-prone, and non-scalable because (1) the same application code could be used in different contexts requiring different network QoS settings and (2) application developers might not (and ideally should not) know the different QoS contexts in which the applications are used during the development process. Applicationtransparent mechanisms are therefore needed to configure the middleware to add these network QoS settings depending on the deployment context in which applications are used. Figure 5: NetCON s Container Auto-configurations Solution approach Deployment and runtime component middleware mechanisms. Sidebar 1 describes how LwCCM containers provide a runtime environment for components. NetQoPE s Network QoS Configurator (Net- CON) provides capabilities to auto-configure these containers to add DSCPs to IP packets when applications invoke remote operations. As shown in Figure 5, NetRAF performs network resource allocations, determines the bi-directional DSCP values to be used for each application flow, and encodes those DSCP values in the deployment plan. During deployment, NetCON parses the deployment plan and its connection tags to determine (1) source and destination components, (2) the network priority model to be 5

6 used for their communication, (3) the bi-directional DSCP values, and (4) the target nodes on which the components are deployed. NetCON deploys the components on their respective containers, and creates the associated object references that can be used by clients in a remote invocation. When a component invokes a remote operation in LwCCM its container s context information provides it the object reference of the destination component. Other component middleware provide similar capabilities via containers, e.g., EJB applications interact with containers to obtain the right runtime operating environment. The NetCON container programming model can transparently add DSCPs and enforce the network priority models described in Section 3.1. To support SERVER_DECLARED network priority model, NetCON encodes a SERVER_DECLARED policy, and the associated request and reply DSCPs on the object reference of the server. When a client invokes a remote operation with this object reference, the client-side middleware checks the policy on the object reference, decodes the request DSCP and sends it on the request IP packets. In the server-side middleware, before sending the reply, the policy is checked again, and the reply DSCP is added on the IP packets. To support CLIENT_PROPAGATED network priority model, NetCON configures the containers to apply a CLIENT_PROPAGATED policy at the point of binding an object reference with the client. In contrast to the SERVER_DECLARED policy, the CLIENT_PROPAGATED policy can be changed at runtime and different clients can access the servers with different network priorities. When the source component invokes a remote operation using the policy-applied object reference, NetCON adds the associated forward and reverse DSCP markings on the IP packets, thereby providing network QoS to the application flow. A container can therefore transparently add both forward and reverse DSCP values when components invoke remote operations using the container services. Application to the case study. NetCON allows DRE system developers to focus on their application business logic, rather than wrestling with low-level mechanisms for provisioning network QoS. Moreover, NetCON provides these capabilities without having the applications to modify their application code, which simplifies development without incurring runtime overhead, as described in Section Evaluating NetQoPE This section empirically evaluates the flexibility and overhead of using NetQoPE to provide network QoS assurance to end-to-end application flows. We first validate that NetQoPE s automated model-driven approach can provide differentiated network performance for a variety of applications in DRE systems, such as our case study. We then demonstrate that NetQoPE s network QoS provisioning capabilities significantly reduce application development effort incurred by conventional approaches. 4.1 Hardware/Software Testbed and Experiment Configurations The empirical evaluation of NetQoPE was conducted at ISISlab ( which consists of (1) 56 dual-cpu blades running 2.8 Gz XEONs with 1 GB memory, 40 GB disks, and 4 NICs per blade, and (2) 6 Cisco 3750G switches with 24 10/100/1000 MPS ports per switch. As shown in Figure 6, our experiments were conducted on 16 of dual CPU blades in ISISlab, where 8 blades hosted linux router software. The remaining 8 blades Figure 6: Experimental Setup hosted software controllers (e.g., a fire sensor controller) developed using the CIAO middleware, which is an opensource LwCCM implementation developed on top of TAO real-time CORBA Object Request Broker (ORB). Our evaluations used DiffServ QoS and the associated Bandwidth Broker [3] software was hosted on blade C. All blades ran Fedora Core 4 Linux distribution configured using the realtime scheduling class. The blades were connected over a 1 Gbps LAN via virtual 100 Mbps links. In our evaluation scenario, a number of sensory and imagery software controllers sent their monitored information to monitor controllers so that appropriate control actions could be performed by enterprise supervisors monitoring abnormal events. For example, Figure 6 shows several fire sensor controller components deployed on blades A and B. These components sent their monitored information to monitor controller components deployed on blades D and F. communication between these software controllers used one of the traffic classes defined in Section 3.1 with the following capacities on all links: HP = 20 Mbps, HR = 30 Mbps, and MM = 30 Mbps. The BE class used the remaining available bandwidth in the network. To emulate the network traffic behavior of the software controllers developed using NetQoPE, we developed the TestNetQoPE performance test. This test creates a session for component-to-component communication with configurable bandwidth consumption. High resolution timer 6

7 probes we used to measure roundtrip latency accurately for each invocation made by a client. 4.2 Experimental Results and Analysis Below we describe the experiments performed using the ISISlab configuration described in Section 4.1 and analyze the results Evaluating NetQoPE s QoS Customization Capabilities Rationale. NetQoPE s model-driven approach provides the flexibility of developing application source code once and reusing it multiple times in different deployment contexts. It can also address the QoS needs of a wide variety of applications by supporting multiple DiffServ classes and network priority models. This experiment empirically evaluates the benefits of these capabilities. Methodology. We identified four flows from Figure 6 and modeled them using NetQoS as follows: (1) a fire sensor controller component on blade A uses the high reliability (HR) class and sends potential fire alarms in the parking lot to monitor controller component on blade D, (2) a fire sensor controller component on blade B uses the high priority (HP) class and sends potential fire alarms in the server room to monitor controller component on blade F, (3) a camera controller component on blade E uses the multimedia (MM) class and sends imagery information of the break room to the monitor controller component on blade G, and (4) a temperature sensor controller component on blade A uses the best effort (BE) class and sends temperature readings to the monitor controller component on blade F. CLIENT_PROPAGATED network policy was used for all flows, except for the the temperature sensor and monitor controller component flow, which used the SERVER_DECLARED network policy. We performed two variants of this experiment. The first variant used TCP as the transport protocol and 20 Mbps of forward and reverse bandwidth was requested for each type of QoS traffic. For each application flow, TestNetQoPE was configured to generate a load of 20 Mbps and the average roundtrip latency over 200,000 iterations was calculated. The second variant used UDP as the transport protocol and TestNetQoPE was configured to make oneway invocations with a payload of 500 bytes for 100,000 iterations. We used high-resolution timer probes to measure the network delay for each invocation on the receiver side of the communication. At the end of the second experiment, at most 100,000 network delay values (in milliseconds) were recorded for each network QoS class, if there were no invocation losses. Those values were then arranged in increasing order, and every value was subtracted from the minimum value in the whole sample, i.e., they were normalized with respect to the respective class minimum latency. The samples were divided into fourteen buckets based on their resultant values. For example, the 1 millisecond bucket contained only samples that are less than or equal to 1 millisecond in their resultant value, the 2 millisecond bucket contained only samples whose resultant values were less than or equal to 2 millisecond but greater than 1 millisecond, etc. In both the experiments, to evaluate application performance in the presence of background network loads, several other applications were run, as described in Table 1 (where TS stands for temperature sensor controller, MS stands for monitor controller, FS stands for fire sensor controller, and CS stands for camera controller ). NetRAF allocated the network resources for each flow and determined the DSCP values to use. After deploying the applications, NetCON configured the containers to use the appropriate network priority models to add DSCP values to IP packets when applications invoke remote operations. Traffic Type Background Traffic in Mbps BE HP HR MM BE (TS - MS) 85 to 100 HP (FS - MS) 30 to to to 33 HR (FS - MS) 30 to to to to 31 MM (CS - MS) 30 to to to to 31 Table 1: Application Background Traffic Analysis of results. Figure 7a shows the results of experiments when the deployed applications were configured with different network QoS classes and were sending TCP traffic. This figure shows that irrespective of the heavy background traffic, the average latency experienced by the fire sensor controller component using the HP network QoS class is lower than the average latency experienced by all other components. In contrast, the traffic from the BE class does not get differentiated from the competing background traffic and incurs a high latency (i.e., throughput is very low). Moreover, the latency increases while using the HR and MM classes when compared to the HP class. Figure 7b shows the (1) cardinality of the network delay groupings for different network QoS classes under different millisecond buckets and (2) losses incurred by each network QoS class. These results show that the jitter values experienced by the application using the BE class are spread across all the buckets (i.e., are highly unpredictable). When combined with packet or invocation losses, this property is undesirable in DRE systems. In contrast, predictability and loss-ratio improves when using the HP class as evidenced by the spread of network delays across just two buckets. The application s jitter is almost constant and is not affected by heavy background traffic. The results in Figure 7b also show that application using the MM class experiences predictable latency than applications using BE and HR class. Approximately 94% of the MM class invocations had their normalized delays within 1 7

8 200, ,805 Latency (microseconds) 150, ,000 50,000 88,939 97, ,644 0 HP HR MM Network QoS classes (a) Average Latency under Different Network QoS Classes millisecond. This result occurs because the queue size at the routers is smaller for the MM class than the queue size for the HR class, so UDP packets sent by the invocations do not experience as much queuing delay in the core routers as packets belonging to the HR class. The HR class provides better loss-ratio, however. These results demonstrate that NetQoPE s automated model-driven mechanisms (1) support the needs of a wide variety of applications by simplifying the modeling of QoS requirements via various DiffServ network QoS classes and (2) provide those modeled applications with differentiated network performance validating the automated network resource allocation and configuration process. By using NetQoPE, applications can leverage the functionalities of network QoS mechanisms with minimal effort (as described in Section 4.2.3). The results also demonstrated the following QoS customization possibilities for a set of application communications (e.g., fire sensor and monitor controller component): (1) different network QoS performance, e.g., HP communication between blades A and D, and HR communication between blades B and F, (2) different transport protocols for communication, e.g., TCP and UDP, and (3) different network access models, e.g., monitor controller components were accessed using the CLIENT_PROPAGATED network priority model and the SERVER_DECLARED network priority model. Taken together, these results demonstrate that NetQoPE s write once, deploy multiple times for different QoS capabilities increase deployment flexibility and extensibility for environments where many reusable software components are deployed. To provide this flexibility, NetQoS generates XML-based deployment descriptors that capture context-specific QoS requirements of applications. For our experiment, communication between fire sensor and monitor controllers was deployed in multiple deployment contexts, i.e., HR and HP QoS requirements. In DRE systems like our case study, however, the same communication patterns between components could occur in many deployment contexts. For example, the same communication patterns could BE Figure 7: Performance of NetQoPE (b) Jitter Distribution under Different Network QoS Classes use any of the four network QoS classes (HP, HR, MM, and BE). The communication patterns that use the same network QoS class (e.g., HP) could make different forward and reverse bandwidth reservations (e.g., 4, 8, 10 Mbps). In such scenarios, as shown in Table 2, NetQoS auto generates 1,300 lines of XML code, which would otherwise need to be handcrafted by application developers. Number of communications Deployment contexts Table 2: Generated Lines of XML Code Evaluating the Overhead of NetQoPE for Normal Operations Rationale. NetQoPE provides network QoS to applications by using the four-stage architecture shown in Figure 1. This experiment evaluates the overhead of using NetQoPE to enforce network QoS. Methodology. As described in Section 3.1, DRE system developers can use NetQoPE at design time to specify network QoS requirements on the application flows. Based on the specified network QoS requirements, NetRAF interacts with the Bandwidth Broker at pre-deployment time to allocate per-flow network resources. By providing designand pre-deployment-time capabilities, NetQoS and NetRAF thus incur no runtime overhead. In contrast, NetCON provides deployment-time configuration of component middleware containers by adding DSCP markings to IP packets when applications invoke remote operations, as described in Section 3.3. There is thus the potential for runtime overhead when containers apply one of the network policy models to provide the the source application with an object reference to the destination application. To measure the runtime overhead incurred by Net- CON, we ran an experiment to determine the runtime overhead of the container when it performs extra work to ap- 8

9 ply the policies to add DSCPs to IP packets. This experiment had the following variants: (1) the client container not configured by NetCON (no network QoS required), (2) the client container configured by NetCON to apply the CLIENT_PROPAGATED network policy, and (3) the client container configured by NetCON to apply the SERVER_DECLARED network policy. All experiment variants had no background network load. In our experiment, the network priority models were configured with DSCP values of 0 for both the forward and reverse direction flows, as there was no network congestion and QoS support was not needed. TestNetQoPE was configured to make 200,000 invocations that generated a load of 6 Mbps, and average roundtrip latency was calculated for each experiment variant. The routers were not configured to perform DiffServ processing (provide routing behavior based on the DSCP markings), and hence no edge router processing overhead was incurred. We configured the experiment to pinpoint only the overhead of the container and not of any other entity in the path of the remote communication invoked by the clients. Latency (miliseconds) No QoS 99 percent Mean Max Figure 8: Overhead of NetQoPE s Policy Framework Analysis of results. Figure 8 (CP refers to CLIENT_PROPAGATED and SD refers to SERVER_DECLARED network priority models) shows the different average roundtrip latencies experienced by clients in the three different variants of the experiment. To honor the network policy models, the NetQoPE middleware added the request and reply DSCPs to the IP packets. The latency results shown in Figure 8 are all similar, which shows that NetCON is efficient and adds negligible overhead to applications. Since Network QoS was not needed for this experiment the network resources were not allocated and a DSCP value of 0 was used. If a different variant of the experiment is run with background network loads and network QoS is required for some of the application flows network resources will be allocated and the appropriate DSCP values will be used in those application flows. The middleware overhead will remain the same, however, since the same middleware infrastructure is used, only with different DSCP values. This result thus shows that NetCON incurs minimal runtime overhead when enforcing network QoS support for applications. CP SD Evaluating NetQoPE s Model-driven QoS Provisioning Capabilities Rationale. As discussed in Section 3, a key design goal of NetQoPE is to provide network QoS to applications in an extensible manner. This experiment evaluates NetQoPE s application-transparent network QoS provisioning capabilities. Methodology. We first define a taxonomy for evaluating technologies that provide network QoS assurances to endto-end DRE application flows. Conventional approaches can be classified as being (1) object-oriented [8, 18, 22, 16], (2) aspect-oriented [7], and (3) component middlewarebased [4, 19]. Below we describe how each approach provide the following functionalities needed to leverage network QoS mechanism capabilities: Requirements Specification. In conventional approaches applications use (1) middleware-based APIs [8, 22], (2) contract definition languages [18, 16], (3) runtime aspects [7], or (4) specialized component middleware container interfaces [4] to specify network QoS requirements. Whenever the deployment context and the associated QoS requirements change, however, application source code must also change, thereby limiting reusability. In contrast, as described in Section 3.1, NetQoS provides domainspecific, declarative techniques that alleviate the need to programmatically specify QoS requirements and increase reusability across different deployment contexts. Network Resource Allocation. Conventional approaches require the deployment of applications before their per-flow network resource requirements can be provisioned by network QoS mechanisms. If those applications cannot have their required resources allocated they must be stopped, their source code must be modified to specify new resource requirements, and the resource reservation proce ss needs to start again. This approach is tedious since it involves deploying and re-deploying applications (potentially in different nodes) multiple times. In contrast, NetRAF handles deployment changes through NetQoS models, as described in Section 3.2. This process occurs during predeployment before applications have been deployed, which reduces the efforts needed to change deployment topology or application QoS requirements. Network QoS Enforcement. Conventional approaches modify application source code [16] or programming model [4] to instruct the middleware to enforce runtime QoS for their remote invocations. Applications must therefore be designed to handle two different usecases to enforce QoS and when no QoS is required thereby limiting application reusability. In contrast, as described in Section 3.3, NetCON uses a container programming model that transparently enforces runtime QoS for applications without changing their source code or programming model. Using the conventional approaches and the NetQoPE ap- 9

10 proach, we now compare the manual effort required to provide network QoS to the four end-to-end application flows described in Section We decompose the manual effort across the following general steps: (1) implementation, which involves software engineers writing code, (2) deployment, which involves the system deployers to map (or stop) application components to their target nodes, and (3) modeling tool use, which involves the application developers to use NetQoPE to model a DRE application structure and specify per-flow QoS requirements. In the context of our evaluation, a complete QoS provisioning lifecycle consists specifying requirements, allocating resources, deploying applications, and stopping applications when they are finished. To compare the manual efforts, we devised a realistic scenario for the four end-to-end application flows described in Section In this scenario, three sets of experiments are conducted with the following different deployment variants: In the first variant, all the four end-to-end application flows are configured with the QoS requirements as specified in Section In the second variant, to demonstrate the effect of changes in QoS requirements on manual efforts we modify bandwidth requirements from 20 Mbps to 12 Mbps for each of the four end-to-end flows. In the third variant, we demonstrate the effect of changes in QoS requirements and resource (re)reservations taken together on manual efforts. We modify bandwidth requirements of all the flows from 12 Mbps to 16 Mbps. We also change temperature sensor controller component to use the high reliability (HR) class instead of the best effort BE class as described in Section We also increased the background HR class traffic across the blades, so that the resource reservation request for the flow between temperature sensor and monitor controller components fails. In response, deployment contexts (e.g., bandwidth requirements, source and destination nodes) were changed and resource re-reservation was performed. For the first deployment, the effort required using conventional approaches is the following 10 steps: (1) modify source code of each of the eight components to specify their QoS requirements (8 implementation steps), (2) deploying all the components (1 deployment step), and (3) shutdown all the components (1 deployment step). The effort required using NetQoPE involves the following 4 steps: (1) model the DRE application structure of all the 4 end-to-end application flows using NetQoS (1 modeling step), (2) annotate QoS specifications on each of the end-to-end application flow (1 modeling step), (3) deploying all the components (1 deployment step), and (4) shutdown all the components (1 deployment step). For the second deployment, the effort required using a conventional approach is also 10 steps because this approach require source code modifications as the deployment contexts changed (in this case, the bandwidth requirements changed across four different deployment contexts). In contrast, the effort required using NetQoPE is 3 steps and is described as follows: (1) annotate QoS specifications on each of the end-to-end application flow (1 modeling step), (3) deploying all the components (1 deployment step), and (4) shutdown all the components (1 deployment step). For the second deployment, application developers reused the NetQoS application structure model that was created for the initial deployment and this helps reduce required efforts by a step. For the third deployment, the effort required using a conventional approach is the following 13 steps: (1) modify source code of each of the eight components to specify their QoS requirements (8 implementation steps), (2) deploying all the components (1 deployment step), (3) shutdown the temperature sensor component (1 deployment step resource allocation failed for the component), (4) modify source code of temperature sensor component back to use BE network QoS class (deployment context change) (1 implementation steps), (5) redeploy the temperature sensor component (1 deployment step), and (6) shutdown all the components (1 deployment step). In contrast, the effort required using NetQoPE for the third deployment is the following 4 steps: (1) annotate QoS specifications on each of the end-to-end application flow (1 modeling step), (2) re-annotate QoS requirements for the temperature sensor component flow (1 deployment step NetRAF s pre-deployment-time allocation capabilities determined the resource allocation failure and prompted NetQoPE application developer to change the QoS requirements) (3) deploying all the components (1 deployment step), and (4) shutdown all the components (1 deployment step). Approaches # Steps in Experiment Variants First Second Third NetQoPE Conventional Table 3: Comparison of Manual Efforts Incurred in Conventional and NetQoPE Approaches As shown in Table 3, the results from this exercise show that conventional approaches incur roughly an order of magnitude more effort than NetQoPE to provide network QoS assurance for end-to-end application flows. Closer examination shows that in conventional approaches, application developers spend substantially more effort designing and implementing software that can work across different deployment contexts. Moreover, this process must be repeated as and when the deployment contexts and the asso- 10

11 ciated QoS requirements change. Moreover, implementations are complex since the requirements are specified using external APIs, such as middleware-based APIs [22] or network QoS mechanism APIs [12]. Further, application (re)deployments are required whenever reservation requests fail. In this experiment, only one flow required re-reservation and that incurred additional effort of 3 steps. If there are large number of flows and enterprise DRE systems like our case study tend to have dozens or hundreds of flows the level of effort required is significantly more than for conventional approaches. 5 Related Work This section compares our R&D activities on NetQoPE with related work on middleware-based QoS management and model-based design tools. Network QoS management in middleware. Prior work on integrating network QoS mechanisms with middleware [22, 18, 16, 8] focused on providing middleware APIs to shield applications from directly interacting with complex network QoS mechanism APIs. Middleware frameworks transparently converted the specified application QoS requirements into lower-level network QoS mechanism APIs and provided network QoS assurances. These approaches, however, modified applications to dictate QoS behavior for the various flows. NetQoPE differs from these approaches by providing application-transparent and automated solutions to leverage network QoS mechanisms, thereby significantly reducing manual design and development effort to obtain network QoS. QoS management in middleware. Prior research has focused on adding various types of QoS capabilities to middleware. For example, [11] describes J2EE container resource management mechanisms that provide CPU availability assurances to applications. Likewise, 2K [24] provides QoS to applications from varied domains using a component-based runtime middleware. In addition, [4] extends EJB containers to integrate QoS features by providing negotiation interfaces which the application developers need to implement to receive desired QoS support. Synergy [17] describes a distributed stream processing middleware that provides QoS to data streams in real time by efficient reuse of data streams and processing components. These approaches are restricted to CPU QoS assurances or application-level adaptations to resource-constrained scenarios. NetQoPE differs by providing network QoS assurances in a application-agnostic fashion. Deployment-time resource allocation. Prior work has focused on deploying applications at appropriate nodes so that their QoS requirements can be met. For example, prior work [13, 21] has studied and analyzed application communication and access patterns to determine collocated placements of heavily communicating components. Other research [6, 9] has focused on intelligent component placement algorithms that maps components to nodes while satisfying their CPU requirements. NetQoPE differs from these approaches by leveraging network QoS mechanisms to allocate network resources at pre-deployment-time and enforcing network QoS at runtime. Model-based design tools. Prior work has been done on model-based design tools. PICML [1] enables DRE system developers to define component interfaces, their implementations, and assemblies, facilitating deployment of LwCCM-based applications. VEST [20] and AIRES [10] analyze domain-specific models of embedded real-time systems to perform schedulability analysis and provides automated allocation of components to processors. SysWeaver [5] supports design-time timing behavior verification of real-time systems and automatic code generation and weaving for multiple target platforms. In contrast, NetQoPE provides model-driven capabilities to specify network QoS requirements on DRE system application flows, and subsequently allocate network resources automatically using network QoS mechanisms. NetQoPE thus helps assure that application network QoS requirements are met at deployment-time, rather than design-time or runtime. 6 Concluding Remarks This paper describes the design and evaluation of NetQoPE, which is a model-driven component middleware framework that manages network QoS for applications in DRE systems. The following is a summary of the lessons we learned developing NetQoPE and applying it to a representative DRE system case study: NetQoPE s domain-specific modeling languages help capture per-deployment network QoS requirements of applications so that network resources can be allocated appropriately. Application business logic consequently need not be modified to specify deployment-specific QoS requirements, thereby increasing software reuse and flexibility across a range of deployment contexts. Programming network QoS mechanisms directly in application code requires that applications are deployed and running before they can determine if the required network resources are available to meet QoS needs. Providing these capabilities via NetQoPE s model-driven middleware framework helps to guide resource allocation strategies before application deployment, thereby simplifying validation and adaptation decisions. NetQoPE s model-driven deployment and configuration tools help transparently configure the underlying component middleware on behalf of applications to add contextspecific network QoS settings. These settings can be enforced by NetQoPE s runtime middleware framework without modifying the middleware programming model used by applications. Applications consequently need not change the way they communicate at runtime since network QoS 11

Model-driven QoS Provisioning for Distributed Real-time and Embedded Systems

Model-driven QoS Provisioning for Distributed Real-time and Embedded Systems Model-driven QoS Provisioning for Distributed Real-time and Embedded Systems Jaiganesh Balasubramanian, Sumant Tambe, Balakrishnan Dasarathy, Aniruddha Gokhale, Douglas C. Schmidt, and Shrirang Gadgil

More information

NetQoPE: A Middleware-based Network QoS Provisioning Engine for Distributed Real-time and Embedded Systems

NetQoPE: A Middleware-based Network QoS Provisioning Engine for Distributed Real-time and Embedded Systems NetQoPE: A Middleware-based Network QoS Provisioning Engine for Distributed Real-time and Embedded Systems Jaiganesh Balasubramanian 1, Sumant Tambe 1, Shrirang Gadgil 2, Frederick Porter 2, Balakrishnan

More information

NetQoPE: A Model-driven Network QoS Provisioning Engine for Distributed Real-time and Embedded Systems

NetQoPE: A Model-driven Network QoS Provisioning Engine for Distributed Real-time and Embedded Systems NetQoPE: A Model-driven Network QoS Provisioning Engine for Distributed Real-time and Embedded Systems Jaiganesh Balasubramanian, Sumant Tambe, Balakrishnan Dasarathy, Shrirang Gadgil, Frederick Porter,

More information

NetQoPE: A Middleware-based Network QoS Provisioning Engine for Enterprise Distributed Real-time and Embedded Systems

NetQoPE: A Middleware-based Network QoS Provisioning Engine for Enterprise Distributed Real-time and Embedded Systems NetQoPE: A Middleware-based Network QoS Provisioning Engine for Enterprise Distributed Real-time and Embedded Systems Jaiganesh Balasubramanian, Sumant Tambe Shrirang Gadgil, Frederick Porter Nanbor Wang

More information

CaDAnCE: A Criticality-aware Deployment And Configuration Engine

CaDAnCE: A Criticality-aware Deployment And Configuration Engine CaDAnCE: A Criticality-aware Deployment And Configuration Engine Gan Deng, Douglas C. Schmidt, Aniruddha Gokhale Dept. of EECS, Vanderbilt University, Nashville, TN {dengg,schmidt,gokhale}@dre.vanderbilt.edu

More information

QUICKER: A Model-driven QoS Mapping Tool for QoS-enabled Component Middleware

QUICKER: A Model-driven QoS Mapping Tool for QoS-enabled Component Middleware QUICKER: A Model-driven QoS Mapping Tool for QoS-enabled Component Middleware Amogh Kavimandan, Krishnakumar Balasubramanian, Nishanth Shankaran, Aniruddha Gokhale, & Douglas C. Schmidt amoghk@dre.vanderbilt.edu

More information

Institute for Software Integrated Systems Vanderbilt University Nashville, Tennessee

Institute for Software Integrated Systems Vanderbilt University Nashville, Tennessee Architectural and Optimization Techniques for Scalable, Real-time and Robust Deployment and Configuration of DRE Systems Gan Deng Douglas C. Schmidt Aniruddha Gokhale Institute for Software Integrated

More information

Meeting the Challenges of Ultra-Large

Meeting the Challenges of Ultra-Large Meeting the Challenges of Ultra-Large Large-Scale Systems Tuesday, July 11, 2006,, OMG RTWS, Arlington, VA Dr. Douglas C. Schmidt d.schmidt@vanderbilt.edu www.dre.vanderbilt.edu/~schmidt Institute for

More information

Applying Model Intelligence Frameworks for Deployment Problem in Real-Time and Embedded Systems

Applying Model Intelligence Frameworks for Deployment Problem in Real-Time and Embedded Systems Applying Model Intelligence Frameworks for Deployment Problem in Real-Time and Embedded Systems Andrey Nechypurenko 1, Egon Wuchner 1, Jules White 2, and Douglas C. Schmidt 2 1 Siemens AG, Corporate Technology

More information

Design and Performance Evaluation of Resource-Management Framework for End-to-End Adaptation of Distributed Real-time Embedded Systems

Design and Performance Evaluation of Resource-Management Framework for End-to-End Adaptation of Distributed Real-time Embedded Systems Design and Performance Evaluation of Resource-Management Framework for End-to-End Adaptation of Distributed Real-time Embedded Systems Nishanth Shankaran, Douglas C. Schmidt, Xenofon D. Koutsoukos, Yingming

More information

Quality of Service II

Quality of Service II Quality of Service II Patrick J. Stockreisser p.j.stockreisser@cs.cardiff.ac.uk Lecture Outline Common QoS Approaches Best Effort Integrated Services Differentiated Services Integrated Services Integrated

More information

Design and Performance Evaluation of an Adaptive Resource Management Framework for Distributed Real-time and Embedded Systems

Design and Performance Evaluation of an Adaptive Resource Management Framework for Distributed Real-time and Embedded Systems Design and Performance Evaluation of an Adaptive Resource Management Framework for Distributed Real-time and Embedded Systems Nishanth Shankaran, Nilabja Roy, Douglas C. Schmidt, Xenofon D. Koutsoukos,Yingming

More information

Techniques for Dynamic Swapping in the Lightweight CORBA Component Model

Techniques for Dynamic Swapping in the Lightweight CORBA Component Model in the Lightweight CORBA Component Model jai@dre.vanderbilt.edu www.dre.vanderbilt.edu/~jai Dr. Aniruddha Gokhale gokhale@dre.vanderbilt.edu www.dre.vanderbilt.edu/~gokhale Dr. Douglas C. Schmidt schmidt@dre.vanderbilt.edu

More information

Presented by: B. Dasarathy OMG Real-Time and Embedded Systems Workshop, Reston, VA, July 2004

Presented by: B. Dasarathy OMG Real-Time and Embedded Systems Workshop, Reston, VA, July 2004 * This work is supported by DARPA Contract NBCH-C-03-0132. Network QoS Assurance through Admission Control* by B. Coan, B. Dasarathy, S. Gadgil, K. Parmeswaran, I. Sebuktekin and R. Vaidyanathan, Telcordia

More information

Model-driven QoS Provisioning for Distributed Real-time and Embedded Systems

Model-driven QoS Provisioning for Distributed Real-time and Embedded Systems Model-driven QoS Provisioning for Distributed Real-time and Embedded Systems Submitted to the Special issue on Model-driven Embedded System Design  Á Æ ËÀ Ä ËÍ Ê Å ÆÁ Æ ËÍÅ ÆÌ Ì Å ÆÁÊÍ À ÇÃÀ Ä ÇÍ Ä Ë

More information

Bandwidth, Latency, and QoS for Core Components

Bandwidth, Latency, and QoS for Core Components Bandwidth, Latency, and QoS for Core Components, on page 1 Bandwidth, Latency, and QoS for Optional Cisco Components, on page 18 Bandwidth, Latency, and QoS for Optional Third-Party Components, on page

More information

Lecture 13. Quality of Service II CM0256

Lecture 13. Quality of Service II CM0256 Lecture 13 Quality of Service II CM0256 Types of QoS Best Effort Services Integrated Services -- resource reservation network resources are assigned according to the application QoS request and subject

More information

Principles. IP QoS DiffServ. Agenda. Principles. L74 - IP QoS Differentiated Services Model. L74 - IP QoS Differentiated Services Model

Principles. IP QoS DiffServ. Agenda. Principles. L74 - IP QoS Differentiated Services Model. L74 - IP QoS Differentiated Services Model Principles IP QoS DiffServ Differentiated Services Architecture DSCP, CAR Integrated Services Model does not scale well flow based traffic overhead (RSVP messages) routers must maintain state information

More information

of-service Support on the Internet

of-service Support on the Internet Quality-of of-service Support on the Internet Dept. of Computer Science, University of Rochester 2008-11-24 CSC 257/457 - Fall 2008 1 Quality of Service Support Some Internet applications (i.e. multimedia)

More information

A QoS-aware CCM for DRE System Development

A QoS-aware CCM for DRE System Development A QoS-aware CCM for DRE System Development Nanbor Wang Tech-X Corporation 5561 Arapahoe Ave., Suite A Boulder, CO 33 Chris Gill Dept. of Computer Science and Engineering Washington University One Brookings

More information

Multimedia Networking. Network Support for Multimedia Applications

Multimedia Networking. Network Support for Multimedia Applications Multimedia Networking Network Support for Multimedia Applications Protocols for Real Time Interactive Applications Differentiated Services (DiffServ) Per Connection Quality of Services Guarantees (IntServ)

More information

Adapting Enterprise Distributed Real-time and Embedded (DRE) Pub/Sub Middleware for Cloud Computing Environments

Adapting Enterprise Distributed Real-time and Embedded (DRE) Pub/Sub Middleware for Cloud Computing Environments Adapting Enterprise Distributed Real-time and Embedded (DRE) Pub/Sub Middleware for Cloud Computing Environments Joe Hoffert, Douglas Schmidt, and Aniruddha Gokhale Vanderbilt University Nashville, TN,

More information

Model-Driven Configuration and Deployment of Component Middleware Publish/Subscribe Services

Model-Driven Configuration and Deployment of Component Middleware Publish/Subscribe Services Model-Driven Configuration and Deployment of Component Middleware Publish/Subscribe Services George Edwards, Gan Deng, Douglas C. Schmidt, Aniruddha Gokhale, and Bala Natarajan Department of Electrical

More information

A Preferred Service Architecture for Payload Data Flows. Ray Gilstrap, Thom Stone, Ken Freeman

A Preferred Service Architecture for Payload Data Flows. Ray Gilstrap, Thom Stone, Ken Freeman A Preferred Service Architecture for Payload Data Flows Ray Gilstrap, Thom Stone, Ken Freeman NASA Research and Engineering Network NASA Advanced Supercomputing Division NASA Ames Research Center Outline

More information

Tools & Techniques for Deployment & Configuration of QoS- enabled Component Applications

Tools & Techniques for Deployment & Configuration of QoS- enabled Component Applications Tools & Techniques for Deployment & Configuration of QoS- enabled Applications jai@dre.vanderbilt.edu www.dre.vanderbilt.edu/~jai Gan Deng dengg@dre.vanderbilt.edu www.dre.vanderbilt.edu/~dengg Dr. Aniruddha

More information

DREMS: A Toolchain and Platform for the Rapid Application Development, Integration, and Deployment of Managed Distributed Real-time Embedded Systems

DREMS: A Toolchain and Platform for the Rapid Application Development, Integration, and Deployment of Managed Distributed Real-time Embedded Systems DREMS: A Toolchain and Platform for the Rapid Application Development, Integration, and Deployment of Managed Distributed Real-time Embedded Systems William Emfinger, Pranav Kumar, Abhishek Dubey, William

More information

Real-Time Protocol (RTP)

Real-Time Protocol (RTP) Real-Time Protocol (RTP) Provides standard packet format for real-time application Typically runs over UDP Specifies header fields below Payload Type: 7 bits, providing 128 possible different types of

More information

Network Support for Multimedia

Network Support for Multimedia Network Support for Multimedia Daniel Zappala CS 460 Computer Networking Brigham Young University Network Support for Multimedia 2/33 make the best of best effort use application-level techniques use CDNs

More information

Model-Driven QoS Provisioning Techniques for CCM DRE Systems

Model-Driven QoS Provisioning Techniques for CCM DRE Systems Model-Driven QoS Provisioning Techniques for CCM DRE Systems Stoyan Paunov, Gan Deng, Douglas C. Schmidt, and Anirudha Gokhale ISIS, Vanderbilt University Motivation for QoS-enabled Middleware Trends!

More information

Internet Services & Protocols. Quality of Service Architecture

Internet Services & Protocols. Quality of Service Architecture Department of Computer Science Institute for System Architecture, Chair for Computer Networks Internet Services & Protocols Quality of Service Architecture Dr.-Ing. Stephan Groß Room: INF 3099 E-Mail:

More information

AIDING THE DEPLOYMENT AND CONFIGURATION OF COMPONENT MIDDLEWARE IN DISTRIBURED, REAL-TIME AND EMBEDDED SYSTEMS. Stoyan G. Paunov.

AIDING THE DEPLOYMENT AND CONFIGURATION OF COMPONENT MIDDLEWARE IN DISTRIBURED, REAL-TIME AND EMBEDDED SYSTEMS. Stoyan G. Paunov. AIDING THE DEPLOYMENT AND CONFIGURATION OF COMPONENT MIDDLEWARE IN DISTRIBURED, REAL-TIME AND EMBEDDED SYSTEMS by Stoyan G. Paunov Thesis Submitted to the Faculty of the Graduate School of Vanderbilt University

More information

DiffServ Architecture: Impact of scheduling on QoS

DiffServ Architecture: Impact of scheduling on QoS DiffServ Architecture: Impact of scheduling on QoS Abstract: Scheduling is one of the most important components in providing a differentiated service at the routers. Due to the varying traffic characteristics

More information

Basics (cont.) Characteristics of data communication technologies OSI-Model

Basics (cont.) Characteristics of data communication technologies OSI-Model 48 Basics (cont.) Characteristics of data communication technologies OSI-Model Topologies Packet switching / Circuit switching Medium Access Control (MAC) mechanisms Coding Quality of Service (QoS) 49

More information

Performance Evaluation of an Adaptive Middleware Load Balancing and Monitoring Service

Performance Evaluation of an Adaptive Middleware Load Balancing and Monitoring Service Performance Evaluation of an Adaptive Middleware Load Balancing and Monitoring Service Ossama Othman, Jaiganesh Balasubramanian, and Douglas C. Schmidt fossama,jai,schmidtg@dre.vanderbilt.edu Institute

More information

IP SLAs Overview. Finding Feature Information. Information About IP SLAs. IP SLAs Technology Overview

IP SLAs Overview. Finding Feature Information. Information About IP SLAs. IP SLAs Technology Overview This module describes IP Service Level Agreements (SLAs). IP SLAs allows Cisco customers to analyze IP service levels for IP applications and services, to increase productivity, to lower operational costs,

More information

Telecommunication Services Engineering Lab. Roch H. Glitho

Telecommunication Services Engineering Lab. Roch H. Glitho 1 Quality of Services 1. Terminology 2. Technologies 2 Terminology Quality of service Ability to control network performance in order to meet application and/or end-user requirements Examples of parameters

More information

Model-Driven Optimizations of Component Systems

Model-Driven Optimizations of Component Systems Model-Driven Optimizations of omponent Systems OMG Real-time Workshop July 12, 2006 Krishnakumar Balasubramanian Dr. Douglas. Schmidt {kitty,schmidt}@dre.vanderbilt.edu Institute for Software Integrated

More information

Quality of Service Mechanism for MANET using Linux Semra Gulder, Mathieu Déziel

Quality of Service Mechanism for MANET using Linux Semra Gulder, Mathieu Déziel Quality of Service Mechanism for MANET using Linux Semra Gulder, Mathieu Déziel Semra.gulder@crc.ca, mathieu.deziel@crc.ca Abstract: This paper describes a QoS mechanism suitable for Mobile Ad Hoc Networks

More information

Ahmed Benallegue RMDCN workshop on the migration to IP/VPN 1/54

Ahmed Benallegue RMDCN workshop on the migration to IP/VPN 1/54 MPLS Technology Overview Ahmed Benallegue A.Benallegue@ecmwf.int RMDCN workshop on the migration to IP/VPN 1/54 Plan 1. MPLS basics 2. The MPLS approach 3. Label distribution RSVP-TE 4. Traffic Engineering

More information

Quality of Service in the Internet

Quality of Service in the Internet Quality of Service in the Internet Problem today: IP is packet switched, therefore no guarantees on a transmission is given (throughput, transmission delay, ): the Internet transmits data Best Effort But:

More information

Mohammad Hossein Manshaei 1393

Mohammad Hossein Manshaei 1393 Mohammad Hossein Manshaei manshaei@gmail.com 1393 Voice and Video over IP Slides derived from those available on the Web site of the book Computer Networking, by Kurose and Ross, PEARSON 2 Multimedia networking:

More information

Research Article Design and Performance Evaluation of an Adaptive Resource Management Framework for Distributed Real-Time and Embedded Systems

Research Article Design and Performance Evaluation of an Adaptive Resource Management Framework for Distributed Real-Time and Embedded Systems Hindawi Publishing Corporation EURASIP Journal on Embedded Systems Volume 2008, Article ID 250895, 20 pages doi:10.1155/2008/250895 Research Article Design and Performance Evaluation of an Adaptive Resource

More information

CSCD 433/533 Advanced Networks Spring Lecture 22 Quality of Service

CSCD 433/533 Advanced Networks Spring Lecture 22 Quality of Service CSCD 433/533 Advanced Networks Spring 2016 Lecture 22 Quality of Service 1 Topics Quality of Service (QOS) Defined Properties Integrated Service Differentiated Service 2 Introduction Problem Overview Have

More information

Configuring Cisco IOS IP SLA Operations

Configuring Cisco IOS IP SLA Operations CHAPTER 58 This chapter describes how to use Cisco IOS IP Service Level Agreements (SLA) on the switch. Cisco IP SLA is a part of Cisco IOS software that allows Cisco customers to analyze IP service levels

More information

F6COM: A Case Study in Extending Container Services through Connectors

F6COM: A Case Study in Extending Container Services through Connectors F6COM: A Case Study in Extending Container Services through Connectors Abhishek Dubey, Andy Gokhale, Gabor Karsai, William R. Otte; Vanderbilt University/ISIS Johnny Willemsen; Remedy IT Paul Calabrese,

More information

Quality of Service in the Internet. QoS Parameters. Keeping the QoS. Leaky Bucket Algorithm

Quality of Service in the Internet. QoS Parameters. Keeping the QoS. Leaky Bucket Algorithm Quality of Service in the Internet Problem today: IP is packet switched, therefore no guarantees on a transmission is given (throughput, transmission delay, ): the Internet transmits data Best Effort But:

More information

Advanced Computer Networks

Advanced Computer Networks Advanced Computer Networks QoS in IP networks Prof. Andrzej Duda duda@imag.fr Contents QoS principles Traffic shaping leaky bucket token bucket Scheduling FIFO Fair queueing RED IntServ DiffServ http://duda.imag.fr

More information

H3C S9500 QoS Technology White Paper

H3C S9500 QoS Technology White Paper H3C Key words: QoS, quality of service Abstract: The Ethernet technology is widely applied currently. At present, Ethernet is the leading technology in various independent local area networks (LANs), and

More information

Internet Engineering Task Force (IETF) December 2014

Internet Engineering Task Force (IETF) December 2014 Internet Engineering Task Force (IETF) Request for Comments: 7417 Category: Experimental ISSN: 2070-1721 G. Karagiannis Huawei Technologies A. Bhargava Cisco Systems, Inc. December 2014 Extensions to Generic

More information

Unit 2 Packet Switching Networks - II

Unit 2 Packet Switching Networks - II Unit 2 Packet Switching Networks - II Dijkstra Algorithm: Finding shortest path Algorithm for finding shortest paths N: set of nodes for which shortest path already found Initialization: (Start with source

More information

Performance Characterization of the Dell Flexible Computing On-Demand Desktop Streaming Solution

Performance Characterization of the Dell Flexible Computing On-Demand Desktop Streaming Solution Performance Characterization of the Dell Flexible Computing On-Demand Desktop Streaming Solution Product Group Dell White Paper February 28 Contents Contents Introduction... 3 Solution Components... 4

More information

Quality of Service in the Internet

Quality of Service in the Internet Quality of Service in the Internet Problem today: IP is packet switched, therefore no guarantees on a transmission is given (throughput, transmission delay, ): the Internet transmits data Best Effort But:

More information

Using Quality Objects (QuO) Middleware for QoS Control of Video Streams

Using Quality Objects (QuO) Middleware for QoS Control of Video Streams Using Quality Objects (QuO) Middleware for QoS Control of Streams BBN Technologies Cambridge, MA http://www.dist-systems.bbn.com/tech/quo/ Craig Rodrigues crodrigu@bbn.com OMG s Third Workshop on Real-Time

More information

Lecture 14: Performance Architecture

Lecture 14: Performance Architecture Lecture 14: Performance Architecture Prof. Shervin Shirmohammadi SITE, University of Ottawa Prof. Shervin Shirmohammadi CEG 4185 14-1 Background Performance: levels for capacity, delay, and RMA. Performance

More information

Configuring Cisco IOS IP SLAs Operations

Configuring Cisco IOS IP SLAs Operations CHAPTER 50 This chapter describes how to use Cisco IOS IP Service Level Agreements (SLAs) on the switch. Cisco IP SLAs is a part of Cisco IOS software that allows Cisco customers to analyze IP service

More information

IPv6-based Beyond-3G Networking

IPv6-based Beyond-3G Networking IPv6-based Beyond-3G Networking Motorola Labs Abstract This paper highlights the technical issues in IPv6-based Beyond-3G networking as a means to enable a seamless mobile Internet beyond simply wireless

More information

Sentinet for BizTalk Server SENTINET

Sentinet for BizTalk Server SENTINET Sentinet for BizTalk Server SENTINET Sentinet for BizTalk Server 1 Contents Introduction... 2 Sentinet Benefits... 3 SOA and API Repository... 4 Security... 4 Mediation and Virtualization... 5 Authentication

More information

Middleware Support for Aperiodic Tasks in Distributed Real-Time Systems

Middleware Support for Aperiodic Tasks in Distributed Real-Time Systems Outline Middleware Support for Aperiodic Tasks in Distributed Real-Time Systems Yuanfang Zhang, Chenyang Lu and Chris Gill Department of Computer Science and Engineering Washington University in St. Louis

More information

J2EEML: Applying Model Driven Development to Autonomic Enterprise Java Bean Systems

J2EEML: Applying Model Driven Development to Autonomic Enterprise Java Bean Systems J2EEML: Applying Model Driven Development to Autonomic Enterprise Java Bean Systems Jules White jules@dre.vanderbilt.edu Institute for Software Integrated Systems (ISIS) Vanderbilt University Nashville,

More information

Exam HP0-Y43 Implementing HP Network Infrastructure Solutions Version: 10.0 [ Total Questions: 62 ]

Exam HP0-Y43 Implementing HP Network Infrastructure Solutions Version: 10.0 [ Total Questions: 62 ] s@lm@n HP Exam HP0-Y43 Implementing HP Network Infrastructure Solutions Version: 10.0 [ Total Questions: 62 ] Question No : 1 A customer requires an HP FlexCampus solution with a core that scales to 40/100G.

More information

Networking Quality of service

Networking Quality of service System i Networking Quality of service Version 6 Release 1 System i Networking Quality of service Version 6 Release 1 Note Before using this information and the product it supports, read the information

More information

HSCN Quality of Service (QoS) Policy

HSCN Quality of Service (QoS) Policy HSCN Quality of Service (QoS) Policy Published March 2018 Copyright 2018 Health and Social Care Information Centre. The Health and Social Care Information Centre is a non-departmental body created by statute,

More information

Middleware for Resource-Aware Deployment and Configuration of Fault-Tolerant Real-time Systems

Middleware for Resource-Aware Deployment and Configuration of Fault-Tolerant Real-time Systems Middleware for Resource-Aware Deployment and Configuration of Fault-Tolerant Real-time Systems Jaiganesh Balasubramanian, Aniruddha Gokhale, Abhishek Dubey, Friedhelm Wolf, Chenyang Lu, Christopher Gill,

More information

Problems with IntServ. EECS 122: Introduction to Computer Networks Differentiated Services (DiffServ) DiffServ (cont d)

Problems with IntServ. EECS 122: Introduction to Computer Networks Differentiated Services (DiffServ) DiffServ (cont d) Problems with IntServ EECS 122: Introduction to Computer Networks Differentiated Services (DiffServ) Computer Science Division Department of Electrical Engineering and Computer Sciences University of California,

More information

Configuring Cisco IOS IP SLAs Operations

Configuring Cisco IOS IP SLAs Operations CHAPTER 39 This chapter describes how to use Cisco IOS IP Service Level Agreements (SLAs) on the switch. Cisco IP SLAs is a part of Cisco IOS software that allows Cisco customers to analyze IP service

More information

The Essentials of Ethernet Service Activation

The Essentials of Ethernet Service Activation The Essentials of Ethernet Service Activation 3. Multi-Service Y.1564 SAMComplete Solution Brief Global growth in communications and data services is driving increasing demand for Ethernet. As businesses

More information

Quality-of-Service Option for Proxy Mobile IPv6

Quality-of-Service Option for Proxy Mobile IPv6 Internet Engineering Task Force (IETF) Request for Comments: 7222 Category: Standards Track ISSN: 2070-1721 M. Liebsch NEC P. Seite Orange H. Yokota KDDI Lab J. Korhonen Broadcom Communications S. Gundavelli

More information

Differentiated services code point (DSCP) Source or destination address

Differentiated services code point (DSCP) Source or destination address Classification is the process of identifying traffic and categorizing that traffic into classes. Classification uses a traffic descriptor to categorize a packet within a specific group to define that packet.

More information

Quality of Service (QoS) Computer network and QoS ATM. QoS parameters. QoS ATM QoS implementations Integrated Services Differentiated Services

Quality of Service (QoS) Computer network and QoS ATM. QoS parameters. QoS ATM QoS implementations Integrated Services Differentiated Services 1 Computer network and QoS QoS ATM QoS implementations Integrated Services Differentiated Services Quality of Service (QoS) The data transfer requirements are defined with different QoS parameters + e.g.,

More information

Adapting Distributed Real-time and Embedded Pub/Sub Middleware for Cloud Computing Environments

Adapting Distributed Real-time and Embedded Pub/Sub Middleware for Cloud Computing Environments Adapting Distributed Real-time and Embedded Pub/Sub Middleware for Cloud Computing Environments Joe Hoffert, Douglas C. Schmidt, and Aniruddha Gokhale Vanderbilt University, VU Station B #1829, 2015 Terrace

More information

WhitePaper: XipLink Real-Time Optimizations

WhitePaper: XipLink Real-Time Optimizations WhitePaper: XipLink Real-Time Optimizations XipLink Real Time Optimizations Header Compression, Packet Coalescing and Packet Prioritization Overview XipLink Real Time ( XRT ) is an optimization capability

More information

Multicast and Quality of Service. Internet Technologies and Applications

Multicast and Quality of Service. Internet Technologies and Applications Multicast and Quality of Service Internet Technologies and Applications Aims and Contents Aims Introduce the multicast and the benefits it offers Explain quality of service and basic techniques for delivering

More information

Evaluating Adaptive Resource Management for Distributed Real-Time Embedded Systems

Evaluating Adaptive Resource Management for Distributed Real-Time Embedded Systems Evaluating Adaptive Management for Distributed Real-Time Embedded Systems Nishanth Shankaran, Xenofon Koutsoukos, Douglas C. Schmidt, and Aniruddha Gokhale Dept. of EECS, Vanderbilt University, Nashville

More information

Differentiated Services

Differentiated Services Diff-Serv 1 Differentiated Services QoS Problem Diffserv Architecture Per hop behaviors Diff-Serv 2 Problem: QoS Need a mechanism for QoS in the Internet Issues to be resolved: Indication of desired service

More information

Quality of Service (QoS): Managing Bandwidth More Effectively

Quality of Service (QoS): Managing Bandwidth More Effectively 15 Quality of Service (QoS): Managing Bandwidth More Effectively Contents Introduction................................................. 15-2 Terminology............................................... 15-5

More information

SD-WAN Deployment Guide (CVD)

SD-WAN Deployment Guide (CVD) SD-WAN Deployment Guide (CVD) All Cisco Meraki security appliances are equipped with SD-WAN capabilities that enable administrators to maximize network resiliency and bandwidth efficiency. This guide introduces

More information

Sections Describing Standard Software Features

Sections Describing Standard Software Features 30 CHAPTER This chapter describes how to configure quality of service (QoS) by using automatic-qos (auto-qos) commands or by using standard QoS commands. With QoS, you can give preferential treatment to

More information

Technical Notes. QoS Features on the Business Ethernet Switch 50 (BES50)

Technical Notes. QoS Features on the Business Ethernet Switch 50 (BES50) Technical Notes QoS Features on the Business Ethernet Switch 50 (BES50) Version: NN70000-004 issue 1.00 Date: February 3 rd, 2009 Status: Released Copyright 2009 Nortel Networks. All rights reserved. The

More information

TDDD82 Secure Mobile Systems Lecture 6: Quality of Service

TDDD82 Secure Mobile Systems Lecture 6: Quality of Service TDDD82 Secure Mobile Systems Lecture 6: Quality of Service Mikael Asplund Real-time Systems Laboratory Department of Computer and Information Science Linköping University Based on slides by Simin Nadjm-Tehrani

More information

Cisco TelePresence Multipoint Switch

Cisco TelePresence Multipoint Switch Cisco TelePresence Multipoint Switch The Cisco TelePresence Multipoint Switch solution allows geographically dispersed organizations to hold Cisco TelePresence meetings across multiple locations reliably

More information

Solace Message Routers and Cisco Ethernet Switches: Unified Infrastructure for Financial Services Middleware

Solace Message Routers and Cisco Ethernet Switches: Unified Infrastructure for Financial Services Middleware Solace Message Routers and Cisco Ethernet Switches: Unified Infrastructure for Financial Services Middleware What You Will Learn The goal of zero latency in financial services has caused the creation of

More information

Remote Health Monitoring for an Embedded System

Remote Health Monitoring for an Embedded System July 20, 2012 Remote Health Monitoring for an Embedded System Authors: Puneet Gupta, Kundan Kumar, Vishnu H Prasad 1/22/2014 2 Outline Background Background & Scope Requirements Key Challenges Introduction

More information

Science of Computer Programming. Model driven middleware: A new paradigm for developing distributed real-time and embedded systems

Science of Computer Programming. Model driven middleware: A new paradigm for developing distributed real-time and embedded systems Science of Computer Programming 73 (2008) 39 58 Contents lists available at ScienceDirect Science of Computer Programming journal homepage: www.elsevier.com/locate/scico Model driven middleware: A new

More information

INSE 7110 Winter 2009 Value Added Services Engineering in Next Generation Networks Week #2. Roch H. Glitho- Ericsson/Concordia University

INSE 7110 Winter 2009 Value Added Services Engineering in Next Generation Networks Week #2. Roch H. Glitho- Ericsson/Concordia University INSE 7110 Winter 2009 Value Added Services Engineering in Next Generation Networks Week #2 1 Outline 1. Basics 2. Media Handling 3. Quality of Service (QoS) 2 Basics - Definitions - History - Standards.

More information

Cisco Optimizing Converged Cisco Networks. Practice Test. Version 2.6. https://certkill.com

Cisco Optimizing Converged Cisco Networks. Practice Test. Version 2.6. https://certkill.com Cisco 642-845 642-845 Optimizing Converged Cisco Networks Practice Test Version 2.6 QUESTION NO: 1 Cisco 642-845: Practice Exam Refer to the exhibit. NBAR is to be configured on router R1 to limit outgoing

More information

A Deployable Framework for Providing Better Than Best-Effort Quality of Service for Traffic Flows

A Deployable Framework for Providing Better Than Best-Effort Quality of Service for Traffic Flows A Deployable Framework for Providing Better Than Best-Effort Quality of Service for Traffic Flows Proposal Presentation Raheem A. Beyah July 10, 2002 Communications Systems Center Presentation Outline

More information

Lossless 10 Gigabit Ethernet: The Unifying Infrastructure for SAN and LAN Consolidation

Lossless 10 Gigabit Ethernet: The Unifying Infrastructure for SAN and LAN Consolidation . White Paper Lossless 10 Gigabit Ethernet: The Unifying Infrastructure for SAN and LAN Consolidation Introduction As organizations increasingly rely on IT to help enable, and even change, their business

More information

Lecture 24: Scheduling and QoS

Lecture 24: Scheduling and QoS Lecture 24: Scheduling and QoS CSE 123: Computer Networks Alex C. Snoeren HW 4 due Wednesday Lecture 24 Overview Scheduling (Weighted) Fair Queuing Quality of Service basics Integrated Services Differentiated

More information

Stream Control Transmission Protocol (SCTP)

Stream Control Transmission Protocol (SCTP) Stream Control Transmission Protocol (SCTP) Definition Stream control transmission protocol (SCTP) is an end-to-end, connectionoriented protocol that transports data in independent sequenced streams. SCTP

More information

Proposal Architecture For Quality of Service Provisioning Within Inter-domain IP Multimedia Subsystem Context

Proposal Architecture For Quality of Service Provisioning Within Inter-domain IP Multimedia Subsystem Context Proposal Architecture For Quality of Service Provisioning Within Inter-domain IP Multimedia Subsystem Context Mosbah Ageal Computer Engineering Department, Higher Polytechnic Institute of Zliten, Zliten,

More information

Internet Quality of Service: an Overview

Internet Quality of Service: an Overview Internet Quality of Service: an Overview W. Zhao and et al, Columbia University presented by 리준걸 2006.10.25 INC Lab, Seoul Nat l University Outline Introduce QoS framework IntServ DiffServ Detailed mechanism

More information

EE 122: Differentiated Services

EE 122: Differentiated Services What is the Problem? EE 122: Differentiated Services Ion Stoica Nov 18, 2002 Goal: provide support for wide variety of applications: - Interactive TV, IP telephony, on-line gamming (distributed simulations),

More information

Quality of Service (QoS)

Quality of Service (QoS) Quality of Service (QoS) A note on the use of these ppt slides: We re making these slides freely available to all (faculty, students, readers). They re in PowerPoint form so you can add, modify, and delete

More information

A Platform-Independent Component QoS Modeling Language for Distributed Real-time and Embedded Systems

A Platform-Independent Component QoS Modeling Language for Distributed Real-time and Embedded Systems A Platform-Independent Component QoS Modeling Language for Distributed Real-time and Embedded Systems Sumant Tambe 1, Akshay Dabholkar 1, Amogh Kavimandan 1, Aniruddha Gokhale 1, and Sherif Abdelwahed

More information

QoS Configuration. Overview. Introduction to QoS. QoS Policy. Class. Traffic behavior

QoS Configuration. Overview. Introduction to QoS. QoS Policy. Class. Traffic behavior Table of Contents QoS Configuration 1 Overview 1 Introduction to QoS 1 QoS Policy 1 Traffic Policing 2 Congestion Management 3 Line Rate 9 Configuring a QoS Policy 9 Configuration Task List 9 Configuring

More information

Sections Describing Standard Software Features

Sections Describing Standard Software Features 27 CHAPTER This chapter describes how to configure quality of service (QoS) by using automatic-qos (auto-qos) commands or by using standard QoS commands. With QoS, you can give preferential treatment to

More information

Mapping Mechanism to Enhance QoS in IP Networks

Mapping Mechanism to Enhance QoS in IP Networks Mapping Mechanism to Enhance QoS in IP Networks by Sriharsha Karamchati, Shatrunjay Rawat, Sudhir Yarram, Guru Prakash Ramaguru in The 32nd International Conference on Information Networking (ICOIN 2018)

More information

Converged Networks. Objectives. References

Converged Networks. Objectives. References Converged Networks Professor Richard Harris Objectives You will be able to: Discuss what is meant by convergence in the context of current telecommunications terminology Provide a network architecture

More information

TOWARD ENHANCING REUSABILITY OF COMPONENT MIDDLEWARE DSMLS USING GENERALIZATION AND STEP-WISE REFINEMENT. Ritesh Neema. Thesis

TOWARD ENHANCING REUSABILITY OF COMPONENT MIDDLEWARE DSMLS USING GENERALIZATION AND STEP-WISE REFINEMENT. Ritesh Neema. Thesis TOWARD ENHANCING REUSABILITY OF COMPONENT MIDDLEWARE DSMLS USING GENERALIZATION AND STEP-WISE REFINEMENT By Ritesh Neema Thesis Submitted to the Faculty of the Graduate School of Vanderbilt University

More information

Hands-On IP Multicasting for Multimedia Distribution Networks

Hands-On IP Multicasting for Multimedia Distribution Networks Hands-On for Multimedia Distribution Networks Course Description This Hands-On course provides an in-depth look how IP multicasting works, its advantages and limitations and how it can be deployed to provide

More information