Networking: Chapter 1 (Common Network Protocols) Flashcards
1
Q
What is File Transfer Protocol (FTP)?
A
- FTP is used to send files between computers on a TCP/IP network, such as the Internet.
- FTP operates at the Application layer.
2
Q
What is HyperText Transfer Protocol (HTTP)?
A
- HTTP defines the syntax for communication between web browsers and web servers.
- HTTP operates at the Application layer.
3
Q
What is Simple Mail Transfer Protocol (SMTP)?
A
- SMTP is used to transfer electronic mail messages between one SMTP host and another.
- SMTP operates at the Application layer.
4
Q
What is Telnet?
A
- Telnet is part of the TCP/IP suite of protocols, and allows a user to log into a remote machine.
- Telnet operates at the Application layer.
5
Q
What is a network protocol?
A
• A network protocol is an agreed set of rules that two parties agree on in order to communicate successfully.
6
Q
How do FTP, SMTP and HTTP encode data?
A
Using plain ASCII text