Book now with code EOY2025
Daniel333 wrote: What am I doing wrong here.... The correct answer(s): A C Which of the following access-list commands permit traffic that matches packets going to a web server, from host 10.1.1.1, for all web servers whose IP addresses begin with 172.16.5? Select all that apply. A.) access-list 101 permit tcp host 10.1.1.1 172.16.5.0 0.0.0.255 eq www B.) access-list 2523 permit ip host 10.1.1.1 eq www 172.16.5.0 0.0.0.255 C.) access-list 2523 permit tcp host 10.1.1.1 172.16.5.0 0.0.0.255 eq www D.) access-list 1951 permit ip host 10.1.1.1 172.16.5.0 0.0.0.255 eq www E.) access-list 2523 permit tcp host 10.1.1.1 eq www 172.16.5.0 0.0.0.255 Alright, it's web traffic so we are talking about TCP, so that breaks it down A.) access-list 101 permit tcp host 10.1.1.1 172.16.5.0 0.0.0.255 eq www C.) access-list 2523 permit tcp host 10.1.1.1 172.16.5.0 0.0.0.255 eq www E.) access-list 2523 permit tcp host 10.1.1.1 eq www 172.16.5.0 0.0.0.255 I said A, C and E. Why can't E be an answer? Can't you just block www as part of the source? why does www need to be part of the destination?
Daniel333 wrote: thanks guys, I'll get this stuff yet. Looks like I need to review TCP/UDP ports. I didn't understand that a client could use PORT XYZ but the destination is is 80. I thought they both HAD to communicate on port 80. Off to reread TCP! Ha.
Use code EOY2025 to receive $250 off your 2025 certification boot camp!