Section 3: Host to Host Communications Flashcards
1
Q
TCP/IP Stack Layers
A
- Application
- Transport
- Internet
- Network Access
2
Q
Cisco TCP/IP Stack Layer Definition: Appication
A
- represents data users, encodes, and controls the dialog
3
Q
Cisco TCP/IP Stack Layer Definition: Transport
A
- supports communication between end devices across a diverse network
4
Q
Cisco TCP/IP Stack Layer Definition: Internet
A
- provides logical addressing and determines the best path through the network
5
Q
Cisco TCP/IP Stack Layer Definition: Network Access
A
- controls the hardware devices and media that make up the network
6
Q
At what layer is data transmitted between hosts?
A
- Application
7
Q
At what layer is the ‘segment’ transmitted between hosts?
A
- Transport
8
Q
At what layer is the ‘packet’ transmitted between hosts?
A
- Internet
9
Q
At what layer is the ‘frame’ transmitted between hosts?
A
- Network Access
10
Q
PDU
A
- What hosts send back and forth for communicating
- Protocol Data Unit
- The entire communication of the OSI stack
- Often referred to as ‘packet’, but that is not entirely correct since this is the entire communication, and ‘packet’ is technically only at layer 3 (Internet/Network)
11
Q
Layer 7
A
- Application layer
- provides network services to the applications of the user
- does not provide services to any other layers of the OSI model (only layer that does not provide services to other layers)
- establishes the availability of intended communication partners
- synchronizes and establishes agreement on procedures for error recovery and control of data integrity
12
Q
Layer 6
A
- Presentation Layer
- ensures the information that is sent at the application layer of one system is readable by the application layer of another system
- can translate among multiple data formats using a common format (e.g. encoding schemes)
13
Q
Layer 5
A
- Session Layer
- Establishes, manages, and terminates sessions between two communicating hosts
- synchronizes dialog between the presentation layers of the two hosts and manages their data exchange
- offers efficient data transfer, CoS, and exception reporting of upper layer problems
14
Q
Layer 4
A
- Transport layer
- TCP/UDP and Port number
- defines services to segment, transfer, and reassemble the data for individual communications between the end devices
15
Q
Layer 3
A
- Network layer
- Source and Destination IP address
- Routers
- provides connectivity and path selection between two hosts systems that may be located on geographically separated networks
- layer that manages the connectivity of hosts by providing logical addressing