Panduit's headquarters was built with the help of millions of state of Illinois tax dollars in the form of a tax credit with the promise of hiring and retaining a certain number of employees. The contract with the state of Illinois was a clause that Panduit complies with all equal employment laws and the ADA. Sadly, that is not the case. Despite making record profits, Panduit proceded to lay-off long-term older employees and those who had health issues -- and move production out of the US.
Thanks for the training vids. I used these as well as the CCNA manual I got from ciscoccnaforfree com and just passed yesterday. Hope you all have as much luck as me.
Aha, at last you have seen the light...now just apply that light to your comment about the instructors voice and ask what is more important your opinion about his voice or the information that is being provided free of charge...and the fact that the information alone on its own merit may help others...
lol...this isn't even 1/5 of the explanation. It excluded where system A found systems B IP address, what DNS server it used. How else could it know that the broadcast was intended for system B? First system A must know the IP address/Name of system B, then afterwards only then can it send an ARP broadcast to which then sends a unicast back to system A. Geesh!
if you are in a LAN enviroment and you want to ping a local pc , then first your pc checks its arp cache for an ip to mac entry , if the arp cache is emty it send a local brodcast so as to find who has the mac of the ip you wanted to ping. Address Resolution Protocol is used to map OSI level 3 IP addreses to OSI level 2 MAC addreses
Sorry, I don't think you are understanding. Without knowing the Computer Name or IP address, how do you think an ARP broadcast will help? The video assumes you know the computer name or IP address from the beginning. I never said the video is "incorrect", just thats is incomplete. Do you want me to provide the full explanation?
in a LAN enviroment Address Resolution Protocol is used to map OSI level 3 IP addreses to OSI level 2 MAC addreses. dont confuse it with dns , dns has to do with out of the lan connection .
renos24, every device speaking TCP/IP needs a MAC address and an IP address to communicate. Every TCP/IP device encapsulates an 802.3 header and trailer MAC, plus the layer 3 IP, plus the transmission protocol (TCP/UDP) blah blah blah. ARP is for IP to MAC address translation. Computer "B" for example might be the name of a web browser on your LAN and you want to communicate with it. For your computer to communicate with it it must first send a DNS request out to translate the "B"(url) into a IP
After it has gotten the IP then it can send out an ARP broadcast, get its MAC address to IP mapping and send out the frame (or send out a ICMP echo PING request)
(in my first reply I meant to say "web server" not "web browser")
The video assumes you know which computer name (you want to communicate with) has which IP because they're on the same subnet and probably using static IP instead of DHCP since they're using names ("A" or "B") to signify who they want to talk too.
Okay, lets just leave it at the fact that it depends on which situation. There are other details to fill in, but the video is correct, you are as well. I never said anyone was wrong here did I?
@elpaisitadeoro well, this is kinda late to warn you, but PCs DO keep an ARP Cache/table, try the command "arp -a" and you'll see the table. Maybe if you are behind a router, the only line you are going to have is the IP and MAC from that router, because remember that ARP works in layer 2.
If A is pinging B, A I think will send an ARP request to b, then b will send an ARP reply with it's ip address, and A will know how to get to B I think anyways........
This has been flagged as spam show
Panduit's headquarters was built with the help of millions of state of Illinois tax dollars in the form of a tax credit with the promise of hiring and retaining a certain number of employees. The contract with the state of Illinois was a clause that Panduit complies with all equal employment laws and the ADA. Sadly, that is not the case. Despite making record profits, Panduit proceded to lay-off long-term older employees and those who had health issues -- and move production out of the US.
PanWikileaks 1 year ago
great!! XD
300392Alis 1 year ago
Thanks for the training vids. I used these as well as the CCNA manual I got from ciscoccnaforfree com and just passed yesterday. Hope you all have as much luck as me.
undead287 1 year ago
You guys should really take it outside! WOW! Talk about ego.
shellaire 1 year ago
This has been flagged as spam show
That Video is very Useful to us ..
Can we use your video for our Thesis Study ..
Pls? .. Reply Immediately ..Your Response is very much appreciated ..
EricJoseph18 1 year ago
thanks for posting this video, it helps a lot. I hope more IT professionals will be more willing to share their knowledge.
eighteenfive 3 years ago
Aha, at last you have seen the light...now just apply that light to your comment about the instructors voice and ask what is more important your opinion about his voice or the information that is being provided free of charge...and the fact that the information alone on its own merit may help others...
sligon00 3 years ago
and you are annoying because you can't spell
worth beans...lol
sligon00 3 years ago
lol...this isn't even 1/5 of the explanation. It excluded where system A found systems B IP address, what DNS server it used. How else could it know that the broadcast was intended for system B? First system A must know the IP address/Name of system B, then afterwards only then can it send an ARP broadcast to which then sends a unicast back to system A. Geesh!
carnage123123123 3 years ago
sorry man the video is correct
if you are in a LAN enviroment and you want to ping a local pc , then first your pc checks its arp cache for an ip to mac entry , if the arp cache is emty it send a local brodcast so as to find who has the mac of the ip you wanted to ping. Address Resolution Protocol is used to map OSI level 3 IP addreses to OSI level 2 MAC addreses
renos24 3 years ago
Sorry, I don't think you are understanding. Without knowing the Computer Name or IP address, how do you think an ARP broadcast will help? The video assumes you know the computer name or IP address from the beginning. I never said the video is "incorrect", just thats is incomplete. Do you want me to provide the full explanation?
carnage123123123 3 years ago
You are right
pedrowasabi 3 years ago
ok , lets say you sit in a lan , ok?
your lan uses private ip addresses (although you dont have to but it is a good practise)
in a class c network that is 192.168.0.0/24.
lets say you want to ping computer "b" 192.168.0.3,
you are computer "a" , 192.168.0.2
your pc checks its ARP cache for an entry , if it doesnt have one , it sends an arp broadcast
and the pc with ip 192.168.0.3 replies with its MAC address .
renos24 3 years ago
in a LAN enviroment Address Resolution Protocol is used to map OSI level 3 IP addreses to OSI level 2 MAC addreses. dont confuse it with dns , dns has to do with out of the lan connection .
renos24 3 years ago
renos24, every device speaking TCP/IP needs a MAC address and an IP address to communicate. Every TCP/IP device encapsulates an 802.3 header and trailer MAC, plus the layer 3 IP, plus the transmission protocol (TCP/UDP) blah blah blah. ARP is for IP to MAC address translation. Computer "B" for example might be the name of a web browser on your LAN and you want to communicate with it. For your computer to communicate with it it must first send a DNS request out to translate the "B"(url) into a IP
carnage123123123 3 years ago
After it has gotten the IP then it can send out an ARP broadcast, get its MAC address to IP mapping and send out the frame (or send out a ICMP echo PING request)
(in my first reply I meant to say "web server" not "web browser")
carnage123123123 3 years ago
The video assumes you know which computer name (you want to communicate with) has which IP because they're on the same subnet and probably using static IP instead of DHCP since they're using names ("A" or "B") to signify who they want to talk too.
carnage123123123 3 years ago
if you just wanted to ping an IP and not a domain name , why you should send a dns request?
this video cares about the NETWORKING part , not the application.
renos24 3 years ago
anyway it seems you know some stuff what is your problem with this?
it says : CISCO CCNA MAC ARP TABLE
it doesnt say : cisco ccna full internetworking explanation.
it is just i suppose a part of a tutorial so other stuff will be explained elsewere.
or do you think cisco cant explain networking decently?
renos24 3 years ago
Okay, lets just leave it at the fact that it depends on which situation. There are other details to fill in, but the video is correct, you are as well. I never said anyone was wrong here did I?
carnage123123123 3 years ago
PCs do not keep any kind of ARP cache. It broadcasts ARP requests everytime it wants to establish a connection.
elpaisitadeoro 3 years ago
type arp -a into ur command line and see
slimjim6666666666 2 years ago
@elpaisitadeoro well, this is kinda late to warn you, but PCs DO keep an ARP Cache/table, try the command "arp -a" and you'll see the table. Maybe if you are behind a router, the only line you are going to have is the IP and MAC from that router, because remember that ARP works in layer 2.
antikriszt 6 months ago
If A is pinging B, A I think will send an ARP request to b, then b will send an ARP reply with it's ip address, and A will know how to get to B I think anyways........
chucknorris687 2 years ago
This is easy basic beginner stuff
moersenice 4 years ago
This has been flagged as spam show
If you want to get CCIE CCNP CCNA ...etc, I recommended to go to certmagic.
You'll search "certmagic" by google.
Certmagic is GOOD!!
rtr5y6uy56u7riurtuir 4 years ago