Early Windows OSs used which of the following programs loaded into memory to interact with a network resource or device?
A. Microsoft RPC
B. IPX/SPX
C. Winsock
D. NetBIOS
Answer: D
Computer Science & Information Technology
You might also like to view...
Explain the concept of fast retransmit and fast recovery in TCP.
What will be an ideal response?
Computer Science & Information Technology
Approximately 75% of the population are visual learners who often think in pictures
Indicate whether the statement is true or false
Computer Science & Information Technology
An image that uses formulas to create it is called a(n) ________ image
Fill in the blank(s) with correct word
Computer Science & Information Technology
Choose indices for the following SELECT statement. Specify whether your choices are clustered or unclustered, hash index or B + tree.
``` SELECT C.CrsName, COUNT(*) FROM Course C, Transcript T WHERE T.CrsCode = C.CrsCode AND T.Semester = :sem GROUP BY T.CrsCode, C.CrsName HAVING COUNT(*) ? 100 ```
Computer Science & Information Technology