Chapter 3 Hardware: Unit 3.4: Network Hardware Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Define NIC

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define MAC address

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the 2 types of MAC addresses?

A

Universally Administered MAC address (UAA)
Locally Administered MAC address (LAA)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Define UAA

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What would need to happen if a user or organisation wants to change their UAA?

A

The address would have to be unique, otherwise it would cause major problems in the network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Why must MAC addresses be changed using LAA?

A
  1. 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
  2. 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
  3. 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Define private IP address

A

Private Internet Protocol Address - Address given to a device that is unique to the network it connects to.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Define public IP address

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Define protocol

A

The rules that must be agreed by senders and receivers of data communicating through the internet.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the 2 versions of IP?

A

IPv4 and IPv6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Define IPv4

A

Based on 32 bits and the address is written as four groups of eight bits (shown in denary format)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Define IPv6

A

Uses 128-bit addresses that are in the form of eight groups of hex digits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the advantages of IPv6 over IPv4?

A

Removes the risk of IP address collisions
Has built-in authentication checks
Allows for more efficient packet routes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the features of MAC addresses?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are the features of IP addresses?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Define static IP address

A

Permanently assigned to the device by the ISP; they don’t change each time a device logs onto the internet

Usually assigned to:

Remote servers which are hosting a website
An online database
A File Transfer Protocol (FTP) server. FTP servers are used when files need to be transferred to various computers throughout the network.

17
Q

Define dynamic IP address

A

Are assigned by the ISP each time a device logs onto the internet. This is done using Dynamic Host Configuration Protocol (DHCP). A computer on the internet, configured as a DHCP server, is used by the ISP to automatically assign an IP address to a device. IP address can be different every time a device connects to the internet.

18
Q

How does a router work?

A

Enable data packets to be routed between networks. The router takes data transmitted in one format from a network and converts the data to a protocol and format understood by another network, thereby allowing them to communicate.