Best video that explain TFTP Protocol. Thanks for sharing
@RohitSharma-fn5kl6 жыл бұрын
Best video to understand TFTP Protocol....thanks
@baref0ot4555 жыл бұрын
You say in the beginning of your video that "TFTP (Trivial File Transfer Protocol) is UDP (User Datagram Protocol) based". The UDP protocol is connection independent, therefor doesn't preform 3 way hand-shaking authentication. So how can TFTP be UDP based if you're giving TFTP the behaviors the TCP protocol? Am I missing something?
@adhak20115 жыл бұрын
TFTP is a connectionless acknowledged service. The reliability process is left to the application layer. The server will not send the next UDP datagram containing data until it receive an Acknowledgement from the client. It follows the STOP and Wait protocol pattern that is the reason TFTP is very slow compared to FTP and HTTP in the download process.
@rumildaolik49054 жыл бұрын
this is very good. Thanks
@snehasathish15582 жыл бұрын
Hello, Can you please tell me the function datatypes and function parameters for data, error and ack frame in c programming for tftp