LAN Ethernet Maximum Rates, Generation, Capturing & Monitoring

From NST Wiki
Revision as of 11:34, 22 September 2011 by Rwh (talk | contribs)
Jump to navigationJump to search
***Note: Page Under Construction***


Overview

This article covers maximum LAN Ethernet rates values that can be achieved for both Fast Ethernet and Gigabit Ethernet using the TCP/IP or the UDP network protocols. The stepwise approach on how to generate, capture and monitor maximum Ethernet rates will be shown using various tools bundled with the Network Security Toolkit (NST). We will follow many of the methods described in RFC 2544 "Benchmarking Methodology for Network Interconnect Devices" to perform benchmark tests. Finally, a demonstration on how Linux segmentation off-loading for supported NIC adapters can produce Super Ethernet Frames which can be captured by a network protocol analyzer. The use of segmentation off-loading can result in increased network performance and less CPU overhead for network packet processing.

Ethernet Maximum Rates

Ethernet Background Information

To get started, some background information is appropriate. Communication between computer systems using TCP/IP takes place through the exchange of packets. A packet is a PDU (Protocol Data Unit) at the IP layer. The PDU at the TCP layer is called a segment while a PDU at the data-link layer (such as Ethernet) is called a frame. However the term packet is generically used to describe the data unit that is exchanged between TCP/IP layers as well as between two computers.

First, one needs to know the maximum performance of the network environment to establish a baseline value. We will be using a switched Gigabit Ethernet (IEEE 802.3ab) network configuration. We chose this configuration because it is a typical network topology used in today's enterprise inter-networking environments.

Frames per second (FPS), Packets per second (PPS) or Bits per second (bps) are a common methods of rating the throughput performance of a network device. Understanding how to calculate these rates can provide a lot of insight on how the Ethernet system function and will help assist in network architecture design.

The following sections show the theoretical maximum frames per second that can be achieved using Fast Ethernet (100 Mb/sec) and Gigabit Ethernet (1000 Mb/sec) for the TCP/IP and UDP network protocols. Today's network switches and systems configured with commodity based network NIC adapters allow these theoretical limits to be reached.

Note: Ethernet frame sizes are mostly governed by the upper application layers which use a wide range of payload sizes. Thus, it is unlikely in practice to see network segments consistently saturated at these maximum rates.

Fast Ethernet Using TCP/IP

Fast Ethernet (IEEE 802.3u) with TCP/IP maximum rate values.

Fast Ethernet Using UDP

Fast Ethernet (IEEE 802.3u) with UDP maximum rate values.

Gigabit Ethernet Using TCP/IP

Gigabit Ethernet (IEEE 802.3ab) with TCP/IP maximum rate values.

Gigabit Ethernet Using UDP

Gigabit Ethernet (IEEE 802.3ab) with UDP maximum rate values.

Ethernet Frame Rate Measurements Network Configuration

Network Configuration: Ethernet Frame Rate Mesurements.