Assignment
Assignment
O4A-DataComm
• Point-to-Point:
➢ Mesh: In a mesh topology, every device has a dedicated point-to-point
link to every other device.
➢ Star: Each device has a dedicated point-to-point link only to a central
controller, usually called a hub.
• Multipoint:
➢ Bus: One long cable act as a backbone to link all the devices in a network.
➢ Ring: A signal is passed along the ring in one direction, from device to
device, until it reaches its destination. It connects all devices together.
4. Name the four basic network topologies and cite an advantage of each type.
• Mesh: n * (n-1) / 2
• Ring: n
• Bus: n + 1 (n for cables, 1 for backbone)
• Star: n
6. What are some of the factors that determine whether a communication system is a LAN
or WAN?
• The internet is a general term for an interconnected network, while the Internet
refers to a specific worldwide internetwork.
8. Why are protocols needed?
• Protocols are set of rules and standards which are used to facilitate timely and
accurate communication between multiple devices with different configurations.
9. Assume six devices are arranged in a mesh topology. How many cables are needed?
How many ports are needed for each device?
• Let n be the number of connected devices in the network. Now, for mesh
topology, we know the equation is no. of cables = n * (n-1)/2 = 6 * 5 / 2 = 15
cables. Number of devices connected per device = n-1 = 5, so number of ports
per device = 5.
10. You have two computers connected by an Ethernet hub at home. Is this a LAN, a
MAN, or a WAN? Explain your reason.
• This is a LAN (Local Area Network). A WAN is a Wide Area Network that typically
connects machines that are geographically remote. A Man is a Metropolitan
Area Network - that connects together all machines in an enterprise, campus or
town.
11. Draw a hybrid topology with a star backbone and three ring networks.
12. Draw a hybrid topology with a ring backbone and two bus networks.
13. When a party makes a local telephone call to another party, is this a point-to-point or
multipoint connection? Explain your answer.
• When a party makes a local telephone call to another party, it will be a point to
point connection because it is a local call between only two parties.
14. In the ring topology, what happens if one of the stations is unplugged?
• If one station is unplugged, then the whole system would be disconnected (if no
measures are in place to bypass a station).
15. In the bus topology, what happens if one of the stations is unplugged?