Subnetting Flashcards

1
Q

Which addresses are reserved for host addresses and broadcast adresses?

A

First address in network reserved for host address
Last address in network reserved for broadcast.

Example: Network can host 64 adresses. 62 are useable as Network ID is 0 and Broadcast ID is 63.

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

When is it appropriate to use IP private addressing versus public addressing?

A

If workstations need data from other computers in their internal network they can use private IP addresses.

If they need something from the internet they will need to use NAT to obtain the data using the public IP address.

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

What is the purpose of using a Network Address Translation (NAT) router?

A

NAT is used for internet access through a shared IP address.

Multiple computers in a private network can all share a single public IP address.

The computer sends their request to the firewall router which uses its public IP to contact the external server and returns the response to the internal computer.

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

Does using a NAT router enhance or decrease security for an internal network

A

NAT provides limited security, external entities cannot initiate connections with computers in private network.

Not a replacement for a firewall

Each computer in private network still needs its own firewall

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