Deck 1 Flashcards

1
Q

means that out of all routes in a routing table, the router should choose the one that has the longest… and at the same time this… matches the… of the destination IP address.

A

prefix match

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

leaf switches connect endpoint devices, ….connect leaves

A

spines

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

what command creates an ipv6 address?

A

ipv6 address autoconfig

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

What IPV6 multicast groups are joined when config’ing an inteface with IPV6?

A

FF02::1 and FF02::2

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

What address range(s) can be used to communicate WITHOUT internet connectivity?

A

Private ranges

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

IPV6 multicast uses what address block? IPV6 link local (subnet) uses what?

A

FF00::/8, FE80::/10 (w/64 bit int identifier)

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

Define late collision? How do they occur?

A

-happens after first 512 bits/64 bytes of frame transmission
-duplex mismatch or cable too long

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

POE power classification override, what happens?

A

-port is shutdown and err-disabled because max admin value exceeded

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

frame flooding. What happens? How different from broadcast?

A

Frames are sent to all ports on switch in same vlan except ORIGINAL port

Difference is broadcast destination make is an FF address, whereas frame flooding destination is the ACTUAL MAC address

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

Auto configures IPV6 address on an int derived from a MAC. Doesn’t need DHCP

A

SLAAC

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

Features of FIBER?

A

-Glass core encased in cladding
-light goes thru core of fiber

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

How does CAPWAP communicate between access point in local mode and a WLC?

A

link thru switch, assuming connection to the WLC

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

link local, global unicast, and unique local are all UNICAST types

FF00::/12 is what kind of address?
2000::/3?
FC00::/7 and FD00::/8?
FE80::/10?

A

-IPV6 multicast
-global unicast
-unique local\
-link-local (similar to APIPA in IPV4)

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

IPV4 unicast address range?

A

0.0.0.0-223.255.255.255

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

…….: from one source to one destination i.e. One-to-One
……..: from one source to all possible destinations i.e. One-to-All
……: from one source to multiple destinations stating an interest in receiving the traffic i.e. One-to-Many

A

unicast, broadcast, multicast

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

Equivalent to IPV4 public addresses

A

IPV6 global unicast

17
Q

320 ppl, one subnet, address range 192.168.0.0

What will subnet mask be?

A

/23 (use the power of 2. 2 to the 9th= 512. 512 is CLOSEST number to 320 that is also LARGER than 320)

18
Q

Frames under 64 bytes are called

Also what is CRC?

A

runts.

CRC detects accidental data changes for integrity purposes

19
Q

Imagine a router with the following routing table:

192.168.0.0/16 via Next_Hop_X
192.168.10.0/24 via Next_Hop_Y
192.168.10.64/26 via Next_Hop_Z
0.0.0.0/0 (default route) via Next_Hop_W

Now, if a packet comes in with the destination IP address 192.168.10.70, which next hop would the router choose based on its routing table?

A

192.168.10.64/26 via Next_Hop_Z

20
Q

TCP uses checksums, retransmissions, and…

UDP uses checksums only

A

ACK

21
Q

enabling this can move traffic from a congested 2.4 to a less congested 5

A

band select

22
Q

refers to the ability of a network system, particularly wireless networks, to apply specific attributes dynamically to individual clients or users based on the results of the AAA (Authentication, Authorization, and Accounting) process.

A

AAA override

23
Q

SMTP SSH FTP are TCP or UDP?

VOIP TFTP SNMP?

A

-TCP

-UDP

24
Q

Two router interfaces cannot be in the…

A

same network

25
Q

Break it down: ip route 172.16.3.0 255.255.255.0 192.168.2.4

A

-static route for 172.16.3.0 created
-192.168.x.x is NEXT HOP
-default admin distance is used because no other is specified. 1 by default. If you see number at end, it’s a admin distance being set. Lowest admin distance is preferable to others.

26
Q

Private IPs less costly than public ones. True?

A

Yeah

27
Q

Benefits of private IPs?

A

-conserve IPV4 addresses because ALL devices NAT’d on internet to appear as though from one IP

28
Q

Best WAN technology for a SOHO?

Why is frame relay and PPP leased line not?

A

-broadband cable?
-frame relay is old
-leased line is expensive and better for large corporations

29
Q

Best WAN architectures for a for scalability/redundancy

A

-Dual homed branches (home branch has two providers/connections)
-dynamic routing

30
Q

Binary patterns for the following:

-unique local
-global unicast
-multicast
-link local

A

-11111110
-001
-11111111
-1111111010

31
Q

SFP modules convert fiber to ethernet and vice versa. They are also…

A

hot swappable

32
Q

Combine core and distribution layers. What is this called and what does it enforce?

A

-collapsed core
-security policies

33
Q

In a three tier network, core layer does what two things?

A

-ensure uninterrupted forward service
-timely data transfer between layers

34
Q

DTE receives clock signal. Who sets/sends clock signal?

A

DCE

35
Q

Management Plane protocols?

A

telnet, ssh, snmp, syslog