I want to know how the ports work on computers.
Announcement
Collapse
No announcement yet.
How is the working procedure of the computer port?
Collapse
X
-
Originally posted by Ivy Afton View PostThere are 65,535 ports available. They are designated by numbers.Last edited by DavidArmstrong; 11-05-22, 06:11 AM.
Comment
-
TCP means Transmission control protocol and UDP means User datagram protocol.
1) TCP (Transmission control protocol) allows the user to select how a specific Computer should connect to the internet and how data should be sent between them.
2) Multicast and broadcast network transmissions are carried by using UDP (User datagram protocol). The User datagram protocol functions similarly to the Transmission control protocol, but it eliminates all of the back-and-forth deliverability and communication, as well as all error-checking.
Comment
Comment