Lesson 3 | Optimizing IP performance on a network |
Objective | Define how to optimize IP performance on a network. |
Optimizing IP Network Performance
To optimize the flow of TCP/IP data within an internetwork requires the classification of the traffic flow so that you can understand where configuring and tuning the TCP/IP implementation might provide performance gains.
Recognizing Traffic Patterns
The transactions involved between hosts across a network vary from simple datagram interactions with low packet counts to complex authenticated transfers with security and verifications involved. In general, you can categorize packet traffic into two major groups, both of which are sensitive to particular characteristics of a network:
- Delay and latency-sensitive traffic
- Bandwidth-sensitive traffic
The following Slide Show describes and provides examples of each traffic pattern.
- Delay in latency-sensitive traffic consists mainly of single packet transfer that must be acknowledged before communication can continue.
- Bandwidth-sensitive traffic consists principally of unidirectional communications where a large amount of traffic flows in one direction and acknowledgments flow in the other.
- Consider a latency-sensitive traffic examples on a 10 megabits per second (mbps) local area network (LAN) segment where delay is essentially zero.
- The transaction time in the previous example is dominated by the domain controller response times.
The level of performance is typical in LAN based environments.
Recognizing Traffic Patterns
Many applications exhibit hybrid traffic-type characteristics, and must be designed to minimize performance limitations when used in a WAN environment.
DHCP Knowledge
TCP/IP Performance Factors
There are certain factors that influence performance,
but because they are part of the existing ISO layer one and two infrastructure, you may not be able to configure them.
Factors that influence Performance
- Maximum Transmission Unit (MTU). This is usually set by the underlying network technology. For example, Ethernet provides a
1,500 byte MTU, whereas Token Ring can support up to 17,914 bytes.
- Maximum Segment Size (MSS). This is the TCP/UDP payload that can be carried in the MTU. For example, the MSS for an Ethernet
MTU of 1,500 bytes is 1,460 bytes.
Note:
In network environments that include links with large delay components, your network design may be required to place network services, authentication, and application servers on both sides of the links to achieve acceptable client performance. This situation is common when dealing with issues related to placement of domain controllers, WINS servers, DHCP Servers, and DNS servers.
The next lesson focuses on how to optimize remote subnets.
Optimizing IP Performance Network- Exercise