LAN Ethernet Maximum Rates, Generation, Capturing & Monitoring

From NST Wiki
Revision as of 10:03, 17 September 2011 by Rwh (talk | contribs) (Ethernet Background Information)
Jump to navigationJump to search

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 steps on how to generate, capture and monitor maximum Ethernet rates will be shown using various tools bundled with the Network Security Toolkit (NST). Finally, a demonstration on how Linux segmentation off-loading for supported NIC adapters can produce Super Ethernet Frames that are captured and reported by the network protocol analyzer will be presented.

Ethernet Maximum Rates

Ethernet Background Information

It is important to know the maximum and effective data throughput performance and rates when using TCP/IP and UDP network protocols in the LAN. This article will take a stepwise approach in explaining how to determined these rates using various tools found with NST distribution. We will follow many of the methods described in RFC 2544 "Benchmarking Methodology for Network Interconnect Devices" these tasks.

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 common network topology used in today's enterprise inter-networking environments.

Frames per second (FPS) or Packets per second (PPS) is a common method of rating the throughput performance of a network device. Understanding how to calculate frames per second 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 Fast Ethernet (100 Mb/sec) and Gigabit Ethernet (1000 Mb/sec) segment. The calculation is considered theoretical because it requires a network segment without collisions and a standard packet length. Today's network switches allow us to achieve these theoretical limits by providing Full Duplex capability. Also, Ethernet data size relies on the upper layer application, so it is very unlikely to find a stream of packets with exactly the same size in an Ethernet network.

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.