Module 16 - Application layer services Flashcards
(40 cards)
Which type of software runs on a host to provide services like web, email, or file sharing to clients on a network?
Server software
Which application would you use as a client to access a web page from a server?
A web browser
Which server type stores corporate or user files for client access using tools like Windows File Explorer?
A file server
Which process must occur before a client can communicate using a domain name like www.learnip.com?
A DNS lookup
Which two protocols operate at the Transport Layer to manage port-based communication?
TCP and UDP
Which term refers to the full set of IP and port info used to identify a single communication between two devices?
A socket
Which port does a web server listen on for HTTP requests according to the lesson?
TCP port 80
Which combination of values defines a socket for a TCP connection?
Source IP and port number, destination IP and port number
Which transport layer protocol would be used for real-time or streaming communications due to its low overhead?
UDP
Which type of identifier refers broadly to any resource on a network using a string format?
A URI (Uniform Resource Identifier)
Which URI specialization defines only the namespace of a resource without specifying protocol?
URN (Uniform resource name)
Which URI specialization defines the location of a resource and includes the protocol?
URL (Uniform Resource Locator)
Which part of a URI includes items like /author/book.html?
Path and file name
Which part of a URI might include items like #page155?
The fragment
Which protocol is used to resolve internet names to IP addresses?
DNS
Which protocol allows email clients to retrieve and manage emails directly on the remote server without deleting them?
IMAP
Which protocol provides remote access to servers and network devices using encrypted communication?
SSH
Which protocol allows email clients to retrieve email and attachments by downloading them from a remote server, typically deleting them from the server after retrieval?
POP
Which protocol is responsible for sending email messages and attachments from clients to servers or between servers?
SMTP
Which protocol enables the transfer of files interactively between systems over a network?
FTP
Which protocol is used to automatically assign IP addresses and configuration information to devices on a network?
DHCP
Which protocol do web browsers use to request web pages from web servers?
HTTP
Which process occurs when a client sends a request to resolve a domain name to an IP address?
DNS lookup
Which language tells a browser how to display and format a web page?
HTML (Hypertext markup language)