Extra Questions 2 Flashcards

(17 cards)

1
Q

What is the wiring order for the 568A standard?

A

Green White
Green
Yellow White
Blue
Blue White
Yellow
Brown White
Brown

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

What is the wiring order for the 568B standard?

A

Yellow
Brown White
Yellow White
Blue
Green White
Blue White
Green
Brown

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

What are the AD Values for BGP (external), EIGRP (internal), IGRP, OSPF, ISIS, RIP, EIGRP (external), BGP (internal), DHCP default route

A

BGP (external): 20
EIGRP (internal): 90
IGRP: 100
OSPF: 110
ISIS: 115
RIP: 120
EIGRP (external): 170
BGP (internal): 200
DHCP default route: 254
Unknown/Unusable: 255

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

How to memorized the looks of LC, MTRJ, SC & ST connectors?

A

LC: Has a clip like a CAT cable.
MTRJ: Doesnt have the typical outstanding white tip
SC: Square shape with a round white tip
ST: Round with a stick shaped white tip

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

How to connect to a specific port using telnet?

A

telnet {IP} {Port}

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

Whats the difference between netstat with and without the -a flag?

A

Netstat with the -a flag also shows the Listening connections.

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

What are the most important tcpdump flags & whats special? (5)

A

tcpdump needs to be run as sudo, to put the interface into promisc mode.

-w {Filename}: Writes to a PCAP file
-r {Filename}: read a file
-i {Interface}: choose an interface
src {IP}: will only show traffic from that ip
-x: put at the end to see packet contents in hex and ASCII

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

What are open pairs, reverse pairs, cross pairs, and split pairs?

A

open pairs: One or both wires of a pair are disconnected at one end
reverse pairs: The wires in a pair are connected to the opposite pin
cross pairs: Both wires of one color pair are connnected to the pins of a different color pair.
split pairs: A wire from one pair crosses the wire from another pair, but the pins are correct.

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

What are TAPs (Test Access Points)?

A

TAPs connect directly to cable infrastructure and split or copy packets for analysis, security, or network management. TAPs must be appropriate for the network type, whether copper or fiber.

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

What does a TTL of 1 on a packet mean?

A

It means the packet can only travel one router hop before being discarded, that means the packet is for a host on the local area network.

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

What is a switch backplane?

A

A switch backplane is the high-speed internal data pathway (bus or fabric) that interconnects all the ports on a network switch.

You can think of it as the “internal highway” that packets travel through when the switch forwards data from one port to another.

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

What Authentication method provides accounting, authorization, and authentication via a centralized privileged database, as well as challenge/response and password encryption?

A

TACACS+

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

What does SSO use to allow the login across multiple systems?

A

SAML

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

What does TLS provide?

A

Confidentiality, Integrity & Authentication

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

What is the purpose of the VXLAN Network Identifier (VNI)

A

Its used to differentiate between different VXLAN overlay networks.

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

What to do to reduce latency when accessing cloud based or other off premise ressources?

A

Check if the configured routes are efficient.

17
Q

What are the unique identifiers used to manage routing prefix assignments?

A

Autonomous System Numbers