Network Fundamentals Flashcards

1
Q

What is a Network?

A

Networks are simply things that are connected, in terms of computing, a network can be formed between 2 - 1,000,000,000 devices

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

What is the Internet?

A

The Internet is actually a massive network thats formed by a bunch of smaller networks within itself

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

What are networks that make up the Internet?

A

Private Networks are the smaller networks that actually form the internet, while the public networks are the networks that connect the private networks to each other

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

What are the two forms of Identification for a device?

A

A device has an IP address which stands for Internet Protocol Address, these address are used for identifying a Host on a Network for a time. While the MAC address which stands for Media Access Control, can be considered a serial number that acts as a unique address for a device

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

Whats an IP address look like?

A

10.10.109.20

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

Whats a MAC address look like?

A

c2:h1:23:j9:o0:mm

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

Whats the Ping command do?

A

Ping is a very fundamental network tool thats meant to determine the connection between devices, also Ping can only be done on devices that are connected to a network

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

Whats LAN?

A

LAN stands for Local Area Network

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

Whats topology in reference to computing?

A

Topology in computing is referred to the structure of different networks, examples include: star, ring, and bus topology

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

Whats Subnetting?

A

Subnetting is the process of cutting bigger networks into smaller networks, this is primarily done to section off different networks mostly off purpose of the allotted network

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

Whats ARP Protocol?

A

ARP Protocol stands for Address Resolution Protocol an its used when devices identify themselves on a network; It allows devices on a network to associate their MAC address with an IP address on the same network

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

What makes up ARP Protocol?

A

ARP Protocol is broken into two types of message types: ARP Request and ARP Responses

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

ARP Request

A

An ARP Request can be sent by any device, once sent, a copy of that response is sent to every device on the network, it would like: “Hi. My MAC is MAC, and I’m looking for IP. Anyone have it?”

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

ARP Response

A

An ARP Response is sent back by the device that has a matching IP address to the one requested by the device making the ARP request, the response would look like: “Hi. I have that IP address, this is my MAC as well.”

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

What are Frames and Packets?

A

Frames and Packets are small pieces of data that when forming together make a larger piece of information

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

Whats Port Forwarding?

A

Port Forwarding is an essential component in connecting applications and services to the internet, without Port Forwarding applications and services are only available within the same network