| 9. | Which of the following types of connections can use full duplex?
|
|||||||
Answer: Option D Explanation: Hubs cannot run full-duplex Ethernet. Full duplex must be used on a point-to-point connection between two devices capable of running full duplex. Switches and hosts can run full duplex between each other, but a hub can never run full duplex. |
| 10. | How does a host on an Ethernet LAN know when to transmit after a collision has occurred?
|
|||||||
Answer: Option D Explanation: Once transmitting stations on an Ethernet segment hear a collision, they send an extended jam signal to ensure that all stations recognize the collision. After the jamming is complete, each sender waits a predetermined amount of time, plus a random time. After both timers expire, they are free to transmit, but they must make sure the media is clear before transmitting and that they all have equal priority. |
| 11. | What are two purposes for segmentation with a bridge?
|
|||||||
Answer: Option B Explanation: Bridges break up collision domains, which allow more bandwidth for users. |
| 12. | Which of the following are types of flow control?
|
|||||||
Answer: Option B Explanation: The common types of flow control are buffering, windowing, and congestion avoidance. |
| 13. | Which three statements are true about the operation of a full-duplex Ethernet network?
|
|||||||
Answer: Option A Explanation: Full-duplex means you are using both wire pairs simultaneously to send and receive data. You must have a dedicated switch port for each node, which means you will not have collisions. Both the host network card and the switch port must be capable and set to work in full-duplex mode. |
| 14. | What is the purpose of flow control? |
|||||||
Answer: Option C Explanation: Flow control allows the receiving device to control the transmitter so the receiving device's buffer does not overflow. |
| 15. | What are the decimal and hexadecimal equivalents for the binary number 10110111? |
|||||||
Answer: Option B Explanation: You must be able to take a binary number and convert it into both decimal and hexadecimal. To convert to decimal, just add up the 1s using their values. The values that are turned on with the binary number of 10110111 are 128 + 32 + 16 + 4 + 2 + 1 = 183. To get the hexadecimal equivalent, you need to break the eight binary digits into nibbles (4 bits), 1011 and 0111. By add- ing up these values, you get 11 and 7. In hexadecimal, 11 is B, so the answer is 0xB7. |
| 16. | A receiving host has failed to receive all of the segments that it should acknowledge. What can the host do to improve the reliability of this communication session? |
|||||||
Answer: Option D Explanation: A receiving host can control the transmitter by using flow control (TCP uses Windowing by default). By decreasing the window size, the receiving host can slow down the transmitting host so the receiving host does not overflow its buffers. |
