A network engineer is transferring a 450 MB Cisco IOS XE system image across a high-latency WAN connection to a branch router. Initial transfer attempts using TFTP fail due to frequent timeouts and poor throughput over the lossy link. The engineer switches the process to use FTP, and the image file transfers completely without error. Which operational characteristic of FTP explains why it succeeds over high-latency, lossy connections where TFTP fails?
- FTP operates over TCP, leveraging sliding windows and sliding sequence acknowledgments for reliable flow control and packet loss recovery.Cevap
- BTFTP uses UDP port 69 with built-in TCP-style sliding window flow control that drops sessions when round-trip delay exceeds 100 milliseconds.
- CFTP uses UDP for high-speed bulk data transport across WAN links, avoiding the overhead of connection establishment handshakes.
- DTFTP establishes dual TCP control and data channels that require persistent low-latency synchronization between endpoints.
Cevap
FTP operates over TCP, leveraging sliding windows and sliding sequence acknowledgments for reliable flow control and packet loss recovery.
The option identifying FTP's use of TCP sliding windows and acknowledgments is correct. FTP uses TCP as its transport protocol, which provides full reliability mechanisms including sequence numbering, windowing, and selective/cumulative retransmissions. This allows FTP to efficiently handle packet drops and latency over WAN links without timing out the overall session.
Adım Adım Çözüm
Anahtar Kavram
Operational characteristics and transport mechanics of TFTP vs FTP file transfers