Module 12 - Gateways to other networks Flashcards

(17 cards)

1
Q

Which network device provides a gateway for hosts to communicate across different networks?

A

A router

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

Which private address block is most commonly used in small home networks?

A

192.168.0.0/16 block (usually segmented into /24 to support 254 devices)

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

Which network is referred to as the “inside” or “internal” network in router configurations?

A

The local network

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

Which address must every host know to send traffic outside its local network?

A

The default gateway address

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

Which process does a host use to resolve the MAC address of its default gateway?

A

ARP (Address Resolution Protocol)

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

Which condition must be met for internal hosts to communicate with their default gateway?

A

Hosts must have IP addresses in the same network as the routers internal interface

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

Which process does a host use to determine if a destination is on its local network or not?

A

Binary ANDing (comparing destination IP and host subnet mask)

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

Which network is referred to as the “outside” or “external” network in a home router setup?

A

Internet facing interface

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

Which private address block is best suited for large enterprises due to its large number of available subnets?

A

10.0.0.0/8 (has 24 host bits allowing around 16 million addresses)

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

Which router component stores the relationship between private and public addresses in NAT?

A

NAT translation table

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

Which process enables a device with a private IP address to communicate with public internet servers?

A

NAT (Network Address Translation)

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

Which category of IPv4 addressing is intended for use only within an organization and not routable on the internet?

A

Private addressing

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

Which subnet mask is typically associated with 192.168.0.0 networks in home environments?

A

255.255.255.0 /24

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

Which three IPv4 address ranges are reserved for private networks?

A

10.0.0.0/8 - 10.255.255.255
172.16.00 - 172.31.255
192.168.0.0/16 - 192.168.255.255

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

Which organization assigns public IP addresses for use across the global internet?

A

RIR’s (Regional Internet Registries)

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

Which function allows multiple private devices to share a single public IP for internet access?

A

PAT (Port address translation)

3
Q

Which address is replaced when traffic exits a private network via NAT?

A

Private Source address