A network technician is setting up an automated boot-server infrastructure to distribute basic initialization configuration files to newly unboxed network switches across different subnets. The process relies on Trivial File Transfer Protocol (TFTP) for lightweight, connectionless file transfer. Which transport layer protocol and destination port number must be allowed through the intermediate firewalls to permit this traffic?
- UDP port 69Answer
- BTCP port 69
- CTCP port 21
- DUDP port 67
Answer
UDP port 69 is required for Trivial File Transfer Protocol (TFTP) communication.
The correct answer specifies UDP port 69. Trivial File Transfer Protocol (TFTP) is a simplified file transfer protocol that operates over UDP on standard destination port 69, making it ideal for low-overhead bootstrap file distribution to network devices.
Step-by-Step Solution
Key Concept
Trivial File Transfer Protocol (TFTP) Port and Transport Protocol