Sarah is developing a financial application where data integrity and order of data packets are crucial. She needs to ensure that every piece of data sent from the client reaches the server accurately and in order. Which protocol would best serve Sarah's requirements?

  • FTP
  • HTTP
  • TCP
  • UDP
TCP (Transmission Control Protocol) is the most suitable choice for Sarah's financial application. TCP is a reliable, connection-oriented protocol that ensures data integrity and the order of data packets. In financial applications, it's essential to have precise and ordered data transfer to maintain accuracy and consistency.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *