Model layers and definitions Flashcards
The DoD (TCP/IP) model’s Process/Application Layer does what two main tasks?
1) Defines protocols for node-to-node APPLICATION communication
2) also controls user-interface specs
Which layers of the OSI model does the DoD’s Process/Application layer correspond to?
Application, Presentation and Session layers
The DoD’s Host to Host layer performs what function?
1) It defines protocols for setting up reliable end-to-end communication
2) Ensures error-free delivery of data
Which DoD and OSI layer handles packet sequencing and maintains data integrity?
Host-to-Host / Transport layer
Which layer handles logical transmission of packets over the entire network and gives hosts IP addresses?
Internet / Network layer
Which DoD layer is associated with hardware addressing and defines protocols for physical transmission of data? What is it’s OSI equivalent?
Network Access Layer. It’s equivalent is the Data Link and Physical layer
Name the two major groups of OSI layers and their functions
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.
A PDU at the Transport Layer is known as what?
Segment (TCP) or Datagram (UDP)
Flow Control is done at what TCP/IP layer?
Host-to-Host layer (Transport)
The Window size sets the amount of what a sending host can send before it has to wait for an acknowledgement?
Bytes. Not Segments.
Name 4 devices that work at all 7-layers of the OSI model
1) Network Management stations
2) web and application servers
3) Gateways (not default)
4) Network Hosts
Name 4 devices that operate primarily at the Physical layer
1) NICs
2) Transceivers
3) Repeaters
4) Hubs
What other layer can provide flow control and error management?
The LLC sub-layer, but this is optional and only applies to control between nodes on the same physical link.
What layer is responsible for identifying network protocols, encapsulating and multiplexing them?
LLC sub-layer of Datalink layer
Which IEEE standard defines the LLC sub-layer?
802.2