ExamVeda
Login
Home
21
In a network with dozens of switches, how many root bridges would you have?
Discuss
Answer & Solution
Answer: Option A
Solution:
You should have only one root bridge per network.
22
What PPP protocol provides dynamic addressing, authentication, and multilink?
Discuss
Answer & Solution
Answer: Option C
Solution:
LCP (Link Control Protocol) is a part of the PPP (Point-to-Point Protocol) suite that provides essential services for the establishment, configuration, and maintenance of the link.

LCP is responsible for dynamic addressing, authentication (like PAP or CHAP), and multilink capabilities, which allow multiple physical connections to be bundled together.

Other protocols like NCP are used for configuring network layer protocols, but LCP handles these specific tasks.

Therefore, LCP is the correct answer.
23
What is a stub network?
Discuss
Answer & Solution
Answer: Option D
Solution:
Stub networks have only one connection to an internetwork. Only default routes can be set on a stub network or network loops may occur.
24
If your router is facilitating a CSU/DSU, which of the following commands do you need to use to provide the router with a 64000bps serial link?
Discuss
Answer & Solution
Answer: Option D
Solution:
The clock rate command is two words, and the speed of the line is in bps.
25
Which one of the following is true regarding VLANs?
Discuss
Answer & Solution
Answer: Option D
Solution:
Switches do not propagate VLAN information by default; you must configure the VTP domain. VLAN Trunking Protocol (VTP) is used to propagate VLAN information across a trunk link.
26
What does a VLAN do?
Discuss
Answer & Solution
Answer: Option C
Solution:
VLANs break up broadcast domains at layer 2.
27
What is the main reason the OSI model was created?
Discuss
Answer & Solution
Answer: Option C
Solution:
The primary reason the OSI model was created was so that different networks could inter-operate.
28
How many collision domains are created when you segment a network with a 12-port switch?
Discuss
Answer & Solution
Answer: Option D
Solution:
Layer 2 switching creates individual collision domains.
29
What command will display the line, protocol, DLCI, and LMI information of an interface?
Discuss
Answer & Solution
Answer: Option B
Solution:
The show interface command shows the line, protocol, DLCI, and LMI information of an interface.
30
Which protocol does Ping use?
Discuss
Answer & Solution
Answer: Option C
Solution:
ICMP is the protocol at the Network layer that is used to send echo requests and replies.