Model layers and definitions Flashcards

1
Q

The DoD (TCP/IP) model’s Process/Application Layer does what two main tasks?

A

1) Defines protocols for node-to-node APPLICATION communication
2) also controls user-interface specs

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

Which layers of the OSI model does the DoD’s Process/Application layer correspond to?

A

Application, Presentation and Session layers

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

The DoD’s Host to Host layer performs what function?

A

1) It defines protocols for setting up reliable end-to-end communication
2) Ensures error-free delivery of data

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

Which DoD and OSI layer handles packet sequencing and maintains data integrity?

A

Host-to-Host / Transport layer

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

Which layer handles logical transmission of packets over the entire network and gives hosts IP addresses?

A

Internet / Network layer

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

Which DoD layer is associated with hardware addressing and defines protocols for physical transmission of data? What is it’s OSI equivalent?

A

Network Access Layer. It’s equivalent is the Data Link and Physical layer

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

Name the two major groups of OSI layers and their functions

A

1) Upper Layers (Application Presentation and Session). Define how applications communicate with each other
2) Lower Layers (Transport,Network,Data Link,Physical). Define how the application data reaches it’s destination.

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

A PDU at the Transport Layer is known as what?

A

Segment (TCP) or Datagram (UDP)

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

Flow Control is done at what TCP/IP layer?

A

Host-to-Host layer (Transport)

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

The Window size sets the amount of what a sending host can send before it has to wait for an acknowledgement?

A

Bytes. Not Segments.

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

Name 4 devices that work at all 7-layers of the OSI model

A

1) Network Management stations
2) web and application servers
3) Gateways (not default)
4) Network Hosts

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

Name 4 devices that operate primarily at the Physical layer

A

1) NICs
2) Transceivers
3) Repeaters
4) Hubs

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

What other layer can provide flow control and error management?

A

The LLC sub-layer, but this is optional and only applies to control between nodes on the same physical link.

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

What layer is responsible for identifying network protocols, encapsulating and multiplexing them?

A

LLC sub-layer of Datalink layer

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

Which IEEE standard defines the LLC sub-layer?

A

802.2

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

What does 802.3 define and what LAN access method?

A

Ethernet. The access method is CSMA/CD.

17
Q

A datagram is the term used for what two things?

A

1) The PDU of the Transport Layer when UDP is used (segments when it’s TCP)
2) Used to describe IP data transfer, i.e. an IP Datagram

18
Q

A packet can encapsulate what two types of PDU’s?

A

Segments and Datagrams

19
Q

What protocol uses a Maximum Segment Size and what does it define?

A

TCP. It defines how much data from the upper layers is contained in a Segment.

20
Q

If Maximum Segment Size defines the size of TCP segments, what defines the size of UDP datagrams?

A

The length field in the IP header. (I don’t think this is covered in exam but is a useful comparison with the MSS)

21
Q

At which layer would application programmers specify how applications communicate to each other over the network?

A

Session layer. (Simplex, Half-duplex and full duplex communication)

22
Q

List the correct order of events during the 3-way handshake of establishing a reliable connection?

A

1) SYN
2) SYN/ACK
3) ACK

23
Q

Which layers of the OSI model do not have protocols in the TCP/IP suite exclusively dedicated to them?

A

Session layer and Presentation layer
(the functions of the session layer are primarily implemented in the transport layer protocols TCP and UD) *this was in the Comptia practice tests publication. I have no idea what it means and cannot find out anywhere what functions it is talking about.