Question

In: Computer Science

a) What is alphanumeric information? >>> b) Explain how many bytes it will take to transmit...

  1. a) What is alphanumeric information?

>>>

b) Explain how many bytes it will take to transmit “Go team” without the quotation marks.

>>>

c) Explain how many bytes it will take to transmit “Hello World!” without the quotation marks.

>>>

d) Go to a search engine and find a converter to represent characters in ASCII. What are the 7-bit ASCII codes for “Hello world!” without the quotation marks? (Check: H is 1001000.) Show this in a table with two columns. The first will show letters or other keyboard characters. The second will show the ASCII code for that character.

Letter

ASCII

H

1001000

Thought Questions from Chapter 2

2-1. How do you think TCP would handle the problem if an acknowledgment were lost, so that the sender retransmitted the unacknowledged TCP segment, therefore causing the receiving transport process to receive the same segment twice?
>>>

2-2. Compute the minimum number of TCP segments required to open a connection, send an HTTP request and response message, and close the connection. Justify this number by creating a table showing each message and its sequence number. (Hint: Do the table in Excel and paste it into your homework document.)

2-5. Do the following without using a calculator or computer, but check your answers with a calculator or a computer. a) Convert 6 to binary.
>>>
b) Convert 47 to binary.
>>>
c) Convert 100 to binary.
>>>
d) Convert 110100 to decimal.
>>>
e). Convert 001100 to decimal.
>>>

2-7. a) The port number fields in TCP and UDP are 16 bits long. How many port numbers can they represent?
>>>
b) In IP, the Time to Live Field is 8 bits in size. How many values can it represent?
>>>
c) How many values can a flag field represent?
>>>

Solutions

Expert Solution

a) What is alphanumeric information?

Answer) Alphabets: A, B, C, D … Z

Numbers: 0, 1, 2, …..9

Alphanumeric: is combination Alphabets and Numbers such as “abc123”, “02356hjk”, “BCFD956” etc. Computer Keyboard is an example of Alphanumeric keyboard.

b) Explain how many bytes it will take to transmit “Go team” without the quotation marks.

Answer) Without quotations the data is Go team: Go team contains a total of 7 letters those are: G, o, space, t, e, a, m.

For each letter to transmit it will take 1 byte. So a total of 7 Bytes are needed to transmit the Go team.

c) Explain how many bytes it will take to transmit “Hello World!” without the quotation marks.

Answer) Without quotations the data is Hello World!: Hello World! contains a total 12 letters those are: H, e, l, l, o, space, W, o, r, l, d.

For each letter to transmit it will take 1 byte. So a total of 12 Bytes are needed to transmit the Go team.

d) Hello World! in ASCII.

Letter

ASCII

H

01001000

e

01100101

l

01101100

l

01101100

o

01101111

space

00100000

W

01010111

o

01101111

r

01110010

l

01101100

d

01100100

!

00100001

2-5)

a) Convert 6 to binary.

Division by 2

Quotient

Reminder

Bit position

6/2

3

0

0

3/2

1

1

1

1/2

0

1

2

(6)10 = (110)2

b) Convert 47 to binary.

Division by 2

Quotient

Reminder

Bit position

47/2

23

1

0

23/2

11

1

1

11/2

5

1

2

5/2

2

1

3

2/2

1

0

4

1/2

0

1

5

(47)10 = (101111)2

c) Convert 100 to binary.

Division by 2

Quotient

Reminder

Bit position

100/2

50

0

0

50/2

25

0

1

25/2

12

1

2

12/2

6

0

3

6/2

3

0

4

3/2

1

1

5

1/2

0

1

6

(100)10 = (1100100)2

d) Convert 110100 to decimal.

(110100)2 =

(110100)2 = (52)10

e) Convert 001100 to decimal.

(001100)2 =

(001100)2 = (12)10

2-7.

a) The port number fields in TCP and UDP are 16 bits long. How many port numbers can they represent?

Answer) The port number is 16 bits long so it can represent a maximum of = 65535 ports

b) In IP, the Time to Live field is 8 bits in size. How many values can it represent?

Answer) The live field is 8 bits in size so it can represent a maximum of = 256

c) How many values can a flag field represent?

Answer) In general, the flag represents a single value or a bit information either 0 or 1 in other terms true or false.

If you have any doubt regarding this answer please let me know.


Related Solutions

Describe how neurons transmit information.
Describe how neurons transmit information and briefly explain neurons transmit information.
a. A shaft is used to transmit power. What does this mean? b. Explain the general...
a. A shaft is used to transmit power. What does this mean? b. Explain the general process of choosing a material for a shaft. c. Discuss the considerations that must be made when selecting the layout of a shaft.
How long will it take to transmit a GB file from one VSAT to another using...
How long will it take to transmit a GB file from one VSAT to another using a hub as shown in Figure below? Assume that the uplink is 1 Mbps, the downlink is 7 Mbps, and circuit switching is used with 1.2 sec circuit setup time.
Explain with example how imitative behavior can take many forms in Oligopoly?
Explain with example how imitative behavior can take many forms in Oligopoly?
Q1.How long will it take to transmit a 1-GB file from one VSAT to another using...
Q1.How long will it take to transmit a 1-GB file from one VSAT to another using a hub as shown in Figure below? Assume that the uplink is 1 Mbps, the downlink is 7 Mbps, and circuit switching is used with 1.2 sec circuit setup time. Q2. Calculate the transmit time in the previous problem if packet switching is used instead. Assume that the packet size is 64 KB, the switching delay in the satellite and hub is 10 microseconds,...
Convert the following numbers from decimal to hexadecimal (and for each, indicate how many bytes would...
Convert the following numbers from decimal to hexadecimal (and for each, indicate how many bytes would be needed to store the value of that number): 10 15 16 256 250 358 1024 1023 8195
How important are chromosomes in our development? We know that chromosomes transmit all the information as...
How important are chromosomes in our development? We know that chromosomes transmit all the information as to who we are to become both physically and chemically, and they pass on important characteristics such as handedness, height, weight and hair color – but how important are they to helping us become who we are? Is nature more important than nurture? Is there anything we can do that changes our chromosomes? Could this help or hinder us in our development? What happens...
Using a UTF-8 Unicode implementation, how many bytes would it require to store the string "Dog!"
Using a UTF-8 Unicode implementation, how many bytes would it require to store the string "Dog!"
a) How many arrangements are there of the letters of the word FEEBLENESS? (b) What is...
a) How many arrangements are there of the letters of the word FEEBLENESS? (b) What is the probability that if the letters are arranged at random four E’s will be together? (c) In a random arrangement, what is the probability that exactly three E’ s will be together?
a) How many arrangements are there of the letters of the word FEEBLENESS? (b) What is...
a) How many arrangements are there of the letters of the word FEEBLENESS? (b) What is the probability that if the letters are arranged at random four E’s will be together? (c) In a random arrangement, what is the probability that exactly three E’ s will be together?
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT