Chapter 8 Flashcards

1
Q

what is a subnet masks?

236

A

it is a 32 bit value that allows the recipient of IP packets to distinguish the network ID portion of the IP address from the host ID portion of the IP address.

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

what is the largest subnet mask available?

237

A

/30 is the largest subnet mask available because we have to keep at least 2 bits for host bits.

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

/8 through /15 can be used only with class____network

239

A

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
/16 through /23 can be used in class \_\_ and \_\_\_network
239
A

A and B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
/24 through /30 can be used in class \_\_ and \_\_\_and \_\_ network.
239
A

A and B and C

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

when ping 127.0.0.1 fails what is the problem?

257

A

there is an IP stack failure and need to reinstall TCP/IP

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

when you ping the IP address of the host and it fails, what is the problem?
258

A

the problem is ion the NIC card.

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

when you ping the Default gateway and it fails, what is the problem?
258

A

any thing from NIC to the router.

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

what is NAT?

264

A

Short for Network Address Translation, an Internet standard that enables a local-area network (LAN) to use one set of IP addresses for internal traffic and a second set of addresses for external traffic

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

3 types of NAT, what are they?

265

A
static NAT ( SNAT)
dynamic NAT (DNAT)
Overloading
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

static NAT

266

A

A type of NAT in which a private IP address is mapped to a public IP address, where the public address is always the same IP address (i.e., it has a static address). This allows an internal host, such as a Web server, to have an unregistered (private) IP address and still be reachable over the Internet.

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

Dynamic NAT

266

A

Dynamic NAT translates a group of real addresses to a pool of mapped addresses that are routable on the destination network. The mapped pool may include fewer addresses than the real group. When a host you want to translate accesses the destination network, the ASA assigns the host an IP address from the mapped pool.

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

Overloading

A

NAT Overloading or Port Address Translation (PAT) is a modified form of dynamic NAT where the number of inside local addresses is greater than the number of inside global addresses. Mostly, there is just a single inside global IP address providing Internet access to all inside

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