Fundamentals Flashcards

1
Q

Where are MAC address Stored?

A

CAM Table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What happens if a CAM table is full?

A

A switch will flood all frames like a hub

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What determines where a packet is forwarded?

A

Destination IPv4 Address. The routing table is used for the routing decision.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What happens at every hop that an IP packet hits?

A

L2 frame header is de-capsulated to remove L2 header. It updates source MAC (outbound interface) and destination MAC address (Next hop) then encapsulates the L2 header for transmission

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

When would a L3 header be changed

A

When it is used in PAT or NAT.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Name the slowest type of switching?

A

Process Switching. Because the CPU processes every frame.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is Fast Switching?

A

Fast switching uses CPU to lookup the first frame and put it into a cache. It uses the cache to forward the rest of the frames in the data stream. This is faster than process switching but slower than CEF.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is CEF?

A

Cisco Express Forwarding is the fastest switching method. Forwarding table created in hardware beforehand. All packets will be switched using hardware. Multilayer switches and routers use CEF.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Explain the L2 Switching Process.

A
  1. The switch will verify the checksum on the Ethernet frame to amke sure it’s not corrupted.
  2. The switch receives an ethernet frame and adds the source MAC address to the MAC address table.
  3. The switch forwards the ethernet frame to the correct interface if it knows the destination MAC address, if not it will flood the frame.

There is NO ALTERATION of the ethernet frame.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Explain receiving a IP Packet on a multilayer switch.

A
  1. Verify checksum on Frame
  2. Verify checksum on Packet
  3. Check routing table
  4. Check ARP table for L2 to L3 Mapping to H2.
  5. Change destination MAC from FFF to BBB
  6. Change source MAC from AAA to GGG
  7. Decrease TTL by one, recalculate checksum
  8. The ethernet frame carrying the IP packet will be sent out of the interfce toward H2.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Where is the ASIC Located?

A

In The Dataplane. Information like MAC addresses, the routing table or access-lists are stored into these ASICs. The tables are stored in content-addressable memory (CAM) and ternary content addressable memory (TCAM).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the recursive lookup process (example: 10.10.10.5)

A

Preform recursive lookup

  1. 10.10.5 via 11.11.11.1
  2. 11.11.1 via 12.12.12.1
  3. 12.12.1 directly connected, FastEthernet 0/0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the 3 main steps in moving traffic.

A
  1. Routing-Longest matching of destination address
    1. Recursive Lookups until you find the outbound interface
  2. Switching
    1. Moving packets between interfaces
  3. Encapsulation
    1. Build new layer 2 deader based on outgoing media
    2. two types of interfaces, P2P or Multipoint
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly