Which is true about the CSMA/CD media access method?

A. collisions can't be detected so they are avoided
B. the hidden node problem makes it unsuitable for wireless networks
C. all stations wait a random amount of time after the medium is clear
D. it uses frame acknowledgement


Answer: B

Computer Science & Information Technology

You might also like to view...

Given the structure type and variable definitions

``` struct ShoeSize { char width; int number; }; struct ShoeType { char style; ShoeSize size; double price; }; ShoeType shoe1, shod2; ``` What type do these variables have? a) shoe1.style b) shoe2.size c) shoe1.size.width d) shoe2.price e) shoe1.size.number

Computer Science & Information Technology

A .pdf document is cross-platform compatible

Indicate whether the statement is true or false

Computer Science & Information Technology

Compute the cost of r  A=B s using the following methods:

1. Nested loops 2. Block-nested loops 3. Index-nested loops with a hash index on B in s (consider both clustered and unclustered index) where r occupies 2000 pages, 20 tuples per page; s occupies 5000 pages, 5 tuples per page; and the amount of main memory available for a block-nested loops join is 402 pages. Assume that at most 5 tuples of s match each tuple in r.

Computer Science & Information Technology

A laptop is going into standby mode unexpectedly. Which of the following hardware components is MOST likely causing the issue?

A. Hard drive B. IDE controller C. LCD cutoff switch D. Video card

Computer Science & Information Technology