Shared Flashcard Set

Details

Network and Internet Security
Network layers and Internet Security
22
Computer Networking
Undergraduate 3
06/14/2020

Additional Computer Networking Flashcards

 


 

Cards

Term
What does the Physical Layer handle?
Definition
The physical layer defines the means of transmitting raw bits over a physical data link connecting network nodes.
Term
In terms of communication define Simplex, Half, or Full Duplex
Definition
Simplex - communication only ever occurs in one direction
Half duplex - communication only ever occurs in one direction at an particular instant, but direction can reverse
Full duplex - communication can occur in both directions at the same time
Term
In multiplexing what techniques are used to allow multiple signals to be sent over a single medium without interference?
Definition
Frequency division - Divides spectrum into frequency bands
Time division - Users take turns in round-robin fashion
Code division - Extracts desired signal, rejecting everything else
Term
What does the Data Link Layer handle?
Definition
The reliable, efficient communication of packets including error detection/recovery, data rate and propagation delay.
Term
In networking terms what are packets?
Definition
Small blocks of data sent/received individually. Large messages are usually broken up into many packets. This allows for efficient error detection/recovery and fair sharing of communication links.
Term
How are packets sent to the physical layer?
Definition
Packets are encapsulated into frames for transmission. Each frame contains a frame header, payload and frame trailer.
Term
What service types can the Data link layer offer to the Network layer?
Definition
- Unacknowledged connectionless service, e.g. Ethernet
- Acknowledged connectionless service, e.g. WiFi
- Acknowledged connection-oriented service, e.g. ATM
Term
The senders data link layer typically...
Definition
- Breaks bit stream into discrete frames
- Computes a checksum over the frame
- Sends the checksum as part of the frame
Term
What is Byte stuffing?
Definition
A byte is stuffed in the message to differentiate the from the delimiter. This special byte is added to the beginning and end of each frame.
Term
What is Bit stuffing?
Definition
Similar to Byte stuffing, but there is no requirement for 8 bits. This ensures minimum density of transitions to help physical layer maintain serialisation.
Term
Two types of transmission errors are?
Definition
Interference that causes a signal to be received incorrectly and interference that causes data to be received when none was sent.
Term
Error detection is cheap and useful on highly-reliable channels to know an error has occurred. What methods can be used in error detection?
Definition
- Parity, where the sender and receiver decide on an even or odd parity.
- Checksums, sender treats data bits as a sequence of binary integers and adds them as they are transmitted. Receiver sums entire received data (including checksum) and if result is not 0 an error has occurred.
- Cyclic redundancy checks, sender and receiver agree on a generator polynomial G(x) in advance, append CRC in such a way that the checksummed frame is divisible by G(x). CRC is stronger than checksum or parity.
Term
What does error correction do and where is it useful?
Definition
Error correction adds redundancy to the sent information so it can be corrected without transmission. This is most useful on noisy lines, but the problem is redundant bits are just as likely to be received incorrectly.
Term
What error is managed by flow control?
Definition
This is when the sender can send more data than a receiver can handle. The best case to manage this is for the receiver to provide feedback to the sender.
Term
In CSMA/CD how are multiple transmissions handled across a channel?
Definition
If a channel is busy:
- Could just wait until an idle channel is detected
- Could wait a random amount of time and try again
- Could use slots and send with probability p if idle
With Collision Detection can listen to a channel while transmitting, if the detected signal is different from what is being sent, abruptly stop the transmission.
Term
What is the Network layer responsible for?
Definition
The Network layer is responsible for routing and connecting the different networks. It forwards packets to network routers, which rely on algorithms to determine the best paths for the data to travel.
Term
Virtual Circuit
Definition
In a connection-oriented service this is the path between the sender and receiver established before any packets are sent.
Term
When a router receives a packet, where should
it send it?
Definition
In datagram networks, this decision is made for every packet
– In virtual circuit networks, only when a new virtual circuit is set up
Term
Routing algorithms - Forwarding
Definition
Is when a router looks up its table to see where to send a packet
Term
Routing algorithms - Routing
Definition
Is filling in and updating the routing tables
Term
Flooding
Definition
Every incoming packet is sent to all outgoing links except the one it came in on.
Term
Distance Vector Routing
Definition
Each router maintains a table containing best known distance to each destination and the link used to achieve that. Routers share tables with their neighbors and eventually every router knows the best links.
Supporting users have an ad free experience!