Ch. 4 - Network Protocols and Routing Flashcards

1
Q

IP is a(n) ____ protocol

A

Connectionless

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

IP depends on ____ to ensure messages are put back together in the right order and to ensure each message reaches the correct application on the receiving host

A

TCP (Transmission Control Protocol)

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

____ is a Network layer, core protocol that reports on the success or failure of data delivery

A

ICMP (Internet Control Message Protocol)

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

____ works in conjunction with ____ to discover the MAC address of a host or node on the local network

A

ARP (Address Resolution Protocol), IPv4

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

Creates a frame around the payload

A

Ethernet

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

Route Command on Cisco IOS

A

show ip route

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

Display TCP/IP stats and details about components and connections on a host

A

netstat

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

Lists current connections, including I P addresses and ports

A

netstat -n

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

Displays routing table info

A

netstat -r

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

A Windows utility that combines elements of both ping and tracert to provide deeper information about network issues along a route

A

Pathping

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

A free, command-line packet sniffer that runs on Linux and other Unix OSes

A

tcpdump

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

Queries DNS servers with more advanced options than nslookup

A

dig

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

Detects, identifies, and monitors devices on a network

A

nmap

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

Sends multiple pings to each hop along a route, then compiles the information into a single report

A

pathping (mtr on unix based oses)

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

Used by core routers and edge routers within autonomous systems and are often grouped according to the algorithms they use to calculate best paths

A

IGP (interior gateway protocols)

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

Used by edge routers and exterior routers to distribute data outside of autonomous systems

A

EGP (exterior gateway protocols)

17
Q

The only current EGP and is known as the “protocol of the Internet,” Can span multiple autonomous systems, Determines the best paths based on many different factors
Determines the best paths based on many different factors

A

BGP (Border Gateway Protocol)

18
Q

BGP uses ____ for communicating

A

TCP (Transmission Control Protocol)

19
Q

Use ICMP ECHO for probes

A

tracert -I

20
Q

Specifies interface for probes

A

tracert -i

21
Q

use TCP SYN for probes

A

tracert -t