Chapter 1: Introduction To Networking Flashcards

1
Q

What are the layers of TCP/IP

A

Application Layer
Transport Layer
Network Layer
Data Link Layer
Physical Layer

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

What documents does TCP/IP use to define a protocol?

A

Requests for Comments

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

A networking model is a…

A

Set of documents

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

What was the other competing standard that lost to TCP/IP?

A

OSI: Open Systems Interconnection

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

Who made OSI and who made TCP/IP?

A

OSI was created by ISO. TCP/IP was funded by the DoD via DARPA, researched and developed by various universities.

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

What does URL and URI mean?

A

Uniform Resource Locators
Universal Resource Identifiers

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

What do protocols place in a header?

A

Information used by that protocol.

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

Can an HTTP server response contain no header (in the application layer)?

A

Yes, no header saves on the data size.

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

What are TCP & UDP?

A

TCP: Transmission Control Protocol
UDP: User Datagram Protocol

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

TCP sequence headers doing the error checking for the application layer is an example of something called…

A

Adjacent-layer interaction

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

What is a packet?

A

A packet is a Layer 3 PDU: it’s in the networking layer and begins with a networking layer protocol header (IP).

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

What is encapsulation and de-encapsulation?

A

Encapsulation takes data from a higher layer and wraps the appropriate protocol header around it. De-encapsulation does the opposite.

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

What is a segment?

A

A segment is a Layer 4 PDU: it’s in the transport layer and wraps the appropriate header around the data (likely TCP).

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

What is a PDU?

A

Protocol Data Unit: originally came from the OSI model and refers to the appropriate data unit of a corresponding layer.

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

What is a frame?

A

It’s a Layer 2, Data-Link PDU.

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