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
What port number is HTTP?
80
What port number is POP3?
110
What port number is IMAP?
143
What does DHCP stand for (protocols)?
Dynamic Host Configuration Protocol
What is the purpose of DHCP?
To automate the configuration of hosts connecting to a network.
Why is DHCP used?
Reduces need for expert knowledge of configuring hosts.
Reduces human error (e.g duplicating IP addresses, incorrect subnet mask).
Describe how DHCP works?
Host sends a request for configuration.
DHCP server offers configuration.
Host accepts offer of configuration from DHCP server.
DHCP server confirms allocation of configuration to host.