2.3 Packet Encapsulation and Lifecycle Flashcards
Packet-switched network
Shared bandwidth on communications links to transport packets between a sender and receiver across a network
Open System Interconneciton (OSI) and TCP/IP model
-Clarify the general functions of communication processes
-Reduce complex networking processes into sublayers and components
-Promote interoperability through standard
interfaces
-Enable vendors to change individual features at a single layer rather than rebuilding the entire protocol stack
-Facilitate logical troubleshooting
OSI Model
L7- Application L6- Presentation L5- Session L4- Transport (Segment/ Datagram) L3- Network (Pocket) L2- Data Link (Frame) L1- Physical (Bit)
TCP/IP Model
L4- Application
L3- Transport
L2- Internet
L1- Network Access
Data Link
Logical Link Control (LLC)- provides an interface for the MAC sublayer.
Media Access Control (MAC)- responsible for framing and performs error control using cyclic redundancy check (CRC).
Transport
- Flow control
- Multiplexing
- Virtual circuit management
- Error checking and recovery
- TCP
- UDP
- SCTP
Transmission Control Protocol (TCP)
A connection-oriented protocol that provides reliable delivery of data.
User Datagram Protocol (UDP)
A connectionless protocol that provides best-effort delivery of data.
Stream Control Transmission Protocol (SCTP)
A message-oriented protocol (similar to UDP) that ensures reliable, in-sequence transport with congestion control (similar to TCP).
Session
- Network File System (NFS)
- Remote procedure call (PRC), client-server network redirection protocol
- Secure Shell (SSH)
- Session Initiation Protocol (SIP)
Presentation
- American Standard Code for Information Interchange (ASCII)
- Extended Binary-Coded Decimal Interchange Code (EBCDIC)
- Graphics Interchange Format (GIC)
- Joint Photographic Experts Group (JPEG)
- Motion Picture Experts Group (MPEG)
Application
- File Transfer Protocol (FTP)
- HTTP
- HTTPS
- IMAP
- POP3
- SMTP
- SNMP
- Telnet
Data Encapsulation (or data hiding)
Wraps protocol information from the (OSI or TCP/IP) layer immediately above in the data section of the layer below.
Protocol Data Unit (PDU)
Describes a unit of data at a particular layer of a protocol.