{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Commands Flashcards

Identify which use cases correspond with commands (14 cards)

1
Q

ping and traceroute/tracert

A

Ping: Used for checking connectivity between devices.

Traceroute/Tracert: Used for tracing the path between the source and destination.

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

ipconfig ifconfig and nbstat

A

Check and refresh TCP/IP network configurations on Windows using ipconfig and on Linux/OS X using ifconfig.

Used to view the current connections and statistics for devices communicating using the NetBIOS over TCP/IP protocol

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

nslookup and dig

A

Nslookup: Used for DNS queries.

Dig: Similar to nslookup, used for DNS queries (more common in Linux/OS X environments).

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

arp

A

Used for viewing and modifying ARP cache entries.

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

route

A

Used for viewing and manipulating routing tables.

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

netstat

A

Used for displaying active network connections and statistics.

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

nmap

A

Used for network discovery and security scanning.

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

ip

A

Ip (Linux/OS X): Used for configuring network interfaces.

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

hostname

A

Used for viewing the hostname of the system.

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

telnet

A

Used for establishing connections to network devices (often disabled due to security concerns).

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

tcpdump

A

tcpdump: Used for capturing and analyzing network packets.

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

show interface

A

Cisco Network Platform Command - Displays statistics for the network interfaces on the device.

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

show config

A

Cisco Network Platform Command - Displays the current configuration of the system to the screen.

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

show route

A

Cisco Network Platform Command - Displays the current state of the routing table on the device.

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