首页 > 最新文献

Next Generation Internet Networks, 2005最新文献

英文 中文
A lossless compression method for Internet packet headers 一种无损的因特网包头压缩方法
Pub Date : 2005-04-18 DOI: 10.1109/NGI.2005.1431671
R. Holanda, J. Garcia
A critical requirement for performance evaluation and design of network elements is the availability of realistic traffic traces. There are, however, several reasons that makes it difficult to have access to them. Firstly, Internet providers are usually reluctant to make real traces public, secondly, hardware for collecting traces at high speed is usually expensive, and finally, with the increase of link rates, the required storage for packet traces of meaningful duration becomes too large. In this paper we address the problem of compression of these potentially huge packet traces. We propose a novel packet header compression, focused not on the problem of reducing transmission bandwidth or latency, but on the problem of saving storage space. As far as we know, ours is the first method specifically oriented to this goal. With our proposed method, storage size requirements for .tsh packet headers are reduced to 16% of its original size. The compression proposed here is more efficient than any other existing method and simple to implement. Others known methods have their compression ratio bounded to 50% and 32%.
对网元进行性能评估和设计的一个关键要求是提供真实的流量轨迹。然而,有几个原因使得很难获得它们。首先,互联网提供商通常不愿意公开真实的痕迹,其次,高速收集痕迹的硬件通常很昂贵,最后,随着链路速率的增加,有意义持续时间的数据包痕迹所需的存储空间变得太大。在本文中,我们解决了压缩这些可能巨大的数据包轨迹的问题。我们提出了一种新的包头压缩,重点不是减少传输带宽或延迟的问题,而是节省存储空间的问题。据我们所知,我们的方法是第一个专门针对这一目标的方法。使用我们提出的方法,.tsh包头的存储大小要求减少到原始大小的16%。这里提出的压缩比任何其他现有方法都更有效,并且易于实现。其他已知方法的压缩比限制在50%和32%之间。
{"title":"A lossless compression method for Internet packet headers","authors":"R. Holanda, J. Garcia","doi":"10.1109/NGI.2005.1431671","DOIUrl":"https://doi.org/10.1109/NGI.2005.1431671","url":null,"abstract":"A critical requirement for performance evaluation and design of network elements is the availability of realistic traffic traces. There are, however, several reasons that makes it difficult to have access to them. Firstly, Internet providers are usually reluctant to make real traces public, secondly, hardware for collecting traces at high speed is usually expensive, and finally, with the increase of link rates, the required storage for packet traces of meaningful duration becomes too large. In this paper we address the problem of compression of these potentially huge packet traces. We propose a novel packet header compression, focused not on the problem of reducing transmission bandwidth or latency, but on the problem of saving storage space. As far as we know, ours is the first method specifically oriented to this goal. With our proposed method, storage size requirements for .tsh packet headers are reduced to 16% of its original size. The compression proposed here is more efficient than any other existing method and simple to implement. Others known methods have their compression ratio bounded to 50% and 32%.","PeriodicalId":435785,"journal":{"name":"Next Generation Internet Networks, 2005","volume":"29 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2005-04-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127133049","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Combined link dimensioning and weight assignment of minimum weight routing networks 结合最小权值路由网络的链路尺寸和权值分配
Pub Date : 2005-04-18 DOI: 10.1109/NGI.2005.1431664
Carlos B. Lopes, A. Sousa, Luís Gouveia
MPLS (multi-protocol label switching) technology provides the flexibility required for managing the way the traffic is routed through the network. However, label switched path (LSP) configuring is a hard task in a growing network, as more and more routes need configuring and monitoring. A viable alternative may be to rely on an IGP (interior gateway protocol) routing protocol to determine the paths to be used by the LSPs, thus freeing the operator from the manual configuring of all LSP paths. Here, we address the procedure of dimensioning a MPLS network where a minimum weight routing protocol (as OSPF or IS-IS) is used to determine the paths of the LSPs. We start by presenting the complete minimum weight routing network design problem (MWRNDP) with explicit minimum weight routing constraints. Then, we propose a two-step approach based on two ILP models which are a decomposition of the complete model in two separate optimization problems: first, we determine the physical network configuration and the traffic flow routing with the network design problem (NDP); then, we determine the link weights required to achieve the determined traffic routing with the link weight assignment problem (LWA). Because in the first problem the traffic routing is destination based, there may be instances where a minimum weight routing solution is not found. In these cases, an additional constraint is added to the first problem and the two-step approach is repeated. An important observation is that this methodology obtains the optimal solutions and the computational results show that it requires much lower computational times than the original global MWRNDP model. Using the two-step approach, a set of computational tests is presented to determine the cost penalty in MPLS network design when using minimum weight routing as opposed to source based routing.
MPLS(多协议标签交换)技术为管理流量在网络中的路由方式提供了所需的灵活性。随着网络规模的扩大,需要配置和监控的路由越来越多,LSP (label switched path)的配置成为一项艰巨的任务。一个可行的替代方案可能是依靠IGP(内部网关协议)路由协议来确定LSP使用的路径,从而使运营商从手动配置所有LSP路径中解脱出来。在这里,我们将讨论在使用最小权重路由协议(如OSPF或is - is)来确定lsp路径的MPLS网络的维度划分过程。我们首先提出具有明确的最小权重路由约束的完整最小权重路由网络设计问题(MWRNDP)。然后,我们提出了一种基于两个ILP模型的两步方法,这两个模型是将完整模型分解为两个独立的优化问题:首先,我们用网络设计问题(NDP)确定物理网络配置和流量路由;然后,利用链路权重分配问题(LWA)确定实现确定的流量路由所需的链路权重。因为在第一个问题中,流量路由是基于目的地的,所以可能存在找不到最小权重路由解决方案的情况。在这些情况下,向第一个问题添加额外的约束,并重复两步方法。一个重要的观察结果是,该方法得到了最优解,计算结果表明,它比原始的全局MWRNDP模型所需的计算时间要少得多。采用两步方法,提出了一组计算测试,以确定在使用最小权重路由而不是基于源的路由时MPLS网络设计中的成本损失。
{"title":"Combined link dimensioning and weight assignment of minimum weight routing networks","authors":"Carlos B. Lopes, A. Sousa, Luís Gouveia","doi":"10.1109/NGI.2005.1431664","DOIUrl":"https://doi.org/10.1109/NGI.2005.1431664","url":null,"abstract":"MPLS (multi-protocol label switching) technology provides the flexibility required for managing the way the traffic is routed through the network. However, label switched path (LSP) configuring is a hard task in a growing network, as more and more routes need configuring and monitoring. A viable alternative may be to rely on an IGP (interior gateway protocol) routing protocol to determine the paths to be used by the LSPs, thus freeing the operator from the manual configuring of all LSP paths. Here, we address the procedure of dimensioning a MPLS network where a minimum weight routing protocol (as OSPF or IS-IS) is used to determine the paths of the LSPs. We start by presenting the complete minimum weight routing network design problem (MWRNDP) with explicit minimum weight routing constraints. Then, we propose a two-step approach based on two ILP models which are a decomposition of the complete model in two separate optimization problems: first, we determine the physical network configuration and the traffic flow routing with the network design problem (NDP); then, we determine the link weights required to achieve the determined traffic routing with the link weight assignment problem (LWA). Because in the first problem the traffic routing is destination based, there may be instances where a minimum weight routing solution is not found. In these cases, an additional constraint is added to the first problem and the two-step approach is repeated. An important observation is that this methodology obtains the optimal solutions and the computational results show that it requires much lower computational times than the original global MWRNDP model. Using the two-step approach, a set of computational tests is presented to determine the cost penalty in MPLS network design when using minimum weight routing as opposed to source based routing.","PeriodicalId":435785,"journal":{"name":"Next Generation Internet Networks, 2005","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2005-04-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127105743","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
MOON: a new overlay network architecture for mobility and QoS support MOON:一种新的覆盖网络架构,用于移动性和QoS支持
Pub Date : 2005-04-18 DOI: 10.1109/NGI.2005.1431701
G. Albertengo, C. Pastrone, G. Tolu
The continuously increasing diffusion of mobile devices such as laptops, PDAs and smartphones, all equipped with enhanced functionalities, has led to numerous studies about mobility and to the definition of new network architectures capable to support it. Problems related to mobility have been addressed mostly operating on the network or transport layers of the Internet protocol stack. As a result, most of these solutions generally require modifying the TCP and/or the IP protocol. Although this approach is well suited to handle mobility, it lacks in compatibility with the Internet Protocol Suite. This consideration led us to study a fully TCP compatible and flexible approach we dubbed MOON, for MObile Overlay Network. This network architecture is currently under design at LIPAR, the Internet, protocols and Network Architecture Lab of Politecnico di Torino.
笔记本电脑、pda和智能手机等移动设备的不断普及,都配备了增强的功能,这导致了大量关于移动性的研究,并定义了能够支持移动性的新网络架构。与移动性相关的问题已经得到解决,主要是在互联网协议栈的网络或传输层上操作。因此,这些解决方案中的大多数通常需要修改TCP和/或IP协议。虽然这种方法非常适合处理移动性,但它缺乏与Internet协议套件的兼容性。考虑到这一点,我们研究了一种完全兼容TCP和灵活的方法,我们称之为MOON,即移动覆盖网络。这个网络架构目前正在都灵理工大学互联网、协议和网络架构实验室LIPAR设计中。
{"title":"MOON: a new overlay network architecture for mobility and QoS support","authors":"G. Albertengo, C. Pastrone, G. Tolu","doi":"10.1109/NGI.2005.1431701","DOIUrl":"https://doi.org/10.1109/NGI.2005.1431701","url":null,"abstract":"The continuously increasing diffusion of mobile devices such as laptops, PDAs and smartphones, all equipped with enhanced functionalities, has led to numerous studies about mobility and to the definition of new network architectures capable to support it. Problems related to mobility have been addressed mostly operating on the network or transport layers of the Internet protocol stack. As a result, most of these solutions generally require modifying the TCP and/or the IP protocol. Although this approach is well suited to handle mobility, it lacks in compatibility with the Internet Protocol Suite. This consideration led us to study a fully TCP compatible and flexible approach we dubbed MOON, for MObile Overlay Network. This network architecture is currently under design at LIPAR, the Internet, protocols and Network Architecture Lab of Politecnico di Torino.","PeriodicalId":435785,"journal":{"name":"Next Generation Internet Networks, 2005","volume":"63 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2005-04-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130568143","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Traffic characterization for traffic engineering purposes: analysis of Funet data 用于交通工程目的的交通特性:Funet数据的分析
Pub Date : 2005-04-18 DOI: 10.1109/NGI.2005.1431694
I. Juva, R. Susitaival, M. Peuhkuri, S. Aalto
For Internet traffic engineering purposes, it is important to characterize traffic volumes typically over 5-minute intervals. Based on measurements made in a local network at Lucent in winter 1999, Cao et al., (2000) proposed a moving IID Gaussian model for the characterization of 5-minute traffic volumes, with a power-law relationship between the mean and the variance. In this paper we analyze novel measurements gathered from a 2.5 Gbps link in the Finnish university network (Funet) in summer 2004. We investigate the validity of the moving IID Gaussian model and the proposed mean-variance relationship when the measurement interval is varying from 1 second to 5 minutes. As a result, we find that the Gaussian assumption is much more justified with current core link rates. The mean-variance relationship seems, indeed, to follow a power-law with exponent approximately equal to 1.3 in our data set. However, the IID assumption concerning the standardized residual is not verified, but we find a clear positive correlation between adjacent 5-minute volumes, and only slightly weaker negative correlation for traffic volumes with distance 20-30 minutes. In addition, we demonstrate that the same phenomenon is already prevailing in the Lucent data set.
对于Internet流量工程的目的,重要的是表征流量通常超过5分钟的间隔。Cao等人(2000)基于1999年冬季在朗讯本地网络中进行的测量,提出了一种移动IID高斯模型,用于表征5分钟交通量,其均值与方差之间具有幂律关系。在本文中,我们分析了2004年夏天从芬兰大学网络(Funet)的2.5 Gbps链路收集的新测量结果。当测量间隔从1秒到5分钟变化时,我们研究了移动IID高斯模型和提出的均值-方差关系的有效性。因此,我们发现高斯假设与当前的核心链接率更为合理。在我们的数据集中,均值-方差关系似乎确实遵循指数近似等于1.3的幂律。然而,关于标准化残差的IID假设没有得到验证,但我们发现相邻的5分钟交通量之间存在明显的正相关关系,而距离为20-30分钟的交通量之间只有稍弱的负相关关系。此外,我们还证明了朗讯数据集中已经出现了同样的现象。
{"title":"Traffic characterization for traffic engineering purposes: analysis of Funet data","authors":"I. Juva, R. Susitaival, M. Peuhkuri, S. Aalto","doi":"10.1109/NGI.2005.1431694","DOIUrl":"https://doi.org/10.1109/NGI.2005.1431694","url":null,"abstract":"For Internet traffic engineering purposes, it is important to characterize traffic volumes typically over 5-minute intervals. Based on measurements made in a local network at Lucent in winter 1999, Cao et al., (2000) proposed a moving IID Gaussian model for the characterization of 5-minute traffic volumes, with a power-law relationship between the mean and the variance. In this paper we analyze novel measurements gathered from a 2.5 Gbps link in the Finnish university network (Funet) in summer 2004. We investigate the validity of the moving IID Gaussian model and the proposed mean-variance relationship when the measurement interval is varying from 1 second to 5 minutes. As a result, we find that the Gaussian assumption is much more justified with current core link rates. The mean-variance relationship seems, indeed, to follow a power-law with exponent approximately equal to 1.3 in our data set. However, the IID assumption concerning the standardized residual is not verified, but we find a clear positive correlation between adjacent 5-minute volumes, and only slightly weaker negative correlation for traffic volumes with distance 20-30 minutes. In addition, we demonstrate that the same phenomenon is already prevailing in the Lucent data set.","PeriodicalId":435785,"journal":{"name":"Next Generation Internet Networks, 2005","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2005-04-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123775389","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 17
Two approaches to Internet traffic engineering for end-to-end quality of service provisioning 提供端到端服务质量的互联网流量工程的两种方法
Pub Date : 2005-04-18 DOI: 10.1109/NGI.2005.1431658
Kin-Hon Ho, M. Howarth, N. Wang, G. Pavlou, S. Georgoulas
This paper considers traffic engineering (TE) for the provision of end-to-end quality of service (QoS) guarantees across multiple autonomous systems (ASes) in the Internet. We review an inter-AS QoS management model, and consider algorithms for offline inter-AS and intra-AS TE. We consider two approaches, decoupled and integrated, to allow these systems to work together to achieve optimal TE performance. We quantify through simulation the lower TE costs incurred by the integrated approach.
本文考虑流量工程(TE)在互联网中跨多个自治系统(ase)提供端到端服务质量(QoS)保证。我们回顾了一个as间QoS管理模型,并考虑了离线as间和as内TE的算法。我们考虑了两种方法,解耦和集成,以使这些系统协同工作,以实现最佳的TE性能。我们通过模拟量化了集成方法所产生的较低的TE成本。
{"title":"Two approaches to Internet traffic engineering for end-to-end quality of service provisioning","authors":"Kin-Hon Ho, M. Howarth, N. Wang, G. Pavlou, S. Georgoulas","doi":"10.1109/NGI.2005.1431658","DOIUrl":"https://doi.org/10.1109/NGI.2005.1431658","url":null,"abstract":"This paper considers traffic engineering (TE) for the provision of end-to-end quality of service (QoS) guarantees across multiple autonomous systems (ASes) in the Internet. We review an inter-AS QoS management model, and consider algorithms for offline inter-AS and intra-AS TE. We consider two approaches, decoupled and integrated, to allow these systems to work together to achieve optimal TE performance. We quantify through simulation the lower TE costs incurred by the integrated approach.","PeriodicalId":435785,"journal":{"name":"Next Generation Internet Networks, 2005","volume":"44 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2005-04-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115132290","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
Classification of Internet users using discriminant analysis and neural networks 基于判别分析和神经网络的互联网用户分类
Pub Date : 2005-04-18 DOI: 10.1109/NGI.2005.1431686
A. Nogueira, M. R. D. Oliveira, P. Salvador, R. Valadas, António Pacheco
The (reliable) classification of Internet users, based on their hourly traffic profile, can be advantageous in several traffic engineering tasks and in the selection of suitable tariffing plans. For example, it can be used to optimize the routing by mixing users with contrasting hourly traffic profiles in the same network resources or to advise users on the tariffing plan that best suits their needs. In this paper we compare the use of discriminant analysis and artificial neural networks for the classification of Internet users. The classification is based on a partition obtained by cluster analysis. We classify the Internet users based on a data set measured at the access network of a Portuguese ISP. Using cluster analysis performed over half of the users (randomly chosen) we have identified three groups of users with similar behavior. The classification methods were applied to the second half of users and the obtained classification results compared with those of cluster analysis performed over the complete set of users. Our findings indicate both discriminant analysis and neural networks are valuable classification procedures, with the former slightly outperforming the latter, for the specific scenario under analysis.
根据互联网用户每小时的流量情况对他们进行(可靠的)分类,在一些流量工程任务和选择合适的资费计划方面是有利的。例如,它可以通过混合使用同一网络资源中具有不同小时流量概况的用户来优化路由,或者为用户提供最适合其需求的资费计划建议。在本文中,我们比较了判别分析和人工神经网络在互联网用户分类中的应用。分类是基于聚类分析得到的分区。我们根据在葡萄牙ISP的接入网络上测量的数据集对互联网用户进行分类。使用超过一半的用户(随机选择)进行聚类分析,我们确定了三组具有相似行为的用户。将分类方法应用于后半部分用户,并将获得的分类结果与对完整用户集进行聚类分析的结果进行比较。我们的研究结果表明,判别分析和神经网络都是有价值的分类程序,在分析的具体场景中,前者略优于后者。
{"title":"Classification of Internet users using discriminant analysis and neural networks","authors":"A. Nogueira, M. R. D. Oliveira, P. Salvador, R. Valadas, António Pacheco","doi":"10.1109/NGI.2005.1431686","DOIUrl":"https://doi.org/10.1109/NGI.2005.1431686","url":null,"abstract":"The (reliable) classification of Internet users, based on their hourly traffic profile, can be advantageous in several traffic engineering tasks and in the selection of suitable tariffing plans. For example, it can be used to optimize the routing by mixing users with contrasting hourly traffic profiles in the same network resources or to advise users on the tariffing plan that best suits their needs. In this paper we compare the use of discriminant analysis and artificial neural networks for the classification of Internet users. The classification is based on a partition obtained by cluster analysis. We classify the Internet users based on a data set measured at the access network of a Portuguese ISP. Using cluster analysis performed over half of the users (randomly chosen) we have identified three groups of users with similar behavior. The classification methods were applied to the second half of users and the obtained classification results compared with those of cluster analysis performed over the complete set of users. Our findings indicate both discriminant analysis and neural networks are valuable classification procedures, with the former slightly outperforming the latter, for the specific scenario under analysis.","PeriodicalId":435785,"journal":{"name":"Next Generation Internet Networks, 2005","volume":"15 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2005-04-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114403179","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 25
Direct and indirect methods for packet loss approximation in buffered systems 缓冲系统中丢包近似的直接和间接方法
Pub Date : 2005-04-18 DOI: 10.1109/NGI.2005.1431649
A. Gulyás, J. Bíró
The workload loss ratio (WLR) is a key parameter from the point of quality of service (QoS) provisioning in packet switched networks and it's estimation is an important issue. The existing results in the area of WLR approximation usually interpret the workload loss as a product of some well assessable quantities. We call this approach as the indirect approximation of the WLR. The drawback of this approach is, that each estimation has an error and the product of these errors could result in highly inaccurate bound. This work deals with the upper approximation of the workload loss ratio based on it's original definition and proposes direct bounds on the WLR. Besides the presentation of the new bounds an extensive systematic performance analysis of the results is also given, in which we show that the direct approach gives closer bound in most cases.
从分组交换网络服务质量(QoS)提供的角度来看,工作负载损失率(WLR)是一个关键参数,其估计是一个重要问题。在WLR近似领域的现有结果通常将工作量损失解释为一些可很好评估的数量的产物。我们把这种方法称为WLR的间接逼近。这种方法的缺点是,每次估计都有一个误差,这些误差的乘积可能导致高度不准确的边界。本文在原有工作负载损失率定义的基础上,研究了工作负载损失率的上近似,并提出了工作负载损失率的直接界。除了给出新的边界外,还对结果进行了广泛的系统性能分析,其中我们表明直接方法在大多数情况下给出了更接近的边界。
{"title":"Direct and indirect methods for packet loss approximation in buffered systems","authors":"A. Gulyás, J. Bíró","doi":"10.1109/NGI.2005.1431649","DOIUrl":"https://doi.org/10.1109/NGI.2005.1431649","url":null,"abstract":"The workload loss ratio (WLR) is a key parameter from the point of quality of service (QoS) provisioning in packet switched networks and it's estimation is an important issue. The existing results in the area of WLR approximation usually interpret the workload loss as a product of some well assessable quantities. We call this approach as the indirect approximation of the WLR. The drawback of this approach is, that each estimation has an error and the product of these errors could result in highly inaccurate bound. This work deals with the upper approximation of the workload loss ratio based on it's original definition and proposes direct bounds on the WLR. Besides the presentation of the new bounds an extensive systematic performance analysis of the results is also given, in which we show that the direct approach gives closer bound in most cases.","PeriodicalId":435785,"journal":{"name":"Next Generation Internet Networks, 2005","volume":"52 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2005-04-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125053982","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Measurement-based admission control for a flow-aware network 基于测量的流量感知网络准入控制
Pub Date : 2005-04-18 DOI: 10.1109/NGI.2005.1431683
Yuming Jiang, P. Emstad, Anne Nevin, Victor Nicola, Markus Fidler
To provide statistical service guarantee and achieve high network utilization, measurement-based admission control (MBAC) has been studied for over one decade. Many MBAC algorithms have been proposed in the literature. However, most of them belong to aggregate MBAC algorithms which assume or require that (1) first-in-first-out (FIFO) is used for aggregating flows; (2) statistical service guarantees are provided to the aggregate of admitted flows; (3) each flow requires and experiences the same statistical service guarantees as the aggregate. In this paper, we focus on per-flow MBAC that aims to provide possibly different statistical service guarantees to individual flows in an aggregate. Particularly, we propose a simple per-flow MBAC algorithm in which dynamic priority scheduling (DPS) is adopted to aggregate flows. With this DPS-based per-flow MBAC algorithm, a newly admitted flow is always given a lower priority level than all existing flows, and its priority level is improved if an existing flow leaves the system. Consequently, once a flow is admitted, its received service will not be adversely affected by other flows admitted after it. Because of this, there is no need to re-check or adjust network resources allocated to existing flows due to the admission of a new flow.
为了提供统计服务保障和实现高网络利用率,基于测量的准入控制(MBAC)已经研究了十多年。文献中已经提出了许多MBAC算法。然而,它们大多属于聚合MBAC算法,这些算法假设或要求:(1)使用先进先出(FIFO)来聚合流;(二)对流入总量提供统计服务保障;(3)每个流需要并经历与聚合相同的统计服务保证。在本文中,我们关注的是每流MBAC,它旨在为聚合中的单个流提供可能不同的统计服务保证。特别地,我们提出了一种简单的逐流MBAC算法,该算法采用动态优先级调度(DPS)对流进行聚合。使用基于dps的逐流MBAC算法,新接收的流总是被赋予比所有现有流更低的优先级,如果现有流离开系统,其优先级将得到提高。因此,一旦流被接纳,它所接收的服务将不会受到在它之后接纳的其他流的不利影响。因此,不需要重新检查或调整由于接纳新流而分配给现有流的网络资源。
{"title":"Measurement-based admission control for a flow-aware network","authors":"Yuming Jiang, P. Emstad, Anne Nevin, Victor Nicola, Markus Fidler","doi":"10.1109/NGI.2005.1431683","DOIUrl":"https://doi.org/10.1109/NGI.2005.1431683","url":null,"abstract":"To provide statistical service guarantee and achieve high network utilization, measurement-based admission control (MBAC) has been studied for over one decade. Many MBAC algorithms have been proposed in the literature. However, most of them belong to aggregate MBAC algorithms which assume or require that (1) first-in-first-out (FIFO) is used for aggregating flows; (2) statistical service guarantees are provided to the aggregate of admitted flows; (3) each flow requires and experiences the same statistical service guarantees as the aggregate. In this paper, we focus on per-flow MBAC that aims to provide possibly different statistical service guarantees to individual flows in an aggregate. Particularly, we propose a simple per-flow MBAC algorithm in which dynamic priority scheduling (DPS) is adopted to aggregate flows. With this DPS-based per-flow MBAC algorithm, a newly admitted flow is always given a lower priority level than all existing flows, and its priority level is improved if an existing flow leaves the system. Consequently, once a flow is admitted, its received service will not be adversely affected by other flows admitted after it. Because of this, there is no need to re-check or adjust network resources allocated to existing flows due to the admission of a new flow.","PeriodicalId":435785,"journal":{"name":"Next Generation Internet Networks, 2005","volume":"15 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2005-04-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116768192","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 28
Simulation of semi-Markov processes and Markov chains ordered in level crossing 半马尔可夫过程和有序马尔可夫链在水平交叉中的模拟
Pub Date : 2005-04-18 DOI: 10.1109/NGI.2005.1431656
F. Ferreira, A. Pacheco
In this paper we address the simulation of stochastic processes ordered in level crossing, where, as proposed by Irle and Gani, X is slower in level crossing than Y if it takes X stochastically longer than Y to exceed any given level. This ordering has immediate applications to the analysis of first-passage times, which are important for detailed performance analysis of distributed computer and communication systems, like the response time of an Internet search-engine query. We provide algorithms for the simulation of level crossing ordered discrete time Markov chains, semi-Markov processes, and continuous time Markov chains under conditions derived recently.
在本文中,我们讨论了在水平交叉中有序的随机过程的模拟,其中,正如Irle和Gani提出的,如果X随机地比Y长时间超过任何给定的水平,那么X在水平交叉中比Y慢。这种排序可以直接应用于首次通过时间的分析,这对于分布式计算机和通信系统的详细性能分析非常重要,例如Internet搜索引擎查询的响应时间。我们提供了在最近导出的条件下模拟水平交叉有序离散时间马尔可夫链、半马尔可夫过程和连续时间马尔可夫链的算法。
{"title":"Simulation of semi-Markov processes and Markov chains ordered in level crossing","authors":"F. Ferreira, A. Pacheco","doi":"10.1109/NGI.2005.1431656","DOIUrl":"https://doi.org/10.1109/NGI.2005.1431656","url":null,"abstract":"In this paper we address the simulation of stochastic processes ordered in level crossing, where, as proposed by Irle and Gani, X is slower in level crossing than Y if it takes X stochastically longer than Y to exceed any given level. This ordering has immediate applications to the analysis of first-passage times, which are important for detailed performance analysis of distributed computer and communication systems, like the response time of an Internet search-engine query. We provide algorithms for the simulation of level crossing ordered discrete time Markov chains, semi-Markov processes, and continuous time Markov chains under conditions derived recently.","PeriodicalId":435785,"journal":{"name":"Next Generation Internet Networks, 2005","volume":"34 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2005-04-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127241915","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
Performance evaluation of short-cut Eulerian routing 捷径欧拉路由的性能评价
Pub Date : 2005-04-18 DOI: 10.1109/NGI.2005.1431651
D. Barth, P. Berthomé, J. Fourneau, C. Laforest, S. Vial
We analyze the performance of a new routing strategy for all-optical packet networks. This strategy improves the Eulerian routing technique, a convergence routing based on a an Eulerian directed cycle. This new technique allows to use shortcuts along the Eulerian cycle. Usual Eulerian routing provides deterministic transport delays but has a very low network utilization. With this new strategy the average transport time is much smaller and we can prove a deterministic upper bound of the transport delay, unlike deflection routing which suffers from livelocks. We study the performance guarantees provided by this new algorithm using graph arguments for the ending property and simulations to give some insights for the performance of the algorithm.
分析了一种新的全光分组网络路由策略的性能。该策略改进了欧拉路由技术,即一种基于欧拉有向循环的收敛路由。这种新技术允许沿着欧拉循环使用捷径。通常的欧拉路由提供确定性的传输延迟,但具有非常低的网络利用率。利用这种新策略,平均传输时间要小得多,并且我们可以证明传输延迟的确定性上界,而不像偏转路由那样受到活动的影响。我们使用图形参数来研究这种新算法提供的性能保证,并通过仿真对算法的性能给出一些见解。
{"title":"Performance evaluation of short-cut Eulerian routing","authors":"D. Barth, P. Berthomé, J. Fourneau, C. Laforest, S. Vial","doi":"10.1109/NGI.2005.1431651","DOIUrl":"https://doi.org/10.1109/NGI.2005.1431651","url":null,"abstract":"We analyze the performance of a new routing strategy for all-optical packet networks. This strategy improves the Eulerian routing technique, a convergence routing based on a an Eulerian directed cycle. This new technique allows to use shortcuts along the Eulerian cycle. Usual Eulerian routing provides deterministic transport delays but has a very low network utilization. With this new strategy the average transport time is much smaller and we can prove a deterministic upper bound of the transport delay, unlike deflection routing which suffers from livelocks. We study the performance guarantees provided by this new algorithm using graph arguments for the ending property and simulations to give some insights for the performance of the algorithm.","PeriodicalId":435785,"journal":{"name":"Next Generation Internet Networks, 2005","volume":"21 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2005-04-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133978561","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
期刊
Next Generation Internet Networks, 2005
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1