Term
| What are public IP addresses used for? |
|
Definition
| These are used for packets sent out of the internal network |
|
|
Term
| What are private IP addresses used for? |
|
Definition
| These are used for packets traversing an internal network. |
|
|
Term
| How are packets transported at the Network Layer? |
|
Definition
| transported from a source to its destination by Internet Protocol (IP) which uses logical or virtual addressing. |
|
|
Term
| Who allocates public IP address numbers to organizations? |
|
Definition
| Internet Assigned Numbers Authority (IANA) |
|
|
Term
| How many bits are in an IPv4 address? |
|
Definition
|
|
Term
| How is an IPv4 address broken down? |
|
Definition
| into 4 ocets of 8 bits each |
|
|
Term
| What format are IPv4 addresses in? |
|
Definition
|
|
Term
| What do we call a common base 16 numbering system? |
|
Definition
|
|
Term
| How many bits does a hexadecimal character represent? |
|
Definition
|
|
Term
| What are the two parts of an IP address? |
|
Definition
| Host address and network address |
|
|
Term
| How many ocets are used for the network address in a Class A IP address? |
|
Definition
|
|
Term
| How many ocets are used for the network address in a Class B IP address? |
|
Definition
|
|
Term
| How many ocets are used for the network address in a Class C IP address? |
|
Definition
|
|
Term
| What are class D IPv4 addresses used for? |
|
Definition
|
|
Term
| What are class E IPv4 addresses used for? |
|
Definition
|
|
Term
| What is the first ocet decimal range for a Class A IP address? |
|
Definition
|
|
Term
| What is the first ocet decimal range for a Class B IP address? |
|
Definition
|
|
Term
| What is the first ocet decimal range for a Class C IP address? |
|
Definition
|
|
Term
| What is the first ocet decimal range for a Class D IP address? |
|
Definition
|
|
Term
| What is the first ocet decimal range for a Class E IP address? |
|
Definition
|
|
Term
| What is the 127.x.x.x range reserved for? |
|
Definition
|
|
Term
| Why can two host ID's not be used for each network ID? |
|
Definition
| Because all 0's is the network address and all 1's is the broadcast address |
|
|
Term
| Every subnet becomes an individual ________ domain |
|
Definition
|
|
Term
| What is used to signify the network ID in a subnet mask? |
|
Definition
|
|
Term
| Using the Boolean and method, what happens if one address has a 0 and the other has a 1 in a particular bit place? |
|
Definition
|
|
Term
| In the Boolean and method, what must be true for the bit to be assigned a 1? |
|
Definition
|
|
Term
| What is the CIDR notation of a Class A address? |
|
Definition
|
|
Term
| What is the CIDR notation of a Class B address? |
|
Definition
|
|
Term
| What is the CIDR notation of a Class C address? |
|
Definition
|
|
Term
| What should be assigned to the first IP address of a subnet? |
|
Definition
|
|
Term
| What is the command that can be used on Windows based hosts to get all the IP information for a network? |
|
Definition
|
|
Term
|
Definition
| Network Address Translation |
|
|
Term
|
Definition
| Multiple devices to use a single public IP address |
|
|
Term
| What does NAT eliminate that acts as natural security? |
|
Definition
|
|
Term
| What size companies were Class A private IP addresses designed for? |
|
Definition
|
|
Term
| What size companies were Class B private IP addresses designed for? |
|
Definition
|
|
Term
| What size companies were Class C private IP addresses designed for? |
|
Definition
|
|
Term
| What is the range for Class A private addresses? |
|
Definition
|
|
Term
| What is the range of class B private IP addresses? |
|
Definition
| 172.16.0.0 - 172.31.255.255 |
|
|
Term
| What are the range of Class C private IP addresses? |
|
Definition
| 192.168.0.0 - 192.168.255.255 |
|
|
Term
| A _______ NAT is the simplest form of Nat. It enables mapping of one IP address to another in a one-to-one relationship. |
|
Definition
|
|
Term
| ___________ NAT enables defining a pool of addresses to be translated along with a pool of addresses to which they are to be translated. |
|
Definition
|
|
Term
|
Definition
|
|
Term
| ___________ allows a single IP address to support multiple internal clients. When a host communicates with a server outside the NAT firewall, the first thing that it does is to access a specific port number. This is also used for return traffic. |
|
Definition
|
|
Term
| What translation type does Static NAT use? |
|
Definition
| One to one IP address translation |
|
|
Term
| What translation type does Dynamic NAT use? |
|
Definition
| Many to many IP Address Translations |
|
|
Term
| What translation type does PAT use? |
|
Definition
| Many to one IP address Translations |
|
|
Term
| What does the ip domain-lookup command do? |
|
Definition
| forces cisco router to look for a DNS server inorder to resolve anything it gets on the CLI |
|
|
Term
| What happens when a command is mistyped on a Cisco router? |
|
Definition
| it attempts to resolve it via DNS |
|
|
Term
|
Definition
| Translates private IP addresses to public ones and vice versa |
|
|
Term
| What was PAT developed to do? |
|
Definition
| Translate multiple IP addresses on a private network to a single public IP address |
|
|
Term
| ______________ can be defined as process of decoding larger IP networks into smaller sub-network. |
|
Definition
|
|
Term
| What does VLSM stand for? |
|
Definition
| Variable Length Subnet Masking |
|
|
Term
| What command will verify the status of NAT from a global perspective? |
|
Definition
|
|
Term
| What command will help to identify whether or not the NAT is working? |
|
Definition
|
|
Term
| What command filters the large running configuration to the interfaces that are important. (For example as the ip nat inside interface and the ip nat outside interface.)? |
|
Definition
| running- config interface |
|
|
Term
| When troubleshooting connectivity problems, what is the first issue? |
|
Definition
| Whether the host can ping other hosts inside the same subnet. |
|
|
Term
| If you cannot ping within the local subnet, what are the two most likely problems? |
|
Definition
| incorrect IP/subnet mask configurations, or a problem with the underlying Ethernet |
|
|