A(n) ________ network is one in which each computer can communicate directly with the others.

Fill in the blank(s) with the appropriate word(s).


P2P

Computer Science & Information Technology

You might also like to view...

Rewrite the code below using the ranged for loop and the auto keyword.

``` map personIDs = { {1,"Walt"}, {2,"Kenrick"} }; map::const_iterator iter; for (iter = personIDs.begin(); iter != personIDs.end(); iter++) { cout << iter->first >> " " << iter->second << endl; } ```

Computer Science & Information Technology

Which of the following is NOT true about Outlook's Inbox Rules?

A) When an email is delivered to a folder via a rule, the number of unread emails in the folder is displayed in parentheses. B) Inbox Rules are tools that are used to help recipients contact you. C) A rule can be set up to move personal email into a specific folder. D) When an email is delivered to a folder via a rule, the title of the folder becomes bold.

Computer Science & Information Technology

The ____ Web site structure arranges pages in no specific order.

A. linear B. webbed C. hierarchical D. open

Computer Science & Information Technology

Expression Web includes controls for a Submit button, a Reset button, and a(n) ____.

A. Enter button B. button you can customize C. Send button D. Back button

Computer Science & Information Technology