4.9.4 TCP/IP Flashcards
When are socket addresses formed?
When an IP address is combined with a port number, a socket address is formed.
What are socket addresses formed from?
Formed from an IP address, followed by a colon, followed by the port number in use.
What is the purpose of the socket address?
Identifies which of the applications on the recipient device a packet should be sent to.
What port is the FTP protocol?
20 & 21
What is the purpose of FTP?
• Used for sending files between devices.
FTP client software can run on devices allowing them to connect to FTP servers which send files requested by the client.
How does FTP work?
FTP client software can run on devices allowing them to connect to FTP servers which send files requested by the client.
What are the two methods of accessing FTP?
Accessing servers anonymously or non-anonymously by logging in with a username and password.
What is the SSH port?
22
What is the purpose of SSH?
Used for remote management of computers, allowing computers to be accessed and controlled remotely.
What does SSH require?
SSH requires a username/password combination and encrypts information during transmission.
What are SSH clients?
- SSH clients are pieces of software which can be used to make a TCP connection to a remote port.
- Once a connection is established, commands for application level protocols can be sent to the remote computer.
How does SSH work?
SSH clients make a TCP connection on a remote port, once a connection is established commands for application level protocols can be sent to the remote computer.
What port is HTTP?
80
What is the purpose of HTTP?
Web servers hold web pages in text form,
which they can deliver to clients using HTTP.
Application software on the client receives
these text files and renders them as web
pages.
What is the port for HTTPS?
443