Notes - Chapter1 and 2
Notes - Chapter1 and 2
Internet Basics
1. HTML documents
2. Graphic files
3. audio and video files
4. all the above
Answer
Reason — A website is a collection of web pages which are linked together. These webpages are HTML
documents which may contain graphic, audio or video files.
Answer
3. The first page that you normally view at a web site is its ............... .
1. Home page
2. Master page
3. First page
4. Banner page
Answer
Home page
Reason — The first page that we normally view at a web site is its home page.
4. The Internet is most often used for the exchange of ............... and ...............
Answer
The Internet is most often used for the exchange of messages and information.
5. When you visit a website, it will open the page set as ............... of the website.
1. Website
2. Home page
3. Email
4. ISP
Answer
Home page
Reason — When we visit a website, it will open the page set as home page of the website.
6. The first page on a website that allows you to navigate to other pages via menu system or links, is known as
............... .
1. front page
2. primary page
3. home page
4. first page
5. main page
Answer
home page
Reason — The first page on a website that allows us to navigate to other pages via menu system or links, is
known as the home page.
Answer
8. Online personal journal where one can post her entries to which others can post comments is called ............... .
1. Blog
2. News group
3. Website
4. None of these
Answer
Blog
Reason — Online personal journal where one can post her entries to which others can post comments is
called a blog.
1. ftp
2. http
3. w3c
4. none of these
Answer
Http
Reason — HyperText Transfer Protocol (HTTP) is the set of rules for transferring hypertext on the World
Wide Web.
10. The ............... are documents that use HTTP.
Answer
1. HTML
2. HTP
3. HTTP
4. HLINK
Answer
HTTP
Reason — HyperText Transfer Protocol is used on most URL addresses as this protocol is used to transfer
hypertext documents on the World Wide Web.
Answer
1. IP address
2. Port Number
3. Domain Name
4. None of these
Answer
IP address
Reason — IP address is not a part of URL. A URL contains port number in number based naming system
and domain name in character based naming system.
14. Which portion of the URL below records the directory or folder of the desired resource ?
http://www.somestore.com/firstfloor/shoes.htm
1. http
2. firstfloor
3. shoes.htm
4. www.somestore.com
Answer
Firstfloor
Reason — A URL is written as type://address/path, where path specifies the location of the file on the
server. Here, firstfloor/shoes.htm is the path and firstfloor is the folder of the desired resource.
15. The address of the location of the document on the world wide web is called its ...............
. Answer
The address of location of the document on the world wide web is called its URL (Uniform Resource
Locator).
16. In the URL, http://www.pacein.com/pr/main.htm, which component identifies the protocol or type of the server
?
1. http
2. www.pacein.com
3. /pr/main.htm
4. None
Answer
Http
Reason — A URL is written as type://address/path, where type specifies the protocol or type of the server.
Thus, http identifies the protocol or type of the server.
1. http
2. www.pacein.com
3. /pr/main.htm
4. None
Answer
www.pacein.com
Reason — A URL is written as type://address/path, where address identifies the website on the server.
Thus, www.pacein.com identifies the website.
18. In the URL, http://www.pacein.com/pr/main.htm, which component identifies the path of a web page ?
1. http
2. www.pacein.com
3. ...com/pr/main.htm
4. None
Answer
...com/pr/main.htm
Reason — A URL is written as type://address/path, where path tells the location of file on the server. Thus,
pr/main.htm is the path of the file.
Theoretical Questions
Question 1
WWW stands for World Wide Web. The World Wide Web is an Internet system i.e., a set of programs, standards,
and protocols that allows multimedia and hypertext files to be created, displayed and linked on the Internet.
The World Wide Web uses different technologies and protocols such as Hyper Text Markup Language (HTML),
Hypertext Transfer Protocol (HTTP), web browser, internet etc. The basic functioning of WWW is as follows:
1. A client uses a web browser to make HTTP requests to a web server to get some resource on the World
Wide Web.
2. This request reaches the web server via the Internet.
3. The web server locates the required resource on the database and makes it available to the client via the
Internet.
Question 2
A server is a computer that has server software loaded on it. Its main job is to manage network resources and share
resources for clients. There are many types of servers — file server, mail server, web server etc.
A web server is a World Wide Web server that stores web documents and responds to the requests made by web
browsers. It is a specific protocol type of server, looking only for HTTP requests instead of many different types of
resource requests.
Question 3
1. Equipment/Resource Sharing — High quality printers and photocopiers are often designed to connect
directly to a network and all authorised users can share the equipment. A server is responsible for such a
resource sharing request.
2. Centralised File Saving for Data Sharing — Servers help the user save files to their home directories on the
file server, workers can load their documents on any networked computer.
3. Centralised Virus Scanning — Most file servers run virus scanners constantly to detect and take care of
viruses introduced by any user on any computer.
4. Centralised Backups — High-capacity tape devices in the file server back up all users' work, usually every
night. In case of system failure (or worker failure), lost work can be recovered quickly and easily.
Question 4
Enlist some services provided by a web server.
A web server is completely dedicated to handling requests for webpages. It provides following major services :
1. Serving Web Pages — The primary function of a webserver is to deliver web pages on the request of
clients using the Hypertext Transfer Protocol (HTTP). This means delivery of HTML documents and any
additional content that may be included by a document, such as images, style sheets and scripts.
2. Running Gateway Programs (CGI) and Returning Output — In order to process the requests received, the
webservers need to run special programs called CGI programs which help them fetch the required output as
per the request made by the client.
3. Controlling Access to the Server — A full implementation of HTTP also includes ways of receiving
content from clients. This feature is used for submitting web forms, including uploading of files. 4.
Monitoring and Logging all Access — The web servers also ensure that only authenticated access takes place
and thus they keep running many monitoring programs and keep logging all the activities. 5. Server Side
Scripting — Many generic web servers also support server-side scripting using Active Server Pages (ASP),
PHP, or other scripting languages.
Question 5
1. Apache Webserver
2. Apache Tomcat
3. Webserver IIS
4. The Lighttpd Server
5. Jigsaw web server
6. Sun Java system web server
Question 6
Question 7
It is often the final destination to access and It is normally an entry point or gateway
use the provided specific information. for using the offered web-services.
A website is generally linked to its own Generally linked to many other websites
webpages. that provide these web-services.
Question 8
1. Webhost — A website is physically located on a Webhost. A group of linked webpages qualify to be called
a website only when hosted on a web server. When the user specifies the address of the website, the
webpages are transmitted to the user's computer from a webhost.
2. Address — This is the address (URL) of the website. One needs to put this address into the web browser to
see a website, and the asked site is delivered by the webserver.
3. Homepage — The first page that appears when viewers go to a website is called the Homepage. Home page
is very important as it sets the look and feel of the website and directs viewers to the rest of the pages in
the website.
4. Design — It is the overall look and feel the website has as a result of proper use and integration elements
like navigation menus, graphics, layout etc.
5. Content — All the webpages contained in the website together make up the content of the website. 6. The
Navigation Structure — The navigation structure of a website is the order of the pages, the collection of what
links to what. Usually it is held together by at least one navigation menu.
Question 9
1. Content wise components— Content wise components of a web page are as follows:
i. Hypertext — It refers to a digital text, which is more than just text as it can include information in
various media formats such as text, graphics, sound, images, videos and hyperlinks.
ii. Hyperlink — It refers to a link from a hypertext file to another such file. A hyperlink can be in the
form of a graphic or text, upon clicking where the linked document opens up.
2. Structure wise components— Structure wise components of a web page are as follows: i. Page Title —
This is a single line text which is displayed on the title bar of the browser displaying web page.
ii. Header — This is generally a one or two line text defining the purpose of the web page. It is
displayed at the top of the web page, below the address bar of the browser.
iii. Body of the web page — This is the section below the header of the web page and it contains the
actual content of the web page.
iv. Navigational Links — These are the hyperlinks placed on the web page using which we can move
to the linked web pages/documents.
v. Footer — This is the bottom section of the web page. This is the section where usually the
copyright notice, website contact information, etc. is put.
Question 10
The first page on a website that allows you to navigate to other page via menu system or links, is known as
............... .
1. front page
2. primary page
3. home page
4. first page
5. main page
Answer
home page
Reason — The first page on a website that allows you to navigate to other page via menu system or links, is
known as home page.
Question 11
Discuss the functioning of a web browser and a web server. Also give some examples of web browsers and web
servers.
A World Wide Web client is called a web browser and a World Wide Web server is called a web server. The
functioning of a web browser and a web server is as follows:
1. The user requests a resource by providing the URL, say http://www.edupillar.com/index.htm to the web
browser.
2. The web browser generates HTTP requests which are sent to the web server whose domain name is
www.edupillar.com via the Internet.
3. The web server then fetches the page named index.htm and sends it to the requesting browser.
4. The web browser displays the web page to the user.
Some commonly used web browsers are Google Chrome, Mosaic, Netscape, Internet Explorer, Safari, Opera etc.
Some commonly used web servers are Apache Web Server, Apache Tomcat, Web Server IIS, The Lighttpd Server,
Jigsaw web server, Sun Java system web server etc.
Question 12
What is a web site ? How is it related to a web page and a home page ?
A website is a group of related web pages hosted on a web server and are linked together and share a common
interface and design.
The web pages of a website are linked together through hyperlinks and hypertext, and share a common interface
and design. All these web pages contain information related to the topic of the website.
The first page that appears when viewers go to a website is called the home page. Home page is very important as
it sets the look and feel of the website and directs viewers to the rest of the pages in the website.
Question 13
A blog refers to an online journal where entries are posted and the activity of updating or writing a blog is called
blogging.
1. Whatever we publish is available for everyone to see. If we write a post in anger we might regret later.
2. Personal blogs may be biased or contain inaccurate information.
3. Blogs can be time-consuming. Finding time to write regular updates can become a chore.
4. People may leave rude or inappropriate comments.
5. There are many very dull blogs around. We may have to look at many before we find some worth reading.
Question 14
What do you understand about a (i) Web browser (ii) Web server ?
A web browser is a program that lets us visit different websites on the internet and display their offerings on our
own computer. For example, Google Chrome, Mozilla Firefox, Safari, etc.
A web server is a World Wide Web (WWW) server that stores web documents and responds to the requests made
by web browsers. For example, Apache Webserver, Apache Tomcat, Webserver IIS, etc.
Question 15
Each web page has its own unique address known as ............... .
Question 16
In the given URL, http is the type component which tells the protocol and the type of server in which the file is
located.
Question 17
Answer
In the given URL, www.mycorp.com is the address component which tells the address of the server.
Question 18
Answer
In the given URL, /pr/master.htm is the path component which tells the path of the required resource.
Question 19
http://encycle.msn.com/getinfo/styles.asp
Question 20
What do you understand about protocols ? What roles do various protocols play on the Internet ?
A protocol is a set of rules governing an operation or application. It is usually an agreed upon or standardized
method for transmitting data and/or establishing communications between different devices.
Different protocols play different roles on the Internet. Some examples are as follows:
1. Hypertext Transfer Protocol — HTTP is a system for transferring information over the internet without any
security feature. It is used to send non-sensitive information.
2. Hypertext Transfer Protocol Secure — HTTPS is a system for transferring information with Secure Socket
Layer (SSL) that encrypts and sends information over a secure connection, making it hard to steal. It is
used to send sensitive information.
Question 21
1. www.wordpress.org
2. www.weebly.com
3. www.blogger.com
4. www.tumblr.com
5. www.blogspot.com
Question 1
PJM Bank has a Head Office based in Bangalore and a large number of branches nationwide. The Head Office and
branches communicate using the Internet. Give two features of the Internet.
Answer
1. The Internet has made it possible for people all over the world to effectively and inexpensively
communicate with each other.
2. The Internet serves as a vast repository of information, making it easily accessible to anyone with an
Internet connection.
Question 2
Chirpy Toys is a small company manufacturing soft toys. They have decided that it would be beneficial to the
company to create a website, which would allow customers to order on-line.
(a) Explain how a customer who did not know the company's website address would gain access to the site.
(b) Describe how Chirpy Toys would benefit from the introduction of a website.
(c) Describe how the customers would benefit from the introduction of the website.
(d) Give three disadvantages of using the Internet to purchase goods.
Answer
(a) A customer can use a search engine like Google or Bing to search for "Chirpy Toys". The search results will
likely display the company's website among the top results, allowing the customer to click on the link and access
the site.
(b) Chirpy Toys would get the following benefits from the introduction of a website :
1. Increased Reach — A website would provide Chirpy Toys with a global online presence, allowing them to
reach a wider audience beyond their physical location. Customers from different regions or even countries
can discover and purchase their soft toys.
2. 24/7 Availability — Unlike a physical store, a website can operate round the clock. Customers can access
and make purchases at any time convenient to them, even outside regular business hours. This increases
sales opportunities and customer satisfaction.
3. Cost Efficiency — Setting up and maintaining a website is generally more cost-effective compared to
establishing and operating a physical store. It reduces expenses related to rent, utilities, and staffing
requirements.
4. Enhanced Customer Insights — Through the website Chirpy Toys can gather valuable customer data,
analyze buying patterns, and obtain feedback through online surveys. This information can help them
understand their customers better and make informed business decisions.
(c) The customers would get the following benefits from the introduction of the website:
1. Convenience — Customers can browse and purchase Chirpy Toys' products from the comfort of their own
homes or anywhere with an internet connection. They can shop at their own pace, without the need to visit
a physical store or adhere to specific opening hours.
2. Wide Product Selection — Chirpy Toys can showcase their entire product range on the website, including
new releases and exclusive items. Customers can access a broader selection of soft toys compared to a
physical store with limited shelf space.
3. Enhanced Product Information — The website can provide comprehensive product descriptions, images,
videos and customer reviews, enabling customers to make well-informed purchasing decisions. 4.
Economical — Customers will save time and money by not having to visit the shop in person and still being
able to have a simplified shopping experience.
(d) Three disadvantages of using the Internet to purchase goods are as follows:
1. Lack of Physical Inspection — When purchasing goods online, customers do not have the opportunity to
physically inspect or try out the product before making a purchase.
2. Potential for Fraud and Security Risks — Online shopping involves providing personal and financial
information, which can be vulnerable to hackers if proper security measures are not in place. 3. Delayed
or Inconvenient Delivery — It takes time for the good purchased using the Internet to get delivered to
us. If the product is required urgently then we can't get it through Internet.
Question 3
Simon has a villa, which he rents to holidaymakers. He creates a website to advertise the villa. Simon chooses an
ISP to host his website. The structure of his website is shown below.
(a) State what Simon should have on his homepage to help users navigate his website.
(b) Simon uploads his website files to the ISP host computer.
(ii) Name the Internet service that Simon uses to upload his website files.
(iii) Name the type of data transmission that takes place when his website files are transferred to the host computer
from Simon's computer.
(c) The URL for the Web page which has a map is :
http://www.indiaisp.co.in/simonsvilla/map.html
(d) Simon registers details of his website with a search engine company. State one reason why this will
benefit Simon.
Answer
(a) Simon's website should include the following elements on his home page:
(b)
(i) An ISP (Internet Service Provider) is an organization that provides the facility of availing internet services
against a fee.
(ii) Simon uses FTP service to upload his website files to the ISP host computer.
(iii) The type of data transmission that takes place when Simon's website files are transferred from his computer to
the host computer is known as upload or upstream data transmission.
(c)
(ii) The function of the Domain Name Service is to translate domain names into IP addresses that computers can
understand. DNS acts as a directory that matches human-readable domain names to their corresponding numerical
IP addresses, allowing users to access websites without needing to remember or type in the IP addresses directly.
(d) Registering details of his website with a search engine company will increase the visibility of Simon's website
in search engine results. When people search for relevant keywords or phrases related to villa rentals or holiday
accommodations, Simon's website will have a higher chance of appearing in the search engine's results page.
Question 4
(b) When using the World Wide Web, a user can type in the web address of a page they wish to look at. Suggest
one other way that a user could go to a web page.
Answer
(b) Users can use search engines like Google or Bing to visit web pages. They simply search for keywords or
phrases related to the desired site. The search engine displays relevant results as clickable hyperlinks/URLs. By
clicking on the appropriate hyperlink, the user's web browser opens the desired site.
Question 5
Shashwat accesses a web page which gives tips on how best to play the game.
The URL is :
http://www.granalan.com/tips/faq.html
Answer
(b) The name of the file being accessed in the URL is faq.html.
Internet Services and Mobile Technologies
Objective Type Questions
Answer
1. PC
2. Tablet
3. Smart phone
4. All the above
Answer
1. User name
2. E-mail Recipient
3. Domain name
4. None of these
Answer
Domain name
Reason — In an email address, the characters following '@' character represent the domain name for the
host server.
Answer
edupillar.com
Reason — In an email address, the characters following '@' character represent the domain name for the
host server.
5. ............... field of email-compose box allows to send same message to multiple recipients without getting them
know about other recipients.
1. cc
2. To
3. bcc
4. Message
Answer
Bcc
Reason — bcc stands for Blind Carbon Copy. the bcc field of the email-compose box allows sending the
same message to multiple recipients without letting them know about other recipients.
1. edu
2. com
3. tv
4. Work
Answer
Work
Reason — edu, com and tv are legal domain names of web addresses and they represent educational firms,
commercial firms and television channels respectively.
7. Chatting on Internet is :
Answer
Answer
False
Reason — Chat rooms are not actual rooms but websites or a part of some online services that provide an
online venue for communities of users with a common interest to communicate in real time.
9. To participate in a chat, you must be logged in to the same site and communicate live with others by typing
words on your computer. (T/F)
Answer
True
Reason — To participate in a chat, you must be logged in the same site and communicate live with others
by typing words on your computer.
10. A ............... room or online forum allows users to communicate through typed messages which are displayed
almost instantly.
1. Mail
2. Buddy
3. Chat
4. Message
Answer
Chat
Reason — A chat room or online forum allows users to communicate through typed messages which are
displayed almost instantly.
1. Video Conferencing
2. Telephony
3. Text Phone
4. Chat
Answer
Chat
1. Sending documents
2. Sending bulk data (say over 2GB)
3. Sending attachments
4. Sending messages
Answer
Reason — Email can be used to send documents, attachments and messages. There are limitations on
attachment size imposed by email providers.
13. A two way video phone conversation among multiple participants is called ............... .
1. Video chatting
2. Video talking
3. Video conferencing
4. Video watching
Answer
Video conferencing
Reason — A two way video phone conversation among multiple participants is called Video conferencing.
1. E-mail
2. Telnet
3. CPU
4. Chat
Answer
CPU
Reason — CPU (Central Processing Unit) is a part of the computer and not a feature / service of the web.
E-mail, chat and telnet are features / services of the web.
15. You can use email to send messages but not files across the Internet. (T/F)
Answer
False
Reason — E-mails can be used to send messages as well as files of a limited size.
1. Amazon
2. e-bay
3. twitter
4. Naaptol
Answer
Twitter
Reason — While Amazon, eBay and Naaptol are all e-commerce platforms or online marketplaces, Twitter
is a social media platform primarily focused on micro-blogging and social networking.
Reason — E-learning reduces travel time and travel costs for off-campus students, allows remote learning
facilities and scheduling of class work around work and family.
Answer
19. Out of the following which one is the most used feature of Internet :
1. E-mail
2. FTP
3. Telnet
4. Usenet ?
Answer
Reason — E-mail is the most used feature of Internet as it is publicly used for sending messages.
1. Tickets
2. Hotel rooms
3. Tourist packages
4. All of these
Answer
All of these
Reason — e-Reservation is a process of making reservations of tickets, hotel rooms and tourist packages.
1. e-Commerce
2. e-Shopping
3. e-buying
4. all the above
Answer
e-Shopping
22. Which of the following is the major reason cited for e-Shopping's popularity ?
1. unique offers
2. price
3. impulse
4. Convenience
Answer
Convenience
23. Which of the following is/are immensely popular services of the Internet ?
1. e-commerce
2. blogs
3. social-networking
4. E-shopping
Answer
Social-networking
Answer
Applying for passport online & Enquiring about the status of Aadhaar application
Reason — e-governance refers to the application of electronic means in governance. Since applying for a
passport and enquiring about the status of Aadhaar involves using online services provided by the
government, they are examples of e-governance.
Theoretical Questions
Question 1
Out of the following which one is the most used feature of Internet ?
1. e-mail
2. FTP
3. Telnet
4. Usenet
Answer
E-mail is the most used feature of Internet as it is publicly used for sending messages.
Question 2
What are the two parts of an e-mail address ? Which character is used to separate these two parts ?
Answer
Question 3
Answer
Question 4
Answer
An emoticon is a symbol, most often used in computer-mediated communications.
It is used to represent a facial expression that communicates the emotional state of the sender.
Question 5
Answer
1. Chatting is a web service which requires internet. If we want to chat, we need to log on to a server that
provides chat facility.
2. Chat platforms often rely on instant messaging, where messages are delivered and received instantly. 3.
Being online while chatting allows us to engage in real-time conversations with other users. This allows for
immediate responses and facilitates smooth and dynamic communication.
Question 6
Answer
username@hostname
1. Username — On the left side of @ separator is the user name. A user name can not have blanks. 2.
Domain name for the host server — The portion to the right of @ identifies the server or host or network
that services your e-mail. It is sometimes also called the e-mail server.
Question 7
Explain the structure of an e-mail message. Also differentiate between Cc: and Bcc: fields.
Answer
Question 8
To find out about e-mail address of one of your friends, which utility will you use and how ?
Answer
I can use the website — www.123people to find out about e-mail address of my friend.
Question 9
What do you understand by video conferencing ? What all things must be installed on your computer in order to
have video conferencing ?
Answer
A two-way videophone conversation among multiple participants is called Video Conferencing. The
things that must be installed on a multimedia computer in order to have video conferencing are : 1. a
camera hardware
2. a video compression hardware
3. access to Internet over an ordinary telephone line
4. videophone software
Question 11
Answer
1. It is easier to connect with people from all across the world on social networking site. 2. With social
networking, conducting discussions and collecting views or opinions on anything has become easier.
3. Social networking sites provide interactive involvement with other people.
4. Interactive involvement in online and social networking forums helps in improving the world awareness.
1. Some people with wrong intentions can misuse the personal information posted by innocent users such as
date-of-birth, address, school address, phone numbers etc.
2. Some people with bad intentions use social networking sites for spreading baseless 'facts' resulting in a
complete abuse of the 'freedom of expression'.
3. There are numerous fake user profiles in these sites.
4. With growing use of social networking sites undesirable elements have crept up who resort to needless
bullying, defamation, harmful commenting and pranks and persecute hapless, innocent victims and pages. 5.
In order to fit under peer-pressure, often people lie or put exaggerated information about them. This leads to
consequences born out of jealousy and harmful reactions.
Question 12
Answer
1. Facebook
2. Twitter
3. Reddit
4. LinkedIn
Question 13
What precautions and measures should you take while using web services such as social networks, e-shopping
etc.?
Answer
We should take the following precautions and measures while using web services such as social networks,
e-shopping, etc. :
1. One should carefully upload the contents, pictures, videos etc. as it may also involve others and posting
these may violate other users' privacy.
2. One should deliberately keep away from indulging in illegal and unethical activities like hacking and
posting of threatening online messages.
3. One should treat every other user equal and no less in any way.
4. Any of our action must not hinder in any way the betterment of the society and promoting common good of
the users.
5. One should use strong, unique passwords for each online account to minimize the risk of unauthorized
access.
6. One should review and configure privacy settings on social networks to control the visibility of personal
information.
7. One should be cautious of suspicious emails, messages, or links that may lead to phishing websites.
8. One should regularly update software and devices.
9. Read terms and conditions carefully before signing up or using a web service.
10. One should regularly monitor and review accounts.
Question 14
Answer
Question 15
Answer
Some popular video conferencing software include Skype, Zoom, Google Meet, ooVoo, etc.
Question 16
1. Reduced Overall Cost — It's less expensive to produce. e-training is virtually free once the break-even
point is reached.
2. e-Learning is self-directed and self-paced — Learners control the amount of time they spend on any
particular topic.
3. e-Learning is interactive and hands-on — The use of a variety of multimedia in e-Learning increases
student involvement and reinforces the learning experience.
4. e-Learning is flexible — Learning can take place anytime and anywhere, as long as the necessary
equipment is accessible.
5. Consistent delivery — e-learning eliminates the problems associated with different instructors teaching
slightly different material on the same subject.
6. Easily Manageable — Today's e-learning software allow a group of people to keep track of the course
offerings, schedule and track their progress and results.
Question 17
What is e-reservation ?
Answer
Making reservations of tickets or hotel rooms or tourist packages etc., through Internet is known as e-Reservation
or online reservation.
Question 18
Name some protocols that are used for remote logging on a server.
Answer
Some protocols that are used for remote logging on a server are :
1. Telnet
2. SSH (Secure SHell) Protocol
Question 19
Answer
Question 20
What is the significance of SSH protocol ?
Answer
The traditional Internet protocols like Telnet, FTP, even email, share data/information in unencrypted form over
Internet, which can easily be eavesdropped. Since the data is unencrypted, it is unsecure and hence any hacker can
easily grab that data such as username and password, other data shared etc.
On the other hand, if we use SSH, it secures our data by creating a secure connection with encrypted data. This
ensures that only the client and the server will have access to actual data.
Question 21
Answer
1. SMS (Short Message Service) — It is also commonly referred to as a "text message". With an SMS, one
can send a message of up to 160 characters to another mobile device. Most cell phones support this type of
text messaging.
2. MMS (Multimedia Messaging Service) — It is a standard way to send messages that include multimedia
content (such as pictures, video, or audio content) to and from mobile phones.
3. 3G (Third Generation) — It enabled wireless devices to operate at speeds which made web browsing a
more enjoyable experience on mobile devices.
4. 4G (Fourth Generation) — 4G is the next generation of mobile technologies with enhanced download and
upload speeds, and better connectivity. A 4G network offers peak data rates of at least 100 megabits per
second for high mobility communication.
5. 5G (Fifth Generation) — 5G enables a new kind of network that is designed to connect virtually everyone
and everything together including machines, objects, and devices.
Question 22
Answer
SMS (Short Message Service) lets us send only short text messages of up to 160 characters over mobile
phones. SMS cannot include pictures, video or audio content.
MMS (Multimedia Messaging Service) is a standard way to send messages that include multimedia content to and
from mobile phones. MMS can include various types of media in it, such as pictures, video, or audio content.
Question 23
Answer
A 3G network can produce a download data rates of upto 384 kbps under normal conditions and up to 2 Mbps in
some instances while a 4G network offers peak data rates of at least 100 megabits per second for high mobility
communication (users in cars, trains, etc.) and at least 1 Gigabit per second for low mobility communication
(pedestrians and stationary users).
Question 24
A mobile phone, though supports a 4G service, is receiving only 3G. What could be the reason ?
Answer
The reason could be the network coverage. The network in area might be 3G only and 4G coverage might not be
available there. Hence, even though the mobile phone supports 4G service, it will only receive 3G.
Question 25
Answer
Telnet is an Internet utility that lets us log onto remote computer systems.
Question 26
Answer
SFTP (Secure File Transfer Protocol) is called a secure protocol for file transfer as it takes the following measures
to ensure data safety :
1. SFTP requires that the client user must be authenticated by the server and the data transfer must take place
over a secure channel (SSH).
2. All data is encrypted before being sent across the network.
3. SFTP encrypts both commands and data providing effective protection against common network security
risks.
Question 27
Answer
SSH (Secure SHell) is remote logging protocol that logs into remote machine via a shell where all data between
the client and server is encrypted.
The SSH protocol ensures security shell using other protocols like SCP and SFTP. The SCP (Secure Copy)
protocol allows transmission of files from one machine to another over Internet with the encryption benefits of
SSH. Similarly, SFTP (Secure File Transfer Protocol) is a secure protocol for file transfer and it ensures security of
data based on the SSH protocol.
Question 1
1. forwarding
2. replying
3. mailing
4. attaching
Answer
forwarding
Reason — A received message can be sent on to other e-mail addresses by using the 'Forward' option.
Question 2
PJM Bank has a Head Office based in Bangalore and a large number of branches nationwide. The Head Office
uses video conferencing to communicate with the branch managers.
(a) Identify the requirements to be fulfilled by each branch for video conferencing.
(c) Describe three problems that may occur when using video conferencing.
Answer
(a) For video conferencing, each branch should fulfill the following requirements :
1. Multimedia PCs
2. Video Cameras
3. Microphones
4. Internet connection
5. Video conferencing software
1. Cost and time savings — It reduces travel expenses for the bank and saves valuable time for the branch
managers by reducing the need to travel to the head office for meetings.
2. Enhanced communication and collaboration — It improves communication and collaboration resulting in
faster decision-making.
3. Increased efficiency and productivity — It enables sharing documents and presentations during meetings
making it easier to provide updates, have real-time discussions and conduct training sessions for branch
managers and staff.
(c) Three problems that may occur when using video conferencing are:
1. Technical difficulties — Video conferencing relies heavily on technology, and technical issues like poor
internet connection, poor quality video camera or microphone, etc. can disrupt or degrade the quality of
meetings.
2. Distractions and multitasking — Participants in video conferences may face distractions from their
immediate environment, such as noise, interruptions, or personal devices.
3. Lack of non-verbal cues — The video camera might not be able to see all parts of the room at the same
time leading to potential misunderstandings or misinterpretations during discussions.
Question 3
(a) Give two ways, other than video conferencing, in which branches are able to communicate. Give one advantage
for each.
(b) There has been a large increase in the number of customers who use the Internet banking facilities offered by
PJM Bank. Give, two reasons why customers choose to use Internet banking.
Answer
(a) Two ways, other than video conferencing, in which branches can communicate are:
S. Method Advantage
N
o.
1. E-mail Emails can be sent and read at different times, allowing flexibility for recipients
to respond when convenient.
(b) Two reasons that customers choose to use Internet banking are:
1. Customers don't need to visit the branch. It saves their time and travel cost.
2. Customers can do their banking transaction at anytime as per their convenience without being restricted by
the business hours of the bank.
Question 4
(b) Juhi is researching Indian freedom struggle history on the Internet. She uses a search engine to help her.
1. The computer sometimes takes a long time to respond when Juhi enters a question into the search engine.
Give two reasons why this might happen.
2. The search engine returned a large number of links when she entered 'Gandhi'. Give two things Juhi can do
to reduce the number of links.
Answer
1. To send mail to her sister, Juhi needs to first log in to her e-mail account and then follow these steps :
Step 1 — Click on Compose button to compose a new mail message.
Step 2 — In the Compose Message window, type the e-mail address of her sister in the To
field. Step 3 — Fill in the subject of the message in the Subject field.
Step 4 — Click on the Attach a file link below Subject box. Browse through the computer and select the
photograph to be sent. Then click on Open.
Step 5 — Write the message in the box designated for it.
Step 6 — Click on Send button.
2. Juhi can send the following types of files through e-mail:
i. Documents — This includes files in formats such as DOCX (Microsoft Word), PDF (Portable
Document Format), XLSX (Microsoft Excel), PPTX (Microsoft PowerPoint), and TXT (plain text
files).
ii. Images — Popular image formats like JPEG, PNG, GIF, and BMP can be attached to emails. These
files can include digital photos, illustrations, or graphics.
iii. Audio files — Formats like MP3, WAV, and AAC can be sent as email attachments. These files can
include music, sound effects, or voice recordings.
iv. Video files — Common video file formats such as MP4, AVI, MOV, and WMV can be attached to
emails. These files can include recorded videos or video clips.
v. Compressed files — Archives or compressed files, like ZIP or RAR, can be sent as email
attachments. These files are used to combine multiple files into a single compressed file for easier
sharing.
vi. Presentations — Presentation files, such as PPTX (PowerPoint) or Keynote files, can be sent via
email.
vii. Spreadsheets — Spreadsheet files, like XLSX (Excel) or CSV (Comma-Separated Values), can be
attached to emails.
(b) Juhi is using a search engine to research Indian freedom struggle history :
Question 5
Swirlpool is a company that sells washing machines from its website. Sophie buys a washing machine from the
Swirlpool website.
(c) Swirlpool encourages its employees to study online and enhance their skills. What is the term that describes
this form of learning ?
Answer
(b) e-shopping is very convenient for the customers. They don't have to visit the shops. They can shop from
anywhere which saves their time and travel cost.
Question 1(a)
Answer
The term "Downloading from Internet" means the process of transferring files from a net server onto one's local
machine.
Question 1(b)
(i) WWW
(ii) FTP.
Answer
Question 1(c)
Answer
Chat is online textual conversation wherein the message typed by the sender is instantly made available to the
recipient and vice versa.
Question 2(a)
Answer
A website is a group of related web pages hosted on a web server and are linked together and share a common
interface and design.
Question 2(b)
Answer
Telnet is an Internet utility that lets us log onto remote computer systems. It has been used by people who have
logins on remote systems and want to do serious work there.
Question 2(c)
Answer
1. www.google.com
2. www.bing.com
Question 2(d)
Answer
A two-way videophone conversation among multiple participants by using computer networks to transmit audio
and video data, is called Video Conferencing.
Question 2(e)
Identify web addresses and e-mail addresses from the following :
(i) www.kool.com
(ii) [email protected]
(iii) www.hotspider.co.in
(iv) [email protected]
Answer
1. www.kool.com
2. www.hotspider.co.in
1. [email protected]
2. [email protected]
Reason — e-mail address has a username (Raga100 and 123hotshot), @ symbol followed by the domain name of
the host server (rediffmail.com and elixir.co.in).
Question 3(a)
Answer
A web server is a World Wide Web server that stores web documents and responds to the http requests made by
web browsers.
Question 3(b)
Answer
Question 3(c)
Answer
Remote Login is a process in which a user can login on to a remote computer and use services that are available on
the remote computer.
Question 3(d)
Answer
1. www.gmail.com
2. www.rediffmail.com
Question 3(e)
Answer
Uploading a file on internet means to copy a file from the local computer to a server location.
Question 3(f)
Answer
Chat rooms are websites or a part of some online services that provide an online venue for communities of users
with a common interest to communicate in real time.
Question 3(g)
(ii) [email protected]
(iii) www.countrywide.co.in
(iv) [email protected]
Answer
1. www.scrapbook.com
2. www.countrywide.co.in
1. [email protected]
2. [email protected]
Reason — e-mail address has a username (aba and 123), @ symbol followed by the domain name of the host
server (scrapbook.com and hotshot.co.in).
Question 4(a)
Answer
Question 4(b)
What happens when you click on the Back command on the Web Browser ?
Answer
Back command causes the web browser to move back one page in the session history.
Question 4(c)
What is MODEM ?
Answer
A modulator-demodulator or modem is a computer hardware device that converts data from a digital format into a
format suitable for an analog transmission medium such as telephone or radio and vice versa.
Question 4(d)
1. Username — On the left side of @ operator is the username. Here the username is 'aman123'. 2. Domain
name for the host server — The portion to the right of @ identifies the server or host or network that
services our e-mail. The domain name of the host server is 'gmail.com'.
Question 4(e)
Answer
A protocol is a set of rules governing an operation or application. It is usually an agreed upon or standardized
method for transmitting data and/or establishing communications between different devices.
Question 4(f)
Expand the terms :
(i) HTTP
(ii) FTP
Answer
Question 5(a)
How one can move from one web page to another on a web site ?
Answer
One can move from one web page to another on a web site by clicking on hypertext or hyperlinks provided within
the webpage for navigation purposes.
Question 5(b)
Answer
The first page that appears when viewers go to a website is called the Homepage.
Answer
HyperText Transfer Protocol is a set of rules for transferring hypertext — text, graphic, image, sound, video etc.,
on World Wide Web.
It is the primary access method used for interacting with Internet. The http is responsible for accessing hypertext
documents on world wide web.
Question 5(d)
Answer
A search engine is a program that searches through a database of web pages for a particular information. We
provide keywords to a search engine. The search engine searches the given keywords on the web and provides
details.
Question 5(e)
Answer
The "Back" button causes the web browser to move back one page in the session history.
Question 5(f)
Answer
FTP Remote Login
Question 5(g)
Answer
When we need a file which is located on the server, we have to download the file that means a transmission of the
file from the server to the local computer. For example, when we make a reservation for a seat of the train, we
download the train ticket from the server to our computer and get a printout of the ticket.
Similarly, if we want to share some content (file, picture, video etc.) and we want it to be visible online, we have to
upload that content on the Internet i.e., a transmission of the file from our computer to the server. For example,
uploading a picture on our social media account.
Question 6(a)
Answer
An ISP (Internet Service Provider) is an organisation that provides the facility of availing internet services against
a fee.
Question 6(b)
What happens on clicking the Refresh / Reload command on the Web Browser ?
Answer
Refresh command is used to ask the web browser to send the most updated version of the current web page.
Question 6(c)
Answer
Web address e-mail address
A web address never has an "@" symbol. An e-mail address always contains "@" symbol.
For example, [email protected],
[email protected], etc.
For example, www.google.co.in,
www.wikipedia.com etc.
Question 6(d)
Expand :
(i) HTML
(ii) HTTP
(iii) TCP/IP
(iv) URL
Answer
Question 6(e)
Answer
When we need a file which is located on the server, we have to download the file that means a transmission of the
file from the server to the local computer. For example, when we make a reservation for a seat of the train, we
download the train ticket from the server to our computer and get a printout of the ticket.
Similarly, if we want to share some content (file, picture, video etc.) and we want it to be visible online, we have to
upload that content on the Internet i.e., a transmission of the file from our computer to the server. For example,
uploading a picture on our social media account.
Question 7(a)
Answer
1. It is cheaper.
2. An e-mail is faster.
3. It saves paper and reduces waste.
4. It is easy to use.
5. A record is maintained of all the e-mails sent and received.
6. It is flexible as the recepient can respond at his convenience.
7. It is available 24 hours a day 7 days a week.
Question 7(b)
We use a Web Browser to navigate the World Wide Web (WWW), view websites and interact with various online
content and services.
Question 7(c)
(i) URL
(ii) FTP
Answer
Question 7(d)
Answer
Telnet is an Internet utility that lets us log onto remote computer systems. It has been used by people who have
logins on remote systems and want to do serious work there.
Question 7(e)
Answer
A web server is a World Wide Web server that stores web documents and responds to the http requests made by
web browsers.
Question 7(f)
What do you understand by uploading a file ? Name software used for it.
Answer
Uploading a file refers to the process of transferring the file from one's local computer to a net server.
Question 7(g)
Answer
(i) A two-way videophone conversation among multiple participants by using computer networks to transmit audio
and video data, is called Video Conferencing.
(ii) A search engine is a program that searches through a database of web pages for a particular information.