Computer Networking Flashcards

1
Q

!!!

What is a computer network?

A

A computer network is a collection of devices that are connected with each other through a transmission medium where they can communicate with one another by sending and receiving data.

The role of a computer network is to enable the data communication process to take place.

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

What is data communication?

A

Data communication is the process where two or more devices in the network exchange information with one another. The communication of devices is a key enabler of the internet.

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

What are the types of network architectures?

A
  1. Personal Area Network
  2. Local Area Network
  3. Wide Area Network
  4. Metropolitan Area Network
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a personal area network?

A

A personal area network is also known as a workgroup, or a peer-to-peer network.

A peer-to-peer network is created when two or more PCs are connected and share resources without going through a separate server.

The PAN only serves one individual. It provides data transmission among devices such as computers, smartphones etc.

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

!!!

What is a Local Area network?

A

A local area network is a network that connects a small number of nodes in a small geographical area.

LANs can transmit data very fast, but only over a short distance.

The ethernet is the most popular physical LAN layer technology in use today.

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

!!!

What is a Wide Area Network?

A

It is a network that connects a large number of devices over a large-scale geographical area. The network uses long-range data links to connect different smaller networks.

WANs can be connected together using the internet, leased lines or satellite links.

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

What is a metropolitan area network?

A

It is a network that connects users with computer resources in a geographic area or region larger than that covered by a LAN, but smaller than that of an area covered by a WAN.

It is extremely efficient and provides fast communication via high-speed carriers.

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

What is a server host?

A

Provides high-volume storage capacity, heavy data crunching and / or high resolution graphics and can also provide services such as file storage, printer sharing and internet access.

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

What is a client server?

A

It provides the user-interaction interface and some or all of the application processing and establishes a connection to the server over a LAN or WAN, such as the internet.

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

What are some applications of a client-server network?

A
  1. File server (FTP)
  2. Web server
  3. Mail server (SMTP)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

!!!

What are some advantages of a client-server network?

A
  1. Security is better since all files are stored in a central location and access rights are managed by the server
  2. Backups are done centrally so if there is breakdown and some data is lost, recovery procedures will enable it to be restored
  3. Data and other resources can be shared
  4. It is easy to replace, upgrade or relocate as they are all independent and request data only from the server
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

!!!

What are some disadvantages of the client-server network?

A
  1. It is expensive to install and manage
  2. If all the clients simultaneously request data from the server, it may get overloaded. This may lead to congestion in the network
  3. If the server fails for any reason, then none of the requests of the clients can be fulfilled. This leads to failure of the network.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is data processing in the client-server architecture?

A

In the client-server model, data might be processed by either side. A client will send a request message to a server which should respond with the data requested or a suitable message otherwise.

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

Describe the process of client-side processing.

A

Data is processed on the client computer, rather than on the server.

E.g. Validation of data entry can be done at the client’s side before the data is sent to the server.

Processing data on the client-side can improve security as it can avoid unnecessary data transfer. It can also adjust styles for different platforms and screens.

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

Describe the process of server-side processing.

A

Servers process an enormous amount of data, and can process this data much faster than a client computer.

E.g. Checking user credentials, looking up valid airport locations etc

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

What is a peer-to-peer network?

A

It is created when two or more PCs are connected and share resources without going through a separate server.

They do not have a central server controlling the network. Each computer is called a peer, and all peers are connected to one another. It is not suitable for a large network.

17
Q

What are the advantages of a peer-to-peer network?

A
  1. Setup of the network is relatively straightforward compared to others
  2. Cheaper in terms of implementation, maintenance and cost of hardware needed
  3. Does not depend on a main server
18
Q

What are the disadvantages of a peer-to-peer network?

A
  1. Data communication can only fully be operational as long as the clients providing the server continue running
  2. Not as secure as the client-server network model
  3. Backups and software installations / updates must be performed individually by each device
19
Q

What is a wireless network?

A

A wireless network allows for clients to communicate within a network without being physically connected.

20
Q

What are the advantages of a wireless network?

A
  1. Flexibility in mobility and collaboration
  2. Accessibility
  3. Scalability
21
Q

What are the disadvantages of a wireless network?

A
  1. Security
  2. Interference
  3. Transmission speed
22
Q

!!!

What is a Media Access Control (MAC) address?

A

It is a hardware identification number that uniquely identifies each device on a network.

A MAC address is manufactured into every network interface card (NIC) and therefore cannot be changed.

Each NIC has a unique 6-byte MAC address expressed as six sets of 2 hexadecimal numbers.

23
Q

What is a Network Interface Card (NIC)?

A

It is a physical device that is used to connect to network devices.

A network device needs to have a NIC installed so that it can be connected to a network wired, or wirelessly.

24
Q

Why do we need a MAC address when we already have an IP address?

A

Layer 2 of the TCP/IP communication (LAN setting) uses a MAC address for local communication.

Layer 3 of the TCP/IP communication (WAN setting) uses an IP address for global communication.

25
Q

What are the network devices needed?

A
  1. Hub
  2. Switch
  3. Bridge
  4. Router
  5. Gateway
  6. Repeater
  7. Modem
26
Q
A