Ch. 4 Flashcards
1
Q
1. On an Ethernet switched network, what address does one host computer use to communicate with another? A. IP address B. MAC address C. Street address D. HUB address
A
- B. On an Ethernet network, the MAC address (hardware address) is used for one host to communicate with another.
2
Q
2. Which of the following can run full duplex and achieve 200Mbps with CAT5e cable? A. 100BaseF B. 100BaseTX C. 1000BaseF D. 1000BaseT
A
- B. 100BaseTX uses CAT 5e and can run 200Mbps when using full duplex.
3
Q
3. How many devices in a collision domain have to listen when a single host talks? A. 2 B. 3 C. 1 D. All
A
- D. When one device sends a packet out on a network segment, all other devices on the same physical network segment must wait and let it be transmitted.
4
Q
- If you are using a cable medium called 100BaseTF, what does this mean?
A. That you are running Ethernet over cable
B. That you are running Ethernet over fiber
C. That you are running Ethernet over ThickNet
D. That you are bundling multiple connections
A
- B. 100BaseTF means that you have an Ethernet over fiber cable implementation.
5
Q
5. What protocol helps devices share the bandwidth evenly without having two devices transmit at the same time on the network medium? A. TCP/IP B. CSMA/CD C. HTTPS D. TFTP
A
- B. Carrier Sense Multiple Access with Collision Detection (CSMA/CD) helps packets that are transmitted simultaneously from different hosts share bandwidth evenly.
6
Q
6. What is the maximum distance of 10GBaseSR? A. 100 meters (328 feet) B. 302 meters (990 feet) C. 305 meters (1000 feet) D. 1593 km (6 miles)
A
- B. A 10GBaseSR cable can have a maximum distance of 990 feet (302 meters).
7
Q
7. How many wire pairs are used with half duplex? A. 2 B. 1 C. 4 D. None of the above
A
- B. With half duplex, you are using only one wire pair with a digital signal either transmitting or receiving.
8
Q
8. How many wire pairs are used with 100BaseT full duplex? A. 2 B. 1 C. 4 D. A or C
A
- A. Full-duplex Ethernet uses two pairs of wires at the same time.
9
Q
9. What is the maximum distance of 10GBaseLR? A. 1 mile B. 3 miles C. 6 miles D. 25 miles
A
- C. A 10GBaseLR implementation can go a distance of up to 6 miles.
10
Q
10. What is the effective total throughput increase with a full-duplex connection? A. None B. Twice as much C. Four times as much D. Ten times as much
A
- B. Double up! You can get 20Mbps with a 10Mbps Ethernet running full duplex or 200Mbps for Fast Ethernet.
11
Q
11. What device can you not use full-duplex communication with? A. Host B. Hub C. Switch D. Router
A
- B. Full-duplex communication cannot be used with a hub because a hub is a half-duplex single communication device. A host, switch, and router have the ability to process traffic (frames), whereas a hub is a multiport repeater.
12
Q
12. What is the decimal equivalent of this binary number: 11000000.10101000.00110000.11110000? A. 192.168.48.192 B. 192.168.48.240 C. 192.168.64.224 D. 192.168.32.248
A
- B. 11000000 is 192, 10101000 is 168, 00110000 is 48, and 11110000 is 240.
13
Q
13. Which technology increases the bandwidth for network transmission by joining together multiple connections in one logical connection? A. Bonding B. VLANs C. STP D. Traffic shaping
A
- A. Bonding can increase bandwidth and provide redundancy for devices that have multiple links connected together.
14
Q
14. How is the decimal value 10 represented in binary? A. 1000 B. 1001 C. 1010 D. 1011
A
- C. Nibble values are 8 + 4 + 2 + 1, giving us a maximum value of 15. If we have a decimal value of 10, that means the 8 bit and the 2 bit are turned on.
15
Q
15. What is the decimal value for the binary number 11101000? A. 128 B. 194 C. 224 D. 232
A
- D. The 128, 64, 32, and 8 bits are on, so just add the values: 128 + 64 + 32 + 8 = 232.