Test 2 Review Questions Flashcards
What are the protocols used in the Physical Layer
802.11 abng, 4G, LTE
What are the protocols used in the Transport Layer
TCP
What are the protocols used in the Network Layer
IP
Of the OSI Layers, which are reliable and why?
Data Link, Transport and because they have ARQ Error Correction.
What does ARQ do from the Sender Side?
- Send Msg 2. Set a timer 3. Wait for an ACK
What does ARQ do from the Receiver Side?
- Receive Msg 2. Send Ack
What happens on the sender side if the ACK arrives first?
- Stop timer 2. Send next message
What happens on the sender side if the timer goes off 1st
- Send msg 2. Set a new timer
Nodes A & B are exchanging messages using the ARQ algorithm. State which action node B should take? Node A Node B M(3) ->
Next would be the following from Node B: < – Ack(5)
True or False? Is the Network Layer reliable
False, it does not have error correction.
What is difference between TCP and UDP
UDP does not have error correction
_____ labels increase the maintainability of a program:
Symbolic
Java is a ___ language:
High level
A program written in assembly lang is called a ____ program
Object
Translators for ___ are called assemblers:
assembly language