Assignment 2 Solution
-
How much disk space is taken by a minute-long uncompressed digital stereo
audio file sampled at 11 KHz, 16 bits per sample? [2]
- 60 seconds x 11,000 samples/second x 2 bytes/sample x
2 stereo channels = 2.64 megabytes
-
What do Manchester and Differential Manchester encoding have in common? Why do
they not just use a high voltage for 1 and a low voltage for 0? [2]
- They both combine the clock signal with the data
signal before sending.
- It would be difficult to determine the boundaries
between bits, especially for a long string of 1s or 0s.
-
What are both 4 bit/5 bit and 5 bit/6 bit encoding designed to prevent? [1]
- a long string of 1s or 0s transmitted within the
data portion (which could be confused with the start or end of the
message)
-
Give three differences between baseband and broadband communication. [3]
- Baseband uses the entire communication channel for
one signal.
- Baseband transmits faster than broadband.
- Broadband divides the channel into bands for
sending multiple signals at a time.
- Broadband wastes some of the bandwidth on
separating the bands.
- Baseband is usually bi-directional; broadband is
usually uni-directional.
- Baseband is digital; broadband is analog.
-
Give two advantages of conducted media and two advantages of radiated media.
[4]
- Conducted media is more secure, radiated media can be
received by anyone with a receiver.
- Conducted media generally provides higher speed.
- Radiated media does not require a physical connection
and is better for long distances and mobile transmission.
- Radiated media can be broadcast to a virtually
unlimited number of recipients.
-
What is the physical difference among the different types of radiated signals?
Which types of radiation tend to have the highest transmission speeds? [2]
- Radiated signals are all forms of electromagnetic
radiation. They differ in their frequencies (and energies).
- The higher the frequency, the higher the transmission
speeds.
-
What is a hot swappable component? What types of server components are most
likely to be hot swappable? [3]
- A hot swappable component can be removed while the
computer is running.
- Disks and power supplies are often hot swappable.
-
What are three specific features you should look for when buying a network
card? [3]
- speed (e.g. 10 or 100 Mbps)
- connectors (RJ-45, BNC, etc.)
- bus (PCI or ISA)
-
List three components or devices that are particularly important to the
reliability of a server and therefore the network. [3]
- power supplies and protection, including surge
protector and UPS (uninterruptible power supply)
- disks
- backup devices and systems
-
What are the meanings of the three parts of the names of popular LAN standards
such as 10baseT and 1000baseSX? [3]
- The first number is the speed of the standard in
Mbits per second.
- The middle word is the type of transmission, e.g.
baseband or broadband.
- The last letters are the media type, e.g. twisted
pair or fibre optic cable.
-
If NICs using p-persistent CSMA may transmit every 20 microseconds with
probability 0.2, what is the average wait before transmitting? [1]
- average delay = (1-p)/p slot times = (1 - 0.2)/0.2 *
20 microseconds = 80 microseconds
-
In CSMA/CD binary exponential backoff,
If a collision is detected, the NIC will wait 0 to 1 slot times before
transmitting.
If another collision occurs, the NIC will wait 0 to 3 slot times.
If a third collision occurs, how long will the NIC wait? [1]
- wait time = 0 to 2n-1 slot times = 0 to 23-1
slot times = 0 to 7 slot times
-
If collision detection requires listening and re-transmission, why is it used
more often than collision avoidance? [2]
- Collision avoidance does not perform as well because
it requires a delay before sending.
- If the system is not heavily loaded, collision
detection will not incur any delay most of the time.
-
What type of media access should be used for a small network with low
performance requirements? [1]
- Carrier Sense Multiple Access with Collision
Detection (CSMA/CD)
-
Why does a token bus have more complex token-passing algorithms than a token
ring? [1]
- Stations must be sequenced by their addresses and
know the address of the previous and next machine.
-
What is the purpose of a MAC address? [1]
- A MAC address uniquely identifies a network card on a
network.
-
Why must IEEE 803.2 frames be at least 64 bytes? [1]
- If the frame is too small, it might be received
before a collision could be detected.
-
What part of the network software allows you to read or write to a file on the
network as if it were on the local PC? [1]
- redirector (Microsoft) or network shell
-
Give an advantage of disk mirroring over RAID and two advantages of RAID over
mirroring. [3]
- Disk mirroring is more reliable because it is a
complete copy of the disk.
- RAID is less expensive because only one disk is
needed to back up several disks.
- RAID performs better because only parity information
must be stored.
-
A system has full backups every week at the end of the day on Sunday.
At the end of each of the remaining six days, the system has a differential or
incremental backup.
If a user discovers her file missing on Friday, at most how many backups would
need to be consulted to find the file
- if differential backups were used?
- if incremental backups were used? [2]
- For differential backups you would need only two
backups: Sunday's and Thursday's.
- For incremental backups you would need five:
Sunday's through Thursday's.
-
What type of software licence would be best to buy for
- an infrequently used software package to be installed on 100 computers?
- a heavily used software package in a large building with a variable number
of computers? [2]
- restricted number of concurrent users
- unlimited use at one site
-
Name the database of network objects used in
- Novell NetWare 3.x
- Novell NetWare 4.x
- Windows 2000 [3]
- Bindery
- Novell Directory Services
- Active Directory
-
Which networking protocol is built in and used by default in
- Novell NetWare?
- Windows 9x/NT?
- UNIX? [3]
- SPX/IPX
- NetBEUI
- TCP/IP
- List two ways that users and computers are grouped in Windows. [2]
- workgroups
- domains