2.7 Protocols Flashcards
What is TCP
TCP (Transfer control protocol) allows packets to be sent and received between computer systems.
- It breaks data packets and reassembles them when reaching the destination.
- checks for errors which makes it slow
What is IP
IP (internet protocol) is in charge of routing and addressing data packets.
- Each device is given an IP so that data can be directed to the correct destination.
- when it receives data it removes the IP address
- when it sends data it adds an IP address
What is UDP?
UDP (user data protocol) is an alternative fast way to TCP. UDP does not automatically check for errors in packets so data can be lost more easily making it unreliable.
What is HTTP
HTTP is a protocol that can be used to transfer web pages over the internet
What is HTTPS
HTTPS is a more secure version of HTTP that works with another protocol called SSL (Secure Sockets Layer) to transfer encrypted data.
what is FTP
FTP ( File transfer protocol) that can be used to transfer files across a network
What is ICMP and SNMP?
ICMP (Internet Control Message protocols) troubleshoots issues on the network. It also sends messages when there are issues with the IP.
SNMP (Simple Network Management Protocol) collects informations from devices connected to the network.
What is SMTP?
SMTP (Simple mail transfer protocol) used to send emails to a mail server and between mail servers.
What is POP
POP (Post office protocol) is for downloading and storing emails from a mail server.
What is a protocol ?
A protocol is a set of rules that allow devices on a network to communicate with each other which are developed in layers and each layer has a particular function.