Network and Transport Layer PE Flashcards

1
Q

Devices use what protocol to communicate problems with data transmission?

A

ICMP

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

ICMP works in conjunction with TCP and UDP. T or F

A

false

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

You are introducing a new computer to your LAN, which primarily uses IPv6 for its network functionality. Assuming you did not configure information on it, regarding default its adjacent devices, or general network configuration, what protocol would the computer use to discover other devices in its network?

A

NDP (neighbor discovery protocol)

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

TCP is faster and UDP is more reliable. T or F

A

False

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

UDP is considered a _______ protocol, which allows it to support protocols that require faster transmission.

A

connection-less

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

Protocols such as FTP, SSH, and Telnet all employ ______ to ensure connection-oriented transmission.

A

TCP

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

In order to allow devices to share information over a network in a connection-oritented manner, TCP communication uses a ______ to ensure that both nodes involved are ready for transmission.

A

three way handshake

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

______ allows multiple devices to share a single IP address, allowing all the devices to receive the same data.

A

IGMP (internet group management procotol)

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

What “traceroute” option switch in linux tells the protocol to not resolve IPs to hostnames, allowing you to get your results faster?

A

-n

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

What diagnostic tool allows you to trace the pathway that a packet travels?

A

traceroute

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

You are on a Linux system, and have been tasked with finding a specific route that your unit can use to send an exploit to an adversary on the IP 50.64.0.33, with the hope that they can find a path within 50 hops.
Which command would you use to find the exact path they will take, assuming you do not want traceroute to resolve domain names for the IP address?

A

traceroute 50.64.0.33 -n -m 50

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

As traffic begins transmission, heading towards a web server, it breaks into smaller pieces due to it being 2000 Bytes in length. This process, referred to as Segmentation, happens because of what Transport Layer concept/protocol?

A

TCP

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