What the meaning of the term "carrier sense" on an Ethernet network?
What will be an ideal response?
Carrier sense means that each node using the network examines the cable before sending a data frame. If another machine is using the network, the node detects traffic on the segment, waits a few milliseconds, and then rechecks. If it detects no traffic (the more common term is to say the cable is "free"), the node sends out its frame.
Computer Science & Information Technology
You might also like to view...
You can apply animations in Slide Sorter view.
a. true b. false
Computer Science & Information Technology
When ____, the variable's actual memory address is sent to the module, and the parameter variable is the same location in memory as the variable in the calling module.
A. passing by value B. cohesion C. passing by reference D. coupling
Computer Science & Information Technology