Question
What is VoIP?  

Answer

Voice over Internet Protocol: It is a communication protocol and transmission technology for delivery of voice communications and multimedia sessions over Internet Protocol (IP) networks, such as the Internet. Also, we can say, VoIP are IP telephony, Internet Telephony, Internet telephony and broadband telephony.

Need a full question paper?

Generate a complete, print-ready paper with questions like this in minutes — across 16+ boards, with answer keys.

Start Generating Free

Similar questions

Which of the following crime(s) is/are covered under cybercrime? [Delhi 2013]

(a) Stealing brand new hard disk from a shop

(b) Getting into unknown person’s social networking account and start messaging on his behalf.

(c) Copying some important data from a computer without taking permission from the owner of the data.

Input principal and time. Then calculate simple interest. If time is more than 10 years, calculate the simple interest at rate of 8% p.a. Otherwise calculate it at rate of 12% p.a.
Write a python program using recursive function to search an element in a list using Binary search technique. 
A company has three departments namely Administrative, Sales and Production. Out of telephone cable, Optical Fibre, Ethernet Cable, which communication medium is best for high speed communication between departments?
What is the importance of a Primary Key in a table? Explain with a suitable example.
Differentiate between the terms primary key and alternate key.
Write definition of a Method COUNTNOW(PLACES) to find and display those place names, in which there are more than 5 characters.

For example:If the list PLACES contains [''DELHI'', ''LONDON'', ''PARIS'', ''NEW YORK'', ''DUBAI'']The following should get displayedLONDONNEW YORK

Consider the following table HOSPITAL.

Table: HOSPITAL

PNo Name Age Department DateofAdm Charges Sex
1 Mayank 65 Surgery 23/02/2018 600 M
2 Babita 24 ENT 01/01/2019 400 F
3 Kashish 45 Orthopaedic 19/12/2018 400 M
4 Tarun 12 Surgery 01/10/2018 600 M
5 Manisha 36 ENT 12/01/2018 400 F
6 Imran 16 ENT 24/02/2018 400 M
7 Ankita NULL Cardiology 20/08/2018 800 F
8 Zoya 45 Gynecology 22/02/2018 500 F
9 Kush 19 Cardiology 13/01/2019 800 M
10 Shalini 31 Medicine 19/02/2018 300 F

Note: PNo is the primary key in the above table.

Write SQL commands for the statements (a) to (g) on the table HOSPITAL.
(a) To display the details of all the patients whose name starts with the alphabet ‘Z’.
(b) To change the age of the patient Kush to 20.
(c) To increase the charges of all the patients by 5%.
(d) To remove the record of the patient whose Name is Tarun.
(e) To add another column DocName(Doctor Name) of the type varchar in the above table.
(f) To display patient detail whose age is missing(null).
(g) To decrease the charges by 5% of all the patients admitted to the ENT department.

Name one client side scripting language and one server side scripting language. 
How can we sort the DataFrame?