Internet Protocols Flashcards
Yes
What is a network protocol?
An agreed way to communicate over a network.
What does “UDP” stand for?
User Datagram Protocol.
Where does the “UDP” reside?
It resides in the Transport layer.
What does connectionless mean?
It doesn’t ‘handshake’ with the recipient device, and just assumes that it will be error free.
What is “UDP” typically used for?
Often used for video conferences and real time video games
What does “HTTP” stand for?
Hyper Text Transfer Protocol.
Where does “HTTP” reside?
In the application layer.
How does “HTTP” form a web page?
The protocol allows the browser to request files from a web server and renders them into a web page.
What is “HTTPS”?
Variation of HTTP called “http secure”.
How does “HTTPS” work?
Works like HTTP, but it encrypts web page data before it is sent out of the browser.
What does “FTP” stand for?
File Transfer Protocol
What does “FTP” do?
Used to transfer (Upload and Download) files between a client and server on a network.
Where does the “FTP” reside.
It resides in the application layer.
What does “POP” stand for?
Post Office Protocol
What does “POP” do?
It allows emails to be downloaded and deleted and viewed offline by an email client.