computer network notes class 12 2023-24
computer network notes class 12 2023-24
Networking :
A computer network is a collection of interconnected computers and other devices which are able to
communicate with each other and share hardware and software resources.
Advantages of Computer Network
1. Resource Sharing
2. Cost saving
3. Time saving
4. Collaborative user interaction
5. Increased storage
Resource Sharing
Hardware resources like printer, hard Disk, DVD Drive, andScanner etc. can also be shared on a computer
network.
Software resources like Application Software’s, Anti-Virustools etc. can also be shared on computer
networks.
Cost Saving
Resource sharing (hardware & software) also leads to cost-saving as one printer/hard disk can be utilized
bymultiple users.
Similarly, application software’s and antivirus tools canalso be shared and multiple copies of software
need not to be purchased.
Increased Storage
On a network, same data may be replicated on multiple computers to ensure the availability of data in the
case ofsome computer getting faulty.
All types of communication media (guided and unguided) are used to set up a WAN.
The best-known example of a WAN is the internet.
A network of ATMs, BANKs, National Government Offices, International Organizations' Offices etc.,
spread over a country, continent, or covering manycontinents are examples of WANs.
1. Modem
2. Hub
3. Switch
4. Repeater
5. Router
6. Gateway
Modem
A modem (Modulator - Demodulator) is aperipheral device that enables a computer totransmit data
over, telephone or cable lines.
The computers operate digitally using binary language (a series of zeros and ones), but transmission
mediums are analogue.
Modem is an acronym of MOdulator/DEModulator.The goal of this process of modulation -
demodulation is to produce a signal that can betransmitted easily and decoded to
reproduce theoriginal digital data.
In short, It converts an analog signal to digital signals and vice versa.
The amount of data that can be sent in a given unit of time,is usually expressed in bits per second (bps)
or bytes per second(B/s).
Switch
A Switch is an intelligent device that connects several nodes to form a network and redirects
The received information only to the intended node(s).
Repeater
A Repeater is a device that is used to regenerate a signal which is on its way through a communication
channel. A repeater regenerates the received signaland re-transmits it to its destination.
Gateway
A Gateway is a device, which is used to connect different types of networks and perform the necessary
translation so that the connectednetworks can communicate properly.
Router
A Router is a network device that works like a bridge to establish connection between two networks but it
can handle networks with differentprotocols.
For example a router can link an Ethernet network to a mainframe or to internet.
Hence routers are smarter than hubs and switches.
Using a routing table that stores calculated paths, routersmake sure that the data packets are travelling
through thebest possible paths to reach their destinations.
If a link between two routers fails, the sending router candetermine an alternate route to keep traffic
moving.
Routers provide connectivity inside enterprises, betweenenterprises and the Internet, and within an
Internet Service Provider (ISP).
Routers can be wireless or wired.
Network Topologies
Star Topology
In star topology each node is directly connected toa hub/switch.
If any node has to send some information to any other node, it sends the signal to the hub/switch.
This signal is then broadcast (in case of a hub) to allthe nodes but is accepted by the intended node(s).In the
case of a switch the signal is sent only to theintended node(s).
Tree Topology
Tree topology is a combination of bus and star topologies.
It is used to combine multiple star topologynetworks.
All the stars are connected together like a bus.
This bus-star hybrid approach supports future expandability of the network
Introduction to Internet
➢ Internet is such a wonder box that whenever we need some information on any topic, we refer
to internet.
➢ This information is actually stored on some computers on the net. These computers are called
the servers.
➢ The information is stored in the form of somedocuments called hyper text documents.
➢ All the related documents on a server are linkedtogether using hyperlinks.
➢ Therefore using hyperlinks we can move from onedocument to another.
➢ There are a number of ways to create hyper text documents. There are many specialized
softwarepackages like Dreamweaver, CoffeCup etc. whichare used to create web documents.
➢ The simplest way to create a web document is to use a text editor like notepad, notepad2 etc.
and write code in HTML.
➢ A hyper text document on the web is also called a web page.
➢ The information over the web is shared using aprotocol called Hyper Text Transfer Protocol
(HTTP)
URL
➢ The uniform resource locator (URL) is the uniqueidentifier of a web page.
➢ The address or URL of the current page you are onappears in the "Address Bar" of the web
browser.
➢ You can go directly to a web page by simply typingthe URL in the address bar.
➢ The most general form of a URL syntax is as follows:
Protocol://domain name/<directory path>/<object name>
For example:
http://www.cbse.nic.in/public/index.html
➢ When the URL of a web page is given to the web browser, the browser sends a request
for this page to the relevant web server.
➢ The web server, upon getting this request, sends the requested web-page to the browser and then
the browser displays this page.
WWW
➢ The World Wide Web (or simply the Web or WWW) is a system of sharing interlinked hypertext
documents over the internet.
➢ These documents are stored on web-servers on theinternet and contain text, images, videos and other
multimedia.
➢ These documents also contain hyper links to navigate among them.
➢ HTML (Hyper Text Markup Language) is the basiclanguage which is used to create Hypertext
documents.
➢ The concept of WWW was designed in 1989 by TimBerners-Lee and scientists at CERN (Geneva),
the European centre for High Energy Physics.
➢ Their purpose was to make sharing and retrieval of research material simpler.
➢ A year later they had developed a 'browser/editor' program and had named the program
World Wide Web.
➢ On 30 April 1993, CERN announced that the World Wide Web would be free to use for anyone.
➢ Its further development is guided by the WWW Consortium (W3C) based at the Massachusetts
Institute of Technology in Cambridge, Massachusetts.
WWW applications
1. Web
2. Email
3. Chat
4. VoIP
Email
Electronic mail (email or e-mail) is a method of exchanging messages ("mail") between
people using electronic devices.
It is a message that may contain text, files, images, or other attachments sent through a network to
a specified individual or group of individuals.
Email ([email protected])
➢ The first portion of all e-mail addresses, the part before the @ symbol, contains the alias, user,
group or department of a company.
➢ Next, the @ (at sign) is a divider in the e-mail address; it's required for all SMTP e-mail
addresses.
➢ Finally, gmail.com is the domain name to which theuser belongs.
Chat
➢ Chat is a text-based communication that is live orin real-time.
➢ For example, when talking to someone in chat any typed text is received by other participants
immediately.
➢ In contrast, other text-based communications such as e-mail are modes of correspondence that
are notreal-time.
VoIP
➢ Voice over Internet Protocol (VoIP), also called IP telephony is a technology that allows you
to make voice calls using a broadband Internet connection instead of a regular (or analog)
phone line.
➢ Some VoIP services may only allow you to call otherpeople using the same service, but others
may allow you to call anyone who has a telephone number.
➢ Two major reasons to use VoIP are:
➢ Lower cost
➢ Increase functionality
Website
➢ A website is a collection of web pages and related content that is identified by a common
domainname and published on at least one web server.
➢ examples of websites are google.com, amazon.com, india.gov.in etc.
➢ Websites are typically dedicated to a particular topic or purpose, such as news, education,
commerce, entertainment or social networking.
➢ Hyperlinking between web pages guides the navigation of the site, which often starts witha
home page.
On the fly
"on the fly" describes activities that develop or occur
dynamically such as the time of day, what pages the user has lookedat previously,
specific user input and the use of cookie (information previously stored about you that
is located in a special file on your hard disk)
WEB SERVER
➢ A SERVER serves information to computers that connect to it.
➢ When users connect to a server, they can access programs, files, and other information from
the server.
➢ Common servers are web servers, mail servers, and LAN servers.
➢ A web server is server software, or hardware dedicated to running this software, that can
satisfy client requests on the World WideWeb.
➢ A web server can, in general, contain one ormore websites.
➢ A web server processes incoming network requestsover HTTP and several other related
protocols.
➢ The primary function of a web server is to store, process and deliver web pages to clients.
➢ The communication between client and server takes place using the Hypertext Transfer Protocol
(HTTP).
➢ A web host, or web hosting service provider, is a business that provides the technologies and
services needed for the website or webpage to be viewed in the Internet.
➢ Websites are hosted, or stored, on special computers called servers.
➢ When Internet users want to view your website, allthey need to do is type your website address
or domain into their browser. Their computer will then connect to your server and your
webpageswill be delivered to them through the browser.
➢ Most hosting companies require that you own your domain in order to host with them. If you do
not have a domain, the hosting companies will helpyou purchase one.
WEB BROWSER
➢ A web browser is a client that initiates communication by making a request for
a specific resource.
➢ The server then responds with the content of that resource, or an error message if unable to do
provide the contents due to any reason.
OR
➢ A web browser (commonly referred to as a browser) is a software application for
accessing information on the World Wide Web.
➢ When a user requests a particular website, the webbrowser retrieves the necessary content
froma web server and then displays the resulting web page on the user's device.
➢ Some commonly used browsers are Google chrome, Mozilla Firefox, safari etc.
Safari
➢ Safari web browser is a freeware browser from theApple Inc.
➢ Safari is the default web browser in Mac computersand in OS X and iOS Operating Systems.
➢ Safari was released in the year 2003. A version of the browser is available for Windows
Operating System as well. Today, Safari is popular because ofApple products.
➢ The web browser has some awesome iOS specific features such as printing the current web
pageusing AirPrint and MDI-style browsing.
Internet explorer
➢ As Windows Operating System is the most popular desktop Operating System in the world.
➢ Internet Explorer or simply IE is the default browser in Windows making this browser
the fourth most popular and used browser in the world.
➢ This browser is not free as it requires a Windows license to use.
➢ The Internet Explorer today has added newfeatures to support the
latest web technologies.
➢ It is semi active browser for Windows and remainsdiscontinued for Unix and Mac.
➢ The only downfall of Internet Explorer is even todayis that some advanced features
are not supported whereas such advanced web features are supported on Chrome
and Firefox.
Opera
➢ Opera web browser is one of the oldest web browsers which was released by Opera
Software in the year 1995.
➢ The freeware browser was written in C++ that is available in more than 40 languages.
➢ Opera browser is available for Windows, UNIX and OS X.
➢ Opera is also available as Opera mini, Opera Mobileand Opera Coast for different mobile
Operating Systems like Android, iOS, Symbian, Windows Phone, Bada, Maemo, Windows
mobile and BlackBerry.
➢ Opera is known for introducing many new features that was adopted by other browsers.
➢ These are usually not full blown software but are simply pieces of code that you can use to
modify the interface.
➢ There are literally thousands of browser extensions you can choose from which will do things
like BlockAds & Trackers, improve the User Interface on popular websites, add gesture
features, use powerful password managers, and many more things.
➢ Extensions are usually free and are very easy toinstall and remove.
Plugins
➢ Web Browser Plugins provides a way for web developers to add
"advanced" functionality to websites.
➢ Years ago, web browsers only offered basic functionality and lacked the functionality to
playvideos or games natively - it was necessary to installa plugin like Flash or Java to add
the features to be able to do this.
➢ Ex. you would need to install a plug-in called flash player in order to play videos.
Flash player is notnative to any browser but is made by a separatecompany
altogether.