|
Lesson
2 Terms
DECNET - Group of communications
products (including a protocol suite) developed and supported by
Digital Equipment Corporation. DECnet/OSI (also called DECnet Phase
V) is the most recent iteration and supports both OSI protocols
and proprietary Digital protocols. Phase IV Prime support inherent
MAC addresses that allow DECnet nodes to coexist with systems running
other protocols that have MAC address restrictions.
SNA - Systems Network Architecture.
Large, complex, feature-rich network architecture developed in the
1970s by IBM. Similar in some respects to the OSI reference model,
but with a number of differences. SNA is essentially composed of
seven layers.
TCP/IP - Transmission Control
Protocol/Internet Protocol. Common name for the suite of protocols
developed by the U.S. Department of Defense in the 1970s to support
the construction of worldwide internetworks. TCP and IP are two
best-known protocols in the suite.
Interoperability - Ability
of computing equipment manufactured by different vendors to communicate
with one another successfully over a network.
OSI Reference Model - Open
System Interconnection reference model. Network architectural model
developed by ISO and ITUT-T. The model consists of seven layers,
each of which specifies particular network functions such as addressing,
flow control, error control, encapsulation, and reliable message
transfer. The highest layer (the application layer) is closest to
the user; the lower layer (the physical layer) is closest to the
media technology. The lowest layer is implemented in hardware. The
next lowest layer is implemented in hardware and software, while
the upper five layers are implemented only in software. The OSI
reference model is used universally as a method for teaching and
understanding network functionality.
Standards - Set of rules or
procedures that are either widely used or officially specified.
OSI Model Analogy:
The OSI model is like a blueprint
for the building of a car. After a car blueprint is complete,
the car must still be built. Any number of automobile manufacturing
companies can be contracted to do the actual work. If the blueprint
is complete, then mechanically all of the cars should be the
same. Their appearance may differ in color or the amount of
chrome used as trim, but functionally, they are all the same.
What accounts for the difference between implementations of
the same car blueprint? In part, the differences are due to
the inability of any specifications to consider every possible
implementation detail. Also, different manufacturers will no
doubt interpret the blueprint in slightly different ways. |
Physical Layer - Layer 1 of
the OSI reference model. The physical layer defines the electrical,
mechanical, procedural, and functional specifications for activating,
maintaining, and deactivating the physical link between end systems.
Data Link Layer - Layer 2 of
the OSI reference model. This layer provides reliable transit of
data across a physical link. The data link layer is concerned with
physical addressing, network topology, line discipline, error notification,
ordered delivery of frames, and flow control. The IEEE has divided
this layer into two sublayers; the MAC sublayer and the LLC sublayer.
Sometimes simply called link layer.
Network Layer - Layer 3 of
the OSI reference model. This layer provides connectivity and path
selection between two end systems. The network layer is the layer
at which routing occurs.
Transport Layer - Layer 4 of
the OSI reference model. This layer is responsible for reliable
network communication between end nodes. The transport layer provides
mechanisms for the establishment, maintenance, and termination of
virtual circuits, transport fault detection and recover, and information
flow control.
Session Layer - Layer 5 of
the OSI reference model. This layer establishes, manages, and terminates
sessions between applications and manages data exchange
between presentation layer entities.
Presentation Layer - Layer
6 of the OSI reference model. This layer ensures that information
sent by the application layer of one system will be readable by
the application layer of another. The presentation layer is also
concerned with the data structures used by programs and therefore
negotiates data transfer syntax for the application layer.
Application Layer - Layer 7
of the OSI reference model. This layer provides services to application
processes (such as electronic mail, file transfer, and terminal
emulation) that are outside of the OSI model. The application layer
identifies and establishes the availability of intended communication
partners (and the resources required to connect with them), synchronizes
cooperating applications, and establishes agreement on procedures
for error recovery and control of data integrity.
Router - Network layer device
that uses one or more metrics to determine the optimal path along
which network traffic should be forwarded. Routers forward packets
from one network to another based on network layer information
Switch - 1. Data link layer
device that filters, forwards, and floods frames based on the destination
address of each frame. The switch operated at eh data link layer
of the OSI model. 2. General term applied to an electronic or mechanical
device that allows a connection to be established as necessary and
terminated when there is no longer a session to support.
Internet - Term used to refer
to the largest global internetwork, connecting tens of thousands
of networks worldwide and having a "culture" that focuses
on research and standardization based on real-life use. Many leading-edge
network technologies come from the Internet community. The Internet
evolved in part from ARPANET. At one time, called the DARPA Internet.
Not to be confused with the general term Internet.
Data - Logically grouped units
of information that move between computer systems.
Package Analogy:
This process can be compared to preparing a package to be sent
- wrapping it, boxing it, putting source and destination addresses
on it, putting stamps on the package, and dropping it in a mailbox. |
|