Computer Networks Flashcards

1
Q

Q: What is a computer network?

A

A: A group of connected devices that communicate to provide or consume services.

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

Q: What is the purpose of a network?

A

A: To enable the sharing of resources, services, and data between devices.

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

Q: What are end devices (hosts)?

A

A: Devices like clients and servers that are the source or destination of network messages; they have physical and logical addresses.

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

Q: What are intermediary (network) devices?

A

A: Devices like routers and switches that connect hosts and control data flow across the network.

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

Q: What are peripherals in networking?

A

A: Devices that rely on connected hosts for communication and don’t have logical addresses (e.g. printers).

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

Q: What are some examples of intermediary network devices?

A

A: Routers, L3 switches, L2 switches, bridges, and hubs.

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

Q: What are the three main types of network media?

A

A: 1) Metallic (copper) wires – transmit electrical pulses
2) Fiber-optic cables – transmit light pulses
3) Wireless – use electromagnetic waves (e.g., radio, microwave)

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

Q: What is a key feature of fiber-optic media?

A

A: High-speed transmission over long distances using light.

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

Q: What is a Local Area Network (LAN)?

A

A: A network that spans a small geographic area, managed by a single organization.

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

Q: What is a Wide Area Network (WAN)?

A

A: A network that connects geographically distant LANs, often using a telecom service provider (TSP).

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

Q: What is the Internet?

A

A: A global mesh of interconnected networks that follow standard protocols.

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

Q: What are the two classifications of network types based on media?

A

A: Wired and wireless networks.

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

Q: What is a communication protocol?

A

A: A set of rules and formats that govern how devices transmit and receive data.

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

Q: What is a protocol suite (stack)?

A

A: A group of protocols that work together at different layers to enable end-to-end communication.

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

Q: Name the four layers of the TCP/IP protocol stack.

A

A: 1) Application
2) Transport
3) Internet
4) Network Access

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

Q: What protocols belong to the Application Layer?

A

A: HTTP, FTP, DNS, SMTP, DHCP, SSH.

17
Q

Q: What protocols are found in the Transport Layer?

A

A: TCP and UDP.

18
Q

Q: What protocols are found in the Internet Layer?

A

A: IPv4, IPv6.

19
Q

Q: What protocols are found in the Network Access Layer?

A

A: Ethernet, Token Ring, and various WAN protocols.

20
Q

Q: What are the 7 layers of the OSI model (bottom to top)?

A

A: 1) Physical, 2) Data Link, 3) Network, 4) Transport, 5) Session, 6) Presentation, 7) Application.

21
Q

Q: What is the main purpose of the OSI model?

A

A: To standardize network functions and protocol responsibilities across layers.

22
Q

Q: How does the TCP/IP model map to the OSI model?

A

A: - Application ↔ OSI Layers 5-7
- Transport ↔ OSI Layer 4
- Internet ↔ OSI Layer 3
- Network Access ↔ OSI Layers 1-2

23
Q

Q: What is segmentation in networking?

A

A: Dividing large data into smaller chunks for transmission.

24
Q

Q: What is encapsulation?

A

A: Adding headers and trailers around each data segment at every layer of the network stack.

25
Q: What is decapsulation?
A: The process at the receiving end where headers and trailers are removed to access the original data.
26
Q: What types of addresses are used in networking?
A: Physical (MAC), Logical (IP), and Port numbers.
27
Q: What layer uses port numbers?
A: The Transport Layer.
28
Q: What are common devices at each addressing layer?
A: - L2 Switch, bridge, and hub use MAC addresses. - Router and L3 switch use IP addresses. - Ports are used to direct traffic to the correct application.