A network engineer is configuring an automated log collection system to aggregate audit logs from perimeter firewalls across a WAN link. Due to strict regulatory compliance, the network requires guaranteed delivery and ordered reception of all log events, accepting additional transmission overhead to prevent any missing records. Which protocol and operational characteristic should be selected for this transport requirement?
- TCP, because it establishes a connection-oriented session using sequence numbers and acknowledgments to guarantee ordered delivery.Cevap
- BUDP, because its connectionless nature eliminates packet header overhead to guarantee data delivery across unstable WAN links.
- CTCP, because it functions as a Layer 3 routing protocol that prevents packet loss without maintaining session state.
- DUDP, because it uses port 22 to perform a connection-oriented handshake for secure transmission of system log files.
Cevap
TCP should be selected because it is a connection-oriented protocol that uses a three-way handshake, sequence numbers, and acknowledgments to ensure reliable and ordered delivery of log messages.
TCP (Transmission Control Protocol) is a connection-oriented protocol operating at Layer 4 of the OSI model. It establishes a session using a three-way handshake (SYN, SYN-ACK, ACK) and guarantees reliable, ordered packet delivery through sequence numbers and acknowledgment packets, satisfying the requirement for zero log data loss.
Adım Adım Çözüm
Anahtar Kavram
Connection-Oriented vs Connectionless Transport Protocols
Tahmini Süre:1m 0s