Purchase Solution

Comp Sci

Not what you're looking for?

Ask Custom Question

1. Use Run-Length encoding to compress the following:

00110 00000 00000 10001

Note: Two different approaches to run length encoding were presented. You may use either approach for this problem.

2. Using front-end compression to reduce the data storage requirements for the following list.

Uncompressed Compressed

Aleskow, Elliot Aleskow, Elliot
Alton, Eli {2}ton, Eli
Altman, Paul
Altman, Peter
Anolik, Stuart
Appiah, Leonard
Apple, Vanessa

3. Encrypt the following plaintext into ciphertext using a monoalphabetic substitution cipher with a key = 3

FEAR THE TURTLE

4. Given an decimal dotted quad IP address of 170 . 15 . 9 . 20

a. Convert it to a binary dotted quad address

b. What is the class of the IP address?

c. What is the netid?

d. What is the hostid?

e. If the host is divided into 32 LANs (i.e. subnets), then what would the subnet mask be? Show the subnet mask in both

Binary dotted quad:

Decimal dotted quad:

5. Which station characteristic can be used to group stations into a VLAN?

_____ Port numbers

_____ MAC addresses

_____ IP addresses

_____ All of the above

Purchase this Solution

Solution Preview

Question 1) We group 7 bits or 8 bits to group together in run length encoding. In here we got 8 consecutive 0s so we can group them and specify how many of them.So we got the ...

Purchase this Solution


Free BrainMass Quizzes
Basic Networking Questions

This quiz consists of some basic networking questions.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Excel Introductory Quiz

This quiz tests your knowledge of basics of MS-Excel.