edited by
11,076 views

3 Answers

Best answer
13 13 votes
(A) Typical internet chat is a client/server app, since a client makes a connection to a central server and receives update. There are some chat systems that work on  a P2P model.

(B) Web browsing is client/server, where a browser is the client and the web page is served up by a server.

(C) E-mail is typically thought of as a client/server app, although hops will be made between POP servers.

(D) Ping uses ICMP protocol, and a ping client sends a request to a destination and gets back a response. It is a connection testing tool.

So, D is the answer
selected by
18 18 votes
ping is a utility to test whether a node is reachable in the network

it is not client server. all other application are client server
Answer:
Position:
Show:

Related questions

20 20 votes
5 answers 5 answers
10.6k
10.6k views
go_editor asked Sep 30, 2014
10,574 views
$25$ persons are in a room. $15$ of them play hockey, $17$ of them play football and $10$ of them play both hockey and football. Then the number of persons playing neithe...
10 10 votes
2 answers 2 answers
7.5k
7.5k views
go_editor asked Sep 30, 2014
7,498 views
Choose the most appropriate word from the options given below to complete the following sentence:If we manage to __________ our natural resources, we would leave a better...
57 57 votes
8 answers 8 answers
22.8k
22.8k views
go_editor asked Sep 30, 2014
22,757 views
Suppose computers $A$ and $B$ have $IP$ addresses $10.105.1.113$ and $10.105.1.91$ respectively and they both use same netmask $N$. Which of the values of $N$ given below...
62 62 votes
4 answers 4 answers
30.1k
30.1k views
go_editor asked Sep 29, 2014
30,112 views
Which of the following statements are true?Shortest remaining time first scheduling may cause starvationPreemptive scheduling may cause starvationRound robin is better th...