1.1 Flashcards

1
Q

What is a network topology?

A

A network topology refers to the physical or logical layout of a network.

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

Define LAN.

A

LAN stands for Local Area Network. It is a network that spans a small geographic area, such as an office or building.

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

Define WAN.

A

WAN stands for Wide Area Network. It is a network that covers a large geographic area, such as multiple cities or countries.

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

What is the OSI model?

A

The OSI (Open Systems Interconnection) model is a conceptual framework that standardizes network functions into seven layers.

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

What is the Physical layer in the OSI model responsible for?

A

The Physical layer deals with the physical transmission of data over the network.

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

Define the Data Link layer.

A

The Data Link layer provides error-free transfer of data between adjacent network nodes.

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

What does the Network layer handle in the OSI model?

A

The Network layer handles logical addressing and routing of data packets.

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

Explain the Transport layer.

A

The Transport layer ensures reliable and efficient data delivery between end-to-end connections.

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

Define the Session layer.

A

The Session layer establishes, maintains, and terminates connections between applications.

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

What is data encapsulation?

A

Data encapsulation is the process of adding headers (and sometimes trailers) to data at each layer of the OSI model as it moves down the stack.

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

What is an Ethernet header?

A

An Ethernet header is the header added to data at the Data Link Layer (Layer 2) in Ethernet networks.

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

Define the IP header.

A

The IP header is the header added to data at the Network Layer (Layer 3) in IP-based networks.

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

What are TCP/UDP headers?

A

TCP/UDP headers are headers added at the Transport Layer (Layer 4) in TCP/IP-based networks.

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

Explain TCP flags.

A

TCP flags are control bits in the TCP header that indicate the status of a TCP connection or the purpose of a TCP segment.

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

Define payload.

A

The payload refers to the actual data being transmitted, excluding the headers and other control information.

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

What is the Maximum Transmission Unit (MTU)?

A

The MTU is the largest size of a packet or frame that can be transmitted over a network without fragmentation.