Hey!! Friends welcome to our blog Technical blog. I hope this article is quite helpful for you. This is the set of MCQ for Computer Networks or MCQ with answers on computer networks. This article is based on the SNA and Protocols topic of Computer Networks Programming.
If you missed the previous article of Computer networks MCQ, then please click here
MCQ For Computer Networks programming:
- Out-of-band data is called ………………….
- The urgent data
- The lost dataP
- Internet data
- None of the above
2. The maximum size of an IP datagram is ……….
- 65,537
- 65,536
- 65,538
- None of the above
3. What is XNS?
Answer: Xerox Network System is called the Integrated System. It is especially used in offices. It integrates different office tools like printer, fax, file sharing operations
4. How many layers in XNS?
- 5
- 6
- 4
- None of the above
5. What are the nodes of SNA?
- End-user
- Logical Unit
- Physical Unit and Datalink
- all of the above
6. SNA network is classified into two types. They are………..
- Subarea Network and APPN(Advanced Peer-to-Peer Networking (APPN))
- Only Sub area Network
- Advanced Peer-to-Peer Networking (APPN)
- None of the above
7. GDS stands for ………….
- Generalized Data Stream
- Generalized Date Stream
- General Data Stream
- None of the above
8. What is use of UUCP?
- the used for copying a file between different system
- used for editing a file between different system
- used for only reading a file between different system
- None of the above
9. The Unix system deals with two important API ………….
- BSD –Berkeley Software Distribution and Transport Layer Interface (TLI)
- only BSD –Berkeley Software Distribution
- only Transport Layer Interface
- None of the above
10. What is a Socket?
Answer: Sockets are a low-level programming interface for networked communications. They send streams of data between applications that may or may not be on the same host. Sockets originated in BSD UNIX and are, in other languages, hairy and complicated things with lots of small parts that can break off and choke little children.
11. Java’s Socket class uses a ………………….
- connection-oriented protocol
- Object-oriented
- both a) and b)
- None of the above
12. The connection-oriented and connectionless services are provided by which protocol?
- Linux protocol
- unix domain protocols
- both a) and b)
- None of the above
13. Which method is often called a “reliable” network service?
- Connection-oriented
- object-oriented
- both a) and b)
- None of the above
14. For a 10Mbps Ethernet link, if the length of the packet is 32bits, the transmission delay is ____________ (in microseconds)
a. 3.2
b. 32
c. 0.32
d. 320
15. How many types of Socket present in Computer network programming?
- 5
- 6
- 3
- None of the above
16. A conversation ID in APPN network is a.
a. 24-bit integer
b. 16-bit integer
c. 32-bit integer
d. 8-bit integer
17. The client in socket programming must know information ………….
a. The IP address of Server
b. Port number
c. Both IP address of Server & Port number
d. Only its own IP address
18. The flush () method of Print Stream class flushes any un-cleared buffers in the memory.
a. True
b. False
19. What is the size of MAC Address?
a. 16-bits
b. 32-bits
C. 48-bits
d. 64-bits
20.Number of components in network communication is
a. 5
b. 2
c. 4
d. 3
Must read: