Networks Flashcards
What is a network protocol?
A set of rules that governs the transmission of data.
HTTP
Hyper Text Transfer Protocol - The fetching of web pages from the web server
What is HTTPS
Secure HTTP - encrypts the data so that it can not be intercepted
Which types of companies would be better suited to use HTTP?
Banks, schools, any website that collects personal information.
FTP
File Transfer Protocol - used for sending or receiving files.
SMTP
Simple Mail Transfer Protocol - when an email is sent , it goes to a mail server via the SMTP protocol, and is then forwarded to other servers
POP
Post Office Protocol - the message is downloaded to the recipient’s local device and is deleted from the server
IMAP
Internet Message Access Protocol - The message is left on the server, so that it can be accessed on multiple devices. It is only deleted from the server when the user manually deletes them.
TCP
Transmission Control Protocol - the message is broken up into packets, and each packet is sent by the fastest route to the recipient, where it is reassembled and any errors are checked.
IP
Internet Protocol - The geographical location of a device, and which routes the individual packets
UDP
User Datagram Protocol - maintains an open data connection where packets are sent without checking for errors, and is used when it doesn’t make sense to wait
When can UDP be used
Video streaming, video games
TCP/IP Stack
Four layers of network functionality
What are the four layers of the TCP/IP Stack
Application
Transport
Internet
Link
What is a packet
A section of a broken up file which is being sent across the internet