OSI Open System Interconnect; developed by the International Standards
Organization (ISO)
OUI
Organizationally Unique Identifier; the first 24 bits (or 3 bytes) of a MAC
address assigned by IEEE that identifies the network card’s
manufacturer
PDU Protocol Data Unit; a term used to describe the product of encapsulation
at a given layer of the OSI model
TCP Transmission Control Protocol; the connection-oriented protocol of the
TCP/IP suite that resides at the Transport layer of the OSI model
UDP User Datagram Protocol; the connectionless protocol of the TCP/IP suite
that resides at the Transport layer of the OSI model
Wireshark
a network protocol analyzer. It lets you capture and interactively browse
the traffic running on a computer network. It has a rich and powerful
feature set and is world's most popular tool of its kind. It runs on most
computing platforms including Windows, OS X, Linux, and UNIX.
Network professionals, security experts, developers, and educators
around the world use it regularly. It is freely available as open source,
and is released under the GNU General Public License version 2.”
Reference: http://www.wireshark.org
Review of the OSI Model and Wireshark
The Open System Interconnection, or OSI, model defines a framework through which
networking protocols (or protocol suites) can be implemented. The OSI model consists of
seven layers. Each layer has its own responsibility within the communication process. Hosts
that have data to send over the network pass the data through each of the seven layers,
starting at the top, until the last layer is reached. Each layer adds the information it needs to
the data in a process known as encapsulation. The information added at each layer usually
comes in the form of a header specific to the protocol in use at that layer. As the data is
manipulated at each layer, a new name is given to it, as to associate it with the specific layer.
These new data pieces are called Protocol Data Units (PDU). The seven layers of the OSI
model and the PDU associated with the layer is shown.
Key Term Description