Introduction To Computer Network: by Ajay Singh Meena Class: Xii-E Roll No.: 04
Introduction To Computer Network: by Ajay Singh Meena Class: Xii-E Roll No.: 04
COMPUTER NETWORK
A network comprises several components along with their functionalities that contribute to its
smooth functioning, which are describes as follows :
SENDER : A device or a computer that sends the data.
RECEIVER : A device or a computer that receives the data.
MESSAGE : Message is the information to be communicated. It may be text, image, audio or video.
TRANSMISSION MEDIUM : A transmission medium is physical path through which the
data flows from sender to receiver. A cable or wire or radio waves can be the medium.
PROTOCOL : A set of rules that governs data transmission. It represents the communication
methods which are to be followed by the sending and receiving devices.
MODES OF DATA TRANSMISSION
ANALOG OR BROADBAND TRANSMISSION :
The signal is radio frequency signal or analog, I.e., it can consist of continuous electrical waves that are of varying amplitudes.
Requires modem for transmitting data over baseband medium
DIGITAL OR BASEBAND TRANSMISSION :
No special device for conversion of signal to be transmitted over baseband medium.
The signal is a group of discrete electrical units which is transmitted in rapid succession.
PARALLEL COMMUNICATION :
When data is transmitted through multiple wires, with each wire carrying each bit, it is called parallel communication.
SERIAL COMMUNICATION :
When bits are sent one after another in a series along a wire, it is called serial communication.
SYNCHRONOUS OR ASYNCHRONOUS TRANSMISSION :
When sender and receiver synchronize their checks before transmission, I.e., the sender first sends control characters to the
receiver and then sends the actual data, it is called synchromous transmission.
In asynchronous transmission, data is preceded and succeeded bya start bit and stop bit respectivley. No synchronous is required
SWITCHING TECHNIQUES
The main goal of networking is the reliable exchange of data or information among several interconnected
nodes. For the delivery of data with accuracy, various types of switching techniques are used, namely :
CIRCUIT SWITCHING :Circuit switching provides end-to-end connection between two computers. It is
established usally in a telephone network where one person is making call and another is receiving a call.
PACKET SWITCHING :In packet switching technique, the entire data is divided into small fragments.
Each packet is of a fixed size and has a source address as well as destination address(IP adress) for being
transmitted. As there is no direct connection established between the sender and the receiver, each
packet follows different routes and, therefore, the packets are delivered in a random order at the destination
address. It is the TCP protocol which then arranges all received packets in a sequential order.
MESSAGE SWITCHING :In message switching, the sender sends the data to a switching office first,
which is then stored in its buffer. It then checks the available link and, if it is free, the data is relayed to
another switching office. This process goes on until the data is sent to the destination(receiver).
NETWORK DEVICES
A NIC (Network Interface card) is a card that is installed in computer so that it can
be connected to network using coaxial or twisted pair cables. Now days, most of the
PCs and Laptops are equipped with an integrated NIC on its Motherboard. Each
LAN card posses a unique 6 Byte Physical addressassigned by the manufacturer,
called Media Access Control (MAC) Address. This address identifies a node
uniquely over the network.
SWITCH
Switches are smart hubs that send data directly to the destination rather than
broadcast within network. When the switch receives a packet, it examines the
destination and source address and sends packet to destination node only. Switch can
also used to combine various small network segments to form a big Network. Switch
is faster and efficient over Hub due to good traffic management capability.
HUB
A Hub is a connecting device which connects multiple computers together to form a
Local Area Network (LAN). Hubs make broadcast type Network and do not manage
traffic over the network. Signal entering any port is broadcast out on all other ports.
It provides various RJ-45 ports to connect Twisted Pair cable in STAR topology,
making them act as a single network segment. Now days, Switch is used in place of
Hubs.
ROUTER
In order to form a network, computers and other communicating devices (Nodes) must be
interconnected in some layout.The layout of interconnection of devices in a network is
called Topology. The selection of topology for a network depends on the following factors-
COST:- It includes cable/media cost and installation cost depends on the distance between
nodes.
FLEXIBILITY:- Arrangement of furniture and walls in the building may affect the selection
of topology and media.
RELIABILITY:- Fault detection during Network failure also affects the selection of
topology.
MESH TOPOLOGY
ADVANTAGES :
Easy to setup and expand.
Easy to locate fault in case of network failure.
It offers centralized control over the network.
DISADVANTAGES :
Increases cabling cost since each node is directly connected to the centre node.
Difficult to expand due to limited connecting points at centre node or device.
All nodes are dependent on central node. if the central device (Switch) goes down then entire network breaks
down.
BUS TOPOLOGY
In the bus topology, all devices are connected to a main cable
called backbone channel. It is simple and oldest topology used
in the early days of computer networking.
ADVANTAGES: & DISADVANTAGES
ADVANTAGES :
Simple layout and requires less cables.
Easy to expand since node may be connected at any point on linear path.
DISADVANTAGES :
Detection of fault is quite difficult.In case of main cable or terminal fault, the entire
networks goes down.
No centralized control over network.
To cover a long distance, Repeater is needed to maintain the signal intensity. Terminator is
required to terminate the signal at both end of the cable.
RING TOPOLOGY
In a ring topology network, every node has exactly two neighboring nodes. All
messages or data packet travel in the ring in the same direction and passes through
each node. In a ring topology each node is connected to two and only two
neighboring nodes. Data is accepted from one of the neighboring nodes and is
transmitted onwards to another. Thus data travels only one direction. The message is
taken out from the frame by the receiver and the cycle continues.
ADVANTAGES & DISADVANTAGES
ADVANTAGES :
Simple layout and requires less cables.
Easy to expand i.e. node may be connected at any point on circular path.
Optical fiber is often used for high speed transmission.
DISADVANTAGES :
Detection of fault is difficult i.e. failure of one node will affect the whole network.
Less reliable i.e. a failure in the cable or any node breaks the loop and entire network
becomes down.
TREE TOPOLOGY
Tree topology combines Star and Bus topology, in which multiple Star
networks are connected in linear bus. It offers more expandability and
efficiency. Mostly it used to connect multiple small network spread in
different buildings to form a big network.
ADVANTAGES & DISADVANTAGES
ADVANTAGES :
The tree topology is useful in cases where a star or bus cannot be implemented.
Fault identification is easy.
The network can be expanded by the addition of secondary nodes. Thus, scalability is achieved.
DISADVANTAGES :
As multiple segments are connected to a central bus, the network depends heavily on the bus. Its
failure affects the entire network.
Owing to its size and complexity, maintenance is not easy and costs are high. Also, configuration is
difficult in comparison to other topologies.
Though it is scalable, the number of nodes that can be added depends on the capacity of
the central bus and on the cable type.