Correct option is B
- Segmentation & Reassembly: Breaks large messages into smaller segments at sender and reconstructs them at receiver.
- Protocols Used:
- TCP (Transmission Control Protocol): Reliable, connection-oriented
- UDP (User Datagram Protocol): Fast, connectionless
- Key Responsibilities:
- Flow control (controls data transmission rate)
- Error control (detects & corrects errors)
- Multiplexing (multiple applications share network)
- OSI Layer Position:
- 4th layer in OSI model
- Acts as a bridge between application layer and network layer
Additional Knowledge:
- Network Layer: Handles routing and logical addressing (IP).
- Data Link Layer: Deals with framing and MAC (physical) addressing.
- Physical Layer: Transmits raw bits over medium (cables, signals).
- Reminder: If the question mentions end-to-end communication, segmentation, ports, TCP/UDP → always think Transport Layer.