How broadcast is created in switch
Answer / vikram
How broadcast is created in switch ?
Answer: lets say when a switch recieves a frame from end
device (pc) it looks for the destination mac address in the
frame . and tallies it with the filter table .
(filter table : is a table witch has mac address of all the
devices in same subnet)
in case it doesnt finds the dest mac sddress in the table it
throws a broadcast to all the devices asking whos mac
address is it.. thats how it works.
| Is This Answer Correct ? | 8 Yes | 0 No |
You have just issued the erase startup-config Command and reloaded your router. In which mode will your router be when you react? A. setup B. startup C. user EXEC D. userd privileged E. global configuration
Explain how many types of ips?
Which cable called roll-over?
An optional parameter on an IPX access is the 'LOG' parameter. This records access-list violations when a packet matches. What else does the 'LOG' option do? A.) Records the number of times that a packet matches the list. B.) Return a message to user who is denied access the by list. C.) Notifies an SNMP Agent. D.) Saves the log to NVRAM. E.) Send an SNMP Trap.
Which router command allows you to view the entire contents of all access lists? A. Router# show interface B. Router> show ip interface C. Router# show access-list D. Router> show all access-list
Which commands would assign and enable IPX on an interface ? A.) enable netware B.) enable novell-ether C.) router#(config)ipx routing D.) You must first enable IPX globally and then assign the network number to the interface . E.) enable ipx F.) router#(config-if)ipx network 4a
Explain how many tables are in ospf protocol?
Identify the extended IP access-list number range? A.) 600 - 699 B.) 1 - 99 C.) 900 - 999 D.) 100 - 199
Which protocol gets a hardware address from a known IP address? A.) RARP B.) TCP C.) IP D.) BootP E.) ARP F.) ICMP
What are the disadvantages of symmetric algorithms?
The -- terminal no editing -- command will perform what function? A.) Edit the contents of NVRAM B.) Allows access to the terminal port C.) Stops the advanced editing feature D.) Enable password functions
How to see the running-config & startup-config infor from global configuration mode. As we know, from priviledge mode we cn see it by executing command. i.e. Router#show running-config and Router#show startup-config Now wat is the coommands use in global configuration mode o see those info. Router(Config)# ??????