Cmis 415
Cmis 415
1. When was the World Wide Web introduced into the Internet? In 1989
2. Who is credited with inventing it? It was invented by Tim Berners-Lee and Robert
Cailliau.
3. List the monthly fees and company for at least one of each type of Internet
connections below:
a. Cable Modem
Comcast cost $42.95 per month for up to 15 mbps
b. DSL
Verizon cost $14.95 per month for up to 768kbps
6. Why do computers use binary counting? Computers are electronic devices that
know of only two states - on and off. This is used in binary to represent a 1 for on
(where a voltage over a defined amount is present) and a 0 for off (where a
voltage is under the defined amount).This system allows computers to perform
complex calculations very quickly and efficiently.
7. What do you think is the difference between data and information? Data is a
collection of raw facts and figures, such as 1324. Information: is a collection of
the data arranged in some order, such as 1234.
14. What is the maximum number of characters or symbols that can be represented by
Unicode? The code can define up to 232 (4,294,967,296) characters or symbols.
15. A color image uses 16 bits to represent a pixel. What is the maximum number of
different colors that can be represented? With 16 bits, we can represent up to 2 ^16
different colors.
16. Assume six devices are arranged in a mesh topology. How many cables are
needed? = 6(6-1)/2 =6(5)/2 =30/2 =
How many ports are needed for each device? =6-1 = 5
17. For each of the following four networks, discuss the consequences if a connection
fails.
a. Five devices arranged in a mesh topology. If one connection fails, the other
connections will still be working.
b. Five devices arranged in a star topology (not counting the hub). The other devices
will still be able to send data through the hub; there will be no access to the device
which has the failed connection to the hub.
c. Five devices arranged in a bus topology. All transmission stops if the failure is in
the bus. If the drop-line fails, only the corresponding device cannot operate.
d. Five devices arranged in a ring topology. The failed connection may disable the
whole network unless it is a dual ring or there is a by-pass mechanism.
18. You have two computers connected by an Ethernet hub at home. Is this a LAN, a
MAN, or a WAN? Explain your reason. LAN, as it’s convenient.
19. In the ring topology in Figure 1.8, what happens if one of the stations is
unplugged? Unplugging one station, interrupts the ring. However,
most ring networks use a mechanism that bypasses the station; the ring can
continue its operation.
20. In the bus topology in Figure 1.7, what happens if one of the stations is
unplugged? A fault or break in the bus cable stops all transmission, even between
devices on the same side of the problem. The damaged area reflects signals back in the
direction of origin, creating noise in both directions.
21. Draw a hybrid topology with a star backbone and three ring networks.
22. Draw a hybrid topology with a ring backbone and two bus networks.
23. Performance is inversely related to delay. When you use the Internet, which of the
following applications are more sensitive to delay?
a. Sending an e-mail, E-mail is not an interactive application. Even if it is delivered
immediately, it may stay in the mail-box of the receiver for a while. It is not sensitive
to delay.
b. Copying a file, We normally do not expect a file to be copied immediately. It is not
very sensitive to delay.
c. Surfing the Internet, Surfing the Internet is an application very sensitive to delay.
We except to
get access to the site we are searching.
24. When a party makes a local telephone call to another party, is this a point-to-point
or multipoint connection? Explain your answer. It’s a point to point connection, as
there is only 2 parties, while a multipoint connection is more than 2 parties.
25. Compare the telephone network and the Internet. What are the similarities? What
are the differences? The telephone network was originally designed for voice
communication; the Internet was originally designed for data communication. The
two networks are similar in the fact that both are made of interconnections of small
networks. The telephone network, as we will see in future chapters, is mostly a
circuit-switched network; the Internet is mostly a packet-switched network.