588 research outputs found

    Congestion control, energy efficiency and virtual machine placement for data centers

    Get PDF
    Data centers, facilities with communications network equipment and servers for data processing and/or storage, are prevalent and essential to provide a myriad of services and applications for various private, non-profit, and government systems, and they also form the foundation of cloud computing, which is transforming the technological landscape of the Internet. With rapid deployment of modern high-speed low-latency large-scale data centers, many issues have emerged in data centers, such as data center architecture design, congestion control, energy efficiency, virtual machine placement, and load balancing. The objective of this thesis is multi-fold. First, an enhanced Quantized Congestion Notification (QCN) congestion notification algorithm, called fair QCN (FQCN), is proposed to improve rate allocation fairness of multiple flows sharing one bottleneck link in data center networks. Detailed analysis on FQCN and simulation results is provided to validate the fair share rate allocation while maintaining the queue length stability. Furthermore, the effects of congestion notification algorithms, including QCN, AF-QCN and FQCN, are investigated with respect to TCP throughput collapse. The results show that FQCN can significantly enhance TCP throughput performance, and achieve better TCP throughput than QCN and AF-QCN in a TCP Incast setting. Second, a unified congestion detection, notification and control system for data center networks is designed to efficiently resolve network congestion in a uniform solution and to ensure convergence to statistical fairness with ā€œno stateā€ switches simultaneously. The architecture of the proposed system is described in detail and the FQCN algorithm is implemented in the proposed framework. The simulation results of the FQCN algorithm implemented in the proposed framework validate the robustness and efficiency of the proposed congestion control system. Third, a two-level power optimization model, namely, Hierarchical EneRgy Optimization (HERO), is established to reduce the power consumption of data center networks by switching off network switches and links while still guaranteeing full connectivity and maximizing link utilization. The power-saving performance of the proposed HERO model is evaluated by simulations with different traffic patterns. The simulation results have shown that HERO can reduce the power consumption of data center networks effectively with reduced complexity. Last, several heterogeneity aware dominant resource assistant heuristic algorithms, namely, dominant residual resource aware first-fit decreasing (DRR-FFD), individual DRR-FFD (iDRR-FFD) and dominant residual resource based bin fill (DRR-BinFill), are proposed for virtual machine (VM) consolidation. The proposed heuristic algorithms exploit the heterogeneity of the VMsā€™ requirements for different resources by capturing the differences among VMsā€™ demands, and the heterogeneity of the physical machinesā€™ resource capacities by capturing the differences among physical machinesā€™ resources. The performance of the proposed heuristic algorithms is evaluated with different classes of synthetic workloads under different VM requirement heterogeneity conditions, and the simulation results demonstrate that the proposed heuristics achieve quite similar consolidation performance as dimension-aware heuristics with almost the same computational cost as those of the single dimensional heuristics

    A survey of performance enhancement of transmission control protocol (TCP) in wireless ad hoc networks

    Get PDF
    This Article is provided by the Brunel Open Access Publishing Fund - Copyright @ 2011 Springer OpenTransmission control protocol (TCP), which provides reliable end-to-end data delivery, performs well in traditional wired network environments, while in wireless ad hoc networks, it does not perform well. Compared to wired networks, wireless ad hoc networks have some specific characteristics such as node mobility and a shared medium. Owing to these specific characteristics of wireless ad hoc networks, TCP faces particular problems with, for example, route failure, channel contention and high bit error rates. These factors are responsible for the performance degradation of TCP in wireless ad hoc networks. The research community has produced a wide range of proposals to improve the performance of TCP in wireless ad hoc networks. This article presents a survey of these proposals (approaches). A classification of TCP improvement proposals for wireless ad hoc networks is presented, which makes it easy to compare the proposals falling under the same category. Tables which summarize the approaches for quick overview are provided. Possible directions for further improvements in this area are suggested in the conclusions. The aim of the article is to enable the reader to quickly acquire an overview of the state of TCP in wireless ad hoc networks.This study is partly funded by Kohat University of Science & Technology (KUST), Pakistan, and the Higher Education Commission, Pakistan

    ADHOCTCP: Improving TCP Performance in Ad Hoc Networks

    Get PDF

    Multicast Mobility in Mobile IP Version 6 (MIPv6) : Problem Statement and Brief Survey

    Get PDF
    Publisher PD

    TCP performance enhancement in wireless networks via adaptive congestion control and active queue management

    Get PDF
    The transmission control protocol (TCP) exhibits poor performance when used in error-prone wireless networks. Remedy to this problem has been an active research area. However, a widely accepted and adopted solution is yet to emerge. Difficulties of an acceptable solution lie in the areas of compatibility, scalability, computational complexity and the involvement of intermediate routers and switches. This dissertation rexriews the current start-of-the-art solutions to TCP performance enhancement, and pursues an end-to-end solution framework to the problem. The most noticeable cause of the performance degradation of TCP in wireless networks is the higher packet loss rate as compared to that in traditional wired networks. Packet loss type differentiation has been the focus of many proposed TCP performance enhancement schemes. Studies conduced by this dissertation research suggest that besides the standard TCP\u27s inability of discriminating congestion packet losses from losses related to wireless link errors, the standard TCP\u27s additive increase and multiplicative decrease (AIMD) congestion control algorithm itself needs to be redesigned to achieve better performance in wireless, and particularly, high-speed wireless networks. This dissertation proposes a simple, efficient, and effective end-to-end solution framework that enhances TCP\u27s performance through techniques of adaptive congestion control and active queue management. By end-to-end, it means a solution with no requirement of routers being wireless-aware or wireless-specific . TCP-Jersey has been introduced as an implementation of the proposed solution framework, and its performance metrics have been evaluated through extensive simulations. TCP-Jersey consists of an adaptive congestion control algorithm at the source by means of the source\u27s achievable rate estimation (ARE) ā€”an adaptive filter of packet inter-arrival times, a congestion indication algorithm at the links (i.e., AQM) by means of packet marking, and a effective loss differentiation algorithm at the source by careful examination of the congestion marks carried by the duplicate acknowledgment packets (DUPACK). Several improvements to the proposed TCP-Jersey have been investigated, including a more robust ARE algorithm, a less computationally intensive threshold marking algorithm as the AQM link algorithm, a more stable congestion indication function based on virtual capacity at the link, and performance results have been presented and analyzed via extensive simulations of various network configurations. Stability analysis of the proposed ARE-based additive increase and adaptive decrease (AJAD) congestion control algorithm has been conducted and the analytical results have been verified by simulations. Performance of TCP-Jersey has been compared to that of a perfect , but not practical, TCP scheme, and encouraging results have been observed. Finally the framework of the TCP-Jersey\u27s source algorithm has been extended and generalized for rate-based congestion control, as opposed to TCP\u27s window-based congestion control, to provide a design platform for applications, such as real-time multimedia, that do not use TCP as transport protocol yet do need to control network congestion as well as combat packet losses in wireless networks. In conclusion, the framework architecture presented in this dissertation that combines the adaptive congestion control and active queue management in solving the TCP performance degradation problem in wireless networks has been shown as a promising answer to the problem due to its simplistic design philosophy complete compatibility with the current TCP/IP and AQM practice, end-to-end architecture for scalability, and the high effectiveness and low computational overhead. The proposed implementation of the solution framework, namely TCP-Jersey is a modification of the standard TCP protocol rather than a completely new design of the transport protocol. It is an end-to-end approach to address the performance degradation problem since it does not require split mode connection establishment and maintenance using special wireless-aware software agents at the routers. The proposed solution also differs from other solutions that rely on the link layer error notifications for packet loss differentiation. The proposed solution is also unique among other proposed end-to-end solutions in that it differentiates packet losses attributed to wireless link errors from congestion induced packet losses directly from the explicit congestion indication marks in the DUPACK packets, rather than inferring the loss type based on packet delay or delay jitter as in many other proposed solutions; nor by undergoing a computationally expensive off-line training of a classification model (e.g., HMM), or a Bayesian estimation/detection process that requires estimations of a priori loss probability distributions of different loss types. The proposed solution is also scalable and fully compatible to the current practice in Internet congestion control and queue management, but with an additional function of loss type differentiation that effectively enhances TCP\u27s performance over error-prone wireless networks. Limitations of the proposed solution architecture and areas for future researches are also addressed

    Enterprise network convergence: path to cost optimization

    Get PDF
    During the past two decades, telecommunications has evolved a great deal. In the eighties, people were using television, radio and telephone as their communication systems. Eventually, the introduction of the Internet and the WWW immensely transformed the telecommunications industry. This internet revolution brought about a huge change in the way businesses communicated and operated. Enterprise networks now had an increasing demand for more bandwidth as they started to embrace newer technologies. The requirements of the enterprise networks grew as the applications and services that were used in the network expanded. This stipulation for fast and high performance communication systems has now led to the emergence of converged network solutions. Enterprises across the globe are investigating new ways to implement voice, video, and data over a single network for various reasons ā€“ to optimize network costs, to restructure their communication system, to extend next generation networking abilities, or to bridge the gap between their corporate network and the existing technological progress. To date, organizations had multiple network services to support a range of communication needs. Investing in this type of multiple communication infrastructures limits the networks ability to provide resourceful bandwidth optimization services throughout the system. Thus, as the requirements for the corporate networks to handle dynamic traffic grow day by day, the need for a more effective and efficient network arises. A converged network is the solution for enterprises aspiring to employ advanced applications and innovative services. This thesis will emphasize the importance of converging network infrastructure and prove that it leads to cost savings. It discusses the characteristics, architecture, and relevant protocols of the voice, data and video traffic over both traditional infrastructure and converged architecture. While IP-based networks present excellent quality for non real-time data networking, the network by itself is not capable of providing reliable, quality and secure services for real-time traffic. In order for IP networks to perform reliable and timely transmission of real-time data, additional mechanisms to reduce delay, jitter and packet loss are required. Therefore, this thesis will also discuss the important mechanisms for running real-time traffic like voice and video over an IP network. Lastly, it will also provide an example of an enterprise network specifications (voice, video and data), and present an in depth cost analysis of a typical network vs. a converged network to prove that converged infrastructures provide significant savings

    Infraestrutura de beira de estrada para apoio a sistemas cooperativos e inteligentes de transportes

    Get PDF
    The growing need of mobility along with the evolution of the automotive industry and the massification of the personal vehicle amplifies some of the road-related problems such as safety and traffic congestion. To mitigate such issues, the evolution towards cooperative communicating technologies and autonomous systems is considered a solution to overcome the human physical limitations and the limited perception horizon of on-board sensors. Short-range vehicular communications such as Vehicle-to-Vehicle or Vehicle-to-Infrastructure (ETSI ITS-G5) in conjunction with long-range cellular communications (LTE,5G) and standardized messages, emerge as viable solutions to amplify the benefits that standalone technologies can bring to the road environment, by covering a wide array of applications and use cases. In compliance with the standardization work from European Telecommunications Standards Institute (ETSI), this dissertation describes the implementation of the collective perception service in a real road infrastructure to assist the maneuvers of autonomous vehicles and provide information to a central road operator. This work is focused on building standardized collective perception messages (CPM) by retrieving information from traffic classification radars (installed in the PASMO project) for local dissemination using ETSI ITS-G5 radio technology and creating a redundant communication channel between the road infrastructure and a central traffic control centre, located at the Instituto de TelecomunicaƧƵes - Aveiro, taking advantage of cellular, point-to-point radio links and optical fiber communications. The output of the messages are shown to the user by a mobile application. The service is further improved by building an algorithm for optimizing the message dissemination to improve channel efficiency in more demanding scenarios. The results of the experimental tests showed that the time delay between the production event of the collective perception message and the reception by other ITS stations is within the boundaries defined by ETSI standards. Moreover, the algorithm for message dissemination also shows to increase radio channel efficiency by limiting the number of objects disseminated by CPM messages. The collective perception service developed and the road infrastructure are therefore, a valuable asset to provide useful information for improving road safety and fostering the deployment of intelligent cooperative transportation systems.A crescente necessidade de mobilidade em paralelo com a evoluĆ§Ć£o da indĆŗstria automĆ³vel e com a massificaĆ§Ć£o do uso de meios de transportes pessoais, tĆŖm vindo a amplificar alguns problemas dos transportes rodoviĆ”rios, tais como a seguranƧa e o congestionamento do trĆ”fego. Para mitigar estas questƵes, a evoluĆ§Ć£o das tecnologias de comunicaĆ§Ć£o cooperativas e dos sistemas autĆ³nomos Ć© vista como uma potencial soluĆ§Ć£o para ultrapassar limitaƧƵes dos condutores e do horizonte de perceĆ§Ć£o dos sensores veĆ­culares. ComunicaƧƵes de curto alcance, tais como VeĆ­culo-a-VeĆ­culo ou VeĆ­culo-a-Infrastrutura (ETSI ITS-G5), em conjunto com comunicaƧƵes mĆ³veis de longo alcance (LTE,5G) e mensagens padrĆ£o, emergem como soluƧƵes viĆ”veis para amplificar todos os beneficios que tecnologias independentes podem trazer para o ambiente rodoviĆ”rio, cobrindo um grande leque de aplicaƧƵes e casos de uso da estrada. Em conformidade com o trabalho de padronizaĆ§Ć£o da European Telecommunications Standards Institute, esta dissertaĆ§Ć£o descreve a implementaĆ§Ć£o do serviƧo de perceĆ§Ć£o coletiva, numa infrastrutura rodoviĆ”ria real, para suporte a manobras de veĆ­culos autĆ³nomos e para fornecer informaƧƵes aos operadores de estradas. Este trabalho foca-se na construĆ§Ć£o de mensagens de perceĆ§Ć£o coletiva a partir de informaĆ§Ć£o gerada por radares de classificaĆ§Ć£o de trĆ”fego (instalados no Ć¢mbito do projeto PASMO) para disseminaĆ§Ć£o local usando a tecnologia rĆ”dio ETSI ITS-G5 e criando um canal de comunicaĆ§Ć£o redundante entre a infraestrutura rodĆ³viaria e um centro de controlo de trĆ”fego localizado no Instituto de TelecomunicaƧƵes - Aveiro, usando para isso: redes mĆ³veis, ligaƧƵes rĆ”dio ponto a ponto e fibra Ć³tica. O conteĆŗdo destas messagens Ć© mostrado ao utilizador atravĆ©s de uma aplicaĆ§Ć£o mĆ³vel. O serviƧo Ć© ainda melhorado, tendo-se para tal desenvolvido um algoritmo de otimizaĆ§Ć£o de disseminaĆ§Ć£o das mensagens, tendo em vista melhorar a eficiĆŖncia do canal de transmissĆ£o em cenĆ”rios mais exigentes. Os resultados dos testes experimentais efetuados revelaram que o tempo de atraso entre o evento de produĆ§Ć£o de uma mensagem de perceĆ§Ć£o coletiva e a receĆ§Ć£o por outra estaĆ§Ć£o ITS, usando comunicaƧƵes ITS-G5, se encontra dentro dos limites definidos pelos padrƵes da ETSI. AlĆ©m disso, o algoritmo para disseminaĆ§Ć£o de mensagens tambĆ©m mostrou aumentar a eficiĆŖncia do canal de rĆ”dio, limitando o nĆŗmero de objetos disseminados pelas mesmas. Assim, o serviƧo de perceĆ§Ć£o coletiva desenvolvido poderĆ” ser uma ferramenta valiosa, contribuindo para o aumento da seguranƧa rodĆ³viaria e para a disseminaĆ§Ć£o da utilizaĆ§Ć£o dos sistemas cooperativos de transporte inteligente.Mestrado em Engenharia EletrĆ³nica e TelecomunicaƧƵe

    Study of TCP Issues over Wireless and Implementation of iSCSI over Wireless for Storage Area Networks

    Get PDF
    The Transmission Control Protocol (TCP) has proved to be proficient in classical wired networks, presenting an ability to acclimatize to modern, high-speed networks and present new scenarios for which it was not formerly designed. Wireless access to the Internet requires that information reliability be reserved while data is transmitted over the radio channel. Automatic repeat request (ARQ) schemes and TCP techniques are often used for error-control at the link layer and at the transport layer, respectively. TCP/IP is becoming a communication standard [1]. Initially it was designed to present reliable transmission over IP protocol operating principally in wired networks. Wireless networks are becoming more ubiquitous and we have witnessed an exceptional growth in heterogeneous networks. This report considers the problem of supporting TCP, the Internet data transport protocol, over a lossy wireless link whose features vary over time. Experimental results from a wireless test bed in a research laboratory are reported
    • ā€¦
    corecore