Describe a simple way to reduce broadcast traffic.

What will be an ideal response?


One simple way to reduce broadcast traffic is to reduce the number of services that servers provide on your network and to limit the number of protocols in use on your network. Limiting the number of services will help because each computer that provides a service, such as file sharing, broadcasts its service at a periodic interval over each protocol it has configured. Many operating systems allow you to bind the service selectively to only a specific protocol, which will reduce broadcast traffic on the network. You can also eliminate unnecessary protocols to eliminate broadcast traffic on the network. An example of an unnecessary protocol is the IPX protocol on a server in an IP-only network. In this case, services would be advertised on both IP and IPX, when other stations would only be communicating via IP. IPX advertisements and the use of the IPX protocol is unnecessary in this case because no other stations on the network would be using IPX.

Computer Science & Information Technology

You might also like to view...

What value would be returned by the function sum for this call?

``` sum ( 67.58, 50.94 ) ``` Definition of sum: ``` int sum( int num1, int num2 ) { return( num1 + num2 ); } ``` a. 118 b. 118.52 c. 119 d. 117

Computer Science & Information Technology

c) arrays of characters

a) Char array into a String b) String into a Char array c) String into a Integer array d) All of the above

Computer Science & Information Technology

Virtue Ethics is agent-centered as opposed to act-centered, focusing more on the character of the person making the decision rather than focusing on the decision itself.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

So that you can customize shapes, Word provides a(n) ________ Style gallery, which contains predefined styles with a combination of colors, lines, and other effects

Fill in the blank(s) with correct word

Computer Science & Information Technology