Summary

Transport Services

When building an app, you need to choose a transport service based on these criteria:

  • Data Integrity: Does the app require 100% reliable data transfer (like file transfer, web transactions)? Or can it tolerate some loss (like real-time audio/video)?

  • Timing: Does the app require low delay to be effective (like Internet telephony, interactive games)?

  • Throughput: Does the app require a minimum amount of bandwidth to be effective (like multimedia)?

  • Security: Encryption, data integrity.

Internet Transport Protocols Services