By the end of the lesson you should be able to:
Computer Network: Refers to two or more computers connected together using data transmission media for the purpose of sharing information and network resources
Data Communication: The process of transmitting data signals through networking media from one place to another
By Khairil Yusof from Malaysia - RJ45 Ethernet Cable, CC BY 2.0,
By the end of the lesson you should be able to:
Data Communication Terminologies
Data signal - This refers to voltage level that flow in a circuit denoting a given information.
Analog Signal - Refers to electrical signal that varies continuosly in a circuit
Digital Signal -refers to a sequence of discrete pulses of 1's and 0's. Here the voltage above a certain level is considered 1 and voltage below the same level is considered 0
Serial Data Transmission - Data is transmitted over a single communication path. Bits are tranferred down the line one at a time.
Parallel Data Transmission - Data is transffered using several transmission paths.
Signal Modulation and demodulation - Modulation refers to conversion of digital signals to analog signals at the transmission end while demodulation refers to conversion of analog data back to digital at the receiving end. The device that performs demodulation and modulation is known as Modem
Multiplexing - refers to the process of transmitting difference data signals on the same communication medium.
Demultiplexing - refers to the process of separating the multiplexed signal at the receiving end
Bandwidth - Refer to the amount of data that can be transferred by a transmission medium per second.
Baseband signal - digital signal generated and applied to transmission medium without modulation.
Broadband transmission- this where an analog signal is sent over a transmission medium using a particular frequency
Attenuation - this refers to loss of strength of data signals during transmission through a data transmissin medium
By the end of the lesson you should be able to:
Simplex Mode: it is used when data is transmitted in one direction only. For example, in radio broadcasting, the listener cannot communicate back through the radio receiver.
Half Duplex: Used when two interconnected devices wish to exchange data alternately, that is, the two devices switch between send and receive modes after each transmission. An example is a radio call
Full Duplex/Duplex transmission: Here data is exchanged between the devices in both directions simultaneously.An example in communication through cell phone
By Harke - Own work, Public Domain, NIC
By the end of the lesson you should be able to:
Computer networks are classified into
Local Area Network
This a network formed when computers are connected together in a small geographical area of upto 3km radius, for example on the same floor, building or block of buildings
Characteristics of LANs are:
Metropolitan Area Network
A MAN covers a medium sized geographical area, such a town. MAN connects several LANs together using high-speed telephone lines, such as leased lines or wireless communication
Wide Area Network
WAN cover unlimited geographical areas across the country and entire world .
By the end of the lesson you should be able to:
Purpose of Networking
Limitations of Networking
Public Domain,Cable Modem LInk
By the end of this lesson you should be able to:
Data communication media refers to the pathway through which data signals are transferred from on place to another. Data Communication media are classified as:
Bounded Communication Media
In this type, data signals are relayed through cables. These media are again divided into :
Two wire open line cables
These are made up of two parallel copper wires separated by a plastic insulator. They are used to transmit voice signals over telecommunication networks. This type of bounded media suffer from EMI as the lines are parallel to each other.
Twisted Pair Cables
These are copper wires wound on each other. The winding/twisting reduces electromagnetic interference and crosstalk. They are divided into:
Unshielded Twisted Pair (UTP)
They are not shielded using braids of copper wire or aluminium foil. They suffer from electromagnetic interference. These interferences may come from lightning sparks, radio signals etc.
Advantages of TP cables
Disadvantages of TP cables
Shielded Twisted Pair (STP)
Here, shielding is done by use braided copper wires and aluminium foil to prevent electromagnetic interference
By the end of the lesson you should be abe to:
Fibre Optic Cables
Transmit data signal by use of light. The electrical signal is converted by Light Emitting Diodes(LED) to light signal. The light signals then travel through the core of the optic fibre by a series of total internal reflection. The light used is an infrared laser. There is usually less interference for data signal transmitted this way so fibre optics have high bandwidth compared to twisted pair and coaxial cables
Parts of fiber optic cables:
Types of optic fibre optic cables
By the end of the lesson you should be able to:
Topology - refers to how the nodes of a network are connected.
Types of Topology
Star Topology
This is where all cables for each computer is being connected directly to the server via a hub or a switch. This implies that for hosts to communicate they have to do so through the server
Advantages
Disadvantages
Bus Topology
This is where is a single central trunk/cable/backbone/bus on which all the workstations are connected. Usually, the trunk/bus/backbone has a terminator on both ends to prevent signal loss.
Advantages
Disadvantages
Ring Topology
it is where the workstations are set out in a ring using a cable. A token is usually passed along the ring from node to node and if the token is meant for a given node then it releases the information to the network
Advantages
Disadvantages
By the end of this lesson, you should be able to:
Network software
include:
Network Operating Systems
Most servers run on Network Operating System. This OS is used to control and serve client computers
Functions of Network Operating Systems
Examples of Network Operating System
Network Protocols
A protocol is a set of rules used that guide communication of networked devices
Due to the fact that computers and various devices on a network may be running on the different operating systems, the ISO came up OSI (Open Systems Interconnection ) model to enable such devices to interoperate.
The OSI model has 7 main layers:
NB: Each of the above layers uses a package of protocols:
Application Layer
This layer uses protocols such as HTTP, SMTP, FTP, Telnet, etc. It provides services for network applications. This is the layer at which network applications operate e.g internet browsers, email apps,
HTTP/S - used for web surfing through browsers
SMTP - used for email through email apps
FTP - File transfer
Presentation Layer
This layer receives data from the application layer. It converts this data to machine-readable form. So, this layer does more of data translation. It also compresses the translated data so as to be transmitted faster. This layer encrypts data before transmission. Secure Socket Layer (SSL) Protocol is for encryption and decryption.
Session Layer
This layer helps in:
This layer uses APIs to help it perform the above functions. NETBIOS is an example of API(Application Programming Interface)
Note: The web browsers perform all functions of the application, presentation, and session layer
Transport Layer
Controls the reliability of communication through:
Protocols at this layer include: TCP and UDP
UDP(User Datagram Protocol) is faster than TCP
TCP - Deals with a connection-oriented transmission
UDP - Deals with a connectionless transmission
Network Layer
Functions of the network layer:
Data Link Layer
Functions
Physical layer