Media Access Control (MAC) Address & Ethernet Networks
Hi there.
I am your host Dhanwant
Singh, and you are watching the screens of Dhanwant Computer and Artistic
Skills. In next few minutes I am going
to discuss following topics
1)
Concept
of MAC Address.
2) Concept of Ethernet Networks.
First of all, we need to understand What is a MAC Address?
A MAC address (Media Access Control address) is a unique identifier assigned to the network interface card (NIC) of a device. It's like a fingerprint for your computer, phone, printer, or any device that connects to a network.
Click here to watch the video of this post
What
Does It Look Like?
A
MAC address is a 48-bit (6-byte) address, usually written in hexadecimal
like this:
00:1A: 2B:3C:4D:5E
Each
pair of characters represents 1 byte. The total is 6 bytes = 48 bits.
Structure
of a MAC Address
1) First 3 bytes (24 bits): Organizationally Unique Identifier
(OUI)- Identifies the manufacturer of the NIC (e.g., Intel, Apple, etc.)
2)
Last
3 bytes (24 bits):
Unique NIC-specific ID- Assigned by the manufacturer, ensures no two devices
have the same MAC.
Why
is it Important?
- MAC
addresses are used within a local network to identify devices.
- Ethernet
switches use them to figure out where to send data.
- It helps ensure the right device gets the data on a shared network.
Basic Concept of Ethernet
Ethernet
networks are the most common type of wired local area networks (LANs), and they
work by using a set of rules (protocols) that allow devices to communicate over
a shared medium—usually a cable. Here's a simple breakdown of how Ethernet
networks work:
Ethernet
allows multiple devices (like computers, printers, routers, etc.) to send and
receive data within a local network. It does this using frames, MAC
addresses, and switches or hubs to control data flow.
Key
Components used in Ethernet Networks
- Ethernet Cables (usually Cat5e/Cat6)
These physically connect devices to a network. - Network Interface Card (NIC)
Each device has one; it includes a MAC address (a unique hardware identifier). - Switches (or older hubs)
Devices connect to a switch, which directs Ethernet traffic to the correct destination.
How
Data Travels over Ethernet Networks
- Frames: Data is sent in packets
called frames. Each frame includes:
1.
Source
MAC address
2.
Destination
MAC address
3.
Actual
data
4.
Error-checking
information (CRC)
- Addressing: When a device wants to send
data, it wraps it in a frame and addresses it to another device’s MAC
address.
- Switch Behaviour:
- The switch receives the frame.
- It checks its internal MAC address table to see
which port leads to the destination MAC.
- It forwards the frame only to that port (this is more efficient than old-school hubs that broadcast everything).
Collision
Handling (in older Ethernet / hubs)
CSMA/CD
(Carrier Sense Multiple Access with Collision Detection) was used:
- Devices "listen" to see if the line is
clear before sending.
- If two devices send at once (collision), they
stop, wait a random time, and try again.
- Modern Ethernet networks using switches don’t have this problem—they’re full-duplex.
Speed Standards of Ethernet Networks
1.
10
Mbps (Ethernet)
2.
100
Mbps (Fast
Ethernet)
3.
1
Gbps (Gigabit
Ethernet)
4. 10+ Gbps (Common in data centres)
Summary
of the topic
- Ethernet uses frames to send
data.
- MAC addresses identify
devices.
- Switches manage traffic
efficiently.
- It's fast, reliable, and scalable for local networks.
Here are some basic multiple-choice questions (MCQs) on MAC addresses to help reinforce the concept:
1. What
does MAC stand for in MAC address?
A) Media
Access Control
B) Machine Access Code
C) Multiple Access Communication
D) Main Address Controller
Correct Answer: A) Media Access Control
2. What
is the length of a MAC address?
A) 32 bits
B) 64 bits
C) 48 bits
D) 128 bits
Correct Answer: C) 48 bits
3. A
MAC address is usually written in:
A) Binary
B) Decimal
C) Hexadecimal
D) Octal
Correct Answer: C) Hexadecimal
4.
Which layer of the OSI model uses the MAC address?
A) Network
Layer
B) Data Link Layer
C) Transport Layer
D) Application Layer
Correct Answer: B) Data Link Layer
5. The
first 3 bytes of a MAC address identify the:
A) IP address
B) Device location
C) Manufacturer (OUI)
D) User ID
Correct Answer: C) Manufacturer (OUI)
6.
Which of the following is a valid MAC address format?
A)
192.168.1.1
B) 00:1A:2B:3C:4D:5E
C) AB-CD-EF-GH-IJ-KL
D) 123456789ABCDEF0
Correct Answer: B) 00:1A:2B:3C:4D:5E
7. Can
two devices have the same MAC address?
A) No,
never
B) Yes, always
C) Yes, but it can cause conflicts
D) Only in wireless networks
Correct Answer: C) Yes, but it can cause conflicts
Here are some basic MCQs on Ethernet to help you understand and review the topic easily:
1.
Ethernet is primarily used in which type of network?
A) Wide
Area Network (WAN)
B) Local Area Network (LAN)
C) Metropolitan Area Network (MAN)
D) Personal Area Network (PAN)
Correct Answer: B) Local Area Network (LAN)
2. What
type of cable is commonly used in Ethernet networks?
A) HDMI
B) Fiber optic
C) Coaxial
D) Twisted pair (Cat5e/Cat6)
Correct Answer: D) Twisted pair (Cat5e/Cat6)
3. What
is the basic unit of data transmission in Ethernet?
A) Packet
B) Segment
C) Frame
D) Byte
Correct Answer: C) Frame
4.
Which protocol is used by traditional Ethernet to avoid collisions?
A) IP
B) ARP
C) CSMA/CD
D) HTTP
Correct Answer: C) CSMA/CD (Carrier Sense Multiple Access with Collision Detection)
5. What
device is used to reduce network collisions in Ethernet networks?
A) Hub
B) Repeater
C) Modem
D) Switch
Correct Answer: D) Switch
6. What
is the typical maximum speed of Fast Ethernet?
A) 10 Mbps
B) 100 Mbps
C) 1 Gbps
D) 10 Gbps
Correct Answer: B) 100 Mbps
7. In
Ethernet, which address is used to identify the destination device?
A) IP
Address
B) MAC Address
C) URL
D) Hostname
Correct Answer: B) MAC Address
8.
Ethernet operates at which layers of the OSI model?
A)
Physical and Data Link
B) Network and Transport
C) Data Link and Network
D) Application and Transport
Correct Answer: A) Physical and Data Link
The
post ends here I hope the information you grabbed from this help you in your
future studies and projects. Thanks for watching. I will catch you in next post
of this blog with more interesting content. Stay tuned.
Dhanwant
Singh BCA, MCA MBA (Finance)


Comments
Post a Comment