Network Protocols Flashcards
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