Download CCNA1 V3.0 Mod 10 (Ch 8) 1. How many bits are in an IP address

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

AppleTalk wikipedia , lookup

IEEE 802.1aq wikipedia , lookup

Piggybacking (Internet access) wikipedia , lookup

Distributed firewall wikipedia , lookup

Computer network wikipedia , lookup

Network tap wikipedia , lookup

Recursive InterNetwork Architecture (RINA) wikipedia , lookup

Wake-on-LAN wikipedia , lookup

List of wireless community networks by region wikipedia , lookup

Airborne Networking wikipedia , lookup

Cracking of wireless networks wikipedia , lookup

Zero-configuration networking wikipedia , lookup

Transcript
CCNA1 V3.0
Mod 10 (Ch 8)
1.
A.
B.
C.
D.
How many bits are in an IP address?
16
32
64
None of the above
2.
A.
B.
C.
D.
What is the maximum value of each octet in an IP address?
28
255
256
None of the above
3.
A.
B.
C.
D.
The network number plays what part in an IP address?
It specifies the network to which the host belongs.
It specifies the identity of the computer on the network.
It specifies which node on the subnetwork is being addressed.
It specifies which networks the device can communicate with.
4.
A.
B.
C.
D.
The host number plays what part in an IP address?
It designates the identity of the computer on the network.
It designates which node on the subnetwork is being addressed.
It designates the network to which the host belongs.
It designates which hosts the device can communicate with.
5.
A.
B.
C.
D.
What is the decimal equivalent of the binary number 101101?
32
35
45
44
6.
A.
B.
C.
D.
Convert the decimal number 192.5.34.11 to its binary form.
11000000.00000101.00100010.00001011
11000101.01010111.00011000.10111000
01001011.10010011.00111001.00110111
11000000.00001010.01000010.00001011
7. Convert the binary IP address 11000000.00000101.00100010.00001011 to
its decimal form.
A. 190.4.34.11
B. 192.4.34.10
C. 192.4.32.11
D. None of the above
8. What portion of the Class B address 154.19.2.7 is the network
address?
A. 154
B. 154.19
C. 154.19.2
D. 154.19.2.7
1
9.
A.
B.
C.
D.
What portion of the IP address 129.219.51.18 represents the network?
129.219
129
14.1
1
10. Which of the following addresses is an example of a broadcast
address on the network 123.10.0.0 with a subnet mask of 255.255.0.0?
A. 123.255.255.255
B. 123.10.255.255
C. 123.13.0.0
D. 123.1.1.1
11. How many host addresses can be used in a Class C network?
A. 253
B. 254
C. 255
D. 256
12. How many subnets can a Class B network have?
A. 16
B. 256
C. 128
D. None of the above
13. What is the minimum number of bits that can be borrowed to form a
subnet?
A. 1
B. 2
C. 4
D. None of the above
14. What is the primary reason for using subnets?
A. To reduce the size of the collision domain
B. To increase the number of host addresses
C. To reduce the size of the broadcast domain
D. None of the above
15. How many bits are in a subnet mask?
A. 16
B. 32
C. 64
D. None of the above
16. Performing the Boolean function as a router would on the IP
addresses 131.8.2.5 and 255.0.0.0, what is the network/subnetwork
address?
A. 131.8.1.0
B. 131.8.0.0
C. 131.8.2.0
D. None of the above
2
17. How many bits can be borrowed to create a subnet for a Class C
network?
A. 2
B. 4
C. 6
D. None of the above
18. With a Class C address of 197.15.22.31 and a subnet mask of
255.255.255.224, how many bits have been borrowed to create a subnet?
A. 1
B. 2
C. 3
D. None of the above
19. Performing the Boolean function as a router would on the IP
addresses 172.16.2.120 and 255.255.255.0, what is the subnet address?
A. 172.0.0.0
B. 172.16.0.0
C. 172.16.2.0
D. None of the above
20. Which of the following best describes one function of Layer 3, the
network layer, in the OSI model?
A. It is responsible for reliable network communication between nodes.
B. It is concerned with physical addressing and network topology.
C. It determines which is the best path for traffic to take through the
network.
D. It manages data exchange between presentation layer entities.
21. What function allows routers to evaluate available routes to a
destination and to establish the preferred handling of a packet?
A. Data linkage
B. Path determination
C. SDLC interface protocol
D. Frame Relay
22. How does the network layer forward packets from the source to the
destination?
A. By using an IP routing table
B. By using ARP responses
C. By referring to a name server
D. By referring to the bridge
23. What are the two parts of a network layer address that routers use
to forward traffic through a network?
A. Network address and host address
B. Network address and MAC address
C. Host address and MAC address
D. MAC address and subnet mask
3
Answers
1. How many bits are in an IP address?
B. 32
2. What is the maximum value of each octet in an IP address?
B. 255
3. The network number plays what part in an IP address?
A. It specifies the network to which the host belongs.
4. The host number plays what part in an IP address?
B. It designates which node on the subnetwork is being addressed.
5. What is the decimal equivalent of the binary number 101101?
C. 45
6. Convert the decimal number 192.5.34.11 to its binary form.
A. 11000000.00000101.00100010.00001011
7. Convert the binary IP address 11000000.00000101.00100010.00001011 to
its decimal form.
D. None of the above
8. What portion of the Class B address 154.19.2.7 is the network
address?
B. 154.19
9. What portion of the IP address 129.219.51.18 represents the network?
A. 129.219
10. Which of the following addresses is an example of a broadcast
address on the network 123.10.0.0 with a subnet mask of 255.255.0.0?
B. 123.10.255.255
11. How many host addresses can be used in a Class C network?
B. 254
12. How many subnets can a Class B network have?
D. None of the above
13. What is the minimum number of bits that can be borrowed to form a
subnet?
B. 2
14. What is the primary reason for using subnets?
C. To reduce the size of the broadcast domain
15. How many bits are in a subnet mask?
B. 32
16. Performing the Boolean function as a router would on the IP
addresses 131.8.2.5 and 255.0.0.0, what is the network/subnetwork
address?
D. None of the above
4
17. How many bits can be borrowed to create a subnet for a Class C
network?
C. 6
18. With a Class C address of 197.15.22.31 and a subnet mask of
255.255.255.224, how many bits have been borrowed to create a subnet?
C. 3
19. Performing the Boolean function as a router would on the IP
addresses 172.16.2.120 and 255.255.255.0, what is the subnet address?
C. 172.16.2.0
20. Which of the following best describes one function of Layer 3, the
network layer, in the OSI model?
C. It determines which is the best path for traffic to take through the
network.
21. What function allows routers to evaluate available routes to a
destination and to establish the preferred handling of a packet?
B. Path determination
22. How does the network layer forward packets from the source to the
destination?
A. By using an IP routing table
23. What are the two parts of a network layer address that routers use
to forward traffic through a network?
A. Network address and host address
5