Lesson 1 To 2 Flashcards

1
Q

What is a computer network?

A

A collection of computing devices connected in order to communicate and share resources.

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

How can connections between computing devices be established?

A

Connections can be physical using wires or cables or wireless using radio waves or infrared signals.

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

What are the key functions of a computer network?

A
  • Communication
  • Resource Sharing
  • Information Access
  • Centralized Management
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does data transfer in a computer network facilitate?

A

The transmission of data between devices, such as files, emails, and messages.

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

What is remote access in the context of computer networks?

A

Allows users to access and control devices and resources from remote locations.

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

What is hardware sharing in a computer network?

A

Enables the sharing of physical resources like printers, scanners, and storage devices.

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

What is software sharing in a computer network?

A

Allows multiple users to access and utilize shared software applications.

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

What is the significance of internet connectivity in a computer network?

A

Provides access to the vast amount of information available on the internet.

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

What does network administration allow in a computer network?

A

Centralized management and monitoring of network devices and resources.

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

Define ‘Node’ in networking.

A

Any device on a network.

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

What is throughput in networking?

A

The actual data transfer rate that is sent over a network.

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

What does latency measure in networking?

A

The time taken for a data packet to reach its destination after being sent.

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

What is a ‘Client’ in the context of networking?

A

Any computer hardware or software device that requests access to a service provided by a server.

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

Define ‘Server’ in networking.

A

A computer program or device that provides a service to another computer program and its user.

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

What is a protocol in networking?

A

A set of rules that defines how data is formatted and processed on a network.

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

What is the role of a file server?

A

A computer that stores and manages files for multiple users on a network.

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

What is the function of a web server?

A

A computer dedicated to responding to requests for web pages from browser clients.

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

What is network topology?

A

A physical arrangement through which various endpoints and links in an enterprise network communicate with each other.

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

List some common physical network topologies.

A
  • Point to Point
  • Bus
  • Ring
  • Star
  • Tree
  • Mesh
  • Hybrid
20
Q

Describe point-to-point topology.

A

A simple topology that directly links two nodes and reserves the entire bandwidth of the connection for them to communicate.

21
Q

What characterizes bus topology?

A

All the nodes are linked using a single cable with a terminator on both ends.

22
Q

In a ring topology, how is data transmitted?

A

Data moves from one node to another, either unidirectionally or bidirectionally.

23
Q

What defines star topology?

A

All nodes are connected to a central hub using a communication link.

24
Q

Describe tree topology.

A

Nodes are arranged in a configuration that resembles a tree with endpoints connected to mid-level nodes linked to a trunk.

25
What is a mesh topology?
All nodes are interconnected and can send and receive their data and relay data from other nodes.
26
Define hybrid topology.
Features characteristics of multiple other topologies based on the requirement of the network.
27
What is a wide-area network (WAN)?
A network that connects local-area networks over a potentially large geographic distance.
28
What is a metropolitan-area network (MAN)?
Communication infrastructures developed in and around large cities.
29
What is a local-area network (LAN)?
A collection of devices connected together in one physical location, such as a building or office.
30
What is an internet service provider (ISP)?
A company that provides access to the Internet.
31
What are the two categories of transmission media?
* Guided Media * Unguided Media
32
What is guided media?
Signals being transmitted are directed and confined in a narrow pathway by using physical links.
33
List the three major types of guided media.
* Twisted Pair Cable * Coaxial Cable * Fiber Optic Cable
34
What is an RJ45 connector?
An 8-pin/8-position plug or jack commonly used to connect computers onto Ethernet-based local area networks.
35
Fill in the blank: Bandwidth refers to the amount of data that can be transmitted and received during a specific period of time, measured in _______.
bits per second (bps)
36
True or False: Throughput is the potential capacity of a network.
False
37
True or False: Latency is important in use cases where time is of the essence.
True
38
What is the correct order of the OSI model layers?
APPLICATION, PRESENTATION, SESSION, TRANSPORT, NETWORK, DATA LINK, PHYSICAL
39
What layer does the OSPF Protocol operate in?
Network
40
True or False: Multiple devices can have the same MAC address.
False
41
Fill in the blank: The _______ layer is responsible for end-to-end communication.
Transport
42
Fill in the blank: The _______ layer is responsible for routing packets.
Network
43
Fill in the blank: The _______ layer manages data formatting and encryption.
Presentation
44
What are the functions of the Data Link layer? List them.
* Framing * Physical addressing * Error detection * Flow control
45
What are the functions of the Network layer? List them.
* Routing * Logical addressing * Packet forwarding
46
True or False: The Physical layer deals with the transmission of raw bit streams.
True
47
Fill in the blank: The _______ layer establishes, manages, and terminates connections between applications.
Session