InterviewSolution
| 1. |
Mac Address Works On Which Layer ? What Are The Differences Of Mac Sublayer And Llc Sublayer? |
|
Answer» MAC works at DATA LINK LAYER. Media ACCESS CONTROL provides physical addressing while Logical Link Control provides error detection, using Ethernet trailer field frame check sequence (FCS). It is 4 bytes field. When a sending device SENDS a data it put the data in a mathematical algorithm and it gets a product, sending device puts the product in FCS. When a RECEIVING device receive a data it also put the data in same mathematical algorithm and get a product. If both products are same, Frame is accepted or else discarded. MAC works at DATA LINK LAYER. Media Access Control provides physical addressing while Logical Link Control provides error detection, using Ethernet trailer field frame check sequence (FCS). It is 4 bytes field. When a sending device sends a data it put the data in a mathematical algorithm and it gets a product, sending device puts the product in FCS. When a receiving device receive a data it also put the data in same mathematical algorithm and get a product. If both products are same, Frame is accepted or else discarded. |
|