Network Protocols Flashcards
(32 cards)
What is a Network Standard?
A set of agreed requirements for hardware and software
Why are standards important?
They allow manufacturers to create products and programs compatible to other products and programs from other devices
What is a Network protocol?
A set of rules for how devices communicate and how data is transmitted across a network
What does a communication protocol specify?
How communication between two devices must start and end, how the data must be organised and what devices must do if data goes missing
Why does every device need an unique identifier?
So it can be found on a network.
What are MAC Addresses?
48 or 64 bit binary numbers assigned to all network-enabled devices by the manufacturer. They are unique to a device and cannot be changed.
How are MAC Addresses made easier?
They are converted into Hexadecimals.
Where are MAC Addresses mainly used?
By Ethernet protocol on LANS
How are MAC Addresses used?
LAN Switches read the MAC addresses and use them to direct data to the right devices
When are IP Addresses used?
When sending data between TCP/IP networks e.g over the Internet.
How are IP Addresses assigned?
Either Manually or Automatically before the device can access the network.
What are the two versions of IP Addresses?
IPv4 (32 bits)
IPv6 (128 bits)
Why was IPv6 created?
Due to increased number of devices that need unique IP addresses
IPv4 has 2³² (over a billion) whereas IPv6 has 2¹²⁸ addresses.
How are IP Addresses spit?
IPv6 addresses are split into 16 bit chunks and each one is given a hexadecimal number
IPv4 addresses are silt into 8-bit chunks and each one is given as a denary number
What does a TCP/IP protocol dictate?
How data is sent between networks e.g over the Internet
What are the two protocols that a TCP/IP protocol is made up of?
Transmission Control Protocol (TCP) Internet Protocol (IP)
What does the Transmission Control Protocol do?
It set rules for how devices connect to network/
Its in charge of splitting data into packets and reassembling packets back into original data once they reach receiving device
Also responsible for checking is data is correctly sent or delivered
What is the Internet Protocol responsible for?
DIRECTING PACKETS TO DESTINATION ACROSS THE NETWORK
What are the protocols built upon TCP/IP which do specific Internet tasks?
HTTP HTTPS FTP POP3 IMAP SMTP
What does HTTP stand for and what is it used for?
Hyper Text Transfer Protocol
It is used by web browsers to access websites and communicate with web servers
What does HTTPS stand for and what is it used for?
HTTP Secure
It is a more secure version of HTTP It encrypts all information sent and received
What does FTP stand for and what is it used for?
File Transfer Protocol
It is used to EDIT and move files between devices on network e.g access files on server from client computer
What does POP3 stand for and what is it used for?
Post Office protocol- version 3
It is used to retrieve emails from a server. The server holds email until you download it, at which point is deleted by server.
What does IMAP stand for and what is it used for?
Internet Message Access Protocol
It is used to retrieve emails from a server. The server holds email until you actually delete it- you only download a copy. Used by most web-based email clients.