There are two types of Internet Protocol (IP) traffic. They are
TCP or Transmission Control Protocol and
UDP or User Datagram Protocol.
TCP is connection oriented -C once a connection is established, data can be sent bidirectional.
UDP is a simpler, connectionless Internet protocol.
read more >>