Read and download free pdf of CBSE Class 10 Computer Science Internet Protocols. Students and teachers of Class 10 Computers can get free printable Worksheets for Class 10 Computers Internet Protocols in PDF format prepared as per the latest syllabus and examination pattern in your schools. Class 10 students should practice questions and answers given here for Computers in Class 10 which will help them to improve your knowledge of all important chapters and its topics. Students should also download free pdf of Class 10 Computers Worksheets prepared by teachers as per the latest Computers books and syllabus issued this academic year and solve important problems with solutions on daily basis to get more score in school exams and tests
Worksheet for Class 10 Computers Internet Protocols
Class 10 Computers students should refer to the following printable worksheet in Pdf for Internet Protocols in Class 10. This test paper with questions and answers for Class 10 will be very useful for exams and help you to score good marks
Class 10 Computers Worksheet for Internet Protocols
Objective Type Questions
Choose the correct alternative.
Question. OPP3 stands for:
(a) Post Office Packet 3
(b) Post Office Protocol 3
(c) Post Office Period 3
(d) Post Office Point 3
Answer : B
Question. What is the secured version of File Transfer Protocol ?
(a) EFTP
(b) SETP
(c) SMTP
(d) EMTP
Answer : B
Question. The program logging into and executing commands on a remote machine is:
(a) SSH
(b) PPP
(c) SMPT
(d) POP3
Answer : A
Question. The prosses of exchanging data packets is called:
(a) Packet Switching
(b) Packet Sharing
(c) Packet Charging
(d) Packet Snatching
Answer : A
Question. The short form the Telecommunication Network is:
(a) Telnet
(b) TN
(c) TNT
(d) Telnet
Answer : D
State whether these statement are True or False.
Question. Telnet is an internet service.
Answer : True
Question. SFTP is secure version of FTP.
Answer : True
Question. FTP is used to access file from websites.
Answer : True
Question. Telnet helps us to access email from anywhere in the world?
Answer : False
Question. TCP/IP is a part of IP Suite.
Answer : False
Question. HTTP address is used for sites holding band details.
Answer : False
Question. Telnet is a telephone service.
Answer : False
Question. Interchange of data packets is also called Packet Switching ?
Answer : True
Question. Telnet used public key to authenticate the source of the data?
Answer : False
Fill in the blanks
Question. ……….. establish how to computers send and receive a message.
Answer : protocols
Question. FTP is used to transfer …………… files.
Answer : large
Question. ………….. address is web secure address.
Answer : https
Question. FTP is a widely used network protocol for transferring files between computers over a ……….. based network, such as the internet.
Answer : TCP/IP
Question. ………. Is a set of protocols that enables people to have voice conversations over internet.
Answer : VoIP
Question. HTTP is a TCP/IP based ……… protocol.
Answer : communication
Very Short Answer Type Questions
Question. Expand the following abbreviations:
FTP, TCP, SMTP, VoIP
Answer : FTP: file transfer protocol
TCP: transmission control protocol
SMTP: simple mail transfer protocol
VoIP: voice over internet protocol
Question. Reehan says that the following numbers indicate an address:
Answer : the above address 208,77,188,166 is known as IP address.
Question. Neha wants to upload hypertext document on the internet. Write the name of protocol, which will let her do the same.
Answer : HTTP.
Question. What is SIP?
Answer : session initiation protocol (SIP) is an IP protocol used to establish, modify and terminate VoIP telephone calls.
Question. what is gopher?
Answer : a menu driven system which enables the user to navigate within the internet information resources.
Question. What is HTTPS?
Answer : HTTPS is Hyper Text Transfer Protocol Secure. It means all communications between the browser
and the website are encrypted. HTTPS is used in online banking and online shopping order forms.
Question. Riya wats to transfer files over the internet. Her friend told her that some protocol is used to transfer files over the internet. Now Riya wants to know about protocol. Can you tell her?
Answer : yes, FTP (file transfer protocol) is used to transfer files over the internet.
Question. Neha wants to upload and download files from to a remote internal server. Write the name of the relevant communication protocol, which will let her do the same.
Answer : FTP.
Question. expand SMTP.
Answer : simple mail transfer protocol.
Question. what is the purpose of telnet?
Answer : telnet is an internet facility that facilitates remote login.
Short Answer Type Questions
Question. What is protocol independence?
Answer : All protocol share the same physical cabling which allows multiple protocols to peacefully coexist over the network. So common hardware can be used for a variety of protocols. This concept is known as protocol independence.
Question. explain telnet with its advantage.
Answer : telnet is a network protocol which allows the user to get connected to other hosts via remote login. telnet remote login is widely sed for file sharing.
One can then easily browse the host’s machine and can download or upload files from/to the host. It works on a standard port number – 23. telnet allows the user to get access to any remote host machine through remote login.
Using this protocol, one can access the remote computer as his/her own computer.
The main advantage of using telnet is that the user can make changes related to system which is not possible in any other method. All type of resourcescan be shared.
Question. what is the difference between TCP and IP?
Answer : TCP breaks the data into packets that the network can handle while IP handles the address part and makes sure the packet reaches to the right destination.
Question. differentiate between SFTP and SCP.
Answer : the basic difference between SFTP and SCP is SFTP works on interactive mode while SCP works on non-interactive mode. Using SFTP, the user can access remote file system i.e., creating, deleting and listing files whereas, SCP is used only for transferring file.
Question. what are the differences between POP3 and IMAP Mail server?
Answer : IMAP is a standard protocol for accessing e-mail from a local server. A simpler e-mail protocol is post office protocol version 3 (POP3) which download mail to the computer and does not maintain the mail on the server.
In IMAP, e-mails are stored on the server, while in POP3, the messages are transferred to the client’s computer when they are read.
Question. differentiate between SSH and telnet.
Answer : SSH offers security mechanisms that protect the users against anyone with malicious intent while telnet has no security measures.
SSH uses encryptions to make it harder for the other person to sniff the password and other relevant information while in telnet, the data is encrypted in plain text, including passwords and can be easily sniffed by others.
SSH uses public key to authenticate the source of the data while telnet does not use any authentication.
SSH adds a bit more overhead to the bandwidth compared to telnet.
Question. what is SSH?
Answer : the secure shell (SSH) is protocol for secure remote login from one computer to another. It allows using several alternative options for strong authentication, and protects the communications, security and integrity with strong encryption.
Question. enlist the difference between FTP and TELNET.
Answer : (write in table)
TELNET stands for TELecommunication NETwork. FTP stands for file transfer protocol.
TELNET is also used for chat operation. FTP is used for downloading the files.
The port number in which FTP is work is 20 and 21.
TELNET uses only one connection.
FTP establish tow connections, one is for control command and another is for data transfer.
Remote login is necessary in TELNET.
Remote login does not necessary in FTP.
In does not provide high security, it provides only general security. It provides high security than TELNET.
It is used for transferring the files from one system to another system.
It is a connection oriented protocol.
It is also a connection oriented protocol.
Question. what is SCP?
Answer : SCP stands for secure copy protocol, which means the user can copy files across SSH connection.
That connection will be securely encrypted. It is a very secure way to copy files between computers.
Question. what is FTP?
Answer : file transfer protocol (FTP) is a standard internet protocol for transmitting files between computers on the internet. FTP is commonly used to transfer web page files from their creator to the computer that acts as their server for everyone on the internet. It is also commonly used to download programs and other files to your computer from other servers.
Question. What is ICMP?
Answer : ICMP is internet control message protocol, a network layer protocol used by hosts and gateways to send notifications of packets to the sender. If uses echo test whether a destination is reachable. It also handles control and error messages.
Question. what is a network protocol?
Answer : a network protocol is a set of rules for communication among networked devise. Protocol generally include rules of how and when a device can send or receive the data, how is the send data packaged, and how it reached its destination.
Question. what is the difference between HTTP and HTTPS?
Answer : write any two difference:
Question. what is PPP?
Answer : PPP (point to point protocol) comes into play when we establish a connection to our ISP (internet service provider) via a modem and we make up tow points on the network hence the protocol that is used to get things happening between the two of us is the point to point protocol or the PPP.
Long Answer Type Questions
Question. Write short notes on
(a) SSH
(b) SCP
Answer : (a) SSH. the secure shell (SSH) is protocol for secure remote login from one computer to another. It allows using several alternative options for strong authentication, and protects the communications, security and integrity with strong encryption.
(b) SCP. SCP stands for secure copy protocol, which means the user can copy files across SSH connection.
That connection will be securely encrypted. It is a very secure way to copy files between computers.
Question. Write short notes on
(a) FTP
(b) TELNET
Answer : (a) FTP. file transfer protocol (FTP) is a standard internet protocol for transmitting files between computers on the internet. FTP is commonly used to transfer web page files from their creator to the computer that acts as their server for everyone on the internet. It is also commonly used to download programs and other files to your computer from other servers.
TELNET. telnet is a network protocol which allows the user to get connected to other hosts via remote login. telnet remote login is widely sed for file sharing.
One can then easily browse the host’s machine and can download or upload files from/to the host. It works on a standard port number – 23. telnet allows the user to get access to any remote host machine through remote login.
Using this protocol, one can access the remote computer as his/her own computer.
The main advantage of using telnet is that the user can make changes related to system which is not possible in any other method. All type of resources can be shared.
Question. write a short note on TCP/IP.
Answer : TCP/IP stands for transmission control protocol/internet protocol.
TCP/IP is a set of rules (protocols) governing communications among all computers on the internet.
More specifically, TCP/IP dictates how information should be packaged (turned into bundles of information called packets), sent, and received, as well as how to get to its destination. TCP/IP is a combination of two separate protocols. TCP (transmission control protocol) and IP (internet Protocol).
The internet protocol standard dictates the logistics of packets sent out over networks, it tells packets where to go and how to get there.
The transmission control protocol is responsible for ensuring the reliable transmission for ensuring the reliable transmission of data across internet-connected networks. TCP checks packets for errors and submits requests for re. transmissions If any are found.
CBSE Class 10 Computer Science Internet Basics Worksheet |
CBSE Class 10 Computer Science Internet Services and Mobile Technologies Worksheet |
CBSE Class 10 Computer Science Working with Tables in HTML Worksheet |
CBSE Class 10 Computer Science Links and CSS in HTML Worksheet |
CBSE Class 10 Computer Science HTML Worksheet |
CBSE Class 10 Information Technology Worksheet |
Worksheet for CBSE Computers Class 10 Internet Protocols
We hope students liked the above worksheet for Internet Protocols designed as per the latest syllabus for Class 10 Computers released by CBSE. Students of Class 10 should download in Pdf format and practice the questions and solutions given in the above worksheet for Class 10 Computers on a daily basis. All the latest worksheets with answers have been developed for Computers by referring to the most important and regularly asked topics that the students should learn and practice to get better scores in their class tests and examinations. Expert teachers of studiestoday have referred to the NCERT book for Class 10 Computers to develop the Computers Class 10 worksheet. After solving the questions given in the worksheet which have been developed as per the latest course books also refer to the NCERT solutions for Class 10 Computers designed by our teachers. We have also provided a lot of MCQ questions for Class 10 Computers in the worksheet so that you can solve questions relating to all topics given in each chapter.
You can download the CBSE Printable worksheets for Class 10 Computers Internet Protocols for latest session from StudiesToday.com
There is no charge for the Printable worksheets for Class 10 CBSE Computers Internet Protocols you can download everything free
Yes, studiestoday.com provides all latest NCERT Internet Protocols Class 10 Computers test sheets with answers based on the latest books for the current academic session
CBSE Class 10 Computers Internet Protocols worksheets cover all topics as per the latest syllabus for current academic year.
Regular practice with Class 10 Computers worksheets can help you understand all concepts better, you can identify weak areas, and improve your speed and accuracy.