Network Notes Cs
Network Notes Cs
Page 1 of 21
1. Nodes(Work stations)/clients : It refers to the computers that are
attached to a network and are seeking to share the resources of the
network.
2. Server : It is a computer that facilitates the sharing of data, software and
hardware resources on the network
3. Network Interface Unit(NIU) : It is an interpreter that helps establish
communication between the server and workstations.( It is also called
NIC(Network interface card ) or TAP (Terminal Access Point))
4. Sender: A device or a computer that sends the data.
5. Receiver: A device or a computer that receives the data.
6. Message: Message is the information to be communicated. It may be
text, image, audio or video.
7. Transmission Medium: A transmission medium is a physical path through
which the data flows from sender to receiver. A cable or wire or radio
waves can be the medium.
8. 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.
Switching Techniques : are used for transferring data across networks.
3 types of switching techniques : 1. Circuit Switching
2. Message Switching
3. Packet switching
Circuit Switching : In this technique ,first the complete physical connection
between two computers is established and then data are transmitted from the
source computer to the destination computer. This technique provides end to
end connection between computer before any data can be sent. It is designed
for voice communication.
Message Switching : It is similar to post office mailing system. In this technique,
the source computer sends data or the message to the switching office first,
which stores the data in its buffer and then it looks for a free link to another
switching office and then sends the data to this office.
Packet Switching : In this technique, messages are broken into packets and
send across the network and they are collected and assembled at the
destination.
Page 2 of 21
Each packet is of a fixed size, usually 128 bytes or 512 bytes. Packet switching is similar
to post office operation. Each packet has a source address as well as destination
address (IP address) for being transmitted, in the same way as a postman delivers a
letter to a specific destination address.
Data communication Terminologies :
1. Data channel/Communication Channel/Transmission Media :
The medium through which data are transferred from one location to
another.
Different communication media are :
(i) Twisted pair cable
(ii) Coaxial cable
(iii) Optical Fiber Guided Media
(iv) Ethernet cable
(v) Radio Wave
(vi) Micro Wave Unguided Media
(vii) Satellite
(viii) Infrared
2. Baud : It describes the rate of change of signal on the communication
channel
3. Band width : It is the difference between the highest and lowest
frequencies of the transmission channel.
In digital system , Band width is data
speed in bps In analog system, it is
measured in Hertz.
4. Data transfer Rate : It represents the amount of data transferred per
second by a communication channel. It is measured kbps( killo bits per
second),Kbps( killo bytes per second),mbps, Mbps, gbps, Gbps, tbps,Tbps.
5. Transmission Media :
1. Twisted pair cable :
It consists of two identical wires wrapped together in a double helix.
It is used for telephone wiring
Merits :
1. It is very simple.
2. It is easy to install and maintain.
3. It is physically flexible.
Page 3 of 21
4. It has light weight.
5. It can be easily connected.
6. It is very inexpensive (i.e. cheap).
Demerits
1. Low Bandwidth
2. Easily pickup noise signals
3. It is incapable carrying a signal over long distance without the use
of repeaters.(100 meter limit)
2. Coaxial cable : It contains two conductors that are parallel to
each other.
Merits :
1. The data transmission of coaxial cables are better than of twisted
pair cable. (Higher band width)
2. They are used in cable networks and long distance telephone lines.
3. They are used for broadband transmission.
4. Offer higher bandwidth up to 400 Mbps
Demerits :
1. More expensive than twisted pair cable 2. They are not compatible
with twisted pair cables
3. Optical Fibers : Merits :
1. High bandwidth
2. Noise resistance
3. Zero electrical interference and complete electrical isolation.
4. Information is travelling on a modulated light beam.
5. They are used for broadband transmission where several channels are
handled in parallel.
6. It is a secure transmission,
7. It is suitable for harsh industrial environments
. Demerits:
1. High cost (i.e. most expensive)
2. Difficult to install
3. Difficult for solder
4. Connection losses are common problem
5. Connecting two fibers together is a difficult process.
Page 4 of 21
Ethernet Cable : An Ethernet cable is used on a wired networks. It connect
devices within a local area network like PC’s, routers and switches
within a local area network. These cables are limited by length and
durability. If a network cable is too long or of poor quality, it won’t
carry a good network signals
Radio Wave :
Merits :
1. Radio wave transmission offers mobility.
2. It is cheaper than other media
3. It offers freedom from land owners right.
4. It penetrate the buildings.
6. It is omnidirectional.
7. It is used for long distance communication.
Demerits :
1. It is an insecure communication.
2. It is susceptible to weather effects like rains, thunder, storms etc.
Page 5 of 21
6. It is susceptible to weather effects like rains, thunder, storms etc.
Satellite :
Merits :
1. It covers large area.
2. It is useful for sparsely populated areas.
3. It is a commercial attractive.
4. It is a secure communication.
Demerits :
1. Very high cost
2. High atmospheric losses above 30 GHz limit carrier frequencies.
Note : The other communication Media are Infrared, Laser,
Bluetooth, WIFI and Ethernet
Cable( are connect network devices such as MODEM, Router and
adapters)
Infrared Waves :
Infrared waves, with frequencies from 300 GHz to 400 GHz, can be
used for short-range communication. They have high frequencies and
cannot penetrate walls.
NETWORK DEVICES:
1. MODEM (Modulator-Demodulator) :Modulator convert a digital signal to
analog signal and demodulator convert an analog signal into digital signal.
A Modem is a computer peripheral that allows to connect and
communicate with other computers via telephone lines.
2. RJ-45 (Registered Jack -45) It is an 8 wire connector which is used to
connect computers on the local area network.
3. Ethernet card( LAN card) : It is a hardware device that helps in connection
of nodes within a network.
4. Hub : It is a hardware device used to connect several computers together.
When the packet reaches one port, it is copied to all other ports of the
hub without changing the destination address in the frame. Rather, it
simply broadcast the data to all of the nodes connected to the hub.
Hence it is unintelligent device.
Page 6 of 21
Two types of Hub :
(i) Active Hub: It provide path for the data signals and
strengthen the signals before sending to their destination.
They are called repeaters.
(ii) Passive Hub: They have nothing to do with modifying the
signals.
5. Switch : A switch is a device that is used to segment networks into
different sub networks called subnets or LAN segments.
The main difference between hub and switch is that hub replicates what it
receives on one port onto all the other ports, while switch keeps a record
of the MAC addresses of the devices attached to it. So switch is called
intelligent hub.
6. Repeater : It is a device that amplifies or strengthen a signal being
transmitted on the network. It is used for long distance
transmission (i.e. above 70 meters)
7. Bridge: A bridge is a device that links two segments together of the original
network. An important advantage of using a bridge is that it is a smarter
hub as it can filter network traffic on the basis of the MAC addresses
8. Router : It is a device that is used to connect two networks using same
topology and can different protocols.
9. Gateway: It is a device that is used to connect dissimilar network
( i.e. different topology and different protocols)
NETWORK TOPOLOGIES :
The pattern of interconnection of nodes in a network is called the topology.
Types of topologies : 1. Star Topology 2. Bus(Linear) Topology 3.
Tree Topology
STAR TOPOLOGY
It consists of a central node (Hub of Star) to which all other nodes are connected
by a single path.
Advantages :
i) Short cable length and less cabling cost.(i.e. less
installation cost) ii) Resilient Architecture iii)
Easy to Extend
Disadvantages :
i) Fault diagnosis is difficult.
ii) Fault isolation is difficult.(if a node is faulty on the bus , it must be rectified
at the point where the node is connected to the network)
Repeater configuration
TREE TOPOLOGY : A variation of bus topology is the tree topology. The shape of
the network is that of an inverted tree with the central root branching and sub
branching to the extremities of the network.
Page 9 of 21
Advantages :
i) Easy to extend ii) Very good for
office automation iii)
Stimulates(control) hierarchical
flow of data
Disadvantages:
i) Long cable length and more cabling cost ii) Root
dependency iii) If an intermediate node is faulty, all the
nodes after hat node not work.
COMMUNICATION PROTOCOLS :
A protocol means the rules that are applicable for a network. It defines
standardized formats for data packets, techniques for detecting and correcting
errors and so on.
Types of protocols :
1. HTTP(Hyper Text Transfer Protocol) : is the set of rules for transferring
hypertext (i.e. text, graphic, image, sound, video etc) on WWW (world wide
web)
2. HTTPs(s for security) - https: (Hyper Text Transfer Protocol Secure): It is an
extension of the HTTP. It is used for secure communication over a computer network
and is widely used on the internet.
3. FTP(File Transfer Protocol) is a standard for the exchange of files across
Internet.
It is used to transfer files from one network/system to another
network/system. It goes by the name ftp followed by address of another site
and press enter.
4. TCP/IP(Transmission Control Protocol/Internet Protocol) : is a collection of
protocols that govern the way data travels from one machine to another
across network.
TCP is used breaking of data in various packets.
IP is used to decide the contents of packets
5. PPP/SLIP(Point to Point Protocol/Serial Line Internet Protocol) : It is a
communication protocol used to connect computers to remote networking
services including Internet service providers.
Page 10 of 21
It is used to establish a direct connection between two nodes. It is used to
connect the Home PC to the server of ISP through high speed MODEM. It
allows a computer to use the TCP/IP protocol and to be connected directly to
the Net using standard voice telephone line and high speed MODEM.
6. VOIP(Voice Over Internet Protocol) : It is a technology that enables voice
communications over the internet through the compression of voice into data
packets that can be transmitted over data networks and then converted back
into voice at the other end.
It refers to a way to carry telephone calls over an IP data network
(OR)
It is a communication protocols and transmission technologies for delivery of
voice communications and multimedia sessions over the Internet Protocols
network such as Internet.
7. Video Conferencing Protocol : ( H.323 and SIP ) : H.323 is a standard that
specifies the components, protocols and procedures that provide multimedia
communication services (i.e. real time audio, video, and data
communications) over packet based networks including Internet.
SIP( Session Initiation Protocol) is used to establish, modify and terminate
VOIP telephone calls.
8. Chat Protocol IRC(Internet Relay Chat) : It is a simple, text-based
conferencing protocol, involving a number of users spread across a number of
interconnected servers.
9. POP(post office protocols) : It is used to receive e-mail from a remote server
over a TCP/IP connection.
10. POP3(Post Office protocol version 3): It allow an e-mail client to download an
e-mail server.
11. SMTP( Simple Mail transfer Protocol) : It is used when e-mail is delivered
from an e-mail client to an e-mail server.
(OR)
It is used when email is delivered from one e-mail server to another.
[Link] login(Telnet) :Telnet is a network protocol used on the internet or on
the local area network to provide by directional interactive text, orientated
communication facility using a virtual terminal connection.
Telnet is the internet facility that facilitates remote login. It means to
connect the network at remote station without any network.
Page 11 of 21
WIRELESS / MOBILE COMMUNICATION :
It transport electromagnetic waves without using a physical conductor. The
signals are broad cast through air or water.
Different technologies of wireless/Mobile communications :
1. GSM(Global System for Mobile Communications):
It is a digital cellular technology that uses narrow band TDMA (time
division multiple access) which allows 8 simultaneous calls on the same radio
frequency. GSM users simply switch SIM (Subscriber Identification Module)
cards.
Page 12 of 21
6. WiMax( wireless Max) : It is a wireless digital communication system.
It can provide broad band wireless access up to 50 km for fixed
station and 5-15 km for mobile station.
Page 13 of 21
decimal number and each part contain 8 bits. Eg. [Link] ,
[Link]
10. WEB 2.0 : It is the second Generation of WWW.
A collective term for certain applications of the Internet and the WWW
including blogs, wikis, video sharing services and social media websites
such as Face book and Myspace which focus on interactive sharing and
participatory collaboration rather than simple content delivery.
(OR)
It refers to added features and applications to WWW that make the web
more interactive, support easy online information exchange and
interoperability. Some features of web 2.0 are blogs, wikis, video sharing
websites, social networking websites.
11. HTML(Hyper Text Markup Language) : It is a language used to create
documents on the
World Wide Web.
(OR)
It is the language used to create web pages. It defines the
structured and layout of a Web document by using a
variety of tags and attributes.
12. XML( eXtensible Markup Language) is a markup language that defines a set of
rules for encoding documents in a format which is both human-readable and
machine-readable. It is defined by the W3C's XML 1.0 Specification and by
several other related specifications, all of which are free open standards.( It is
a markup language for documents containing structured information.)
14. Web Scripting : The process of creating and embedding scripts in a web page
is known as Web-
Page 14 of 21
Scripting. It is of two types : (a) Client Side Script (b) Server Side
Script
Client Side Scripts Server side Scripts
1. It enables interaction within a 1. It enables the completion or
web page carrying out task at the server-
end and sending the result to
the client end.
2. The client side scripts are 2. The server side scripts are
downloaded and executed at executed at the server end and
the client end. the result is sent to the client
end.
3. Depend on browsers 3. Does not depend on browsers
4. Examples : VB script, Java 4. Example : PHP, Perl, ASP(Active
Script, Hyper Text Server Pages), JSP(Java Server
Preprocessor(PHP) Pages)
NETWORK SECURITY :
The Various Protection methods for network security are :
a Authorization
b Authentication
c Encrypted Smart cards
d Biometric System
Page 15 of 21
h Crackers : are the malicious programmers who break into computer or
network secure systems.
i Cyber Law : Which refers to all the legal and regulatory aspects of
Internet and the
World Wide Web.
(OR)
It is the part of legal system that deals with internet, cyberspace and their
respective legal issues.
j India’s IT Act 2000 : (Information Technology Act 2000) : Its aim to
provide the legal infrastructure for e-commerce in India by governing
the transactions through the Internet and other electronic medium
VIRUSES : Computer virus is a malicious program that damages data and files
and causes harm to the computer system. It can spread with a host
program.
Page 16 of 21
It is generally spread through e-mail and exchange of
disks and information between computers. Worms could
also spread Trojan horses.
I. Transmission Media
transmission medium/communication channel is a
medium of data transfer over a network. It can be
guided (wired) or unguided (wireless).
Wired Media
A number of various types of cables are used to transfer
data over computer networks. These are Twisted Pair
Cable, Co-axial Cable, and Optical Fiber Cable. Twisted
Pair Cable.
Wireless Media
6. Cable Layout/Topology :
Place of Maximum No. of Computers
W2 W3 W4
Page 20 of 21
Ans:Repeater Not required . Repeaters may be
skipped as per above layout (because distance
is less than 100 m). But in every wing hub /
switch is required depends on the no of computers.
The company is planning to link its head office
situated in New Delhi with the offices in hilly areas.
Suggest a way to connect it economically.
Radio waves
Page 21 of 21