• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/38

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

38 Cards in this Set

  • Front
  • Back
What does the Physical Layer transmit?
Bits
What does the Data Link Layer organize data into?
Frames
What are the jobs of the data link layer?
physical addressing (MAC addresses)
Flow control/access control
Data link protocols: stop and wait, go back N, selective repeat
What does the Network layer organize data into?
Packets
What layer handles routing?
Network Layer
What is adaptive routing?
the adaptation to changes in traffic and/or network topology
what does "isolated" mean in terms of the Network layer?
nodes only know of neighbors
What does the term "nonisolated" mean in terms of the network layer
Global routing info is used
At which layer are IP addresses determined?
Network layer
What does the Transport layer do?
provides reliability to higher layers
creates a connection between hosts
What are the basic operations of the Transport layer?
establish service
tear down service
flow control, buffering, multiplexing
what are the transport layers protocols?
UDP and TCP
which transport layer protocol is connectionless?
UDP
which transport layer protocol is connection-oriented?
TCP
What is the main goal of the session layer?
Crash recovery by means of check pointing
Which layer deals with encryption, and compression?
Presentation layer
Which layer involves DNS?
Application layer
What constitutes a centralized routing algorithm?
when routing tables are constructed at a central node and distributed to the other imps
What constitutes a decentralized algorithm
Each imp constructs its own routing table
True or False: a Routing table needs the whole path to an imp
False, it needs the next hop it needs to take - it trusts the other imps to get to the final destination
What is the the hot potato method in terms of adaptive routing?
When a packet arrives, it is sent out as fast as possible in the shortest outgoing queue
What is the backward learning method in terms of adaptive routing?
Observing the history of arriving packets
What is distributed routing in terms of adaptive routing?
When a node exchanges info with its direct neighbor
what is link state routing
the act of a node discovering its neighbors and learning their net addresses
What is reverse path forwarding?
if packet comes in on "Best line" forward it on to others

else: discard packet
what are three reasons for congestion in routing
1) imps are too slow
2) queues in imps fill up
3) lines are too slow
What are the five strategies for dealing with congestion?
1) preallocate resources
2) allow packets to be discarded at will
3) restrict number of packets in the net
4) use flow control
5) choke off input when congestion occurs
True or False: a flat address contains information regarding the structure
False - a flat address only identifies a node
What sometimes acts as a router, and sometimes acts like a bridge?
A brouter
What does a repeater do?
connects two compatible LANS
what is the basis for transferring information through a bridge?
MAC layer addresses
What type of address carries information about the structure of the network?
hierarchical address
True or False: flow control is end-to-end
True
What is the purpose of the three-way handshake?
synchronizing both ends of a connection by allowing both sides to agree upon initial sequence numbers.
What is bastract syntax notation?
a common network representation that each node translates
What is the first layer that is concerned with information being exchanged?
Presentation layer
What does DES stand for, and what is it?
Data Encryption Standard - a standard created by IBM. use same key to encrypt and decrypt
what is public key cryptography?
The act of publishing the key and the algorithm. Decryption key is still only known by you though.