Data Communication MCQs set 2 for HEC USAT-CS (Computer Science) computer science — 20 solved questions.
Q1. Which protocol is used for error detection and correction in data communication?
Answer: CRC
Explanation: CRC (Cyclic Redundancy Check) is a protocol used for error detection and correction by calculating a checksum.
Q2. What is the data transmission rate measured in?
Answer: Bits per second
Explanation: Data transmission rate is measured in bits per second (bps), representing the number of bits transmitted over a channel.
Q3. In a full-duplex communication, data can be transmitted
Answer: In both directions simultaneously
Explanation: Full-duplex communication allows data transmission in both directions simultaneously, enabling simultaneous sending and receiving.
Q4. Which of the following is a characteristic of a simplex communication channel?
Answer: Data can be transmitted in one direction only
Explanation: A simplex channel allows data transmission in one direction only, from transmitter to receiver.
Q5. What is the purpose of the stop-and-wait protocol?
Answer: To ensure reliable data transfer
Explanation: The stop-and-wait protocol ensures reliable data transfer by waiting for an acknowledgment before sending the next packet.
Q6. What is the function of the MAC (Media Access Control) sublayer?
Answer: To control access to the transmission medium
Explanation: The MAC sublayer controls access to the transmission medium, resolving contention between devices.
Q7. Which type of cable is immune to electromagnetic interference (EMI)?
Answer: Fiber optic cable
Explanation: Fiber optic cables are immune to EMI as they transmit data as light signals through glass or plastic fibers.
Q8. What is the primary function of a router?
Answer: To connect multiple networks together
Explanation: A router connects multiple networks together, routing traffic between them based on network addresses.
Q9. In a TCP/IP network, what is the purpose of the ARP protocol?
Answer: To resolve IP addresses to MAC addresses
Explanation: ARP resolves IP addresses to MAC addresses, enabling devices to communicate at the data link layer.
Q10. What is the maximum data rate of a T1 line?
Answer: 1.544 Mbps
Explanation: A T1 line has a maximum data rate of 1.544 Mbps, a standard for digital transmission in North America.
Q11. Which protocol is used for sending email?
Answer: SMTP
Explanation: SMTP (Simple Mail Transfer Protocol) is used for sending email between mail servers and clients.
Q12. What is the primary function of the transport layer?
Answer: To provide reliable data transfer
Explanation: The transport layer provides reliable data transfer, ensuring that data is delivered error-free and in the correct order.
Q13. In a packet-switched network, what is a packet?
Answer: A variable-size block of data
Explanation: In packet switching, a packet is a variable-size block of data with a header containing control information.
Q14. What is the purpose of the TTL (Time To Live) field in an IP packet?
Answer: To prevent packet looping
Explanation: The TTL field prevents packet looping by limiting the number of hops a packet can take.
Q15. Which device operates at the physical layer of the OSI model?
Answer: Repeater
Explanation: A repeater operates at the physical layer, amplifying weak signals to extend the transmission distance.
Q16. What is the primary function of the data link layer?
Answer: To control access to the transmission medium
Explanation: The data link layer controls access to the transmission medium and provides error detection and correction.
Q17. Which of the following is a type of network topology?
Answer: All of the above
Explanation: Star, mesh, and bus are all types of network topologies, each with its own advantages and disadvantages.
Q18. In a CSMA/CD network, what is the minimum frame size required?
Answer: 64 bytes
Explanation: The minimum frame size is 64 bytes to ensure collision detection, as per Ethernet standards.
Q19. How many bits are used for the IP address in IPv4?
Answer: 32
Explanation: IPv4 addresses are 32 bits long, typically represented in dotted decimal notation.
Q20. What is the primary purpose of subnetting?
Answer: Reducing broadcast traffic
Explanation: Subnetting reduces broadcast traffic by dividing a large network into smaller, manageable sub-networks.