Computer Network Overview Flashcards

(12 cards)

1
Q

Define Computer Network

A

Group of devices that are connected to offer certain services

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

What are End Devices “Hosts”

A
  • Source or destination of messages
  • Must have a unique physical or logical address
    ○ unique - static
    ○ e.g. IP-Address (logical)
    ○ MAC-Address (physical)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Peripheral devices properties

A

Don’t have logical address

Rely on connected host for communications
Network Media
Metallic “copper wires”, electrical pulses

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

Protocol Stack (Suite)

A

A group of protocols that work together to ensure successful communication

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

OSI (Reference) Model

A

1.7 Application
1.6 Presentation
1.5 Session
1.4 Transport
1.3 Network
1.2 Data Link
1.1 Physical

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

TCP/IP (Protocol Model)

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
7
Q

What is segmentation in the TCP/IP stack?

A

The transport layer (TCP/UDP) breaks large application-layer messages into smaller, numbered chunks called segments so they fit below the Maximum Segment Size (MSS).

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

Why is segmentation needed?

A

Smaller chunks reduce retransmit cost and let multiple flows share the link fairly.

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

Where are segment pieces re-joined?

A

At the destination transport layer: TCP uses sequence numbers + acknowledgment to reorder and reassemble the byte stream.

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

Define encapsulation in one sentence.

A

As data moves down the stack, each layer wraps the payload it receives with its own header (and sometimes trailer), forming a new PDU for the layer below.

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

What is added at the data-link layer during encapsulation?

A

Frame header (dest MAC, src MAC, EtherType) and trailer (FCS checksum).

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

Contrast segmentation vs. IP fragmentation.

A

Segmentation is done by the sender’s transport layer before handing data to IP.
* Fragmentation is done by routers when an IP packet exceeds a link’s MTU; each fragment gets its own IP header with offset/flags.

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