Communicaton N Networks Notes
Communicaton N Networks Notes
In this chapter
Communications
mediums or channels
Software needed for
communication
a. INTRODUCTION
Communication media enables signals to move from one point to another. These communication
media or channels are either wired or wireless.
i) Wired Transmission
Wires and cables are media through which information can move from one network device to
another. The type of cable chosen for a network is related to the networks configuration
(topology), protocol and size. Common wired mediums include
With wireless transmission, signals are broadcast as electromagnetic waves through free air
space. Wireless signals are transmitted by a transmitter, and received by a receiver. Wireless
systems may be inexpensive because no wires need to be installed to transmit the signal.
Wireless transmissions are however susceptible to electromagnetic interference and physical
interference.
a. A network interface card or network adapter provides a physical connection between the
computer and network cable or communication medium.
b. The communication medium or channel, as described in the previous section, enables
signals to move between locations.
c. A switch or a hub is a device that provides a central connection point for cables from
workstations, servers and peripherals. Switches are usually active, which means that they
electrically amplify the signal as it moves from one device to another.
d. A router translates information and allows communication from one network to another.
Routers choose the best path to transmit signals, based on the destination address and
origin.
e. A modem - A modem is a device that makes it possible for computers to communicate
over telephone lines. The word modem comes from Modulate and Demodulate. Because
standard telephone lines use analog signals, and computer digital signals, a sending
modem must modulate its digital signals into analog signals. The computers modem on
the receiving end must then demodulate the analog signals into digital signals.
A network operating system (NOS) allows computer systems and devices connected to a
network to communicate with one another. The NOS performs the same tasks and functions for a
network as the operating systems (OS) does for a computer, such as processor task management,
memory management and device management. Popular NOSs are Microsoft Windows server,
UNIX, Linux, Mac OS X, and Novell Netware. Network Management software includes
software tools and utilities for managing networks. These tools enable the network manager to
scan for viruses on the network, monitor the shared hardware and manage validity of software.
5. CATEGORIES OF NETWORK:
Peer-to-peer.
Server – based.
In peer-to-peer networking there are no dedicated servers or hierarchy among the computers. All
of the computers are equal and therefore known as peers. Normally each computer serves as
Client/Server and there is no one assigned to be an administrator responsible for the entire
network.
Peer-to-peer networks are good choices for needs of small organizations where the users are
allocated in the same general area, security is not an issue and the organization and the network
will have limited growth within the foreseeable future.
The term Client/server refers to the concept of sharing the work involved in processing data
between the client computer and the most powerful server computer.
Client/server application design also lets the application provider mask the actual location of
application function. The user often does not know where a specific operation is executing. The
entire function may execute in either the PC or server, or the function may be split between
them. This masking of application function locations enables system implementers to upgrade
portions of a system over time with a minimum disruption of application operations, while
protecting the investment in existing hardware and software.
6. NETWORK TOPOLOGIES
What is network Topology? - It refers to the shape or layout connected devices in a network.
a. BUS TOPOLOGY – All devices are connected to a central communication cable, called
the bus or backbone.
b. RING TOPOLOGY
All devices are connected to one another in the shape of a circle or a ring, thus each device is
connected directly to two other devices, one on either side. Communication signals travel
through the ring in the same direction, either clockwise or counter clockwise.
c. STAR TOPOLOGY
All devices are connected to a central switch, hub, or router. Devices communicate across the
network by sending data through the switch. This is the most common type of topology,
especially for home networks.
d. TREE TOPOLOGY
A tree topology is a hybrid, integrating multiple star topologies, connected together onto a
liner bus backbone. A star/bus hybrid approach supports the future growth of a network.
e. MESH TOPOLOGY
Devices are connected with many redundant connections between network devices. A mesh
network in which every device connects to all others is called a full mesh.