Concept:
• TCP is a Transport Layer protocol designed for reliable communication.
• Security functions like encryption and authentication are typically handled by different protocols or layers.
Step 1: Verify Assertion (A)
As established in previous questions, TCP is famous for its "Reliable Byte Stream" service.
It uses sequence numbers, acknowledgments, and retransmissions to ensure data is received in order.
Thus, Assertion (A) is correct.
Step 2: Verify Reason (R)
Standard TCP sends data in plain text. It does not provide any encryption.
It does not ensure confidentiality (preventing eavesdropping) or data integrity against malicious tampering.
Security is provided by the TLS (Transport Layer Security) protocol, which runs on top of TCP (e.g., HTTPS = HTTP over TLS over TCP).
Thus, Reason (R) is incorrect.
Step 3: Final Choice
Since (A) is true but (R) is false, Option (C) is the correct answer.