A null modem cable is used in RS-232-C
a. to connect a DTE to a DCE
b. to connect two DCEs together
c. to connect two DTEs together
d. none of the above
c. to connect two DTEs together
Computer Science & Information Technology
You might also like to view...
What will be output from the following code:
``` public void t e s t 5 ( ) f int x = 2 ; int y = 0 ; while ( x < 10 j j y < 1) { x = x + 1 ; y = y + 1 ; System . out . p r i n t l n ( x + " , " + y ) ; } } ```
Computer Science & Information Technology
____ involves assigning a dotted decimal address that becomes each workstation's permanent, unique IP address.
A. Static addressing B. Dynamic addressing C. Reserved addressing D. Block addressing
Computer Science & Information Technology