Protocols Flashcards
What is a network protocol
It is an agreed way of how to communicate over a network
What is a protocol
it is an agreed set of rules of how to do something
What does TCP/IP stand for
Transmission Control Protocol / Internet Protocol
What is TCP/IP used for
This protocol prepares messages for transmission and reassembles any received messages
When sending data the TCP rules include…
- Dividing the message into packets
- Adding a sequence number to each packet so the message can be reassembled
- Adding extra error-correction information so errors can be spotted and fixed
When receiving data the TCP rules include
- Examining each packet for errors by using the extra information that was added to it
- Fixing any errors or requesting that the packet can be re-sent
- If all packets are present, using the sequence number of each packet to reassemble the message
When sending data the IP rules include…
- Add the destination address to each data packet
- Add it own address to indicate where it came from
When receiving data the IP rules include
- Accept data packets that its own address attached
- Ignore all data packets that do not contain its own address
What does HTTP and HTTPS stand for
HyperText Transfer Protocol and HyperText Transfer Protocol Secure
What is HTTP used for
This protocol allows a browser to request these individual files from a web server in a orderly way
What is HTTPS used for
This protocol works like HTTP but also encrypts web page data before it is sent out of the browser or server
What does FTP stand for
File Transfer Protocol
What is FTP used for
It is used to transfer files between a client and server on a computer network
What does POP stand for
Post Office Protocol
What is POP used for
Allows emails to be downloaded and/or deleted from a mail server and viewed offline by an email client