Describe two tasks for which the active monitor is responsible.
What will be an ideal response?
The active monitor is responsible for the following tasks:
1. Maintain the master clock of the ring for synchronizing the signal for all computers in the ring.
2. Maintain the circulation of the token in the ring by inserting a 3-byte delay in the ring to make sure there is sufficient buffering size in the ring for the token circulation.
3. Detect a lost token or a broken ring.
4. Perform ring polling every seven seconds and ring purging when detecting a problem within the ring operation. Ring purges reset the ring if a loss of data or interruption in the token ring operation is reported.
5. Removing the frames that keep circulating from the ring by looking into the Monitor bit (M-bit).
6. Maintain circulation of only one token if there is no frame transmission in the ring.
You might also like to view...
What exception type does the following program throw?
``` public class Test { public static void main(String[] args) { Object o = null; System.out.println(o.toString()); } }``` a. ArithmeticException b. ArrayIndexOutOfBoundsException c. StringIndexOutOfBoundsException d. ClassCastException e. NullPointerException
Business computers are typically personalized to meet individual needs
Indicate whether the statement is true or false
An int variable would be the most appropriate type for a memory location that will be used to store the monthly membership dues for the computer club.
Answer the following statement true (T) or false (F)
The ________ for a computer is the unique identifier assigned to network interfaces for communications on the physical network segment
Fill in the blank(s) with the appropriate word(s).