CBSE Class 10 Computer Applications Question 31 of 40

Unit 1 — Unsolved Examination Questions — Question 31

Back to all questions
31
Question

Question 6(c)

Distinguish between a Web address and an e-mail address with example.

Answer
Web addresse-mail address
A web address is the address of a webpage on the world wide web.An e-mail address is the address of a mail box of an e-mail account holder.
A web address is written as type://address/path, where :

type — specifies the the type of server or protocol,
address — is the address of the server
path — tells the location of file on the server.
An e-mail address is written as username@hostname, where:

username — is the net name of the user
@ — symbol of at the rate
host name — is the server/host/network that services the e-mail.
A web address never has an "@" symbol.An e-mail address always contains "@" symbol.
For example, www.google.co.in, www.wikipedia.com etc.For example, raman23@gmail.com, hello@kboat.in, etc.