3.4 Network hardware Flashcards

(24 cards)

1
Q

Which device would assign the IPv4 address to the computer?

A

Router

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

What is a Network Interface Card (NIC)?

A

NIC is a hardware component that allows a computer to access and connect to a network

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

What is the purpose of a NIC?

A

The NIC provides a physical interface between the computer and the network, allowing communication with other devices.

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

How does a NIC identify a device on the network?

A

A NIC provides a MAC address, which uniquely identifies the device on the network.

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

What is a Wireless Network Interface Card (WNIC)?

A

A WNIC is a hardware component that allows a device to connect to a wireless network.

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

How does a WNIC identify a device on a wireless network?

A

The WNIC provides a MAC address to uniquely identify the device on the wireless network.

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

How does a WNIC provide an interface to a wireless network?

A

The WNIC acts as an antenna, providing the physical interface to the wireless network

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

How does a WNIC convert signals for the computer?

A

receives analogue radio waves from the network and converts them into binary data.

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

How does a WNIC handle security and data transmission?

A

A WNIC encrypts/encodes data before sending it and decrypts/decodes data when receiving it.

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

What is a MAC address?

A
  • It is media access control (address).
  • A network interface card (NIC) is given a MAC address at the point of manufacture.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the structure of the MAC address?

A
  • uses hexadecimal values.
  • It is normally 48 bits in length.
  • The first part of the address is the manufacturer ID.
  • The second part is the serial number.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Why/purpose of MAC addresses?

A

It allows all devices to be uniquely identified.

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

Define Internet protocol address/(IP) address

A
  • It is a unique address allocated to each device on the internet by the network
  • It is used to identify the location of a device on the Internet
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the purpose of an IP address?

A
  • It is an address given to each device that is unique within the network.
  • It is used to locate a device on a network.
  • It allows a device to send data to the correct destination, i.e.,a specific device
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are some characteristics of IP addresses?

A
  • The values are separated by full stops/colons.
  • It is a unique address.
  • It can be static or dynamic.
  • It can be public or private.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a private & Public IP address?

A

Public:

  • It can be reached over the Internet.
  • It is less secure than a private address.

PRIVATE:

  • It can ONLY be reached through the LAN.
  • It is more secure than a public address.
17
Q

What is a static IP address?

A
  • In this type of address, when a device disconnects and rejoins a network, the address does not change.
  • This address is permanently assigned to a device by the internet service provider (ISP).
  • usually assigned to: remote servers that are hosting a website OR an online database
18
Q

What is DYNAMIC IP address?

A
  • In this type of address, each time the device rejoins a network, the address changes.
  • This address is temporarily assigned by the network OS.
19
Q

What are the features of an IPv4 address?

A
  • It has 4 groups of numbers separated by full stops (.)
  • Each group has values between 0–255
  • It is 32 bits long (4 bytes).
  • It is represented in denary.
20
Q

What are the features of an IPv6 address?

A
  • It has 8 groups of numbers separated by colons (:)
  • Each group has values between 0–FFFF.
  • It is 128 bits long (16 bytes).
  • It is represented in hexadecimal.
21
Q

Why is there a need for IPv6 addressing?

A

The number of IP addresses needed will exceed the number available using IPv4.

22
Q

Advantages of IPv6 compared to IPv4:

A
  • It removes the risk of IP address collisions.
  • It has built-in authentication checks.
  • It allows for more efficient packet routes.
23
Q

What are the main differences between the formats of IPv4 addresses & IPv6 addresses?

A
  • IPv4 is 32-bit (4 bytes), whereas IPv6 is 128-bit (16 bytes).
  • IPv4 has 4 groups of digits, whereas IPv6 has 8 groups of digits.
24
Q

Describe the role of a router in a network.

A
  • A router sends data to a specific destination on a network
  • A router can assign IP addresses
  • A router can connect a local network to the internet