
Address Resolution Protocol
Internet protocolWikipedia
22
MENTIONS
4
EPISODES
4
PODCASTS
Search complete. 22 mentions across 4 episodes found for "Address Resolution Protocol".
Sep 17, 2026
2.5 Admins 317: Need Less
J
21:06Joe RessingtonHOST
Our IT provider is recommending creating a VLAN for each department with its own slash 24.
J
21:12Joe RessingtonHOST
The argument is to improve security and traffic efficiency, reduce ARP traffic.
J
21:17Joe RessingtonHOST
But since at the end of the day, all these business units have to communicate with one another, wouldn't it be easier to just do a slash 16?
J
21:25Jim SalterHOST
I wouldn't recommend an entire slash 16 for an organization of the size that you're describing.
J
22:31Jim SalterHOST
You've already said that all of these departments have to communicate with one another.
J
22:35Jim SalterHOST
If they're all sharing like the same server infrastructure and, you know, so on down the line, then, you're not really going to get any benefit to speak of security-wise out of multiple VLANs.
J
22:47Jim SalterHOST
The one big argument can be made for VLANs here is, you know, the idea of reducing ARP traffic.
J
22:52Jim SalterHOST
ARP is Address Resolution Protocol.
2.5 Admins 317: Need Less
J
21:06JoeHOST
Our IT provider is recommending creating a VLAN for each department with its own slash 24.
J
21:12JoeHOST
The argument is to improve security and traffic efficiency, reduce ARP traffic.
J
21:17JoeHOST
But since at the end of the day, all these business units have to communicate with one another, wouldn't it be easier to just do a slash 16?
J
21:25JimHOST
I wouldn't recommend an entire slash 16 for an organization of the size that you're describing.
J
22:31JimHOST
You've already said that all of these departments have to communicate with one another.
J
22:35JimHOST
If they're all sharing like the same server infrastructure and, you know, so on down the line, then, you're not really going to get any benefit to speak of security-wise out of multiple VLANs.
J
22:47JimHOST
The one big argument can be made for VLANs here is, you know, the idea of reducing ARP traffic.
J
22:52JimHOST
ARP is Address Resolution Protocol.
S08E11: Downstream Damage
P
0:22PhoneboyHOST
I'm Phoneboy, and this is Season 8, Episode 11.
P
0:25PhoneboyHOST
On this episode, we'll talk about MCP servers, Hazmat, Patchmageddon, a light LLM supply chain attack, firewall rule limits, lab tools for Windows, troubleshooting ARP and Layer 2 issues, DGA versus DNS tunneling, and a tip when running debugs on a firewall.
P
0:41PhoneboyHOST
Let's get going.
P
0:43PhoneboyHOST
Now, we'll start with some AI news.
8 MINS LATER
P
8:38PhoneboyHOST
Now, while all of these tools are either available as part of Windows server releases or elsewhere for free, these tools are really designed to just be easy to configure and get up and running quickly.
P
8:47PhoneboyHOST
Definitely worth checking out.
P
8:50PhoneboyHOST
Now, sometimes when we're talking about firewalls, we've got to troubleshoot a little bit lower in the protocol stack, and oftentimes we run into Layer 2 issues, and that's usually part of the Address Resolution Protocol, or ARP.
P
9:03PhoneboyHOST
It's for delivering that link layer address, and I think it's – now, this is defined – it goes back to 1982 by RFC 826 – So yeah, it's been around a while, but ARP enables a host to send, for example, an IPv4 packet to another node in the local network by providing a protocol to get the MAC address associated with an IP address.
Course 41 - Analyzing Attacks for Incident Handlers | Episode 1: Volatile Evidence, Forensic Tools, and Investigation Procedures
S
15:33speaker_3HOST
So what is next on the list?
S
15:35speaker_4HOST
The middle tier of volatility includes the RAM we've been talking about as well as routing tables and the ARP cache.
S
15:41speaker_3HOST
Let's define the ARP cache for a second.
S
15:43speaker_3HOST
So ARP stands for Address Resolution Protocol.
S
15:46speaker_3HOST
It is essentially a temporary directory the computer keeps that maps virtual IP addresses to the physical MAC addresses of other devices on the local network.
S
15:56speaker_4HOST
Yeah, and attackers care deeply about the ARP cache.
S
15:59speaker_3HOST
Why is that?
S
16:00speaker_4HOST
Because it tells them who else is on the local network.