Chapter 3 Hardware: Unit 3.4: Network Hardware Flashcards
Define NIC
Network Interface Card - Needed to allow a device to connect to a network. Usually part of the device hardware and contains the MAC address generated at the manufacturing stage.
Define MAC address
Media Access Control address - made up of 48 bits which are shown as six groups of hexadecimal digits with the general format:
NN-NN-NN-DD-DD-DD
What are the 2 types of MAC addresses?
Universally Administered MAC address (UAA)
Locally Administered MAC address (LAA)
Define UAA
Universally Administered MAC address - most common type of MAC address; the one set by the manufacturer at the factory. Rare for the user to want to change this address.
What would need to happen if a user or organisation wants to change their UAA?
The address would have to be unique, otherwise it would cause major problems in the network.
Why must MAC addresses be changed using LAA?
- Certain software used on mainframe systems need all the MAC addresses of devices to fall into a strict format; because of this, it may be necessary to change the MAC address of some devices to ensure they follow the correct format
- It may be necessary to bypass a MAC address filter on a router or a firewall; only MAC addresses with a certain format are allowed through, otherwise the devices will be blocked if their MAC address doesn’t adhere to the correct format
- To get past certain types of network restrictions it may be necessary to emulate unrestricted MAC addresses; hence it may require the MAC address to be changed on certain devices connected to the network.
Define private IP address
Private Internet Protocol Address - Address given to a device that is unique to the network it connects to.
Define public IP address
Public Internet Protocol Address - when a router connects to the network, it it given a public IP address. Usually given by the ISP - internet service provider. No other device on the network can have the same public IP address.
Define protocol
The rules that must be agreed by senders and receivers of data communicating through the internet.
What are the 2 versions of IP?
IPv4 and IPv6
Define IPv4
Based on 32 bits and the address is written as four groups of eight bits (shown in denary format)
Define IPv6
Uses 128-bit addresses that are in the form of eight groups of hex digits
What are the advantages of IPv6 over IPv4?
Removes the risk of IP address collisions
Has built-in authentication checks
Allows for more efficient packet routes
What are the features of MAC addresses?
Identifies the physical address of a device on the network
Unique for device on the network
Assigned by the manufacturer of the device and is part of the NIC
They can be universal or local
When a packet of data is sent and received, the MAC address is used to identify the sender’s and recipient’s devices
Use 48 bits
Can be UAA or LAA
What are the features of IP addresses?
Identifies the global address on the internet
May not necessarily be unique
Dynamic IP addresses are assigned by the ISP using DHCP each time the device connects to the internet
Using in routing operations as they specifically identify where the device is connected to the internet
Use either 32 bits (IPv4) or 128 bits (IPv6)
Can be static or dynamic