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
  1. B. On an Ethernet network, the MAC address (hardware address) is used for one host to communicate with another.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
  1. B. 100BaseTX uses CAT 5e and can run 200Mbps when using full duplex.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
  1. 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  1. 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
  1. B. 100BaseTF means that you have an Ethernet over fiber cable implementation.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
  1. B. Carrier Sense Multiple Access with Collision Detection (CSMA/CD) helps packets that are transmitted simultaneously from different hosts share bandwidth evenly.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
  1. B. A 10GBaseSR cable can have a maximum distance of 990 feet (302 meters).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
7. How many wire pairs are used with half duplex?
A. 2
B. 1
C. 4
D. None of the above
A
  1. B. With half duplex, you are using only one wire pair with a digital signal either transmitting or receiving.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
8. How many wire pairs are used with 100BaseT full duplex?
A. 2
B. 1
C. 4
D. A or C
A
  1. A. Full-duplex Ethernet uses two pairs of wires at the same time.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
9. What is the maximum distance of 10GBaseLR?
A. 1 mile
B. 3 miles
C. 6 miles
D. 25 miles
A
  1. C. A 10GBaseLR implementation can go a distance of up to 6 miles.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
  1. B. Double up! You can get 20Mbps with a 10Mbps Ethernet running full duplex or 200Mbps for Fast Ethernet.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
11. What device can you not use full-duplex communication with?
A. Host
B. Hub
C. Switch
D. Router
A
  1. 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
  1. B. 11000000 is 192, 10101000 is 168, 00110000 is 48, and 11110000 is 240.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
  1. A. Bonding can increase bandwidth and provide redundancy for devices that have multiple links connected together.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
14. How is the decimal value 10 represented in binary?
A. 1000
B. 1001
C. 1010
D. 1011
A
  1. 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
15. What is the decimal value for the binary number 11101000?
A. 128
B. 194
C. 224
D. 232
A
  1. D. The 128, 64, 32, and 8 bits are on, so just add the values: 128 + 64 + 32 + 8 = 232.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
16. What is the decimal number 10 in hexadecimal?
A. 9
B. A
C. C
D. B
A
  1. B. The first 10 hexadecimal digits (0–9) are the same values as the decimal values. We already know the binary value for the number 10 is 1010—in hex, the number 10 needs to be displayed as a single character. To display double-digit numbers as a single character, we substitute letters. In our example, 10 is A.
17
Q
17. How many bits is a MAC address?
A. 16
B. 32
C. 48
D. 64
A
  1. C. A MAC, or hardware, address is a 48-bit (6-byte) address written in hexadecimal format.
18
Q
18. What is the maximum distance of 1000BaseT?
A. 100 meters (328 feet)
B. 128 meters (420 feet)
C. 1000 meters (3280 feet)
D. 1024 meters (3360 feet)
A
  1. A. 100BaseT and 1000BaseT both have a maximum distance of 100 meters, or 328 feet.
19
Q
19. What is the purpose of the Frame Check Sequence (FCS) in an Ethernet frame?
A. Error correction
B. Error detection
C. Error recovery
D. Creating errors
A
  1. B. The FCS can detect frames in the sequence by calculating the cyclic redundancy check (CRC), which verifies that all the bits in the frame are unchanged.
20
Q
20. What does the Base mean in 100BaseTX?
A. Broadband
B. 100Mbps
C. Baseband
D. Twisted-pair at 100Mbps
A
  1. C. The 100 means 100Mbps. The Base means baseband, which refers to baseband technology—a signaling method for communication on the network.