Computer Science Engineering (CSE) Exam  >  Computer Science Engineering (CSE) Tests  >  Computer Networks  >  Test: Access Control Protocols - Computer Science Engineering (CSE) MCQ

Test: Access Control Protocols - Computer Science Engineering (CSE) MCQ


Test Description

10 Questions MCQ Test Computer Networks - Test: Access Control Protocols

Test: Access Control Protocols for Computer Science Engineering (CSE) 2024 is part of Computer Networks preparation. The Test: Access Control Protocols questions and answers have been prepared according to the Computer Science Engineering (CSE) exam syllabus.The Test: Access Control Protocols MCQs are made for Computer Science Engineering (CSE) 2024 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests for Test: Access Control Protocols below.
Solutions of Test: Access Control Protocols questions in English are available as part of our Computer Networks for Computer Science Engineering (CSE) & Test: Access Control Protocols solutions in Hindi for Computer Networks course. Download more important topics, notes, lectures and mock test series for Computer Science Engineering (CSE) Exam by signing up for free. Attempt Test: Access Control Protocols | 10 questions in 30 minutes | Mock test for Computer Science Engineering (CSE) preparation | Free important questions MCQ to study Computer Networks for Computer Science Engineering (CSE) Exam | Download free PDF with solutions
Test: Access Control Protocols - Question 1

For increasing the battery life in mobile system which type of access technology are used?

Detailed Solution for Test: Access Control Protocols - Question 1
  • TDMA is a multiple access method in which the bandwidth is just one time-shared channel.
  •  It can convey 64 kbps to 120 Mbps of information rates.
  • TDMA provides higher battery life because it does not transmit data continuously while CDMA constantly transmit the data.
Test: Access Control Protocols - Question 2

Which of the following is, "A device used to connect two separate Ethernet networks into one extended Ethernet."?

Detailed Solution for Test: Access Control Protocols - Question 2

An Ethernet network bridge is a device which connects two different local area networks together into one extended Ethernet. For this both networks must connect using the same Ethernet protocol.

1 Crore+ students have signed up on EduRev. Have you? Download the App
Test: Access Control Protocols - Question 3

What is a Modem?

Detailed Solution for Test: Access Control Protocols - Question 3

A modem (modulator-demodulator) is a network hardware device that modulates one or more carrier wave signals to encode digital information for transmission and demodulates signals to decode the transmitted information. The goal is to produce a signal that can be transmitted easily and decoded to reproduce the original digital data.

Test: Access Control Protocols - Question 4

A slotted ALOHA network transmits 200-bit frames using a shared channel with a 200 Kbps bandwidth. Find the throughput of the system, if the system (all stations put together) produces 250 frames per second:

Detailed Solution for Test: Access Control Protocols - Question 4

In slotted aloha, there are time Throughput Calculation

- Given data:
- Frame size = 200 bits
- Bandwidth = 200 Kbps
- Frames per second = 250

- To calculate the throughput, we need to find the efficiency of the system.

- Efficiency of slotted ALOHA system = S * e^(-S), where S is the offered load.

- Offered load (S) = (Frames per second) * (Frame size / Bandwidth)
= 250 * (200 / 200,000)
= 0.25

- Efficiency = 0.25 * e^(-0.25)
≈ 0.2212

- Throughput = Efficiency * Bandwidth
= 0.2212 * 200 Kbps
≈ 44.24 Kbps

- Throughput in frames per second = Throughput / Frame size
= 44.24 Kbps / 200 bits
≈ 0.2212 frames per second

- Converting frames per second to frames per second:
0.2212 frames per second ≈ 49 frames per second

Therefore, the throughput of the system is approximately 49 frames per second. So, the correct answer is A: 49.slots for the stations to transmit the data. Stations can transmit data in time slots. Stations have to wait for their time slots to transmit the data.

Test: Access Control Protocols - Question 5

Which of the following is not a topology in computer field?

Detailed Solution for Test: Access Control Protocols - Question 5

