Network Protocols and Data Packets Flashcards
What are the 6 main network protocols?
Ethernet Wi-Fi TCP/IP HTTP HTTPS FTP
What is FTP?
File Transfer Protocol controls how files are edited, accessed and moved between devices on a network.
What is Ethernet?
Responsible for transmission of data between nodes on one network and organises data for transmission between networks.
What is Wi-Fi?
A security protocol that allows for data to be transferred by electromagnetic waves safely.
What is TCP?
Transmission Control Protocol allows for communication between devices by ensuring packets are assembled properly and no error has occurred.
What is HTTP?
Hypertext Transfer Protocol governs the communication between a web server and a client.
What is HTTPS?
Hypertext Transfer Protocol Secure is an encrypted version of HTTP.
What are the 3 Email protocols?
IMAP (Internet Message Access Protocol)
SMTP (Simple Mail Transfer Protocol)
POP3 (Post Office Protocol 3)
What is IMAP?
Internet Message Protocol allows for mail to be received and where it is held in the server before the user deletes it.
What is SMTP?
Simple Mail Transfer Protocol allows for mail to be sent to a mail server but not received.
What is POP3?
Post Office Protocol 3 is a protocol for receiving mail from a server. Once the user downloads the mail, it is deleted on the server side.
What are the 5 parts of a data packet?
Data Source Address Destination Address Sequence Number Checksum (error check)
What is the checksum?
Once a data packet arrives, a calculation is carried out by the packet. If the answer to this calculation is incorrect, an error has occurred and the packet is send back to the source address for resending. An error message will appear on the user’s computer.
What is the role of the DNS?
The Domain Name System matches the URL (Domain name) that a user types in to a usable IP address that allows for communication between the user and the webserver.
Matches the IP address to domain names
How does the DNS work? (4 steps)
1) The bowser send the URL to your ISP (Internet Service Provider) where it searches it’s cache for the corresponding IP address.
2) If it wasn’t found, the search query is send to one of 13 higher root servers in the hierarchy (corresponding to each domain name e.g .com .org .net ).
3) Once the corresponding IP is found, it is sent back to the lower ISP’s server where it is cached (for future use) and returned to the browser.
4) Communication directly between the user and the website is now possible.