Question

  Asked: Feb 25 2008   9:20 PM GMT
  Asked by: NetworkingATE


Test cases for Ethernet switches


Ethernet switching, Networking, Access Control List, Packet filtering, Quality of Service, Switches, QoS, ACL

I'm working on a project which is on the Ethernet switch. I'm totally new to it. Could you help me with access control lists (ACL), Quality of Service (QoS), and packet filtering concepts in detail? I find it difficult writing test cases for it.

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



ACLs are what tells the router if data is allowed to pass through the router or not. For example if you only want people to connect to your web server on port 80 then you would deny all other ports and allow port 80.
QoS tells the router which packets are more important than others. For example you would want to have a high QoS for Voice Over IP and a very low QoS for streaming video.
Packet Filtering is when the router looks at the actual TCP/IP packets looking for invalid data such as a DoS (Denial of Service) attack and will simply drop the offending packets instead of forwarding them on to the end machine.
  • AddThis Social Bookmark Button

Browse more Questions and Answers on Networking and Security.

Looking for relevant Networking Whitepapers? Visit the SearchNetworking.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

Jlees  |   Feb 27 2008  5:02AM GMT

Can you provide more specifics, please? What type and model of switch, etc?