1.1 Explain concepts related to the Open Systems Interconnection (OSI) reference model. Flashcards
What are the primary functions of the Physical layer in the OSI model, and how does it handle data transmission?
The Physical layer handles the transmission of raw bit streams over a physical medium. It includes hardware like cables, hubs, NICs, switches (port level), transceivers, modems, wap
Can you describe the types of hardware associated with the Physical layer and their roles in network communication?
How do different transmission media (e.g., copper cables, fiber optics, wireless) impact the performance and reliability of the Physical layer?
How does the Data Link layer ensure error-free data transmission between nodes, and what mechanisms are used for error detection and correction?
The Data Link layer of the OSI model ensures error-free data transmission between nodes using several key mechanisms for error detection and correction. Here’s how it works:
- Parity Check: A simple mechanism where an extra bit (parity bit) is added to the data to make the number of set bits either even (even parity) or odd (odd parity). It helps detect single-bit errors.
- Cyclic Redundancy Check (CRC): A more robust method where a sequence of redundant bits (CRC codes) is appended to the data frame. The sender calculates the CRC value based on the data and sends it along. The receiver recalculates the CRC value upon receiving the data. If the calculated CRC value matches the received CRC value, the data is considered error-free.
- Checksum: This method involves adding the binary values of the data segments, with the sum being sent along with the data. The receiver performs the same addition and compares the checksum. Any mismatch indicates an error.
What are the differences between MAC (Media Access Control) and LLC (Logical Link Control) sublayers within the Data Link layer?
Can you explain the role of protocols such as Ethernet and Wi-Fi at the Data Link layer, and how they manage data framing and addressing?
What is the role of the Network layer in routing and addressing, and how does it facilitate data transfer across different networks?
How do protocols like IP (Internet Protocol) and ICMP (Internet Control Message Protocol) operate at the Network layer?
Can you discuss the concept of subnetting and its importance in network design and management?
What are the main responsibilities of the Transport layer, and how does it ensure reliable data transfer between end systems?
How do TCP (Transmission Control Protocol) and UDP (User Datagram Protocol) differ in terms of connection establishment, reliability, and use cases?
Can you explain the process of flow control and congestion control at the Transport layer, and why they are important?
How does the Session layer manage sessions between applications, and what are the key functions it performs?
Can you provide examples of session management protocols and their use cases in real-world applications?
How does the Session layer handle session establishment, maintenance, and termination?