5-tuple

A 5-tuple is a data structure containing the five values that identify a TCP/IP connection:

  • Source IP address
  • Source port
  • Destination IP address
  • Destination port
  • Protocol

Backlinks