InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 101. |
Typically the TCP port used by SMTP is _________(a) 25(b) 35(c) 50(d) 15The question was posed to me by my school teacher while I was bunking the class.I want to ask this question from SMTP topic in section Application Layer of Computer Network |
|
Answer» The CORRECT choice is (a) 25 |
|
| 102. |
Internet mail places each object in _________(a) Separate messages for each object(b) One message(c) Varies with number of objects(d) Multiple messages for each objectI had been asked this question in a job interview.Enquiry is from SMTP topic in portion Application Layer of Computer Network |
|
Answer» RIGHT OPTION is (b) One MESSAGE Explanation: It places all objects into one message as it wouldn’t be efficient enough if there are different messages for each OBJECT. The objects include the text and all the MULTIMEDIA to be sent. |
|
| 103. |
Choose the statement which is wrong incase of SMTP?(a) It requires message to be in 7bit ASCII format(b) It is a pull protocol(c) It transfers files from one mail server to another mail server(d) SMTP is responsible for the transmission of the mail through the internetI got this question in an internship interview.My enquiry is from SMTP topic in division Application Layer of Computer Network |
|
Answer» Correct OPTION is (b) It is a pull PROTOCOL |
|
| 104. |
The underlying Transport layer protocol used by SMTP is ________(a) TCP(b) UDP(c) Either TCP or UDP(d) IMAPI had been asked this question in an international level competition.Asked question is from SMTP in division Application Layer of Computer Network |
|
Answer» Right option is (a) TCP |
|
| 105. |
In SMTP, the command to write receiver’s mail address is written with the command _______(a) SEND TO(b) RCPT TO(c) MAIL TO(d) RCVR TOThis question was addressed to me in unit test.Question is taken from SMTP topic in portion Application Layer of Computer Network |
|
Answer» CORRECT choice is (b) RCPT TO For explanation: RCPT TO command is followed by the recipient’s mail address to specify where or to whom the mail is going to through the internet. If there is more than one receiver, the command is REPEATED for each address continually. |
|
| 106. |
Expansion of SMTP is ________(a) Simple Message Transfer Protocol(b) Simple Mail Transmission Protocol(c) Simple Message Transmission ProtocolI had been asked this question during an interview.This intriguing question comes from SMTP in portion Application Layer of Computer Network |
|
Answer» Correct choice is (a) SIMPLE MESSAGE Transfer PROTOCOL |
|
| 107. |
If you have to send multimedia data over SMTP it has to be encoded into _______(a) Binary(b) Signal(c) ASCII(d) HashI have been asked this question during a job interview.My enquiry is from SMTP in portion Application Layer of Computer Network |
|
Answer» Right option is (c) ASCII |
|
| 108. |
When the mail server sends mail to other mail servers it becomes ____________(a) SMTP server(b) SMTP client(c) Peer(d) MasterThis question was addressed to me in homework.This is a very interesting question from SMTP in portion Application Layer of Computer Network |
|
Answer» Right option is (b) SMTP client |
|
| 109. |
The password is sent to the server using ________ command.(a) PASSWD(b) PASS(c) PASSWORD(d) PWORDThe question was posed to me in an online quiz.I want to ask this question from FTP topic in division Application Layer of Computer Network |
|
Answer» Right option is (b) PASS |
|
| 110. |
The data transfer mode of FTP, in which all the fragmenting has to be done by TCP is ________(a) Stream mode(b) Block mode(c) Compressed mode(d) Message modeI had been asked this question in an online quiz.I'd like to ask this question from FTP in chapter Application Layer of Computer Network |
|
Answer» RIGHT answer is (a) Stream mode Easy explanation: Stream mode is the default mode of FTP, in which the TCP transforms/fragments the data into segments, and then after the transmission is completed, CONVERTS it back to stream of BYTES. |
|
| 111. |
Find the FTP reply whose message is wrongly matched.(a) 331 – Username OK, password required(b) 425 – Can’t open data connection(c) 452 – Error writing file(d) 452 – Can’t open data connectionThis question was addressed to me during an internship interview.My doubt is from FTP in division Application Layer of Computer Network |
|
Answer» The CORRECT option is (d) 452 – Can’t open data CONNECTION |
|
| 112. |
The commands, from client to server, and replies, from server to client, are sent across the control connection in ________ bit ASCII format.(a) 8(b) 7(c) 3(d) 5The question was posed to me during an internship interview.I'd like to ask this question from FTP topic in portion Application Layer of Computer Network |
|
Answer» RIGHT choice is (b) 7 The explanation is: FTP was designed to transmit COMMANDS only in ENGLISH characters that are POSSIBLE with just 7 bits in ASCII. Even the media has to be converted to ASCII before transmission. |
|
| 113. |
FTP server _____________(a) Maintains state information(b) Is stateless(c) Has single TCP connection for a file transfer(d) Has UDP connection for file transferI got this question in examination.The question is from FTP topic in portion Application Layer of Computer Network |
|
Answer» The correct option is (a) Maintains STATE INFORMATION |
|
| 114. |
If 5 files are transferred from server A to client B in the same session. The number of TCP connections between A and B is _______(a) 5(b) 10(c) 2(d) 6This question was posed to me in examination.I'm obligated to ask this question of FTP in chapter Application Layer of Computer Network |
|
Answer» Correct answer is (d) 6 |
|
| 115. |
Identify the incorrect statement regarding FTP.(a) FTP stands for File Transfer Protocol(b) FTP uses two parallel TCP connections(c) FTP sends its control information in-band(d) FTP sends exactly one file over the data connectionThe question was asked by my college professor while I was bunking the class.This intriguing question originated from FTP topic in division Application Layer of Computer Network |
|
Answer» Right OPTION is (c) FTP SENDS its control information in-band |
|
| 116. |
FTP uses _________ parallel TCP connections to transfer a file.(a) 1(b) 2(c) 3(d) 4I got this question during an online exam.My question comes from FTP in chapter Application Layer of Computer Network |
|
Answer» The correct choice is (b) 2 |
|
| 117. |
FTP is built on _____ architecture.(a) Client-server(b) P2P(c) Data centric(d) Service orientedI had been asked this question in my homework.My question is taken from FTP topic in division Application Layer of Computer Network |
|
Answer» Right option is (a) Client-SERVER |
|
| 118. |
Expansion of FTP is __________(a) Fine Transfer Protocol(b) File Transfer Protocol(c) First Transfer Protocol(d) Fast Transfer ProtocolThis question was posed to me in an interview for job.I want to ask this question from FTP topic in section Application Layer of Computer Network |
|
Answer» The CORRECT option is (b) File Transfer Protocol |
|
| 119. |
In File Transfer Protocol, data transfer cannot be done in ___________(a) stream mode(b) block mode(c) compressed mode(d) message modeThe question was asked in final exam.This intriguing question comes from HTTP & FTP in section Application Layer of Computer Network |
|
Answer» Correct option is (d) message mode |
|
| 120. |
The File Transfer Protocol is built on ______________(a) data centric architecture(b) service oriented architecture(c) client server architecture(d) connection oriented architectureI had been asked this question during an interview for a job.My doubt is from HTTP & FTP topic in section Application Layer of Computer Network |
|
Answer» Right option is (C) client server architecture |
|
| 121. |
In Active mode FTP, the client initiates both the control and data connections.(a) True(b) FalseI have been asked this question during an online interview.This intriguing question comes from HTTP & FTP topic in section Application Layer of Computer Network |
|
Answer» Right answer is (b) False |
|
| 122. |
In FTP protocol, client contacts server using ____ as the transport protocol.(a) transmission control protocol(b) user datagram protocol(c) datagram congestion control protocol(d) stream control transmission protocolThis question was addressed to me during an interview.This interesting question is from HTTP & FTP in section Application Layer of Computer Network |
|
Answer» The correct answer is (a) transmission control protocol |
|
| 123. |
FTP server listens for connection on port number ____________(a) 20(b) 21(c) 22(d) 23The question was posed to me during an interview.This interesting question is from HTTP & FTP in section Application Layer of Computer Network |
|
Answer» CORRECT answer is (b) 21 Explanation: Port 20 is USED for FTP data. Port 22 is used for SSH REMOTE login. Port 23 is used for TELNET. |
|
| 124. |
In HTTP pipelining ________________(a) multiple HTTP requests are sent on a single TCP connection without waiting for the corresponding responses(b) multiple HTTP requests can not be sent on a single TCP connection(c) multiple HTTP requests are sent in a queue on a single TCP connection(d) multiple HTTP requests are sent at random on a single TCP connectionI got this question in an online quiz.This interesting question is from HTTP & FTP topic in section Application Layer of Computer Network |
|
Answer» The correct answer is (a) multiple HTTP requests are SENT on a single TCP connection without WAITING for the corresponding responses |
|
| 125. |
HTTP client requests by establishing a __________ connection to a particular port on the server.(a) user datagram protocol(b) transmission control protocol(c) border gateway protocol(d) domain host control protocolI got this question by my college professor while I was bunking the class.This is a very interesting question from HTTP & FTP topic in portion Application Layer of Computer Network |
|
Answer» The CORRECT answer is (b) transmission CONTROL protocol |
|
| 126. |
In the network HTTP resources are located by(a) uniform resource identifier(b) unique resource locator(c) unique resource identifier(d) union resource locatorI have been asked this question in an online quiz.The origin of the question is HTTP & FTP topic in section Application Layer of Computer Network |
|
Answer» RIGHT option is (a) uniform RESOURCE identifier Best explanation: The Uniform Resource Identifier is a name and locator for the resource to be LOCATED by the HTTP. The URLs and URNS are derived through the identifier. |
|
| 127. |
HTTP is ________ protocol.(a) application layer(b) transport layer(c) network layer(d) data link layerI have been asked this question by my college director while I was bunking the class.This intriguing question originated from HTTP & FTP in portion Application Layer of Computer Network |
|
Answer» The CORRECT option is (a) APPLICATION layer |
|
| 128. |
Multiple objects can be sent over a TCP connection between client and server in a persistent HTTP connection.(a) True(b) FalseThis question was posed to me during an interview.Question is taken from HTTP & FTP in chapter Application Layer of Computer Network |
|
Answer» The correct answer is (a) True |
|
| 129. |
Which of the following is present in both an HTTP request line and a status line?(a) HTTP version number(b) URL(c) Method(d) None of the mentionedThis question was posed to me in exam.This key question is from HTTP in chapter Application Layer of Computer Network |
|
Answer» Right option is (a) HTTP version number |
|
| 130. |
The conditional GET mechanism(a) Imposes conditions on the objects to be requested(b) Limits the number of response from a server(c) Helps to keep a cache upto date(d) None of the mentionedI got this question during an interview.This is a very interesting question from HTTP in chapter Application Layer of Computer Network |
|
Answer» Right choice is (c) HELPS to KEEP a cache upto date |
|
| 131. |
Which of the following is not correct?(a) Web cache doesnt has its own disk space(b) Web cache can act both like server and client(c) Web cache might reduce the response time(d) Web cache contains copies of recently requested objectsThe question was posed to me in exam.Question is taken from HTTP in portion Application Layer of Computer Network |
|
Answer» The CORRECT option is (a) Web CACHE doesnt has its own disk space |
|
| 132. |
Find the oddly matched HTTP status codes(a) 200 OK(b) 400 Bad Request(c) 301 Moved permanently(d) 304 Not FoundI have been asked this question in unit test.My question is taken from HTTP topic in portion Application Layer of Computer Network |
|
Answer» The correct choice is (d) 304 Not FOUND |
|
| 133. |
The HTTP response message leaves out the requested object when ____________ method is used(a) GET(b) POST(c) HEAD(d) PUTI had been asked this question during an interview for a job.The question is from HTTP in section Application Layer of Computer Network |
|
Answer» The correct choice is (c) HEAD |
|
| 134. |
The __________ method when used in the method field, leaves entity body empty.(a) POST(b) SEND(c) GET(d) PUTI have been asked this question in a national level competition.My enquiry is from HTTP in portion Application Layer of Computer Network |
|
Answer» The correct choice is (c) GET |
|
| 135. |
The values GET, POST, HEAD etc are specified in ____________ of HTTP message(a) Request line(b) Header line(c) Status line(d) Entity bodyThis question was posed to me in examination.This intriguing question originated from HTTP in division Application Layer of Computer Network |
|
Answer» Right answer is (a) REQUEST line |
|
| 136. |
The first line of HTTP request message is called _____________(a) Request line(b) Header line(c) Status line(d) Entity lineThis question was posed to me during an online exam.My enquiry is from HTTP in section Application Layer of Computer Network |
|
Answer» Right option is (a) REQUEST line |
|
| 137. |
In the process of fetching a web page from a server the HTTP request/response takes __________ RTTs.(a) 2(b) 1(c) 4(d) 3The question was posed to me in an interview for internship.This is a very interesting question from HTTP in portion Application Layer of Computer Network |
|
Answer» The correct answer is (b) 1 |
|
| 138. |
The HTTP request message is sent in _________ part of three-way handshake.(a) First(b) Second(c) Third(d) FourthI have been asked this question in an internship interview.This interesting question is from HTTP topic in division Application Layer of Computer Network |
|
Answer» Correct CHOICE is (c) THIRD |
|
| 139. |
The time taken by a packet to travel from client to server and then back to the client is called __________(a) STT(b) RTT(c) PTT(d) JTTI had been asked this question during an online interview.The query is from HTTP in division Application Layer of Computer Network |
|
Answer» Right answer is (B) RTT |
|
| 140. |
The default connection type used by HTTP is _________(a) Persistent(b) Non-persistent(c) Can be either persistent or non-persistent depending on connection request(d) None of the mentionedThe question was posed to me in an internship interview.My query is from HTTP in section Application Layer of Computer Network |
|
Answer» Correct OPTION is (a) Persistent |
|
| 141. |
The number of objects in a Web page which consists of 4 jpeg images and HTML text is ________(a) 4(b) 1(c) 5(d) 7This question was posed to me in a national level competition.The query is from HTTP topic in chapter Application Layer of Computer Network |
|
Answer» The CORRECT CHOICE is (c) 5 |
|
| 142. |
When displaying a web page, the application layer uses the _____________(a) HTTP protocol(b) FTP protocol(c) SMTP protocol(d) TCP protocolI got this question in homework.Enquiry is from Application Layer in section Application Layer of Computer Network |
|
Answer» The correct option is (a) HTTP PROTOCOL |
|
| 143. |
Which one of the following is not correct?(a) Application layer protocols are used by both source and destination devices during a communication session(b) HTTP is a session layer protocol(c) TCP is an application layer protocol(d) All of the mentionedThis question was addressed to me during an online exam.This is a very interesting question from Application Layer in chapter Application Layer of Computer Network |
|
Answer» CORRECT option is (d) All of the mentioned Best explanation: HTTP is an APPLICATION LAYER protocol. Whereas TCP is a transport layer protocol. |
|
| 144. |
Which protocol is a signaling communication protocol used for controlling multimedia communication sessions?(a) session initiation protocol(b) session modelling protocol(c) session maintenance protocol(d) resource reservation protocolI have been asked this question in quiz.Enquiry is from Application Layer topic in chapter Application Layer of Computer Network |
|
Answer» The correct ANSWER is (a) session initiation protocol |
|
| 145. |
Which one of the following is not an application layer protocol?(a) media gateway protocol(b) dynamic host configuration protocol(c) resource reservation protocol(d) session initiation protocolI got this question in semester exam.Question is from Application Layer in chapter Application Layer of Computer Network |
|
Answer» Right OPTION is (c) resource reservation PROTOCOL |
|
| 146. |
Which one of the following is an internet standard protocol for managing devices on IP network?(a) dynamic host configuration protocol(b) simple network management protocol(c) internet message access protocol(d) media gateway protocolThis question was posed to me by my college professor while I was bunking the class.I'm obligated to ask this question of Application Layer topic in chapter Application Layer of Computer Network |
|
Answer» The correct answer is (b) SIMPLE network management protocol |
|
| 147. |
The ASCII encoding of binary data is called(a) base 64 encoding(b) base 32 encoding(c) base 16 encoding(d) base 8 encodingThe question was posed to me in class test.This intriguing question comes from Application Layer in portion Application Layer of Computer Network |
|
Answer» CORRECT option is (a) base 64 encoding Explanation: Base64 is used commonly in a number of applications including email via MIME, and storing complex data in XML. PROBLEM with sending normal binary data to a network is that BITS can be misinterpreted by underlying protocols, produce incorrect data at receiving NODE and that is why we use this code. |
|
| 148. |
Which one of the following protocol delivers/stores mail to reciever server?(a) simple mail transfer protocol(b) post office protocol(c) internet mail access protocol(d) hypertext transfer protocolThis question was posed to me in an internship interview.My doubt is from Application Layer in portion Application Layer of Computer Network |
|
Answer» The CORRECT choice is (a) simple mail transfer protocol |
|
| 149. |
Application layer protocol defines ____________(a) types of messages exchanged(b) message format, syntax and semantics(c) rules for when and how processes send and respond to messages(d) all of the mentionedThis question was addressed to me by my college professor while I was bunking the class.My query is from Application Layer in section Application Layer of Computer Network |
|
Answer» Correct answer is (d) all of the mentioned |
|
| 150. |
Which one of the following allows a user at one site to establish a connection to another site and then pass keystrokes from local host to remote host?(a) HTTP(b) FTP(c) Telnet(d) TCPThe question was posed to me during an interview.I'm obligated to ask this question of Application Layer topic in division Application Layer of Computer Network |
|
Answer» The correct answer is (c) TELNET |
|