Question
Easy
A network using CSMA/CD has a bandwidth 10 Mbps. If the maximum propagation time (including delays in the devices and ignoring the time needed to send a jamming signal) is 25.6 micro seconds. What is the minimum size of the frame ?
1
512 bytes
2
1024 bytes
3
64 bytes
4
32 bytes
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Computer Networks & Internet
Topic: Computer Network
Correct Answer
Option C
Explanation
The correct option is (3): 64 bytes. The core principle of the Carrier Sense Multiple Access with Collision Detection (CSMA/CD) protocol is that a transmitting station must continue to send its frame long enough to detect a collision from the most distant station in the network. The time required for a signal to travel to the farthest node and for a collision signal to return is called the slot time,…Read More
Similar Questions from HTET Exam - Level 3 - Year 2019
Question 1
Easy
Source :
HTET 2019
Which of the following specifies WLAN security standard?
Chapter :
Computer Networks & Internet
Topic :
Computer Network
Question 2
Easy
Source :
HTET 2019
In context of C++, consider the following statements: I: Static member function of a class can access only static data members of the class. II:…
Chapter :
Object-Oriented Programming (C++)
Topic :
OOP Concepts
Question 3
Easy
Source :
HTET 2019
In context of database, let T1 and T2 are two concurrent transactions. Consider the following sequence of operations on data X: T1: READ(X) T1: WRITE(X)…
Chapter :
Database Management System (DBMS) & SQL
Topic :
Database Concepts
Question 4
Easy
Source :
HTET 2019
In context of a relation in database, choose a false statement:
Chapter :
Database Management System (DBMS) & SQL
Topic :
MS Access