1.0 Network+ Certification Cram Notes : Networking Fundamentals
1.1 Open Systems Interconnection (OSI) model layers and encapsulation concepts.
Data encapsulation and decapsulation within the OSI model context
Data encapsulation and decapsulation refer to the process of adding and removing headers and trailers to data as it is transmitted across a network. Within the context of the OSI model, data encapsulation and decapsulation occur at each layer of the model as the data is passed from one layer to the next.
When data is transmitted, it is first divided into smaller units called "packets". Each packet contains several parts, including:
Ethernet header: The Ethernet header is added at the data link layer and contains information about the source and destination MAC addresses and the type of data being transmitted.
Internet Protocol (IP) header: The IP header is added at the network layer and contains information about the source and destination IP addresses, the type of protocol being used, and the size of the packet.
Transmission Control Protocol (TCP)/User Datagram Protocol (UDP) headers: TCP and UDP headers are added at the transport layer and contain information about the type of data transmission (e.g. TCP is used for reliable data transmission, while UDP is used for fast, unreliable data transmission).
TCP flags: The TCP header may also contain flags that indicate the status of the data transmission, such as the SYN, ACK, and FIN flags.
Payload: The payload is the actual data being transmitted and can be a combination of text, images, or other types of data.