To evaluate these statements, we must distinguish between the core transmission responsibilities of TCP and the security features provided by other layers.
1. Analyzing Assertion (A):
Transmission Control Protocol (TCP) is a connection-oriented protocol designed for reliability. It breaks a byte stream into segments and assigns a sequence number to each. These numbers allow the receiver to detect missing segments and reassemble them in the exact order they were sent, even if they arrive out of sequence. Thus, Assertion (A) is correct.
2. Analyzing Reason (R):
TCP was designed for connectivity and reliability, not security. It transmits data in "clear text," meaning it does not inherently provide confidentiality (encryption) or security. To ensure security, protocols like TLS (Transport Layer Security) or SSL are implemented on top of TCP. Therefore, Reason (R) is incorrect.
3. Final Logic:
Since TCP successfully provides in-order delivery via sequence numbers but does not provide native encryption, the assertion is true while the reason is false.