What is the Broadcast IP Address?
Answers were Sorted based on User's Feedback
Answer / kapilasdhir
Broad Cast IP address Is--- 255.255.255.255
Is This Answer Correct ? | 47 Yes | 14 No |
Answer / hitesh
A broadcast address is an IP address that you can you to
target all systems on a specific subnet instead of single
hosts. The broadcast address of any IP address can be
calculated by taking the bit compliment of the subnet mask,
sometimes referred to as the reverse mask, and then
applying it with a bitwise OR calculation to the IP address.
If you have a system with IP address 192.168.12.220 and a
network mask of 255.255.255.128, what should the broadcast
address for the system be? Remember, to do this
calculation, you need to convert all numbers to binary
values. For bitwise OR, remember that any two values where
at least one value is "1", the result will be "1",
otherwise the result is "0".
IP Address: 11000000.10101000.00001100.11011100
Reverse Mask: 00000000.00000000.00000000.01111111
bitwise OR: -------------------------------------
Broadcast: 11000000.10101000.00001100.11111111
Convert the binary value back to octal, and you have your
resulting value of 192.168.12.255.
Is This Answer Correct ? | 12 Yes | 4 No |
Answer / rajeev
broadcast address maens when all the values of network is 1
than it is boradcast address for eg. u have a ip address
192.168.1.30 and subnet mask is 255.255.255.252 than the
borad cast is 192.168.1.31.
Is This Answer Correct ? | 8 Yes | 2 No |
Answer / amit
if we are using subnett mask 255.255.255.224 and subnet id
201.14.78.64 so the broad cast address is 201.14.78.95
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / rajeev
when all the values of network is 1 than it is the
broadcast address it will depends upon the network or
subnetting. if u have a ip address is 192.168.1.30 and
subnet mask 255.255.255.252 than broadcast address is
192.168.1.31.
Is This Answer Correct ? | 8 Yes | 4 No |
Answer / naveen kumar sharma
if in a ip address all the host bit portion of ip address
are 1 than its called broadcast address.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rajeev
A broadcast address is an IP address that targets all systems on a specific subnet instead of single hosts. The broadcast address of any IP address can be calculated by taking the bit compliment of the subnet mask. for eg. we have ipaddress is
57 248 129 109 / 22
than network address is broadcast address and subnet are these.
Network Address: 57 248 128 0
Broadcast Address: 57 248 131 255
Sunbet Mask: 255 255 252 0
Is This Answer Correct ? | 1 Yes | 0 No |
How does L2TP process?
Which port are used by Viruses? TCP or UDP?
can any budy send the steps for enabling snmp on cisco switches(L2).
Hi Guys.. I hv a confusion in my mind. Plz help me to clear my concept. How a port respond when a PortFast port receives any BPDU. Please make sure that BPDU Guard, ROOT Guard are not considered in this scenario. Just a spanning tree without any enhancement. Will the port goes through STP port state??? As we knw that PortFast bypass the Listening & Learning State? How it will respond when a BPDU (Inferior or Superior) is received on that Port. Thanks in advance. Waiting for Replay.
Hello every one. Please can any one explain me the difference b/w Cisco Switch/ws-c3560-24ps-s and Switch/ws- c3560-24ts-s. what is does PS & TS Stands for. Waiting for your passtive reply. Wish You all the best
How can you assign a vlan to a switch port?
What is the Function of Router?
Which 2 protocols are in wan technology?
Identify the hardware component used to store buffers, tables, running-configuration etc? A.) NVRAM B.) ROM C.) RAM D.) Flash
What is the syntax to use to configure the port on a Catalyst 5000 switch? A.) slot port/type B.) type slot/port C.) port slot/type D.) port type/slot
The PDU at the network layer is a ________ Packet Frame Segment Bit
What is the difference between csma/cd and csma/ca?