Chapter 7: Introduction to TCP/IP Flashcards
What is TCP/IP
Transmission Control Protocol / Internet Protocol. Most popular network protocol in use today, thanks largely to the rise of the internet.
What is FTP?
File Transfer Protocol. Used for moving files. Unsecure. TCP
What port is FTP on?
Ports 20 (data) and 21 (connection)
What is SSH?
Secure shell. Replacement for Telnet. Secure (encryption). TCP. Used to make secure remote logins and file transfers.
What port is SSH on?
Port 22
What is Telnet?
Unsecure. Plain text data. Can be used to log in to other computers remotely. TCP.
What port is Telnet on?
Port 23
What is SMTP
Simple Mail Transfer Protocol. Used to send mail from server to server and from server to client.
What port is SMTP on?
Port 25
What is DNS?
Domain Name Server. Resolves hostnames to IP adresses. TCP and UDP.
What port is DNS on?
Port 53
What is HTTP?
Hyper Text Transfer Protocol. Used to surf the web. TCP.
What port is HTTP on?
Port 80
What is POP3
Post Office Protocol v3. Used for downoading emails from a server, though replaced by IMAP4.
What port is POP3 on?
Port 110
What is IMAP?
Internet Message Access Protocol. used to download emails from servers. TCP.
What port is IMAP on?
Port 143
What is HTTPS?
Hypertext Transfer Protocol Secure. Used to encrypt data between webserver and client for more secure web surfing.
What does HTTPS use to secure data?
SSL (secure socket layer) and TLS (transport socket layer). You will know it’s secure as you may see a lock in the URL bar.
What is RDP
Remote Desktop Protocol. Allows users to connect to remote computers and run programmes. TCP.
What port is RDP on?
3389
What port is HTTPS on?
Port 443
What is NetBIOS / NetBT?
Network Basic Output Input System. Used to file and printer sharing on windows. Also session management services. TCP and UDP.