Application Port Numbers Flashcards
What do TCP use source and destination ports for?
To keep track of application conversations.
They are used to identify the applications which should handle the data.
What are source and destination ports?
The source port number is associatd with the originating application on the local device.
The destination port is associated with the destination application on the remote deivce.
These are not physical ports.
What does each port have?
A port number.
At least one relevant transport protocol of TCP or UDP.
An associated application protocol suhc as HTTP.
How is the source port number generated?
Dynamically, so that the source port cn handle multiple conversations at a time.
An example of this in action would be the opening of multiple tabs at a time.
What are the port numbers 80 and 443 used for?
Web traffic and secure web traffic.
HTTP and HTTPS.
What transport protocols do ports 53 use? 80? 443?
TCP/UDP.
TCP.
TCP/UDP.
What transport protocols do ports 25 use? 110? 143? 389?
TCP.
TCP.
TCP.
TCP/UDP.
What transport protocols do ports 20 use? 21? 69? 445? 548?
TCP. TCP. UDP. TCP. TCP/UDP.
What transport protocols do ports 22 use? 23? 3389?
TCP.
TCP.
TCP/UDP.