Thông tin

Tác giả Olivier Bonaventure
Hạn chót Không có hạn chót
Giới hạn nộp bài Không có giới hạn
Các tag chuyên mục transport

Tags

Đăng nhập

The TFTP protocol

The Trivial File Transfer Protocol (TFTP), defined in RFC1350 is a simple file transfer protocol that runs on top of UDP. Network engineers sometimes need to look at protocol specification to debug strange problems. This is a skill that students also need to learn. Read the TFTP specification to answer the following questions :


Câu hỏi 1: The different packet types

The TFTP specification defines five types of packets. Which of these packets can be sent by a client to start a TFTP connection with a server ?

Câu hỏi 2: The header of the DATA packets

What is the length in bytes of the header in DATA packets ?

Câu hỏi 3: Length of the DATA packets

What is the maximum length in bytes of the DATA packets exchanged by this protocol (including the header) ?

Câu hỏi 4: Sequence numbers

What is the first sequence number for DATA segments ?

Câu hỏi 5: Number of packets
Assuming that there are no losses, how many DATA packets will a client receive from a server when it downloads a bytes file ?