Network topology is a schematic description of a network arrangement, connecting various nodes(sender and receiver) through lines of connection.
Common network topologies used in the computer network is as shown:

Conclusion: Cap is not a topology in the computer field.

Test: Access Control Protocols - Question 6

Devices on one network can communicate with devices on another network via a-

Detailed Solution for Test: Access Control Protocols - Question 6
  • There are many networks that exist often with different hardware and software
  • It is needed to connected devices on one network with devices on another network
  • To connect such incompatible networks, necessary translation in terms of hardware and software is required, the gateway does this task
  • A file server is a computer attached to a network that provides a location for shared disk access that can be accessed by the workstations through a shared link
  • Printer server is a device that connects printers to client computers over a network
  • The Utility Server runs a number of utility applications that support or enhance the component applications facilitating a complete single box solution
Test: Access Control Protocols - Question 7

Consider a CSMA/CD network that transmits data at a rate of 100 Mbps (108 bits per second) over a 1 km (kilometer) cable with no repeaters. If the minimum frame size required for this network is 1250 bytes, what is the signal speed (km/sec) in the cable?

Detailed Solution for Test: Access Control Protocols - Question 7

B = 108 bits/sec
d = 1 km
Round trip distance = 2 km
To detect a collision, the sender must be transmitting when it receives the collision signal so that it can transmit again.

Test: Access Control Protocols - Question 8

The third-generation mobile phone are digital and based on

Detailed Solution for Test: Access Control Protocols - Question 8

There are three generations in cellular telephony.

  • First Generation: It was designed for voice communication using analog signals. Example: AMPS (Advanced mobile phone system) is one of the leading analog cellular system. It uses FDMA to separate channels in a link. AMPS operates in the ISM 800 MHz band.
  • Second Generation: To provide higher quality mobile voice communication, these generation of cellular phone are required. These are used for digital voice communication. Example: D- AMPS, CDMA, GSM. The product of evolution of analog AMPS into a digital system is digital AMPS. D-AMPS uses TDMA and FDMA. GSM stands for global system for mobile communication. It provides duplex communication by using two digital bands.
  • Third generation: It refers to a combination of technologies that provide a variety of services. It can provide both digital data and voice communication. Main goal of third generation cellular telephony is to provide universal personal communication. These are based on broadband CDMA. Example: IMT-DS, IMT-MC etc
Test: Access Control Protocols - Question 9

A network has a data transmission bandwidth of 20 × 106 bits per second. It uses CSMA/CD in the MAC layer. The maximum signal propagation time from one node to another node is 40 microseconds. The minimum size of a frame in the network is ______bytes.

Detailed Solution for Test: Access Control Protocols - Question 9

Data:
L = size of frame
BW → bandwidth = 20 × 106 b/s
Tp → propagation time = 40 μs = 40 × 10-6 s
Tt → transmission time
Formula:
For CSMA/CD,
Tt ≥ 2 × Tp

Calculation:

L ≥ 2 × 40 × 10-6 × 20 × 106
L ≥ 1600 bits
L ≥ 200 bytes
Lmin = 200 bytes
Therefore, the minimum size of a frame in the network is 200 bytes. 

Test: Access Control Protocols - Question 10

For increasing the battery life in mobile system which type of access technology are used?

Detailed Solution for Test: Access Control Protocols - Question 10
  • TDMA is a multiple access method in which the bandwidth is just one time-shared channel.
  •  It can convey 64 kbps to 120 Mbps of information rates.
  • TDMA provides higher battery life because it does not transmit data continuously while CDMA constantly transmit the data.
21 videos|113 docs|66 tests
Information about Test: Access Control Protocols Page
In this test you can find the Exam questions for Test: Access Control Protocols solved & explained in the simplest way possible. Besides giving Questions and answers for Test: Access Control Protocols, EduRev gives you an ample number of Online tests for practice

Top Courses for Computer Science Engineering (CSE)

21 videos|113 docs|66 tests
Download as PDF

Top Courses for Computer Science Engineering (CSE)