Which NetWare protocol provides link-state routing?
A. NLSP
B. RIP
C. SAP
D. NCP
Answer / guest
Answer:: A
NetWare Link Services Protocol (NLSP) provides
link-state routing. SAP (Service Advertisement Protocol)
advertises network services. NCP (NetWare Core Protocol)
provides client-to-server connections and applications. RIP
is a distance vector routing protocol.
| Is This Answer Correct ? | 10 Yes | 3 No |
Which command displays all the commands in the history buffer? A. CTRL H B. show buffer C. show history D. show history buffer
What we called 64 bit mac-address in ipv6?
Can you explain IKE (Internet Key Exchange)?
What is the command to allow you to type Tokyo instead of the IP address 172.16.30.1 to access a router named Tokyo? A.) config t, ip host Tokyo 172.16.30.1 B.) config t, ip hostname Tokyo 172.16.30.1 C.) config t, hostname Tokyo 172.16.30.1 D.) config t, ip hostname 172.16.30.1 Tokyo
what is frame relay?
How many voltage that passes through the ISDN?
4 Answers CTS, Swirl Infosystems,
Which command will start the process for a Cisco IOS file image upgrade? A.) download B.) copy tftp flash C.) copy flash tftp D.) download flash E.) network
what is ip address and what is the difference between the ip address and mac address why we are not using mac address instead of ip address
What do the following statements in an extended access list accomplish? access-list 101 deny TCP 172.16.4.0 0.0.0.255 172.16.3.0 0.0.0.255 eq 21 access-list 101 deny TCP 172.16.4.0 0.0.0.255 172.16.3.0 0.0.0.255 eq 20 access-list 101 permit TCP 172.16.4.0 0.0.0.255 0.0.0.0 255.255.255.255 A. This will block ftp traffic. B. This will block http traffic. C. This will permit ftp traffic. D. This will permit tftp traffic.
how many seriale interface a managable router has.
which is following route will be used to froword data in a situation where a routing table tables contains static ,RIP,IGRP routes destined to the same network with each set to its default administrative distance
In transport layer, for connection oriented communication Three way handshake process is there to establish a connection. So question is that, when a host send an ACK messages to another host with host intend to establish a connection, the source host send it as Broadcast or unicast message? Cud anyone explain this. Thanks in advance.