22,084 views
48 48 votes

A host is connected to a Department network which is part of a University network. The University network, in turn, is part of the Internet. The largest network in which the Ethernet address of the host is unique is

  1. the subnet to which the host belongs
  2. the Department network
  3. the University network
  4. the Internet

7 Answers

Best answer
79 79 votes

Answer is D, Ethernet address is nothing but MAC Address which is present on NIC and it is unique for every network device (a single system might have multiple network cards and each can have its own MAC address).

PS: We can never say Ethernet address is unique only in a network -- because it is independent of the network a device is connected to. That is, if we move a device from one network to another, MAC address remains same. Of course we can do spoofing, but this is not relevant to the asked question.

edited by
20 20 votes
The answer should be (D) since a specific LAN technology - Ethernet is mentioned here, so MAC addresses will be specifically taken as physical address which is unique in the entire world.!

If in general LAN Address was mentioned, then we would have had to take Physical Address concept, which only needs to be unique within the network, so answer would have been A in that case.
1 1 vote
Answer should be D.

As a media access control address (MAC address) of a device is a unique identifier assigned to a network interface controller (NIC) for communications at the data link layer of a network segment.

Source: https://en.m.wikipedia.org/wiki/MAC_address
1 1 vote
Answer should be A.

Ethernet is a LAN protocol. Which means that no two devices in a LAN can have the same MAC address. You can have two ethernet LANs connected via some network layer protocol each having a device with the same MAC address and everything would work.

Generally NICs have a on-rom MAC address but a lot of them have the ability to change it via the driver(in memory). All androids phones support this under MAC randomization.

802.3 standards have express support for this via universal/local bit. Which allows network administrators to set MAC addresses. See https://en.wikipedia.org/wiki/MAC_address#Universal_vs._local_(U/L_bit)

The largest network Ethernet address is required to be unique is a subnet/LAN. So the answer should be A.
1 flag:
✌ Edit necessary (Arnav Singh_01)
0 0 votes

Ethernet standard is IEEE 802.3. 

It uses CSMA/CD (carrier sense multiple access with collision detection) access method with speed up to 100 Gbps

An Ethernet address, also known as a MAC (Media Access Control) address, is a 48-bit physical address that is hardcoded into a device's Network Interface Card (NIC) during manufacturing. According to the IEEE standards, these addresses are designed to be globally unique.

 the Ethernet address remains unique not just within its local subnet or university network, but across the entire Internet

Why the other options are incorrect:

  • ❌ the subnet to which the host belongs: While the address is unique here, a subnet is the smallest network segment mentioned. The question asks for the largest network So false
  • ❌ the Department network: This is a local network, typically composed of multiple subnets. Although the address is unique within it, the department is still a subset of the larger university and global networks.So false
  • ❌ the University network: Like the department network, this is a private infrastructure. While the MAC address is unique within the university, the scope of its inherent uniqueness extends further to the global scale of the Internet.
edited by
Answer:
Position:
Show:

Related questions

5 5 votes
4 answers 4 answers
11.0k
11.0k views
Ishrat Jahan asked Nov 2, 2014
10,968 views
Consider a 10 Mbps token ring LAN with a ring latency of 400 µs. A host that needs to transmit seizes the token. Then it sends a frame of 1000 bytes, removes the frame af...
88 88 votes
9 answers 9 answers
40.2k
40.2k views
Ishrat Jahan asked Nov 1, 2014
40,233 views
A router has two full-duplex Ethernet interfaces each operating at $100$ $\text{Mb/s}$. Ethernet frames are at least $84$ $\text{bytes}$ long (including the Preamble and ...
1 1 vote
1 1 answer
881
881 views
Bikram asked May 14, 2017
881 views
Which among the following statements is NOT correct ? Packets sent on Ethernets are limited in size. Networks connected by Ethernets are limited in length to a few hu...
66 66 votes
7 answers 7 answers
33.4k
33.4k views
go_editor asked Sep 28, 2014
33,387 views
In the diagram shown below, $L1$ is an Ethernet LAN and $L2$ is a Token-Ring LAN. An $IP$ packet originates from sender $S$ and traverses to $R$, as shown. The links with...