Protocols Flashcards
What are some protocols?
TCP/IP (Transmission control protocol / internet protocol)
FTP (File transfer protocol)
HTTP (Hypertext transfer protocol)
What does TCP do?
The set of rules that govern the transmission of packets of data over the internet.
What does HTTP do?
The set of rules governing the way web content is transmitted and formatted.
What does FTP do?
The set of rules governing the transfer of files on the internet.
What does POP3 do?
Is a mail protocol used to retrieve emails.
What does IMAP do?
Protocol for accessing/retrieving emails.
What does SMTP do?
A protocol for the sending of emails over the internet.
What does SSH do?
Secure Shell is a protocol for communications and the sharing of data between computers.
What does DNS do?
A protocol for translating domain names into their corresponding IP addresses.
Describe the process by which DNS works.
A domain name is entered to web browser and sent to the DNS server.
The DNS matches the domain to its corresponding IP address.
It sends the IP address back to the web browser.
What port number is FTP?
21
What port number is SSH?
22
What port number is Telnet?
23
What port number is SMTP?
25
What port number is DNS?
53