Why OSPF uses 2 Multicast IP
Answers were Sorted based on User's Feedback
Answer / eng.ahmed esmat
OSPF use two Multicat Ip 224.0.05 & 224.0.0.6
224.0.0.5 is used to send periodic hello every 10 seconds
224.0.0.6 is used to send LSA (Link Stat Advertisement)
every 30 second to make Data Base refreshment
| Is This Answer Correct ? | 12 Yes | 8 No |
Answer / sandeep agarwal
224.0.0.5 - AllSPFRouters: Used to send OSPF messages to all
OSPF routers on the same network. The AllSPFRouters address
is used for Hello packets. The DR and BDR use this address
to send Link State Update and Link State Acknowledgment packets.
224.0.0.6 - AllDRouters: Used to send OSPF messages to all
OSPF DRs (the DR and the BDR) on the same network. All OSPF
routers except the DR use this address when sending Link
State Update and Link State Acknowledgment packets to the DR
| Is This Answer Correct ? | 0 Yes | 0 No |
Which type of LAN segmentation device enables high speed data exchange? A. hub B. bridge C. switch D. repeater
What parameter is used with statically assigned routers to tell packets which interface to use to reach a distant network? A.) Mask B.) Subnet C.) Default gateway D.) Interface
How do you configure a Cisco router to route IPX?
Identify the extended IP access-list number range? A.) 600 - 699 B.) 1 - 99 C.) 900 - 999 D.) 100 - 199
Which protocol will send a message to routers if a network outage or congestion occurs? A.) ARP B.) TCP C.) IP D.) ICMP
Which of the following can reply to a Novell Get Nearest Server (GNS) request? A.) Local Novell server B.) Remote Novell Printer C.) Cisco router D.) Novell client
. Which command sequence will allow only traffic from network 185.64.0.0 to enter interface s0? A. access-list 25 permit 185.64.0.0 255.255.0.0 int s0 ; ip access-list 25 out B. access-list 25 permit 185.64.0.0 255.255.0.0 int s0 ; ip access-group 25 out C. access-list 25 permit 185.64.0.0 0.0.255.255 int s0 ; ip access-list 25 in D. access-list 25 permit 185.64.0.0 0.0.255.255 int s0 ; ip access-group 25 in
Identify the command to copy a configuration file from a TFTP server to a routers active configuration? A.) Router# copy running-config tftp B.) Router# copy tftp running-config C.) Router# copy tftp 172.16.0.1 running-config D.) Router(config)# copy tftp running-config
What is wide-mouth frog?
What are the steps of conversion for data encapsulation?
What is the meaning of PASSIVE interface in RIP, IGRP, EIGRP & OSPF?? Can any one explain..!!!
You want a message to be displayed every time someone tries to log on to the router. Which command is required to accomplish this task? A.) motd#(message)# B.) banner motd(message) C.) banner motd#(message)# D.) banner motd*(message) E.) banner login#(message)#