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.
| 1. |
Which of the following is a transport layer protocol?(a) stream control transmission protocol(b) internet control message protocol(c) neighbor discovery protocol(d) dynamic host configuration protocolThe question was posed to me in final exam.My enquiry is from Transport Layer topic in division OSI Model of Computer Network |
|
Answer» Correct OPTION is (a) stream control transmission protocol |
|
| 2. |
Transport layer protocols deals with ____________(a) application to application communication(b) process to process communication(c) node to node communication(d) man to man communicationThe question was posed to me in an interview for internship.My question is taken from Transport Layer in chapter OSI Model of Computer Network |
|
Answer» Right answer is (b) process to process communication |
|
| 3. |
A _____ is a TCP name for a transport service access point.(a) port(b) pipe(c) node(d) protocolThis question was posed to me in an interview for job.This key question is from Transport Layer in division OSI Model of Computer Network |
|
Answer» Correct answer is (a) port |
|
| 4. |
Which one of the following is a version of UDP with congestion control?(a) datagram congestion control protocol(b) stream control transmission protocol(c) structured stream transport(d) user congestion control protocolI had been asked this question in unit test.I would like to ask this question from Transport Layer topic in section OSI Model of Computer Network |
|
Answer» Right choice is (a) datagram CONGESTION CONTROL protocol |
|
| 5. |
Socket-style API for windows is called ____________(a) wsock(b) winsock(c) wins(d) sockwiThe question was asked by my school teacher while I was bunking the class.My question is from Transport Layer topic in chapter OSI Model of Computer Network |
|
Answer» Right option is (B) winsock |
|
| 6. |
An endpoint of an inter-process communication flow across a computer network is called __________(a) socket(b) pipe(c) port(d) machineThe question was asked in class test.Enquiry is from Transport Layer in section OSI Model of Computer Network |
|
Answer» Right answer is (a) socket |
|
| 7. |
Transmission control protocol ___________(a) is a connection-oriented protocol(b) uses a three way handshake to establish a connection(c) receives data from application as a single stream(d) all of the mentionedThis question was posed to me by my college professor while I was bunking the class.This interesting question is from Transport Layer in chapter OSI Model of Computer Network |
|
Answer» The CORRECT answer is (d) all of the mentioned |
|
| 8. |
User datagram protocol is called connectionless because _____________(a) all UDP packets are treated independently by transport layer(b) it sends data as a stream of related packets(c) it is received in the same order as sent order(d) it sends data very quicklyI got this question in a job interview.Asked question is from Transport Layer topic in chapter OSI Model of Computer Network |
|
Answer» CORRECT answer is (a) all UDP packets are treated independently by transport layer Best explanation: UDP is an alternative for TCP and it is used for those PURPOSES where speed matters most whereas loss of data is not a problem. UDP is CONNECTIONLESS whereas TCP is connection oriented. |
|
| 9. |
Which of the following are transport layer protocols used in networking?(a) TCP and FTP(b) UDP and HTTP(c) TCP and UDP(d) HTTP and FTPI had been asked this question in a national level competition.The query is from Transport Layer topic in division OSI Model of Computer Network |
|
Answer» CORRECT option is (c) TCP and UDP To elaborate: Both TCP and UDP are transport layer protocol in networking. TCP is an abbreviation for Transmission Control Protocol and UDP is an abbreviation for USER Datagram Protocol. TCP is connection oriented WHEREAS UDP is CONNECTIONLESS. |
|
| 10. |
Transport layer aggregates data from different applications into a single stream before passing it to ____________(a) network layer(b) data link layer(c) application layer(d) physical layerI got this question in class test.My doubt stems from Transport Layer in section OSI Model of Computer Network |
|
Answer» The correct option is (a) network layer |
|
| 11. |
ICMP is primarily used for __________(a) error and diagnostic functions(b) addressing(c) forwarding(d) routingI have been asked this question in class test.My enquiry is from Network Layer in chapter OSI Model of Computer Network |
|
Answer» Right choice is (a) error and diagnostic functions |
|
| 12. |
The network layer protocol for internet is __________(a) ethernet(b) internet protocol(c) hypertext transfer protocol(d) file transfer protocolI got this question in quiz.Enquiry is from Network Layer topic in division OSI Model of Computer Network |
|
Answer» Right option is (b) internet protocol |
|
| 13. |
Which one of the following algorithm is not used for congestion control?(a) traffic aware routing(b) admission control(c) load shedding(d) routing information protocolThis question was addressed to me in class test.This is a very interesting question from Network Layer topic in division OSI Model of Computer Network |
|
Answer» Right ANSWER is (d) routing information protocol |
|
| 14. |
A subset of a network that includes all the routers but contains no loops is called ________(a) spanning tree(b) spider structure(c) spider tree(d) special treeThe question was posed to me during an interview for a job.My question is taken from Network Layer topic in portion OSI Model of Computer Network |
|
Answer» Right option is (a) spanning tree |
|
| 15. |
Which of the following is not correct in relation to multi-destination routing?(a) is same as broadcast routing(b) contains the list of all destinations(c) data is not sent by packets(d) there are multiple receiversThis question was addressed to me in an interview for internship.This intriguing question originated from Network Layer topic in section OSI Model of Computer Network |
|
Answer» CORRECT option is (c) data is not sent by packets To explain: In multi-destination ROUTING, there is more than one receiver and the route for each destination which is CONTAINED in a list of destinations is to be found by the routing ALGORITHM. Multi-destination routing is also USED in broadcasting. |
|
| 16. |
Which of the following routing algorithms can be used for network layer design?(a) shortest path algorithm(b) distance vector routing(c) link state routing(d) all of the mentionedI got this question in an interview.Origin of the question is Network Layer in section OSI Model of Computer Network |
|
Answer» Right option is (d) all of the mentioned |
|
| 17. |
In virtual circuit network each packet contains ___________(a) full source and destination address(b) a short VC number(c) only source address(d) only destination addressThe question was asked in homework.My question is from Network Layer in section OSI Model of Computer Network |
|
Answer» CORRECT answer is (b) a short VC number Easy explanation: A short VC number ALSO called as VCID (virtual circuit identifier) is a type of identifier which is used to distinguish between several virtual circuits in a connection oriented circuit switched network. Each virtual circuit is used to transfer DATA over a larger packet switched network. |
|
| 18. |
A 4 byte IP address consists of __________(a) only network address(b) only host address(c) network address & host address(d) network address & MAC addressThis question was posed to me during an interview.I would like to ask this question from Network Layer topic in portion OSI Model of Computer Network |
|
Answer» Correct answer is (c) network address & HOST address |
|
| 19. |
Which one of the following is not a function of network layer?(a) routing(b) inter-networking(c) congestion control(d) error controlThis question was posed to me in a national level competition.I'm obligated to ask this question of Network Layer topic in section OSI Model of Computer Network |
|
Answer» Right choice is (d) error control |
|
| 20. |
The network layer is concerned with __________ of data.(a) bits(b) frames(c) packets(d) bytesThe question was asked at a job interview.Origin of the question is Network Layer in section OSI Model of Computer Network |
|
Answer» The correct answer is (c) packets |
|
| 21. |
The technique of temporarily delaying outgoing acknowledgements so that they can be hooked onto the next outgoing data frame is called ____________(a) piggybacking(b) cyclic redundancy check(c) fletcher’s checksum(d) parity checkThis question was posed to me during an interview for a job.Enquiry is from Data Link Layer topic in chapter OSI Model of Computer Network |
|
Answer» The CORRECT choice is (a) piggybacking |
|
| 22. |
Which of the following is the multiple access protocol for channel access control?(a) CSMA/CD(b) CSMA/CA(c) Both CSMA/CD & CSMA/CA(d) HDLCI had been asked this question in an online interview.I want to ask this question from Data Link Layer topic in chapter OSI Model of Computer Network |
|
Answer» The correct answer is (c) Both CSMA/CD & CSMA/CA |
|
| 23. |
Which of the following is a data link protocol?(a) ethernet(b) point to point protocol(c) hdlc(d) all of the mentionedThis question was addressed to me in an interview.My doubt stems from Data Link Layer in chapter OSI Model of Computer Network |
|
Answer» The correct ANSWER is (d) all of the mentioned |
|
| 24. |
CRC stands for __________(a) cyclic redundancy check(b) code repeat check(c) code redundancy check(d) cyclic repeat checkThis question was posed to me during an interview for a job.This question is from Data Link Layer topic in division OSI Model of Computer Network |
|
Answer» Right answer is (a) cyclic redundancy CHECK |
|
| 25. |
When 2 or more bits in a data unit has been changed during the transmission, the error is called ____________(a) random error(b) burst error(c) inverted error(d) double errorI had been asked this question by my school principal while I was bunking the class.This key question is from Data Link Layer topic in section OSI Model of Computer Network |
|
Answer» Right answer is (b) burst error |
|
| 26. |
Automatic repeat request error management mechanism is provided by ________(a) logical link control sublayer(b) media access control sublayer(c) network interface control sublayer(d) application access control sublayerI have been asked this question in a national level competition.I want to ask this question from Data Link Layer topic in division OSI Model of Computer Network |
|
Answer» Correct option is (a) logical link control sublayer |
|
| 27. |
Header of a frame generally contains ______________(a) synchronization bytes(b) addresses(c) frame identifier(d) all of the mentionedThis question was addressed to me during an online interview.This is a very interesting question from Data Link Layer in portion OSI Model of Computer Network |
|
Answer» Right answer is (d) all of the mentioned |
|
| 28. |
Which sublayer of the data link layer performs data link functions that depend upon the type of medium?(a) logical link control sublayer(b) media access control sublayer(c) network interface control sublayer(d) error control sublayerI have been asked this question in my homework.This intriguing question originated from Data Link Layer topic in division OSI Model of Computer Network |
|
Answer» The correct OPTION is (B) media access control sublayer |
|
| 29. |
Which of the following tasks is not done by data link layer?(a) framing(b) error control(c) flow control(d) channel codingI have been asked this question by my college professor while I was bunking the class.This intriguing question originated from Data Link Layer topic in portion OSI Model of Computer Network |
|
Answer» Right option is (d) channel coding |
|
| 30. |
The data link layer takes the packets from _________ and encapsulates them into frames for transmission.(a) network layer(b) physical layer(c) transport layer(d) application layerThe question was asked during a job interview.The origin of the question is Data Link Layer in section OSI Model of Computer Network |
|
Answer» Correct option is (a) network layer |
|
| 31. |
Wireless transmission of signals can be done via ___________(a) radio waves(b) microwaves(c) infrared(d) all of the mentionedI have been asked this question in examination.I would like to ask this question from Physical Layer in chapter OSI Model of Computer Network |
|
Answer» Right answer is (d) all of the mentioned |
|
| 32. |
A single channel is shared by multiple signals by ____________(a) analog modulation(b) digital modulation(c) multiplexing(d) phase modulationThis question was posed to me during an online interview.The origin of the question is Physical Layer topic in chapter OSI Model of Computer Network |
|
Answer» Correct answer is (c) multiplexing |
|
| 33. |
The physical layer translates logical communication requests from the ______ into hardware specific operations.(a) data link layer(b) network layer(c) trasnport layer(d) application layerThe question was asked in an international level competition.Origin of the question is Physical Layer in section OSI Model of Computer Network |
|
Answer» Correct answer is (a) DATA link layer |
|
| 34. |
The physical layer is responsible for __________(a) line coding(b) channel coding(c) modulation(d) all of the mentionedThis question was addressed to me during a job interview.I would like to ask this question from Physical Layer in portion OSI Model of Computer Network |
|
Answer» The correct option is (d) all of the mentioned |
|
| 35. |
In asynchronous serial communication the physical layer provides ___________(a) start and stop signalling(b) flow control(c) both start & stop signalling and flow control(d) only start signallingThis question was addressed to me during an internship interview.I need to ask this question from Physical Layer in section OSI Model of Computer Network |
|
Answer» The correct option is (C) both start & stop signalling and flow control |
|
| 36. |
The physical layer provides __________(a) mechanical specifications of electrical connectors and cables(b) electrical specification of transmission line signal level(c) specification for IR over optical fiber(d) all of the mentionedI had been asked this question during an internship interview.This interesting question is from Physical Layer in section OSI Model of Computer Network |
|
Answer» RIGHT choice is (d) all of the mentioned Easiest explanation: Anything dealing with a network cable or the STANDARDS in use – including pins, connectors and the electric current used is dealt in the physical layer (Layer 1). Physical layer deals with bit to bit delivery of the data AIDED by the VARIOUS transmission MEDIUMS. |
|
| 37. |
The portion of physical layer that interfaces with the media access control sublayer is called ___________(a) physical signalling sublayer(b) physical data sublayer(c) physical address sublayer(d) physical transport sublayerI got this question in final exam.Enquiry is from Physical Layer in section OSI Model of Computer Network |
|
Answer» Right choice is (a) physical signalling sublayer |
|
| 38. |
Bits can be sent over guided and unguided media as analog signal by ___________(a) digital modulation(b) amplitude modulation(c) frequency modulation(d) phase modulationThe question was posed to me in an internship interview.The query is from Physical Layer topic in chapter OSI Model of Computer Network |
|
Answer» The correct ANSWER is (a) digital MODULATION |
|
| 39. |
Which transmission media provides the highest transmission speed in a network?(a) coaxial cable(b) twisted pair cable(c) optical fiber(d) electrical cableThis question was posed to me in unit test.The question is from Physical Layer topic in portion OSI Model of Computer Network |
|
Answer» Correct option is (c) optical fiber |
|
| 40. |
The physical layer is concerned with ___________(a) bit-by-bit delivery(b) process to process delivery(c) application to application delivery(d) port to port deliveryI got this question in an online interview.The query is from Physical Layer in chapter OSI Model of Computer Network |
|
Answer» Right OPTION is (a) bit-by-bit delivery |
|