Chapter 7 - Notes Flashcards
Show how the 4 bit digital value of 0110 is converted to analog signal by a modem that modulates the amplitude of a carrier wave:
Short Amplitudes = 0
Long Amplitudes = 1

Consider an uncompressed 1200 x 780 image with each pixel stored using an 8 bit grayscale representation in under 1 second, what is the minimum acceptable transmission speed?
A = (1200 x 7800) pixels per image
B = 8 bit/pixel per sec
S = (A x B) bps
Using dimensional analysis, the answer is 7.488 Mbps

How long would it take to transmit that 1200 x 780 image using a 1 gigabit ethernet network?
We know Bandwidth = bits/sec = bits/time
and So:
1 Gbps = 7.488 Mbps (from previous question)
1 Gbps = 7.488 Mb/t
1 Gb 1000 Mb = 7.488 Mb/t
s Gb
t = 7.488 s = 7.488ms
1000
How long would it take to transmit that 1200 x 780 image using a 802.11g WiFi Connection (54 Mbps)?
bandwidth = bits/sec
54 Mb/s = 7.488Mbs
54 Mb/s = 7.488Mb/t
t = 7.488Mb/54 Mb/s
t = 0.1386 s
Where did the idea of Bluetooth originate from?
From Harald “Bluetooth” Gormsson, who united Denmark and Christianized the Danes
Which topology would be disrupted if the Central Node was down?
Star Topology
Which topology does “Ethernet Lan with Shared Cable” have?
Bus
What security issues could arise from the use of an ethernet-like bus topology to implement a LAN?
Everyone has access to the same line of communication, so it everyone would see the same message. You would need to use a packet sniffer/analyzer to adjust.
The overall Structure of the Internet is a combination of:
LAN and WAN
Internet service with greater than 256K is called:
Broadband
True or False: A WiFi hot spot is where computers can connect to the internet through a nearby wireless station to a network
True (Except for Cell Phones)
Do users need a ISP to access a Lan?
No
Name 3 Common Topologies for LANs
Star, Bus, Ring
Most WANs use ___ technology to transmit message:
Store and forward (or packet switched)
What is a protocol?
A standard set of rules
What are the Seven Layers of OSI?
- Physical Layer
- Data Link Layer
- Network Layer
- Transport Layer
- Session Layer
- Presentation Layer
- Application Layer
Which OSI Layers are physically connected?
Physical and Data Link Layer
Which of the 7 OSI Layers have Error Correction?
Data Link and Transport Layers
Which OSI Layer uses bits?
Physical
Which OSI Layer uses Frames?
Data Link
Which OSI Layer(s) uses Packets?
Transport and Network Layers
Which OSI Layer is a Distant Node?
Network Layer
Which OSI Layer is a Distant Port?
Transport Layer
Which 3 of the 7 OSI Layers make up the Application/Process Layer?
Application, Presentation and Session Layers
Nodes A & B are exchanging messages using the ARQ algorithm. State which action node B should take?
Node A Node B
M(3) ->
<- ACK(3)
M(3) ->
Node A Node B
M(3) ->
<- ACK(3)
M(3) ->
<- ACK(3)
The main task of the network layer is to:
Handle delivery of communication across network of computers, including addressing schemes and routing
True or False: Medium Access Control protocols manage the physical layers, how bits are transmitted over different kinds of wires
False, Physical would.
True or False: A DNS Server translates urls into address on the web.
False: Protocol-Host-Port-Page, it only translates the host name