Network Flashcards

1
Q

What is a distributed system?

A

A distributed system is where computers work together by sharing services to provide a complete system. Both processing and data are distributed.

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

What is a Local Area Network (LAN)?

A

A LAN is a small network, typically found at home or in schools, where computers are geographically near each other.

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

What is a Wide Area Network (WAN)?

A

The internet is a WAN, which is a network of networks that covers a large geographical area.

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

How do LANs and WANs differ in terms of security?

A

LANs are generally more secure than WANs because they are controlled by a small group of technicians, while WANs involve many different people.

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

What is the client-server structure?

A

In a client-server model, clients request services from servers, which are held at a central point on a network.

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

What happens if a server fails in a client-server model?

A

If a server fails to respond with a security challenge or the requested resource, the service cannot be provided.

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

What is a Peer-to-Peer (P2P) network?

A

In a P2P network, each computer has the same status, and no computer acts as a server. Peers must work together to fulfill tasks.

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

What is one common use of peer-to-peer networking?

A

File sharing is one of the most common uses of peer-to-peer networking.

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

What is distributed processing in peer-to-peer networking?

A

Distributed processing involves splitting difficult problems into smaller chunks that peers solve and return results for consolidation.

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

What is the purpose of protocols in computer networking?

A

Protocols allow computers to communicate effectively by defining how data is understood and handled.

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

What is a protocol stack?

A

A protocol stack is a combination of multiple protocols needed to complete various tasks when sending data packets.

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

What is the application layer in the TCP/IP model?

A

The application layer is the top layer of the TCP/IP model, containing protocols specific to applications, allowing easy addition of new protocols.

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

What does HTTP stand for and what is its use?

A

HTTP stands for Hypertext Transfer Protocol and is used for communication of data on the World Wide Web.

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

What is an IP address?

A

An IP address is a unique address for each computer on a network, necessary for data transmission.

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

What is the issue with IPv4 addresses?

A

IPv4 has a limited number of unique addresses, which can run out due to the growing number of devices connected to the internet.

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

What is Dynamic IP addressing?

A

Dynamic IP addressing assigns temporary IP addresses to devices when they connect to the internet, allowing for recycling of addresses.

17
Q

What is Network Address Translation (NAT)?

A

NAT allows multiple devices on a private LAN to share a single external IP address by translating internal IP addresses.

18
Q

What is handshaking in computer communication?

A

Handshaking is the process of establishing readiness to communicate by agreeing on a set of protocols before data is sent.