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

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;

28 Cards in this Set

  • Front
  • Back
Load Balancer:
A device that distributes incoming client requests among a set of servers.
Virtual Private Networks:
mechanisms to create virtual networks on top of public networks and provide confidentiality and authentication by using encryption techniques.
TCP (Transmission Control Protocol):
Protocol usually layered on top of IP and which guarantees reliable, in-order, once-and-only-once delivery.
IP (Internet Protocol):
Protocol by which computers send messages to each other through the internet. Messages sent via IP can be lost, delivered out of order, with duplicates.
Timesharing enables computers to work in multi-tasking and multi-user modes (T/F)?
True
An advantage of using LANs is:
Resource Sharing or Instant Communication
DHCP provides the following 2 key configuration parameters to hosts connecting to a given network: ________ and ________
IP Address and DNS Server IP Address
The hardware address can be used as IP network in most cases (T/F)?
False
Hardware Address:
A computer friendly number used for communications in a LAN
Two commonly distributed computing paradigms used on the Internet include: _______ and _______
Client/Server and Peer-to-Peer
Your computer can dynamically learn about IP addresses for local default gateways via the (HTTP/TCP/DHCP/MPMP)______________ protocol
DHCP
Computers operate directly with (decimal/hexadecimal/binary) numbers
Binary
Hexadecimal 0x2F
47
For a successful transmission the ratio of signal power to noise (S/N) must be (>, <, <=, >=, =) to 1?
> Greater Than
(Digital/Analog) _____________ signals carry finite amount of information
Digital
The power of a signal is proportional to the (cube/square/square-root) _________ of the amplitude of the signal
Square
The level of power of a signal decreases as the signal propagates through most channels (True/False)
True
It is easier to detect/correct errors when using digital signals vs analog signals (True/False)
True
Attenuation is ______ The loss of power as a signal travels through channels
The loss of power as a signal travels through channels
A byte is (8/16/32/64/128) __________ bits.
8
Signal distortion is caused by (noise/lightning/interference/non-linear properties of the channel) __________________
non-linear properties of the channel
Noise is random and cannot be totally filtered from the signal (True/False)
True
Error detection needs to be used in combination with __________________ to provide a fully reliable service
Retransmissions
The parity bit for the following data bits 1110-001 assuming even parity
0
The parity bit for the following data bits 1100-0101 assuming odd parity
1
Which code would require more overhead bits: a).-an error correction code that corrects all possible two bits in error or b).- code that detects all possible six bits in error c).-none of the above: (a/b/c)____
B
A code that has minimum distance of 2 will not detect any two bits in error (True/False)
False
The efficiency of a code where 5 bits are data and 3 bit is overhead is
5/8 (5+3) = 62.5%