Analysis of TCP Performance in Data Center Networks

Analysis of TCP Performance in Data Center Networks
Author: Santosh Kulkarni
Publisher: Springer Science & Business Media
Total Pages: 95
Release: 2013-10-04
Genre: Technology & Engineering
ISBN: 1461478618

This book addresses the need to improve TCP’s performance inside data centers by providing solutions that are both practical and backward compatible with standard TCP versions. The authors approach this challenge first by deriving an analytical model for TCP’s performance under typical data center workload traffic. They then discuss some solutions that are designed to improve TCP performance by either proactively detecting network congestion through probabilistic retransmission or by avoiding timeout penalty through dynamic resizing of TCP segments. Experimental results show that each of techniques discussed outperforms standard TCP inside a data center.

TCP/IP Analysis and Troubleshooting Toolkit

TCP/IP Analysis and Troubleshooting Toolkit
Author: Kevin Burns
Publisher: John Wiley & Sons
Total Pages: 432
Release: 2003-08-19
Genre: Computers
ISBN: 0471481025

A must-have guide for troubleshooting and analyzing TCP/IP onthe Internet and corporate network Follows a practical approach to ensure that TCP/IP stays up andrunning Describes problems based on actual scenarios in the field andpresents proven solutions to deal with them Explains how to use available tools and utilities to theirmaximum advantage Companion Web site includes samples scenarios and code from thebook

Data Center Fundamentals

Data Center Fundamentals
Author: Mauricio Arregoces
Publisher: Cisco Press
Total Pages: 1114
Release: 2003
Genre: Computers
ISBN: 9781587050237

And server load balancing fundamentals are covered in detail, including session persistence and cookies, server health, modes and predictors, and multitier architectures. Putting it all together are chapters on Data Center design that also advise you on integrating security into your design and understanding performance metrics of Data Center devices. An in-depth analysis of the Data Center technology coupled with real-life scenarios make Data Center Fundamentals an ideal reference for understanding, planning, and designing scalable, highly available, and secure server farms applicable to web-hosting and e-commerce environments amongst others. Book jacket.

Handbook on Data Centers

Handbook on Data Centers
Author: Samee U. Khan
Publisher: Springer
Total Pages: 1309
Release: 2015-03-16
Genre: Computers
ISBN: 1493920928

This handbook offers a comprehensive review of the state-of-the-art research achievements in the field of data centers. Contributions from international, leading researchers and scholars offer topics in cloud computing, virtualization in data centers, energy efficient data centers, and next generation data center architecture. It also comprises current research trends in emerging areas, such as data security, data protection management, and network resource management in data centers. Specific attention is devoted to industry needs associated with the challenges faced by data centers, such as various power, cooling, floor space, and associated environmental health and safety issues, while still working to support growth without disrupting quality of service. The contributions cut across various IT data technology domains as a single source to discuss the interdependencies that need to be supported to enable a virtualized, next-generation, energy efficient, economical, and environmentally friendly data center. This book appeals to a broad spectrum of readers, including server, storage, networking, database, and applications analysts, administrators, and architects. It is intended for those seeking to gain a stronger grasp on data center networks: the fundamental protocol used by the applications and the network, the typical network technologies, and their design aspects. The Handbook of Data Centers is a leading reference on design and implementation for planning, implementing, and operating data center networks.

TCP Performance over UMTS-HSDPA Systems

TCP Performance over UMTS-HSDPA Systems
Author: Mohamad Assaad
Publisher: CRC Press
Total Pages: 232
Release: 2006-07-20
Genre: Computers
ISBN: 1420013327

The evolution of the mobile communication market is causing a major increase in data traffic demands. This could lead to disrupted mobility and intermittent degraded channel conditions that contribute to poor transmission control protocol (TCP) performance. TCP Performance over UMTS-HSDPA Systems presents a comprehensive study of the effect of TCP

TCP Performance Study and Enhancements Within Wireless Multi-hop Ad Hoc Network Environments

TCP Performance Study and Enhancements Within Wireless Multi-hop Ad Hoc Network Environments
Author: Alaa Seddik
Publisher:
Total Pages: 0
Release: 2009
Genre:
ISBN:

Wireless ad hoc networks are different from wired networks by the multitude of data packet loss situations they are subjected to. This is due to the characteristics of wireless channel that might obstruct the proper reception of data packet at the destination end. In some case, these vulnerabilities of wireless channel can result in a complete link failure. Although link failure is of low probability in wired networks, it is rather common in wireless networks. The volatility of communication channel is a typical problem with wireless links, which is not the case with wired cables. TCP is a transport protocol that aims at ensuring high reliability and guarantying reception of data packets. However, TCP was designed for wired networks to address congestion, which is the main cause for data packet loss in wired networks. Therefore, other types of data packet loss encountered in wireless networks are prone to misinterpretation by TCP, which will lead to TCP performance degradation within the network. To overcome the performance limitation of TCP when used within ad hoc networks, the aim of this thesis is twofold. First, a complete performance study of TCP over ad hoc networks is achieved. This evaluation concerns two performance metrics: the achievable throughput and the energy consumption of TCP within ad hoc networks. This study allows identifying the potential room of improvement to enhance TCP efficiency in ad hoc networks. Second, we propose a new TCP variant, TCP-WELCOME that optimizes the performance of TCP in ad hoc networks through its ability to distinguish among, and efficiently deal with, different data packet loss situations, within ad hoc networks.

Packet Transport Mechanisms for Data Center Networks

Packet Transport Mechanisms for Data Center Networks
Author: Mohammadreza Alizadeh Attar
Publisher:
Total Pages:
Release: 2013
Genre:
ISBN:

Data centers are large facilities that house tens of thousands of interconnected computing and storage servers. In recent years, large investments have been made in massive data centers to support services such as search, social networking, electronic commerce, and cloud computing. This has spurred a lot of interest in the industry and the research community in innovation for reducing costs and improving the performance of data center networks. One of the most crucial components of a data center network (indeed, of any network) is its transport mechanism -- the method by which data is transferred from one server to another. The major goals of a transport mechanism are to transfer data at the highest possible rate and with the lowest latency. In this dissertation, we present measurements from three production clusters with 6000 servers that reveal impairments with today's state-of-the-art Transmission Control Protocol (TCP) in data center environments. The impairments are rooted in TCP's demands on the limited buffer space available in commodity data center switches. We then propose two novel transport mechanisms designed specifically for the data center: DCTCP and HULL. These mechanisms enable the construction of large-scale, high-performance data center networks with very low latency and high bandwidth using commodity switches. DCTCP (for Data Center TCP) uses a simple modification to the TCP congestion control algorithm that allows it to maintain very low queue occupancy (and latency) in data center switches while simultaneously providing high throughput. HULL (for High-bandwidth Ultra-Low Latency) is an architecture that builds on DCTCP to deliver baseline fabric latency (only propagation and switching) by nearly eliminating all queueing from the data center network. We also present a stability analysis of the Quantized Congestion Notification (QCN) algorithm that has been standardized as the IEEE802.1Qau standard for Layer 2 (Ethernet) congestion control.