What is the difference in the following:access-list 100 permit tcp any any a.b.c.d 0.0.0.255 w.x.y.z 0.0.0.255 eg 22access-list 100 permit tcp a.b.c.d 0.0.0.255 w.x.y.z 0.0.0.255My question is: does the 1st one allows only ssh traffic?does the 2nd on...