Introduction Flashcards

1
Q

What is a network?

A

A network is any connection between two or more computers, ranging from simple USB connections to the global internet.

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

What is the purpose of networking?

A

Networking enables file sharing, communication (e.g., email, messaging), and remote execution (e.g., using rlogin or telnet).

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

What is bit rate in networking?

A

Bit rate refers to the speed at which data is transmitted, measured in bits per second, and is often confused with bandwidth.

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

What is latency in networking?

A

Latency is the time it takes for a bit of data to reach its destination, crucial for applications like online gaming or video conferencing.

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

What is a LAN?

A

A LAN (Local Area Network) is a small, localized network connecting devices in a single location, typically using Ethernet cables and hubs.

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

What is a WAN?

A

A WAN (Wide Area Network) connects multiple LANs over long distances and includes technologies like fiber optics and ATM switches.

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

What does scalability mean in networking?

A

Scalability refers to a network’s ability to function efficiently at both small and large scales.

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

What is robustness in networking?

A

Robustness is a network’s ability to operate effectively despite hardware failures or data losses.

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

What is the OSI Model?

A

The OSI Model is a 7-layer framework for understanding network interactions, including layers for physical transmission, data integrity, routing, and more.

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

How does the TCP/IP Model differ from the OSI Model?

A

The TCP/IP model is a 5-layer model used for internet communication, with fewer layers than the OSI model, combining the presentation and session layers into the application layer.

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

What is ARP (Address Resolution Protocol)?

A

ARP resolves IP addresses to MAC addresses within a local network to ensure proper packet delivery.

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

What is the difference between the OSI and TCP/IP Models?

A

The OSI Model is theoretical with 7 layers, while TCP/IP is practical, using 5 layers and handling session/presentation functions in the application layer.

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

What is the purpose of networking layers?

A

Layers provide abstraction, allowing higher layers to focus on user data while lower layers manage physical transmission.

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

How did the integration of TCP/IP into UNIX impact the internet?

A

t enabled widespread adoption of the internet by providing affordable networking hardware and interoperable communication protocols.

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

How does data flow through the layers during email transmission?

A

Data moves from the Application Layer (email) down through each layer for routing and reliability, and up through layers at the destination, where headers are stripped.

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

What are the components that networking relies on?

A

Networking relies on protocols (rules for data communication) and hardware (physical devices like cables, switches, routers).