Lab 11.2.4 Protocol Inspector, TCP and HTTP
Lab 11.2.4 Protocol Inspector, TCP and HTTP
Objective
The objective of this lab is to use Protocol Inspector, or equivalent software, to view dynamic
Transmission Control Protocol (TCP) operations. The operation that will be specifically looked at is
HTTP during web page access.
Background / Preparation
Protocol analysis software has a feature called capture. This feature allows all frames through an
interface to be captured for analysis. With this feature, it is possible to see how the TCP moves
segments filled with user data across the network. TCP may seem to be a bit abstract, but the
protocol analyzer shows just how important TCP is to network processes such as e-mail and web
browsing.
At least one of the hosts must have the Protocol Inspector software installed. If the lab is done in
pairs, having the software installed on both machines means that each person can run the lab steps.
However, each host may display slightly different results.
• TCP acknowledgments
The internet's Transmission Control Protocol (TCP) is an example of an
acknowledgment-based protocol. When computers communicate via TCP,
received packets are acknowledged by sending back a packet with an ACK bit
set. The TCP protocol allows these acknowledgments to be included with data
that is sent in the opposite direction.
• HTTP protocol
1 - 2 CCNA 1: Networking Basics v 3.0 – Lab11.2.4 Copyright 2003, Cisco Systems, Inc.
Reflection
How did this lab help to visualize the TCP protocol in action?
_________________________________________________________________________________
In this lab, we’ll investigate the behavior of the celebrated TCP protocol in detail. We’ll do
so by analyzing a trace of the TCP segments sent and received in transferring a 150KB file
(containing the text of Lewis Carrols’s Alice’s Adventures in Wonderland) from your
computer to a remote server. One method to understand how different TCP versions
(implemented on different machines and OS) operate is to collect packet traces under
different traffic conditions (degrees of congestion) and see how the protocols behave. In
this part of the assignment you will learn about how time-sequence graphs can be used for
this task. Modern machines today are typically using CUBIC TCP, and some older
Microsoft machines are using an extension to Reno called Compound TCP that use a
combination of losses and delay measurements to adjust the congestion
window._________________________________________________________________________
________
2 - 2 CCNA 1: Networking Basics v 3.0 – Lab11.2.4 Copyright 2003, Cisco Systems, Inc.