Term
|
Definition
Includes the OSI session and presentation layer details
Handles issues of:
-
Representation
-
Encoding
-
Dialog control
|
|
|
Term
|
Definition
Deals with the quality of service issues of
- reliability
- flow control
- error correction
- It maintains a dialogue between source and destination while packaging application layer information into units called segments |
|
|
Term
|
Definition
- Divide TCP segments into packets and send them from any network - The packets arrive at the destination network independent of the path they took to get there - Best path determination and packet switching occur at this layer |
|
|
Term
TCP/IP Network Access layer |
|
Definition
- Concerned with all of the components, both physical and logical, that are required to make a physical link - Including all the details in the OSI physical and data link layers |
|
|
Term
Networks must perform the following five conversion steps in order to encapsulate data: |
|
Definition
- Build the data
- Package the data for end-to-end transport
- Add the network IP address to the header
- Add the data link layer header and trailer
- Convert to bits for transmission |
|
|
Term
Networks must perform the following five conversion steps in order to encapsulate data:
Build the data |
|
Definition
As a user sends an e-mail message, its alphanumeric characters are converted to data that can travel across the internetwork |
|
|
Term
Networks must perform the following five conversion steps in order to encapsulate data:
Package the data for end-to-end transport |
|
Definition
|
|
Term
Networks must perform the following five conversion steps in order to encapsulate data:
Add the network IP address to the header |
|
Definition
- The data is put into a packet or datagram that contains a packet header with source and destination logical addresses
- These addresses help network devices send the packets across the network along a chosen path
|
|
|
Term
Networks must perform the following five conversion steps in order to encapsulate data:
Add the data link layer header and trailer |
|
Definition
- Each network device must put the packet into a frame
- The frame allows connection to the next directly-connected network device on the link
- Each device in the chosen network path requires framing in order for it to connect to the next device
|
|
|
Term
Networks must perform the following five conversion steps in order to encapsulate data:
Convert to bits for transmission |
|
Definition
- The frame must be converted into a pattern of 1s and 0s (bits) for transmission on the medium
- A clocking function enables the devices to distinguish these bits as they travel across the medium
- The medium on the physical internetwork can vary along the path used
- For example, the e-mail message can originate on a LAN, cross a campus backbone, and go out a WAN link until it reaches its destination on another remote LAN
|
|
|