Networking Flashcards

(31 cards)

1
Q

Why is star topology commonly used today?

A

reliability and scalability

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

What flaw is associated with a star topology?

A

If the hardware connecting devices fails, those devices can no longer send or receive data.

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

How does a bus topology connect devices?

A

It relies on a single backbone cable.

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

Why is a bus topology cost-efficient to set up?

A

It has lower expenses, such as cabling and dedicated networking equipment.

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

What are the flaws of a bus topology?

A

It can become slow when multiple devices request data simultaneously

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

How does a ring topology work?

A

Devices are connected directly to each other in a loop.

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

What is a significant drawback of a ring topology?

A

fault such as a cut cable or a broken device can result in the entire network breaking down.

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

What is subnetting?

A

subnetting involves splitting a network into smaller networks.

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

How is subnetting achieved?

A

using subnet masks

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

What is the purpose of the ARP protocol in networking?

A

ARP protocol associate MAC addresses with IP addresses

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

What does DHCP stand for?

A

DHCP stands for Dynamic Host Control Protocol.

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

What is the Three-Way Handshake in TCP?

A

It’s a connection-based process that establishes a connection between a client and a server before data transfer.

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

What are the three key elements of the Three-Way Handshake?

A

SYN, SYN/ACK, and ACK.

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

What is the purpose of the SYN packet in the Three-Way Handshake?

A

initiate a connection and synchronize the two devices.

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

What is the SYN/ACK packet’s role in the Three-Way Handshake?

A

acknowledge the synchronization attempt from the client.

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

When is the ACK packet used in the Three-Way Handshake?

A

acknowledge that a series of messages/packets have been successfully received.

17
Q

What are the port numbers for FTP, SSH, HTTP, and HTTPS?

A

FTP: 21, SSH: 22, HTTP: 80, HTTPS: 443.

18
Q

What does SMB stand for, and what is its port number?

A

SMB stands for Server Message Block, and its port number is 445.

19
Q

What is the port number for Remote Desktop Protocol (RDP)?

A

The port number for RDP is 3389.

20
Q

What is a firewall’s primary role in a network?

A

A firewall determines what traffic is allowed to enter and exit a network

21
Q

What are the two types of firewalls?

A

Hardware Firewalls and Host-Based Firewalls.

22
Q

What is the main advantage of using a VPN?

A

Privacy and encryption

23
Q

What should you look for in a VPN to ensure privacy?

A

A VPN that does not log or keep logs of your data.

24
Q

What is a URL, and what does it instruct?

A

A URL is an instruction on how to access a resource on the internet, instructing what protocol to use, the host, port, and more.

25
What are the components of a URL?
Scheme, User, Host, Port, Query String, and Fragment.
26
What are the two main HTTP methods, and what are their primary uses?
The two main HTTP methods are GET (used for retrieving information) and POST (used for submitting data to a web server).
27
What are Request Headers in HTTP, and what information do they contain?
Request Headers are sent from the client (usually a browser) to the server and contain information such as the host, user-agent, content length, and accept-encoding.
28
What are Response Headers in HTTP, and what information do they contain?
Response Headers are returned to the client from the server and include information like set-cookie, cache-control, content-type, and content-encoding.
29
What is the purpose of cookies in web browsing?
Cookies are small pieces of data stored on a computer and are used for various purposes, most commonly for website authentication and tracking user interactions.
30
What is a load balancer, and why is it used in networking?
A load balancer distributes incoming network traffic across multiple servers to ensure high traffic websites can handle the load and provide failover in case a server becomes unresponsive.
31
What is a Web Application Firewall (WAF), and what is its primary purpose?
A Web Application Firewall sits between web requests and the web server and is designed to protect the web server from hacking and denial of service attacks