Application Layer Flashcards
SMTP
Mail sending protocol which transfers a message from a senders mail servers to a recipients mail servers
Is SMTP a push or pull protocol?
Push protocol
What restriction does SMTP have and why?
It restricts the body of a message to 7 bit ascii because it is a legacy technology, and the hardware available when it was made could only support this format
HTTP
Hypertext Transfer protocol which is the webs application layer protocol
What network protocol does HTTP use
TCP
What does URL stand for?
Uniform Resource Locator
What is a DNS record?
RR record which has a format type of (name,value,type,ttl)
What are the types of a RR (resource record)?
A
- name is the host name
- value is the IP address
CNAME
- name is an alias for some canonical name
- value is the canonical name
NS
- name is the domain
- value is the host name of the authoritative name server
MX
- value is the name of the mail server associated with name