network protocols Flashcards
what is a protocol
a set of rules to allow for communication
what is a standard
a set of agreed requirements for hardware and software
what are the 2 versions of IP
IPv4
IPv6
what does TCP stand for
transmission control protocol
what is the purpose of TCP
sets the rules of how devices connect to a network and controls how data is split into packets and checking that all packets have been received
give 5 protocols
HTTP(S)
FTP
IP
POP
IMAP
SMTP
what HTTP(S)
Hypertext transfer protocol (secure) - used to access websites securely
what is FTP
file transfer protocol - used to access, edit and move files between devices on a network
what is POP
post office protocol - used to retrieve emails from the server, by downloading them and deleting them from the server
what is IMAP
internet message access protocol - used to retrieve emails from a server, the server will keep it on it so you can access it from any device
what is SMTP
simple mail transfer protocol - used to send emails
what is a layer
a group of protocols which have similar function
give the names and purposes of each layer
application layer - turns data into websites and other application
transport - splitting data into packets and sending it correctly
network layer - making connections between networks and directing it
link - passed data over a physical network
what are the protocols in each layer
application - HTTP(S), FTP, SMTP
transport - TCP
Network - IP
Link - ethernet
what are 3 advantages of layers
- breaks network communication into manageable pieces
- self-contained so a layer can be changed without affecting others
- have standards for each layer so it forces companies to make compatible hardware and software