• 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/13

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;

13 Cards in this Set

  • Front
  • Back
Serial
Data is sent 1 bit at a time down a single connection
Parallel
Data is sent several bits at a time down a number of connectors
Comparison of serial - parallel
All other things being equal parallel will be faster but require more complex(expensive) cables
Simplex
Data can only travel in one direction(compare to broadcast radio)
Half duplex
Data can travel in both directions, but not at the same time(compare to intercom)
Full duplex
Data can travel in both ways at the same time(compare to phone)
Circuit switching
A route is negotiated. The bandwidth on the route is guaranteed. The data is sent all following the same path. The connection is closed.
packet switching
Data is broken into packets. Each packets contains the data a source and destination address, check sum and packet number. Each packet is individually routed through the network. At the receiver packets are put back into order
Comparison of circuit and packet switching
Circuit switching has guaranteed arrival time.
Packet switching is more fault tolerant, packets can find alternative routes.
Packets switching can make better use of busy networks.
Data collisions
Collisions occur when two packets are sent at the same time.
Each network card listens to the data packets it sends and identifies interference.
If a collision happens transmission is halted, after a random delay is resent.
Router
A router is a device in a network which holds information about the address of computers in the network.
Protocol
An agreement between two or more devices about how they should communicate.
Devices must agree on a protocol before data can be exchanged.
Standard protocols such as TCP/IP make it easier to connect devices together.
Internet
A network of networks. Connected using TCP/IP protocol