Protocols Flashcards
1
Q
FILE TRANSFER PROTOCOL
(FTP)
A
- file transfer from a server to a client using the client / server model
- passwords passed in the clear
- Port 20 (FTP Data)
- Port 21 (FTP Control)
2
Q
SECURE SHELL
(SSH)
A
- secure alternative to Telnet
- command execution protocol
- Public Key Infrastructure (PKI)
- Port 22
3
Q
DOMAIN NAME SYSTEM
(DNS)
A
- translates IP addresses into domain names
- Port 53
4
Q
SIMPLE MAIL TRANSFER PROTOCOL
(SMTP)
A
- send internet email
- Port 25
5
Q
TELNET
A
- remotely administers network devices
- remotely connect to a system such as a server or router
- Port 23
6
Q
HYPER TEXT TRANSFER PROTOCOL
(HTTP)
A
- transmits web page data
- main protocol that is used by web browsers
- delivers web pages to the browser
- Port 80
- TCP
7
Q
HYPER TEXT TRANSFER PROTOCOL SECURE
(HTTPS)
A
- HTTP with Secure Sockets Layer (SSL)
- port used for secure web traffic
- Port 443
8
Q
POST OFFICE PROTOCOL: VERSION 3
(POP3)
A
- used to retrieve mail from a server
- stores email on server until user connects, then pushes all data to local device
- Port 110
9
Q
INTERNET MESSAGE ACCESS PROTOCOL
(IMAP)
A
- Retrieves email from an email server
- email is stored on server
- Port 143
10
Q
TRANSMISSION CONTROL PROTOCOL (TCP)
A
- connection oriented protocol
- connection formed between devices, direct port to port
- all packets sent and received in order
- highly reliable
- used by HTTP, HTTPS, FTP, SMTP, Telnet
11
Q
USER DATAGRAM PROTOCOL (UDP)
A
- connectionless
- for applications that need fast, efficient transmission, such as games
- error recovery is not attempted
- no guarentee that the messages or packets sent would reach at all
- used for voice, video
12
Q
OPEN SHORTEST PATH FIRST (OSPF)
A
- router protocol which uses cost to determine route
- ADNS uses OSPF