Describe the functions of the OSI model's MAC sublayer.

What will be an ideal response?


The Media Access Control (MAC) creates and addresses the frame. It adds the NIC's own MAC address and attaches MAC addresses to the frames. Each frame the NIC creates must include both the sender's and recipient's MAC addresses. The MAC sublayer adds or checks the FCS. The MAC also ensures that the frames, now complete with their MAC addresses, are then sent along the network cabling.
 
 

Computer Science & Information Technology

You might also like to view...

Although the Internet is often described as a network of computers, the text indicates that it is really a network of _______________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A microcomputer that is smaller, lighter, and less powerful than a notebook, and which has a touch-sensitive screen, is called a ________.

A. desktop B. laptop C. tablet D. subnotebook

Computer Science & Information Technology

The function ____ appends str2 to the end of str1.

A. strcpy(str1, str2) B. strcmp(str1, str2) C. strncpy(str1, str2,n) D. strcat(str1, str2)

Computer Science & Information Technology

A(n) ____ system monitors the normal activity of the wireless LAN and "learns" its normal characteristics.

A. signature detection B. anomaly detection C. known attacks detection D. pattern detection

Computer Science & Information Technology