Tag - Unicast

1
Basic CCNA Job Interview Questions
2
CCNA Switching Dumps
3
Interview Question of CCNA Part 2

Basic CCNA Job Interview Questions

1: What is unicast and how does it work?

Unicast is a one-to-one transmission method. A single frame is sent from the
source to a destination on a network. When this frame is received by the switch,
the frame is sent on to the network, and the network passes the frame to its
destination from the source to a specific destination on a network.

ccna interview questions

2: What is multicast and how does it work?

** Multicast is a one-to-many transmission method. A single frame is sent from
the source to multiple destinations on a network using a multicast address. When
this frame is received by the switch, the frame is sent on to the network and the
network passes the frame to its intended destination group.

3:  What is broadcast and how does it work?

** Broadcast is a one-to-all transmission method. A single frame is sent from the
source to a destination on a network using a multicast address. When this frame
is received by the switch, the frame is sent on to the network. The network
passes the frame to all nodes in the destination network from the source to an
unknown destination on a network using a broadcast address. When the switch
receives this frame, the frame is sent on to all the networks, and the networks
pass the frame on to all the nodes. If it reaches a router, the broadcast frame is
dropped.

4: What is fragmentation?

** Fragmentation in a network is the breaking down of a data packet into smaller
pieces to accommodate the maximum transmission unit (MTU) of the network.

5: What is MTU? What’s the MTU for traditional Ethernet?

** MTU is the acronym for maximum transmission unit and is the largest frame
size that can be transmitted over a network. Messages longer than the MTU
must be divided into smaller frames. The network layer (Layer 3) protocol
determines the MTU from the data link layer (Layer 2) protocol and fragments the
messages into the appropriate frame size, making the frames available to the
lower layer for transmission without further fragmentation. The MTU for Ethernet
is 1518 bytes.

6: What is a MAC address?

** A MAC address is the physical address of a network device and is 48 bits (6
bytes) long. MAC addresses are also known as physical addresses or hardware
addresses.

7:  What is the difference between a runt and a giant, specific to traditional
Ethernet?

** In Ethernet a runt is a frame that is less than 64 bytes in length, and a giant is
a frame that is greater than 1518 bytes in length. Giants are frames that are
greater than the MTU used, which might not always be 1518 bytes.

8: What is the difference between store-and-forward and cut-through
switching?

** Cut-through switching examines just the frame header, determining the output
switch port through which the frame will be forwarded. Store-and-forward
examines the entire frame, header and data payload, for errors. If the frame is
error free, it is forwarded out its destination switch port interface. If the frame has
errors, the switch drops the frame from its buffers. This is also known as
discarding the frame to the bit bucket.

9: What is the difference between Layer 2 switching and Layer 3 switching?

* * Layer 2 switches make their forwarding decisions based on the Layer 2 (data
link) address, such as the MAC address. Layer 3 switches make their forwarding
decisions based on the Layer 3 (network) address.

10: What is the difference between Layer 3 switching and routing?

** The difference between Layer 3 switching and routing is that Layer 3 switches
have hardware to pass data traffic as fast as Layer 2 switches. However, Layer 3
switches make decisions regarding how to transmit traffic at Layer 3 in the same
way as a router. A Layer 3 switch cannot use WAN circuits or use routing
protocols; a router is still required for these functions.

Back

CCNA Switching Dumps

Question 1

Refer to the exhibit. The following commands are executed on interface fa0/1 of 2950Switch.

2950Switch(config-if)#switchport port-security
2950Switch(config-if)#switchport port-security mac-address sticky
2950Switch(config-if)#switchport port-security maximum 1

The Ethernet frame that is shown arrives on interface fa0/1. What two functions will occur when this frame is received by 2950Switch? (Choose two)

 

 

 

 

 

 

 

 

 

 

 

A. The MAC address table will now have an additional entry of fa0/1 FFFF.FFFF.FFFF.
B. Only host A will be allowed to transmit frames on fa0/1.
C. This frame will be discarded when it is received by 2950Switch.
D. All frames arriving on 2950Switch with a destination of 0000.00aa.aaaa will be forwarded out fa0/1.
E. Hosts B and C may forward frames out fa0/1 but frames arriving from other switches will not be forwarded out fa0/1.
F. Only frames from source 0000.00bb.bbbb, the first learned MAC address of 2950Switch, will be forwarded out fa0/1.

Answer: B D

Explanation

Please read the explanation at http://www.9tut.net/icnd2/icnd2-operations

Question 2

Which Cisco Catalyst feature automatically disables the port in an operational PortFast upon receipt of a BPDU?

A. BackboneFast
B. UplinkFast
C. Root Guard
D. BPDU Guard
E. BPDU Filter

 

Answer: D

Explanation

We only enable PortFast feature on access ports (ports connected to end stations). But if someone does not know he can accidentally plug that port to another switch and a loop may occur when BPDUs are being transmitted and received on these ports.

With BPDU Guard, when a PortFast receives a BPDU, it will be shut down to prevent a loop -> D is correct.

Question 3

Why will a switch never learn a broadcast address?

