Protocols And Layers Flashcards
What is a layer?
Part of a network protocol that performs a specific task.
1)each layer can be tested
2)each layer can be changed to improve itself
3)each layer can work independently on its own task
Explain how data is sent across a network(4)
1) select a protocol
2) split the data into packets
3)add packet numbers too each one
4)add the IP address
5)add MAC address
6)the packets are redirected by routers to prevent interception.
7)the packets may split up to reach the destination.
8)when the packets have arrived the data is reassembled
Explain how data packets are reassembled?
1)the mac is removed
2)the IP is removed
3)the packets get put back in order
4)they are decoded using a protocol if encryption is used
What is a IP address
Internet Protocol - responsible for directing packets to their destination. It uses a unique address for devices.
What is TCP?
Transmission Control Protocol - sets the rules for how devices connect on a network
What are the 6 protocol(6)
HTTP(1) HTTPS(1) SMTP(1) FTP(1J POP3(1) IMAP(1)
What does each protocol do?
HTTP - delivers websites
HTTPs - delivers encrypted websites
FTP - transfers, edits and accesses files
POP3 - retrieves emails that are held until downloaded and eventually deleted
IMAP - reads and downloads emails until deleted
SMTP - transfers emails between servers
What is a protocol
A set of rules of for how devices communicate
What is a standard
Rules that allow hardware and software to interact. E.g Ethernet
What is TCP/IP used for?
IP finds the address of the device and TCP transfers data.
What are the email protocols?(3)
IMAP(1) POP3 (1) SMTP(1)
What are the internet protocols?(3)
HTTP (1) HTTPS (1) FTP(1)
Which address is used to route data over the internet?
IP address
Which address is used to router data within a LAN
MAC address
Give three features if IPV4(3)
4 bytes long(1) normally written in denary(1) and are configured in software(1) written in decimal format(1) commonly used(1)