TCP and UDP Ports

What are TCP and UDP network ports?

You can imagine Ports as doors in a house and those doors act as a gateway for specific data to enter and leave. Now each Program has its each "door" which is the unique port of that program, which allows to be able to comunicate properly accross the network. Keeping with the door analogy, what TCP does is that it assures the data to make sure it reaches the correct door (port). UDP is connectionless and focuses on speed rather than reliability. Combined These ports allow multiple services to share a single network connection efficiently

Protocols and their ports

ProtocolPuerto(s)Transport
HTTP80TCP
HTTPS443TCP
SMTP25TCP
POP3110/995TCP
IMAP143/993TCP
MIME??
FTPS989/990TCP
SFTP22TCP
BitTorrent6881-6889TCP/UDP
FastTrack?TCP/UDP
IRC6665-6669TCP
XMPP5222/5269TCP
MTProto80/443/5222TCP

Volver al Dashboard