Notes nETWORKING
Notes nETWORKING
Network
The collection of interconnected computers is called a computer network.
Two computers are said to be interconnected if they are capable of sharing and exchanging
information.
Need
Resource Sharing
Reliability
Cost Factor
Communication Medium
Resource Sharing means to make all programs, data and peripherals available to anyone on the
network
irrespective of the physical location of the resources and the user.
Reliability means to keep the copy of a file on two or more different machines, so if one of them
is unavailable (due to some hardware crash or any other) them its other copy can be used.
Cost factor means it greatly reduces the cost since the resources can be shared
Communication Medium means one can send messages and whatever the changes at one end
are done can be immediately noticed at another.
Evolution of Networking
1. ARPANET:In 1969, The US govt. formed an agency named ARPANET (Advanced Research
Projects
Agency NETwork) to connect computers at various universities and defense agencies. The main
objective
of ARPANET was to develop a network that could continue to function efficiently even in the
event of a
nuclear attack.
2. Internet (INTERconnection NETwork): The Internet is a worldwide network of computer
networks.
It is not owned by anybody.
3. Interspace:InterSpace is a client/server software program that allows multiple users to
communicate
online with real – time audio, video and text chat in dynamic 3D environments.
SWITCHING TECHNIQUES
Switching techniques are used for transmitting data across networks.
Different types are:
1. Circuit Switching: In the Circuit Switching technique, first, the complete end-to-end
transmission path between the source and the destination computers is established and then the
message is transmitted through the path. The main advantage of this technique is guaranteed
delivery of the message. Mostly used for voice communication.
2. Message Switching: In the Message switching technique, no physical path is established
between sender and receiver in advance. This technique follows the store and forward
mechanism.
3. Packet Switching: In this switching technique fixed size of packet can be transmitted across
the network
Transmission media:
1. Twisted pair cable: - It consists of two identical 1 mm thick copper wires
insulated and twisted together. The twisted pair cables are twisted in order to
reduce crosstalk and electromagnetic induction.
Advantages:
(i) It is easy to install and maintain.
(ii) It is very inexpensive
Disadvantages:
(i) It is incapable to carry a signal over long distances without the use of repeaters.
(ii) Due to low bandwidth, these are unsuitable for broadband applications.
2. Co-axial Cables: It consists of a solid wire core surrounded by
one or more foil or braided wire shields, each separated from the
other by some kind of plastic insulator. It is mostly used in the
cable wires.
Advantages:
(i) Data transmission rate is better than twisted pair cables.
(ii) It provides a cheap means of transporting multi-channel
television signals around metropolitan areas.
Disadvantages:
(i) Expensive than twisted pair cables.
(ii) Difficult to manage and reconfigure.
3. Optical fiber: - An optical fiber consists of thin glass fibers that can
carry information in the form of visible light.
Advantages:
(i) Transmit data over long distance with high security.
(ii) Data transmission speed is high
(iii) Provide better noise immunity
(iv) Bandwidth is up to 10 Gbps.
Disadvantages:
(i) Expensive as compared to other guided media.
(ii) Need special care while installation?
4. Infrared: - The infrared light transmits data through the air and can
propagate throughout a room, but will not penetrate walls. It is a secure medium of signal
transmission.
The infrared transmission has become common in TV remotes, automotive garage doors,
wireless
speakers etc.
5. Radio Wave: - Radio Wave an electromagnetic wave
with a wavelength between 0.5 cm and 30,000m. The
transmission making use of radio frequencies is termed as
radio-wave transmission
Advantages:
(i) Radio wave transmission offers mobility.
(ii) It is cheaper than laying cables and fibers.
(iii) It offers ease of communication over difficult terrain.
Disadvantages:
(i) Radio wave communication is insecure communication.
(ii) Radio wave propagation is susceptible to weather effects like rains, thunder storms etc.
6. Microwave Wave: - The Microwave transmission is a line of sight transmission. Microwave
signals travel at a higher frequency than radio waves and are popularly used for transmitting data
over long distances.
Advantages:
(i) It is cheaper than laying cable or fiber.
(ii) It has the ability to communicate over oceans.
Disadvantages:
(i) Microwave communication is an insecure communication.
(ii) Signals from antenna may split up and transmitted in different way to different antenna which
leads to reduce to signal strength.
(iii) Microwave propagation is susceptible to weather effects like rains, thunder storms etc.
(iv) Bandwidth allocation is extremely limited in case of microwaves.
7. Satellite link: - The satellite transmission is also a kind of line of sight transmission that is
used to transmit signals throughout the world.
Advantages:
(i) Area covered is quite large.
(ii) No line of sight restrictions such as natural mountains, tall building, towers etc.
(iii) Earth station which receives the signals can be fixed position or relatively mobile.
Disadvantages:-
(i) Very expensive as compared to other transmission mediums.
(ii) Installation is extremely complex.
(iii) Signals sent to the stations can be tampered by external interference
Network devices:
Modem: A MODEM (MOdulator DEModulator) is an electronic device that enables a computer
to transmit data over telephone lines. There are two types of modems, namely, internal modem
and external modem.
RJ45 connector: - The RJ-45(Registered Jack) connectors are the plug-in devices used in the
networking and telecommunications applications. They are used primarily for connecting LANs,
particularly Ethernet.
Ethernet Card: - It is a hardware device that helps in connection of nodes within a network.
Hub: A hub is a hardware device used to connect several computers together. Hubs can be either
active or passive. Hubs usually can support 8, 12 or 24 RJ45 ports.
Switch: A switch (switching hub) is a network device which is used to interconnect computers or
devices on a network. It filters and forwards data packets across a network. 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.
Gateway: A gateway is a device that connects dissimilar networks.
Repeater: A repeater is a network device that amplifies and restores signals for long distance
transmission.
PAN (Personal Area Network): A Personal Area Network is computer network organized
around an individual person. It generally covers a range of less than 10 meters. Personal Area
Networks can be constructed with cables or wirelessly.
Network protocol
A protocol means the rules that are applicable for a network.
It defines the standardized format for data packets, techniques for detecting and correcting
errors and so on.
A protocol is a formal description of message formats and the rules that two or more machines
must follow to exchange those messages.
E.g. using library books.
3. WLL(Wireless in Local Loop) : WLL is a system that connects subscribers to the public
switched telephone network using radio signals as a substitute for other connecting media.
4. Email(Electronic Mail): Email is sending and receiving messages by computer.
5. Chat: Online textual talk in real time , is called Chatting.
6. Video Conferencing: a two way videophone conversation among multiple participants is
called video conferencing.
7. SMS(Short Message Service): SMS is the transmission of short text messages to and from a
mobile pone, fax machine and or IP address.
8. 3G and EDGE: 3G is a specification for the third generation of mobile communication of
mobile communication technology. 3G promises increased bandwidth, up to 384 Kbps when a
device is stationary.
EDGE(Enhanced Data rates for Global Evolution ) is a radio based high speed mobile data
standard.
Network Security Concepts:
Viruses: Viruses are programs which replicate and attach to other programs in order to corrupt
the executable codes. Virus enters the computer system through an external source and become
destructive.
Worms: Worms are also self- replicating programs that do not create multiple copies of itself on
one computer but propagate through the computer network. Worms log on to computer systems
using the username and passwords and exploit the system.
Trojan horse: - Though it is a useful program, however, a cracker can use it to intrude the
computer system in order to exploit the resources. Such a program can also enter into the
computer through an email or free programs downloaded through the Internet.
Spams: Unwanted e-mail (usually of a commercial nature sent out in bulk)
Cookies: Cookies are the text messages sent by a web server to the web browser primarily for
identifying the user.
Firewall: A firewall is used to control the traffic between computer networks. It intercepts the
packets between the computer networks and allows only authorized packets to pass.
Cyber Law: Cyber law refers to all the legal and regulatory aspects of Internet and the World
Wide Web.
Cyber Crimes: Cyber crime involves the usage of the computer system and the computer
network for criminal activity.
Hacking: Hacking is an unauthorized access to computer in order to exploit the resources.
Web Services:
WWW: The World Wide Web or W3 or simply the Web is a collection of linked documents or
pages, stored on millions of computers and distributed across the Internet.
HTML (Hyper Text Markup Language):- HTML is a computer language that describes the
structure and behavior of a web page. This language is used to create web pages.
XML (eXtensible Markup Language):- Extensible Markup Language (XML) is a meta
language that helps to describe the markup language.
HTTP (Hyper Text Transfer Protocol):- A protocol to transfer hypertext requests and
information between servers and browsers.
Domain Names: A domain name is a unique name that identifies a particular website and
represents the name of the server where the web pages reside.
URL:- The Uniform Resource Locator is a means to locate resources such as web pages on the
Internet. URL is also a method to address the web pages on the Internet. There are two types of
URL, namely, absolute URL and relative URL.
Website: A collection of related web pages stored on a web server is known as a website.
Web browser: A software application that enables to browse, search and collect information
from the Web is known as Web browser.
Web Servers: The web pages on the Internet are stored on the computers that are connected to
the Internet. These computers are known as web servers.
Web Hosting: - Web Hosting or website hosting is the service to host, store and maintain the
websites on the World Wide Web.
Web Scripting: - The process of creating and embedding scripts in a web page is known as Web
Scripting. Types of Scripts:-
(i) Client Side Scripts: - Client side scripts supports interaction within a webpage. E.g. VB
Script, Java Script, PHP (PHP‟S Hypertext Preprocessor).
(ii) Server Side Scripts: - Server side scripting supports execution at server – end. E.g. ASP,
JSP, PHP
1. Knowledge Supplement Organization has set up its new centre at Manglore for its office
and web based activities. It has four buildings as shown in the diagram below:
Alpha Gamma
Lambda
Beta
a. Number of Computers:
Block M 15
Block R 100
Block A 50
Block P 150
3. if “Kanganalay Cosmetics” is planning to start their offices in four major cities in Uttar
Pradesh to provide cosmetic product support in its retail fields. The company has planned
to set up their offices in Lucknow at three different locations and have named them as
“Head office”, “Sales office”, & “Prod office”. The company’s regional offices are located at
Varanasi, Kanpur & Saharanpur. A rough layout of the same is as follows :
UP LUCKNOW
Sales
Head
offic e
offic e
Prod
offic e
Varanasi Kanpur
offic e Saharanpur offic e
offic e
An approximate distance between these offices as per network survey team is as follows:
Place from Place to Distance
Number of computers :
Sales office 25
Prod office 56
Varanasi Office 85
i) Suggest the placement of the repeater with justification. Name the branch where
the server should be installed. Justify your answer.
ii) Suggest the device to be procured by the company for connecting all the
computers within each of its offices out of the following devices:
Modem
Telephone
Switch/Hub
iv) The company is planning to link its head office situated in Lucknow with the office at
Saharanpur. Suggest an economic way to connect it; the company is ready to
compromise on the speed of connectivity. Justify your answer.
4. Dr. Rizvi Education Society of India is starting its new CBSE School in Mumbai
(Maharashtra). The society is already running a School in Jaunpur (UP) named Dr. Rizvi
Learners’ Academy, having 3 major buildings in 2 km area campus. As a network expert
you need to suggest the network plan as per E1 to E4:
Library Building 20
Admin building 35
Mumbai School 5
E1. Suggest the cable layout among various buildings inside school campus for
connecting the buildings.
E2. Suggest the most suitable place to house the server of the school with a suitable
reason.
E3. Suggest an efficient device from the following to be installed in each of the
building to connect all the computers:
E4. Suggest the most suitable service (very high speed) to provide data connectivity
between Rizvi Learners’ in Jaunpur and Mumbai CBSE School from the options
1 Entire bandwidth of the cable is consumed Broadband transmission, signals are sent on multiple
by a signal frequencies, allowing multiple signals to be sent
simultaneously.
2 Digital signals Analog signals
3 bi-directional transmission unidirectional transmission
2 If you have a user account on the domain, you can logon Each computer has a set of accounts.
to any computer on the domain.
3 There can be 100+ computers Typically not more then 20-30 computers
4 The computers can be on different local All computers must be on the same local
network network.
Q. what is the differences between POP3 and IMAP Mail Server?
Ans. IMAP is a standard protocol for accessing e-mail from a local server. A simpler e-mail
protocol is Post Office Protocol 3 (POP3), which download mail to the computer and does not
maintain the mail on the server. IMAP, e-mails are stored on the server, while in POP3, the
messages are transferred to the client’s computer when they are read.
Q.9 Name different layer of the ISO OSI Model.
Ans. International Standard Organization – Open Systems Interconnection has seven layers;
Physical Layer,Data Link Layer,Network Layer,Transport Layer,Session Layer,Presentation
Layer Application Layer
Q.10 What is client server architecture?
Ans. To designated a particular node which is well known and fixed address, to provide a service
to the network as a whole. The node providing the service is known as the server and the nodes
that use that services are called clients of that server. This type of network is called Client-Server
Architecture.
Q.11 What is FDM? Give example.
Ans. FDM-Frequency Division Multiplexing is used in analog transmission. It is often used in
short distance. It is code transparent and any terminal of the same speed can use the same sub-
channel after the sub-channel is established. The best example if FDM is the way we receive
various stations in a radio.
Q.12 Describe the following in brief:
i) MOSAIC ii) USENET iii) WAIS
Ans. i) MOSAIC: is the program for cruising the internet. The National centre wrote this
program for Super Computer application at the university of Illinois. It has a simple window
interface, which creates useful hypertext links that automatically perform some of the menu bar
and button functions.
ii) USENET: is the way to meet people and share information. Usenet newsgroup is a special
group set up by people who want to share common interests ranging from current topic to
cultural heritages.
iii) WAIS: is a WIDE AREA INFORMATION SERVER.