Top 150+ Solved Linux Programming MCQ Questions Answer
Q. What protocol(s) is (are) allowed a user to retrieve her/his mail from the mail server to her/his mail reader?
a. POP3
b. FTP
c. MAP
d. All of the above
Q. The 32-bit internet address 10000000 00001010 00000010 00011110 will be written in dotted decimal notation as
a. 128.10.2.30
b. 210.20.2.64
c. 164.100.9.61
d. 148.20.2.30
Q. Which class network is used for a collection of a small number of networks with a largenumber of nodes?
a. Class A
b. Class B
c. Class C
d. All of the above
Q. What type of addressing format is used by Class A network?
a. Net.Net.Net.Node
b. Net.Net.Node.Node
c. Net.Node.Net.Node
d. Net.Node.Node.Node
Q. Communication using UDP is usually____________.
a. connectionless,iterative
b. connectionless,concurrent
c. connection-oriented,iterative
d. connection-oriented,concurrent
Q. Communication using TCP is usually____________.
a. connectionless,iterative
b. connectionless,concurrent
c. connection-oriented,iterative
d. connection-oriented,concurrent
Q. An interface is a set of ___________ designed to facilitate interaction between two entities
a. programs
b. instructions
c. rules
d. none of these
Q. If a signal is received by a process, when will it be processed?
a. It is processed immediately
b. It is processed when process is switching to kernel mode
c. It is processed in the next time slice given to the process
d. all