Networks - IP Domain DNS MAC Flashcards

1
Q

How does IPv4 work?

A

Each device has a unique 32 bit binary number address.

0101 1001 1001 0001 0100 1101 0110 0110

This sequence is broken into 8-digit chunks called octets. Each octet is changed into denary, separated by dots.

89.145.77.102

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

What does an IP address contain?

A

The address of the network.

  • Uniquely identify networks
  • Send messages between different networks

The address of the node within the network
- Send messages to specific computers within a network

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

What does IP classes solve?

A

Not enough room for either node address or network address within the 32 bits given.

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

What is IP Class A for?

A

Very large networks

- 16 million nodes

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

What is IP Class B for?

A

Medium sized networks

- 64,000 nodes

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

What is IP Class C for?

A

Small networks

- 256 nodes

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

What is a static IP address?

A

An IP address that doesn’t change.

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

What is a dynamic IP address for?

A

Temporary use while a device is connected. As soon as the device disconnects, that IP becomes available for other devices to use.

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

How many addresses is IPv4 capable of?

A

4 billion

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

Why was IPv6 introduced?

A

There are more internet capable devices online than there are available IPv4 addresses.

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

How many bits does IPv6 have?

A

128 bits

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

Why hasn’t the introduction of IPv6 made any difference to the way the internet runs?

A

Both IPv6 and IPv4 can coexist.

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

Why was Domain Name System developed?

A

IP addresses are not convenient to remember.

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

What is DNS?

A

A system that assigns names to IP addresses that use the full set of alphanumeric characters.

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

How are domains organised and allocated?

A

By IANA and its member registrars (just like IP numbers)

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

What are the two parts of a domain?

A

A descriptive string of characters
EG: brainscape
A suffix describing which Top Level Domain it belongs to
EG: .com

17
Q

How are domain names registered and handled?

A

By the Domain Name System

18
Q

When you enter a URL, how is the IP address of that website retrieved?

A

An online DNS server receives the domain name request from the browser, and finds the related IP address in a database. It returns that info back.

19
Q

Why must the DNS be extremely robust and trustworthy?

A

It has to serve millions of browser requests all of the time.

20
Q

How does the DNS achieve being extremely robust and trustworthy?

A

There is a network of hundreds of DNS root servers around the world.

21
Q

What do the root DNS servers contain?

Is there anything they do?

A

Backups of the entire IP database. Some have the authority to hand out domains for specific TLDs

22
Q

How do the root DNS servers stay up to date?

A

They check with each other.

23
Q

Why must root DNS servers keep up to date?

A

Domain names are being bought and sold constantly.

24
Q

What happens if someone enters a domain name into their browser that the DNS doesn’t recognise?

A

An error code is sent back to the web browser.

“Website cannot be found” displayed.

25
Q

What is a MAC address useful for? Why?

A

MAC is useful for network diagnostics because it never changes, so it can identify individual devices.

26
Q

How is a MAC address formatted and displayed as?

A

A set of six hexadecimal numbers separated by hyphens.

27
Q

How does MAC filtering work?

A

Networks can be configured to only accept connections from devices with a MAC address from an approved list.

28
Q

What benefit does MAC filtering have?

A

It prevents unknown devices from getting into the network.