answersLogoWhite

0


Best Answer

over

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the broadcast address for the sub net 9.34.56?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the sub-net for the following address 172.16.12.0 sub-net mask of 255.255.255.0?

Of the information supplied, 255.255.255.0 is the sub-net mask. It's address usually starts with 255. 172.16.12.0 seems to be the local IP address of your gateway/router.


What is the purpose of dividing a large TCPIP address space into multiple amaller networks called?

The purpose of dividing a large TCP/IP address space into multiple smaller networks called sub netting. Each sub network have its own sub net address. The first address of the sub net is the sub net identifier.


What is the network address of 199.44.2.0?

That is the IP address! There is also a sub-net, usually 255.255.255.0 to consider.


What is the difference between a Network address and Broadcast address?

When you set up a sub network you decide upon the subnet mask and this determines the network address (all zeros in the subnet portion of the address) and the broadcast address (all ones in the subnet portion of the address). When you assign the host addresses in your subnet, then you use the addresses between the network address and the broadcast address.


What is the default sub-net mask for a class B address?

255.255.0.0255.255.0.0 is the default for a class B address


What information is needed to configure a NIC?

i.p address, sub-net mask and default gateway


What is the purpose of Subnetting?

Definition: A subnet is a logical grouping of connected network devices. Nodes on a subnet tend to be located in close physical proximity to each other on a LAN.The pourpose of subnetting is not to provide extra addresses, but to keep network data separated to prevent congestion.


Suppose your computers IP address is 155.61.9.188 and your administrator has not sub netted the networkto which you are connected what is your computers sub net?

This should help you: http://www.subnet-calculator.com/


What is delegate in net?

It is when you get the address of a subroutine so that you can use it...like pointers in C. For example: Private Delegate Sub Test() Sub bla() 'do nothing End sub Private the_delegate As Test = AddressOf bla 'to call the subroutine bla Sub Load() the_delegate.Invoke() End Sub


What is sub net mask within the TCPIP configuration is used to distinguish?

The subnet mask within the TCP/IP configuration is used to distinguish the ? from the host address.


How many ip address you can set under windows OS?

using sub net masking 255 x 255 x 255 = 16521375 - Nidhi gupta


Why is the address 172.31.255.255 with a sub net mask of 255.255.255.0 invalid as a host ID?

because that is the last number of the subnet. the last number in a subnet is used as the broadcast domain. the first number is also not usable. an example would be: id 192.168.20.XX subnet 0f 255.255.255.128 192.168.20.0 and 192.168.20.127 may not be used and 192.168.20.128 starts the next subnet making 192.168.20.128 and 192.168.20.255 not usable