Common File Transfer Protocols
24 Questions
0 Views

Common File Transfer Protocols

Created by
@FoolproofTopaz

Questions and Answers

What is the primary benefit of using TFTP in a lab environment?

It has low overhead and doesn't require three-way handshakes and acknowledgments

Why is TFTP generally not recommended for use on a public network?

It sends data in plain text and lacks authentication

What is the well-known port used by TFTP?

UDP port 69

What is the primary difference between FTP and TFTP?

<p>FTP uses TCP, while TFTP uses UDP</p> Signup and view all the answers

What is the control channel port used by FTP?

<p>TCP port 21</p> Signup and view all the answers

Why is FTP not recommended for use on a public network?

<p>It sends data in plain text and lacks encryption</p> Signup and view all the answers

What is the data channel port used by FTP?

<p>The data channel is dynamically negotiated</p> Signup and view all the answers

What is a common use case for TFTP in a lab environment?

<p>Updating firmware on networking devices</p> Signup and view all the answers

What is the primary concern with using TFTP or FTP for general networking usage?

<p>They are not secure protocols.</p> Signup and view all the answers

What is the purpose of filtering UDP port 69 and TCP ports 20 and 21?

<p>To prevent the use of unsecured protocols like TFTP and FTP.</p> Signup and view all the answers

What is the well-known port number used by the FTP server?

<p>TCP port 21</p> Signup and view all the answers

What technology does Secure FTP leverage?

<p>SSH</p> Signup and view all the answers

What is the TCP port number used by Secure FTP?

<p>TCP port 22</p> Signup and view all the answers

What is the purpose of looking at the logs of networking devices?

<p>To verify the use of secure protocols.</p> Signup and view all the answers

What is the protocol used by Windows Active Directory and Microsoft Networking?

<p>SMB</p> Signup and view all the answers

What is the port number used by the Server Message Block protocol?

<p>TCP port 445</p> Signup and view all the answers

What is the primary benefit of reviewing packet captures in network logs?

<p>To verify the accuracy of network traffic and port usage</p> Signup and view all the answers

What is the purpose of using Applipedia or a next-generation firewall?

<p>To look up application layer protocols and their corresponding ports.</p> Signup and view all the answers

What is the well-known port number associated with SFTP?

<p>22</p> Signup and view all the answers

What is the primary concern with using TFTP or FTP in a network infrastructure?

<p>They are vulnerable to man-in-the-middle attacks.</p> Signup and view all the answers

Which of the following application layer protocols uses UDP as a transport protocol?

<p>TFTP</p> Signup and view all the answers

What is the primary purpose of memorizing well-known ports for file services?

<p>To troubleshoot issues with file transfer services</p> Signup and view all the answers

What is the protocol used in the log entry mentioned in the content?

<p>SMB</p> Signup and view all the answers

Which of the following infrastructure services is NOT mentioned in the content?

<p>SFTP</p> Signup and view all the answers

Study Notes

File Transfer Protocols

  • TFTP (Trivial File Transfer Protocol) uses UDP port 69 and is not secure, as it doesn't encrypt traffic and has no authentication.
  • Advantages of TFTP include low overhead, making it suitable for lab environments and firmware updates.
  • However, TFTP is not recommended for general use due to its lack of security.

FTP

  • FTP (File Transfer Protocol) uses TCP port 21 for the control channel and port 20 for the data channel (or dynamically negotiates it).
  • FTP is not secure, as it doesn't encrypt data and has limited authentication, making it vulnerable to eavesdropping and man-in-the-middle attacks.

Restricting Insecure Protocols

  • To prevent the use of insecure protocols like TFTP and FTP, filters can be applied to block UDP port 69 and TCP ports 21 and 20.
  • This can be done at the network layer to restrict users from using these protocols.

Secure FTP

  • SFTP (Secure File Transfer Protocol) uses TCP port 22 and leverages SSH technology to provide secure file transfers.
  • SFTP is a recommended alternative to insecure protocols like TFTP and FTP.

SMB

  • SMB (Server Message Block) is a file service used in Windows Active Directory and Microsoft Networking.

  • SMB uses TCP port 445, as well as TCP port 139 and UDP port 445.

    SMB (Server Message Block) protocol can use both TCP and UDP for different purposes. TCP port 445 is the standard port used for SMB over IP networks. TCP port 139 was the traditional port used for SMB before port 445 became the standard. Some systems may still use port 139 for compatibility reasons.

    UDP port 445 is used for SMB directly over NetBIOS, which is an older networking protocol. NetBIOS over TCP (NBT) uses UDP port 137 and 138 for name resolution and datagram services. In some cases, UDP is used for better performance in certain SMB operations like browsing and name resolution, as it is connectionless and can be faster for certain types of data transmissions.

    In summary, SMB utilizes TCP port 445 as the primary port for file and print sharing over IP networks. TCP port 139 may still be used for compatibility reasons. UDP port 445 is used for SMB over NetBIOS, with ports 137 and 138 handling specific services related to NetBIOS communication.Analyzing log files and packet captures can help confirm the ports used by SMB and other protocols.

Memorization of Ports

  • It's recommended to memorize the well-known ports for TFTP (UDP 69), FTP (TCP 21), SFTP (TCP 22), and SMB (TCP 445 and 139, UDP 445).
  • This knowledge can be useful when working with logs or troubleshooting issues with these protocols.

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Description

Learn about different file transfer protocols used to move files between devices over a network, including TFTP and other common methods.

More Quizzes Like This

prof messer 2.1
40 questions

prof messer 2.1

FoolproofTopaz avatar
FoolproofTopaz
Network Protocols Quiz
12 questions
Use Quizgecko on...
Browser
Browser