Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Question 1. Which Switching Technology Reduces The Size Of A Broadcast Domain?

Answer :
By using vlan technology we can reduces the size of Broadcast domain. Vlan (virtual local
area network) is a logical grouping or segmenting the devices under a single broadcast
domain. As a result provides security and flexibility.
Question 2. Which Protocols Are Used To Configure Trunking On A Switch?
Answer :
Vlan trunking protocol (vtp) is a cisco proprietary protocol that propagates the definition of
virtual local area networks (vlan) on the whole local area network. To do this, vtp carries vlan
information to all the switches in a vtp domain. Vtp Advertisements can be sent over 802.1q,
and isl trunks.
Question 3. What Is Svi?
Answer :
A switched virtual interface (SVI) is a vlan of switch ports represented by one interface to a
routing or bridging system. There is no physical interface for the vlan and the SVI provides the
layer 3 processing for packets from all switch ports associated with the vlan
1. Question 4. What Is Meant By “router On Stick”?
Answer :
Router-on-a-stick is a term frequently used to describe a setup up that consists of a router and
switch connected using one Ethernet link configured as an 802.1q trunk link. In this setup, the
switch is configured with multiple vlans and the router performs all routing between the
different networks/vlan.
2. Question 5. Which Are The Two Trunking Protocols?
Answer :
There are two main types of Encapsulation Trunking protocols.
o ISL (inter switch link) which is cisco proprietary protocol.
o 802.1q which is an IEEE standard.
3. Question 6. Which Protocol Encapsulates Ethernet Frames?
Answer :
ISL encapsulates Ethernet frames while 802.1q tags Ethernet frame.
1. Question 7. Which Is The Vlan Not Tagged By 802.1q?
Answer :
Native vlan
Question 9. What Is Difference Between Vlan Access And Trunk Mode?
Answer :
Access mode is used to connect end devices (host) to switches while trunk mode is used to
connect between switches
1. Question 10. What Is Difference Between Dynamic Auto And Dynamic Desirable?
Answer :
Dynamic Desirable: attempts to negotiate a trunk with the other end.
Dynamic Auto: forms a trunk only if requested by the other end.
2. Question 11. What Is The Use Of None Negotiate Command In Switch?
Answer :
None negotiate command disables automatic formation of trunk links. It will be good to
configure trunk manually and give none-negotiate command for security reason.
1. Question 12. Explain Different Switch Port Modes?
Answer :
o Trunk: forms an unconditional trunk.
o Dynamic Desirable: Attempts to negotiate a trunk with the far end.
o Dynamic Auto: Forms a trunk only if requested by the far end.
o Access: It will never form a trunk.
2. Question 13. What Is Dtp?
Answer :
Dynamic Trunking protocol is used to automatically establish trunks between capable ports
(insecure method).
3. Question 14. Which Is The Command Used To See Trunk Interfaces?
Answer :
Show interface trunk.
Show interface fa1/0/13 trunk.
Show interface fa1/0/13 switch port.
Show interface status | include trunk.
1. Question 15. What Are Frame Tagging And Different Types Of Frame Tagging?
Answer :
Vlan frame tagging is a technology which is used to identify the vlan that the packet belongs
to. The vlan frame tag is placed on the Ethernet frame when the Ethernet frame reaches a
switch from an access port, which is a member of vlan.
1. Question 16. What Is The Maximum Number Of Vlans Permitted In 802.1q And Isl?
Answer :
Maximum vlan permitted in 802.1q is 4094.
Maximum vlan permitted in ISL is 1000.
1. Question 17. What Is The Difference Between An Access Port And A Trunk Port?
Answer :
A trunk does add dot1q or ISL tags directly to frames and can exist on all or multiple vlans.
While an access port only passes traffic from a set vlan but does not modify the frame with a
vlan tag.
2. Question 18. What Is A Native Vlan And What Type Of Traffic Will Go Through Native
Vlan?
Answer :
The native vlan is the only vlan which is not tagged in a trunk, in other words, native vlan
frames are transmitted unchanged. Per default the native vlan is vlan 1 but you can change
that:
#show interface fa0/8 trunk.
#Port mode encapsulation status native vlan
1. Question 19. What Is Inter-vlan Routing?
Answer :
Virtual LAN (vlans) divides one physical network into multiple broadcast domains. But, vlan-
enabled switches cannot, by themselves, forward traffic across vlans boundaries. So you need
to have routing between these vlans which is called inter vlan routing.
Priyavart2008@gmail.com

You might also like