This section contains carefully selected MCQs and Previous Year Questions with explanations to help students understand concepts and prepare effectively for examinations, interviews, and competitive tests.
Q: 1IEEE 802.11ac is a
Option D
IEEE 802.11ac is a wireless networking standard used in Wi-Fi technology that operates primarily in the 5 GHz frequency band. It provides higher data rates, better bandwidth, and less interference compared to older standards like 802.11n.
It is commonly known as Wi-Fi 5 and supports advanced features like MIMO (Multiple Input Multiple Output) and wider channel bandwidth.
| Standard | Wi-Fi Name | Frequency Band |
|---|---|---|
| 802.11n | Wi-Fi 4 | 2.4 GHz & 5 GHz |
| 802.11ac | Wi-Fi 5 | 5 GHz |
| 802.11ax | Wi-Fi 6 | 2.4 GHz & 5 GHz |
Q: 2Systems in which multiple users share a common channel in a way that can lead to conflicts are widely known as __________.
Option C
A Contention System is a communication system in which multiple users or devices share a common communication channel and compete for access to that channel.
Because more than one user may try to use the channel at the same time, conflicts or collisions can occur. A contention-based system therefore needs a method to control or resolve such conflicts.
For example, in a shared network, if two computers try to transmit data over the same channel simultaneously, their signals may interfere with each other. This situation is handled using contention-based access methods such as CSMA/CD or CSMA/CA.
Q: 3Suppose a bit-stuffing based framing protocol uses an 8-bit delimiter pattern of 01111110. What will be the input bit-string corresponding to the output bit-string 01111100101?
Option B
Bit Stuffing is a technique used in data communication to prevent the data from being confused with a special delimiter or flag pattern.
Here, the delimiter is 01111110. The rule is that whenever five consecutive 1s occur in the original data, the sender automatically inserts a 0 after those five 1s.
The given output bit-string is 01111100101. We can see five consecutive 1s followed by a 0. The 0 immediately after the five consecutive 1s is the stuffed bit, so it must be removed to recover the original input.
Therefore, the original input bit-string is 0111110101.
Q: 4What is the value of Start Frame Delimiter in Ethernet frame?
Option A
In an Ethernet frame, the Start Frame Delimiter (SFD) is an 8-bit field that indicates the actual beginning of the Ethernet frame. It comes immediately after the 7-byte Preamble.
The preamble consists of repeated 10101010 patterns, while the SFD is 10101011. The change in the final two bits from the preamble pattern helps the receiver identify the exact point where the Ethernet frame begins.
Q: 5Select the false statement about CDMA technology –
(I) CDMA technology optimizes the use of available bandwidth as it transmits over the entire frequency range.
(II) Each user in a CDMA system uses a different code to modulate their signal.
(III) CDMA technology offers less security as compared to the GSM technology.
(IV) A SIM card is always required for the working of a CDMA device.
Option D
The statement (I) is true, CDMA spreads the signal over the entire available spectrum using spread-spectrum technology.
The statement (II) is true, every user has a unique pseudo-random code, which allows multiple users to share the same frequency simultaneously.
The statement (III) is false, CDMA technology offers more security compared to GSM because it uses spread spectrum technology and encryption, making signal interception and detection harder.
The statement (IV) is false, A SIM card is not always required for CDMA devices. CDMA phones traditionally do not rely on SIM cards, unlike GSM phones.
Q: 6Which of the following is a collision-free access control mechanism?
Option C
In computer networks, multiple devices share a common communication medium. To avoid conflicts when two devices try to transmit simultaneously, access control mechanisms are used. These mechanisms can be Collision-Prone or Collision-Free:
Q: 7Which of the following is used to alarm about the collision detection in a network using the CSMA/CD?
Option B
CSMA/CD (Carrier Sense Multiple Access with Collision Detection) is a method used in traditional Ethernet networks to detect and handle collisions when multiple devices try to transmit data at the same time.
When a device detects a collision, it sends a special Jamming Signal to inform all other devices on the network that a collision has occurred. This ensures that all communicating devices become aware of the collision and stop their current transmission.
After sending the jamming signal, the devices wait for a randomly determined backoff time before attempting to transmit again.
Q: 8Suppose a CSMA/CD Local Area Network of 1Gbps is there over a 1 km cable. If the signal speed in the cable is 2*105 km/sec, what will be the minimum frame size?
Option C
In CSMA/CD, the minimum frame size must be large enough for the sender to detect a collision. Therefore, the frame transmission time must be at least equal to the round-trip propagation delay.
The one-way propagation delay is 1 / (2*10⁵) = 5*10⁻⁶ seconds. Hence, the round-trip delay is 2*5*10⁻⁶ = 10⁻⁵ seconds.
Minimum Frame Size = Data Rate * Round-Trip Delay
= 1*10⁹*10⁻⁵
= 10,000 bits
Therefore, the minimum frame size is 10,000 bits.
You have reached the end of this topic. Continue learning with the next topic below.
Thank you so much for taking the time to read my Computer Science MCQs section carefully. Your support and interest mean a lot, and I truly appreciate you being part of this journey. Stay connected for more insights and updates! If you'd like to explore more tutorials and insights, check out my YouTube channel.
Don’t forget to subscribe and stay connected for future updates.