Client Side Network Configuration Flashcards

1
Q

Which numbering system is most used in computers and electronic systems?

A

Binary is the number system that computers and most electronic systems use. Because these systems work on electricity, there are only two states, on and off. This is represented using the numbers 1 and 0.

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

Which values does the hexadecimal numbering system use?

A

A base-16 number system that consists of the decimal numbers 0-9 and also uses letters A-F to represent values 10-15.

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

What is a physical address? Logical address?

A

Network addresses assigned by software. (logical address)

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

How many bits is an IPv4 address?

A

A 32-bit logical address that consists of four decimal numbers separated by a dot that can range from 0 to 255 (ex. 192.168.1.50).

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

How many bits is an IPv6 address?

A

A 128-bit address made up of eight 16-bit blocks.

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

How can an IPv6 address be shortened?

A

Removing the zeros and simplifying the address (address compression

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

Decimal Numbering System

A

The decimal numbering system is the most used number system across the world. Decimal is a base-10 number system that consists of the digits 0,1,2,3,4,5,6,7,8,9.

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

Binary Numbering System

A

Binary is the number system that computers and most electronic systems use. Because these systems work on electricity, there are only two states, on and off. This is represented using the numbers 1 and 0.

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

Hexadecimal Numbering System

A

A base-16 number system that consists of the decimal numbers 0-9 and also uses letters A-F to represent values 10-15.

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

MAC address

A

A 48-bit physical address that is a unique identifier for all network adapters.

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

Logical address

A

Network addresses assigned by software.

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

IPv4 address

A

A 32-bit logical address that consists of four decimal numbers separated by a dot that can range from 0 to 255 (ex. 192.168.1.50).

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

Subnet mask

A

Used to identify which octets in the IPv4 address are the host ID and which are the network ID.

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

Default gateway

A

Responsible for forwarding data packets to destinations outside of the network.

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

IPv4 address class

A

Identifies the range of IP addresses and the default subnet mask used for the range.

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

Automatic Private IP Addressing (APIPA)

A

A feature that allows a device to automatically assign itself an IP address on the 169.254.0.0 network when a DHCP server or manual configuration is unavailable.

17
Q

IPv6 address

A

A 128-bit address made up of eight 16-bit blocks.

18
Q

Unicast address

A

An address assigned to a single interface for the purpose of allowing one host to send and receive data. Packets sent to a unicast address are delivered to the interface identified by that address.

19
Q

Multicast address

A

An address that represents a dynamic group of hosts. Packets sent to a multicast address are sent to all interfaces identified by that address.

20
Q

Anycast address

A

A unicast address that is assigned to more than one interface, typically belonging to different hosts.