A file sharing network has been set up across various nodes on the Internet that lets each user act as both a client and a file server. This network model is typically referred to as a ________ network.
a. Client/server
b. Token Ring
c. Peer to peer
d. Direct access
Answer is c. Peer to peer
Computer Science & Information Technology
You might also like to view...
The sole purpose of a test class is to test the methods in a program or library and make certain that they work as they should.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
The ____________ method returns true if a string object ends with a specific substring value, or false otherwise.
a. Last Index Of b. Sub string c. Trim End d. Ends With
Computer Science & Information Technology
Which of the following does NOT open when the lower portion of a split button is clicked?
A) A gallery B) A list C) A menu D) A layout
Computer Science & Information Technology
Exception handling is the process of ensuring that the flow of the program doesn't break when an error occurs.
a. true b. false
Computer Science & Information Technology