in Web Technologies edited by
7,678 views
7 votes
7 votes

Which one of the following is not a client-server application?

  1. Internet chat
  2. Web browsing
  3. E-mail
  4. Ping
in Web Technologies edited by
7.7k views

2 Answers

6 votes
6 votes
Best answer
(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
16 votes
16 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

2 Comments

Additional info: Ping works using ICMP. If system A pings system B then system B doesn't know system A is pinging it.
2
2
Email is first sent to servers of gmail/yahoo whatever service provider you are using. Then when other person acces his mail via website he request the servers of gmail to deliver the stored mail.
1
1
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true