Networking Review Flashcards

1
Q

What does HTTP stand for?

A

HyperText Transfer Protocol

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

What is the port number for HTTP and HTTPS

A

80 for HTTP, 443 for HTTPS

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

What types of services does HTTP provide?

A

HTTP provides services for viewing webpages

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

Which OSI layer does HTTP exist in?

A

Layer 7: Application

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

Which OSI layer does the MAC address exist in?

A

Layer 2: Data-Link.

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

What does this value represent?

88:f7:c7:65:1a:36

A

MAC address

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

What does ARP stand for?

A

Address Resolution Protocol

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

What service does ARP provide?

A

ARP is used convert an IP address to a physical/MAC Address

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

Which OSI Layer does ARP exist in?

A

Layer 2: Data-Link.

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

What type of networking request does ARP first make?

A

ARP makes broadcast requests across its local network

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

What does DHCP Stand for?

A

Dynamic Host Configuration Protocol

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

What service does DHCP provide?

A

DHCP dynamically assigns out IP addresses to devices on its network.

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

What OSI Layer does DHCP exist in?

A

Layer 7: Application

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

What are the four steps of DHCP?

A

DHCP Discover, DHCP Offer, DHCP Request, DHCP ACK.

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

What does TCP stand for?

A

Transmission Control Protocol

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

Is TCP connection-oriented or connection-less?

A

Connection-oriented

17
Q

What OSI Layer does tcp exist in?

A

Layer 4: Transport

18
Q

What are the steps in a TCP connection?

A

SYN > SYN/ACK > ACK

19
Q

What are the steps in a TCP termination?

A

FIN > ACK > FIN > ACK.

20
Q

What does UDP stand for?

A

User Datagram Protocol

21
Q

What type of services is UDP good for?

A

UDP can be beneficial when some data loss is okay, such as in video streaming.

22
Q

What the advantages and disadvantages for Tree network typology?

A

Advantages: Easy to expand the network.

Disadvantages: If the top node is impacted, all devices below it are be impacted.

23
Q

What the advantages and disadvantages for hybrid network typology

A

The advantages and disadvantages depend on the types of networks combined.

24
Q

What the advantages and disadvantages for Ring network typology

A

Advantages:

  • Simple to build.
  • Does not require a central node to manage data transmission.
  • Adding devices to the network is easy.

Disadvantages:

  • If any one device goes down, the entire network is affected. In other words, every device is a point of failure.
  • Latency is variable between devices on the network. For example, devices near one another will trade data quickly, but devices far away will experience high communication delay.
25
What does the dashed line represent in a network devices illustration?
The separation from the WAN on the left, to the LAN on the right.
26
What is a load balancer?
A load balancer is an intelligent network security device that distributes incoming network traffic across multiple servers.
27
Where would you place a load balancer?
Load balancers are typically placed after a firewall, between #2 and #3 in the diagram.
28
Which routing protocols use distance as criteria?
Distance-vector routing protocols include RIP and EIGRP.
29
Which routing protocols use speed as criteria?
Link-state routing protocols include OSPF.
30
Define binary
Binary is a numeric system that uses only two digits. Binary is the most basic form that data travels along a network.
31
What are the two binary states?
On (1) and off (0)
32
What are IP addresses used for?
A numerical identifier associated with each device on a computer network.
33
What are the two primary versions of IP addresses?
IPv4 and IPv6
34
How many octets are in a IPV4 address?
Four
35
What is the difference between primary and public IP addresses?
A public IP address can be accessed through the internet, while a private IP address is assigned to a device in a private space such as an office or home. Typically, private IP addresses are not directly exposed to the internet, so other people cannot navigate to your personal device.
36
What is CIDR?
Classless Inter-Domain Routing is a method for assigning out IP addresses.
37
What is the range of IP addresses in: 192.18.65.0/24
192.18.65.0 - 192.18.65.255