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 |
Describe End to End network services: (Choose all that apply) A.) Best Route selection B.) Accomplished Segment by Segment, each segment is autonomous C.) Flow Control & Data Integrity D.) Best efforts packet delivery
How many Frame-relay encapsulation types are available with Cisco routers? A.) Four B.) Two C.) Five D.) Three
What is the difference between private ip and public ip?
Identify the command to determine if an IP access-list is grouped on interface e0? A.) Router(config)# show ip interface e0 B.) Router> show ip interface e0 C.) Router# show interface e0 D.) Router# show ip interface e0
What is difference between switch & hub?
In which two modes can the ICMP ping command be used? (Choose two) A. user B. privileged C. global configuration D. interface configuration
Hi all of you, Actually this is interview qe? but i did,t do explain it completely so please give reply recently and completly Ans, what is sub-interface and inter-vlan ? And How to implement it on cisco router & switches and also which series router switches supported please write..........
Identify the 2 commands the saves the running-config to NVRAM? A.) write memory B.) copy running-config startup-config C.) write network D.) write backup
What is the meaning of PASSIVE interface in RIP, IGRP, EIGRP & OSPF?? Can any one explain..!!!
Identify the 2 commands the saves the running-config to NVRAM? A.) write memory B.) copy running-config startup-config C.) write network D.) write backup
A router blocks ___________ Broadcasts Unicasts All packets Nothing
The following commands were entered at the command prompt of a Cisco router. What do they accomplish? access-list 1000 deny 9e.1234.5678.1212 4 access-list 1000 permit -1 interface ethernet 0 ipx network 9e interface ethernet 1 ipx network 4a interface serial 0 ipx network 1 ipx output-sap-filter 1000 A. File server advertisements from server 9e.1234.5678.1212 will not be forwarded on interface S0. B. All other SAP services, other than file server, from any source will be forwarded on S0. C. All other SAP services, other than print server, from any source will be forwarded on S0. D. Print server advertisements from server 9e.1234.5678.1212 will not be forwarded on interface S0.