Comp Net Chap 1
Comp Net Chap 1
In this Chapter
» Introduction to Computer
Networks
Internet of Things
• Mobile network
cellular phones.
Networking
Device
or a server.
182
Interconnectivity of computing devices in a network Activity 10.2
allows us to exchange information simultaneously with Create a hotspot using
many parties through email, websites, audio/video a smartphone and
calls, etc. Network allows sharing of resources. For connect other
example, a printer can be made available to multiple
computers through a network; a networked storage
can be accessed by multiple computers. People often
connect their devices through hotspot, thus forming a
small personal network.
1969 1983
1990
Domain Name System
ARPANET became 1974
introduced
functional by
SRI
The Berners-Lee at
The term Internet was
CERN developed HTML
coined,
183
notes 10.3 types of networks
There are various types of computer networks ranging
from network of handheld devices (like mobile phones
or tablets) connected through Wi-Fi or Bluetooth within
a single room to the millions of computers spread across
the globe. Some are connected wireless while others are
connected through wires.
184
10.3.2 Local Area Network (LAN)
Explore and find out
tablet, mouse, printer, etc., placed at a limited distance. the minimum internet
The geographical area covered by a LAN can range from speed required to
185
but it is considerably less as compared to LAN. Cable TV
network or cable based broadband internet services are
examples of MAN. This kind of network can be extended
up to 30-40 km. Sometimes, many LANs are connected
together to form MAN, as shown in Figure 10.6.
LAN 1
Networking LAN 3
Device
LAN 2
186
Network User Network User
Network User Network User
Internet
187
Analog Signal
Modulation Demodulation
Digital Signal Digital Signal
Demodulation Modulation
Telephone Line
Modem Modem
10.4.3 RJ45
188
10.4.4 Repeater
provides services
on the cables to which it is connected. The weakened
for accessing the
signal appearing on the cable is regenerated and put
back on the cable by a repeater.
10.4.5 Hub
Activity 10.3
1 2 3 4 5 6 7 8 Find and list a
few ISPs in your
region.
10.4.5 Switch
189
notes 10.4.6 Router
190
pass the data packet to the gateway, which then routes
it to the destination using the best possible route.
PC 4 PC 5 PC 4 PC 5
PC 1 PC 2 PC 3 PC 1 PC 2 PC 3
191
10.5.1 Mesh Topology
it requires n(n-1)/2 to two other devices, one each on either side, as shown
wires. in Figure 10.16. The nodes connected with each
other thus forms a ring. The link in a ring topology is
unidirectional. Thus, data can be transmitted in one
direction only (clockwise or counterclockwise).
192
Bus
193
Figure 10.19: A hybrid topology
Activity 10.4
Explore how can you
find the MAC
10.6.2 IP Address
address of your
computer
is also a unique address that can be used to uniquely
identify each node in a network. The IP addresses
194
are assigned to each node in a network that uses the
Internet Protocol for communication. Thus, if we know Do mobile phones
a computer’s IP address, we can communicate with have a MAC address?
that computer from anywhere in the world. However, Is it different from
unlike MAC address, IP address can change if a node
mobile phones?
is removed from one network and connected to another
network.
192:168:0:178
With more and more devices getting connected to
the Internet, it was realised that the 32-bit IP address
195
The Internet today is a widespread network, and its
influence is no longer limited to the technical fields of
as depicted below:
Domain Name
http://www.ncert.nic.in/textbook/textbook.htm
URL
version is HTTPS.
196
Many people confuse the web with the Internet.
notes
The Internet as we know is the huge global network
of interconnected computers, which may or may not
mapped IP addresses
Domain Name IP Address
ncert.nic.in 164.100.60.233
cbse.nic.in 164.100.107.32
mhrd.gov.in 164.100.163.45
wikipedia.org 198.35.26.96
197
name of each web server to its corresponding IP address
is called domain name resolution. It is done through
a server called DNS server. Thus, when we enter a
URL on a web browser, the HTTP protocol approaches
a computer server called DNS server to obtain the IP
address corresponding to that domain name. After
getting the IP address, the HTTP protocol retrieves the
information and loads it in our browser.
summary
• A computer network is an interconnection among
two or more computers or computing devices.
198
• In a communication network, each device that is notes
a part of a network and that can receive, create,
store or send data to different network routes is
called a node.
199
notes • Gateway serves as the entry and exit point of a
network, as all data coming in or going out of a
devices.
200
and understood from any computer. notes
exercIse
1. Expand the following:
a) ARPANET
c) ISP
d) URI
2. What do you understand by the term network?
3. Mention any two main advantages of using a network of
computing devices.
4. Differentiate between LAN and WAN.
5. Write down the names of few commonly used networking
devices.
6. Two universities in different States want to transfer
this?
7. Define the term topology. What are the popular network
topologies?
8. How is tree topology different from bus topology?
9. Identify the type of topology from the following:
201
notes 10. What do you mean by a modem? Why is it used?
11. Explain the following devices:
a) Switch
c) Router
d) Gateway
e) NIC
12. Draw a network layout of star topology and bus
topology connecting five computers.
13. What is the significance of MAC address?
14. How is IP address different from MAC address?
202