A. Broadcast frames are never sent to switches.
B. Broadcast addresses use an incorrect format for the switching table.
C. A broadcast address will never be the source address of a frame.
D. Broadcasts only use network layer addressing.
E. A broadcast frame is never forwarded by a switch.

 

Answer: C

Question 4

Which three statements accurately describe layer 2 Ethernet switches? (choose three)

A. Microsegmentation decreases the number of collisions on the network.
B. If a switch receives a frame for an unknown destination.it uses ARP to resolve the address.
C. Spanning Tree Protocol allows switches to automatically share vlan information.
D. In a property functioning network with redundant switched paths, each switched segment will contain one root bridge with all its ports in the forwarding state. All other switches in that broadcast domain will have only one root port.
E. Establishing vlans increases the number of broadcast domains.
F. Switches that are configured with vlans make forwarding decisions based on both layer 2 and layer 3 address information.

 

Answer: A D E

Question 5

Switch ports operating in which two roles will forward traffic according to the IEEE 802.1w standard? (Choose two)

A. alternate
B. backup
C. designated
D. disabled
E. root

 

Answer: C E

Explanation

IEEE 802.1w is the standard of Rapid Spanning Tree Protocol (RSTP). There are 5 port roles in this standard: Root port, Designated port, Alternative port, Backup port and Disabled port. In these 5 port roles, only Root port and Designated port can forward traffic.

Question 6

Select the action that results from executing these commands:

Switch(config-if)# switchport port-security
Switch(config-if)# switchport port-security mac-address sticky

A. A dynamically learned MAC address is saved in the startup-configuration file.
B. A dynamically learned MAC address is saved in the running-configuration file.
C. A dynamically learned MAC address is saved in the VLAN database.
D. Statically configured MAC addresses are saved in the startup-configuration file if frames from that address are received.
E. Statically configured MAC addresses are saved in the running-configuration file if frames from that address are received.

 

Answer: B

Explanation

The full syntax of the second command is:

switchport port-security mac-address sticky [MAC]

If we don’t specify the MAC address (like in this question) then the switch will dynamically learn the attached MAC Address and place it into your running-configuration -> B is correct.

Question 7

What is valid reason for a switch to deny port access to new devices when port security is enabled?

A. The denied MAC addresses have already been learned or configured on another secure interface in the same VLAN.
B. The denied MAC address are statically configured on the port.
C. The minimum MAC threshold has been reached.
D. The absolute aging times for the denied MAC addresses have expired.

 

Answer: A

Explanation

A security violation occurs in either of these situations:

* When the maximum number of secure MAC addresses is reached on a secure port and the source MAC address of the ingress traffic is different from any of the identified secure MAC addresses, port security applies the configured violation mode.

* If traffic with a secure MAC address that is configured or learned on one secure port attempts to access another secure port in the same VLAN, applies the configured violation mode.

From the second statement we can figure out A is the correct answer. But for your information we will discuss other answers as well.

Answer B is not correct because we can’t configured which MAC address will be denied. We can only configure which MAC is allowed.

We can only configure the maximum MAC threshold, not the minimum threshold -> C is not correct.

The aging times are only configured for allowed MAC addresses, not for denied MAC -> D is correct.

For your information about aging time:

When the aging type is configured with the absolute keyword, all the dynamically learned secure addresses age out when the aging time expires

This is how to configure the secure MAC address aging type on the port:

Router(config-if)# switchport port-security aging type absolute

and configure the aging time (aging time = 120 minutes)

Router(config-if)# switchport port-security aging time 120

When this command is used, all the dynamically learned secure addresses age out when the aging time expires

(Reference: http://www.cisco.com/en/US/docs/switches/lan/catalyst6500/ios/12.2SX/configuration/guide/port_sec.html)

 

Interview Question of CCNA Part 2

11- What is the difference between bus topology and HUB?

Hub is Centralized device ( series ) .Bus topology is Decentralized device (in parallel)

12- Is hub intelligent device?
No; because it not use header

12- Which protocol switch use for filling its MAC-Table ?
ARP – Address Resolution Protocol

13- What is CAM ?
Content Address Memory. its another name of MAC address table.

14- Which type for communication switch do?
In case of any new event switch do broadcast, after that always do Unicast.

15- If line down and protocol also down; in this case which layer move problem?
Physical Layer – Layer 1

16 – If line up, but protocol down which layer should be troubleshot?
Data link problem – Layer 2

17-On which base switches take decisions?
Mac Address

18- How ARP brings MAC address for switch?
Through Broadcast

19- How many collision domains are in switch?
Equal number of ports

20- How many broadcast domains are in Switch ?
One

CCNA Interview Question Part 1

CCNA Interview Question Part 2

CCNA Interview Question Part 3

CCNA Interview Question Part 4

CCNA Interview Question Part 5

CCNA Interview Question Part 6

CCNA Interview Question Part 7

CCNA Interview Question Part 8

CCNA Interview Question Part 9

CCNA Interview Question Part 10

CCNA Interview Question Part 11

CCNA Interview Question Part 12

CCNA Interview Question Part 13

CCNA Interview Question Part 14

Copyright © 2024. Created by IT Learning. Powered by DumpsForAll | Terms of Use | Privacy Policy