Half Duplex to Full Duplex

What is half-duplex and full-duplex?
How to check whether the network is full-duplex or half-duplex?
How to change from half-duplex to full-duplex?

Questions by sankar.naru   answers by sankar.naru

Showing Answers 1 - 2 of 2 Answers

aj_jjude

  • Jun 23rd, 2009
 

Half Duplex is one way transmission and Full duplex means two way.

To get the details:

#ndd -get /dev/<device logical name> link_speed
output 1 means full duplex and 0 means half duplex

To set:

#ndd -set /dev/<device logical name> link_speed 0|1

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions