in Computer Networks retagged by
5,292 views
4 votes
4 votes

Consider the following two statements.

  • $S_1$: Destination $\text{MAC}$ address of an $\text{ARP}$ reply is a broadcast address.
  • $S_2$: Destination $\text{MAC}$ address of an $\text{ARP}$ request is a broadcast address.

Which one of the following choices is correct?

  1. Both $S_1$ and $S_2$ are true
  2. $S_1$ is true and $S_2$ is false
  3. $S_1$ is false and $S_2$ is true
  4. Both $S_1$ and $S_2$ are false
in Computer Networks retagged by
by
5.3k views

1 comment

I interpreted this question in test as ARP is address resolution protocol so if perticular systemwant to get ip address which is linked to perticular link like https://gateoverflow.in  then it broadcast to all the servers which do the work of resolve this link into ip address by using ARP protocol and after resolution when server sent ip addr then its src is fixed (means who sended the request ) so server reply willl contain the exact mac address of that system 

so statement 1 is false and 2 is true

0
0

4 Answers

4 votes
4 votes
Best answer

In ARP, source broadcasts an ARP request to all devices in local subnet.

The destination which has the matching IP address then sends an ARP response which includes the MAC address of the source and hence is a unicast message.

Option (C) S1 is false and S2 is true

selected by
4 votes
4 votes
Destination MAC address of an ARP request is broadcast address  (for find destination mac address )

But reply is not broadcast (destination send its mac address to sender only)

 

So C is correct answer first false second true.
2 votes
2 votes

ANS IS C, S1 IS FALSE AND S2 IS TRUE

1 vote
1 vote
Source 1 (Ram) sends a message to Source 2  (Shyam)

now when the packet is in the router using ARP , will act like listen everyone  (broadcasting) if you are Shyam then raise your hand then Shyam will reply by raising hand  then the packet is received by Source 2
Answer:

Related questions