slides14 Flashcards

1
Q

Host part all 0s

A

Originally specified to refer back to the originating host

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

Host part all 1s

A

broadcast address to network.

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

127.0.0.0: the loopback network, describe

A

The address 127.0.0.1 is commonly used as a way for a host to send a packet to itself over the internal loopback network on interface lo.

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

what is a subnet

A

just another network, administered by smaller peopler

we further split the host part into some bits for the subnetwork and the rest for the actual hosts

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

Three Bears Problem

A

There are no class Bs left: they have all been allocated

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

what are solutions to Three Bears Problem

A
  • Change the way classes are defined and used
  • Use private addresses with network address translation
  • Increase the number of addresses available by changing the IP
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Classless Interdomain Routing (CIDR)

A

(also called supernetting) Starting with about 32 million addresses per region
This allows easy routing: anything 194 or 195 goes to Europe
Repeat the idea within each region: contiguous block of C networks are allocated to ISPs or organisations

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

is CIDR good

A

CIDR has allowed the continued growth of the Internet well beyond the original possible size

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

Network Address Translation (NAT)

A

Network Address Translation (NAT) uses the malleability of packets to map many hosts onto a single address

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

how can it be possible to do a one-to-many match

A

A gateway host joins the private network to the public Internet, modifying the addresses on packets as they go past

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

NAT implicit security?

A

nat hides your private address from potential attackers

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