Use NC To Create TCP/UDP Connection On Shell
We often use TCP and UDP connections in Internet communication. TCP (Transmission Control Protocol) is connection-oriented, it tracks all data sent. By contrast, UDP (User Datagram Protocol) doesn’t care about datagrams it sent, all information is no sequencing. In other Read more…