Computer Networks L1 24 2
Computer Networks L1 24 2
COMPUTER NETWORKS
BIT 238
BY
COMPUTER NETWORK
Overview of
computer Networks
Definition:
A system of interconnected computers and
computerized peripherals such as printers
is called computer network. This interconnection
among computers facilitates information sharing
among them. Computers may connect to each
other by either wired or wireless media
Geographical Span
Geographically a network can be seen in one of the
following categories:
It may be spanned across your table, among Bluetooth
enabled devices, Ranging not more than few meters.
It may be spanned across a whole building, including
intermediate devices to connect all floors.
It may be spanned across a whole city.
It may be spanned across multiple cities or provinces.
It may be one network covering whole world.
Inter-Connectivity
Components of a network can be connected to each other
differently in some fashion. This means the connection can either
logically, physically, or both.
Every single device can be connected to every other device on
network, making the network mesh.
All devices can be connected to a single medium but
geographically disconnected, created bus-like structure.
Each device is connected to its left and right peers only,
creating linear structure.
All devices connected together with a single device, creating
star-like structure.
All devices connected arbitrarily using all previous ways to
connect each other, resulting in a hybrid structure.
March 2023 BIT 238
Networking I Department of Computer Science
Network Architecture
Computer networks can be discriminated into various types
such as Client-Server, peer-to-peer or hybrid, depending upon
its architecture.
There can be one or more systems acting as Server. Other
being Client, requests the Server to serve requests. Server takes
and processes request on behalf of Clients.
Two systems can be connected Point-to-Point, or in back-to-
back fashion. They both reside at the same level and called
peers.
There can be hybrid network which involves network
architecture of both the above types.
NETWORKING
Types of Computer
Networks
Internetwork
A network of networks is called an internetwork, or simply
the internet. It is the largest network in existence on this
planet. The internet hugely connects all WANs and it can
have connection to LANs and Home networks. Internet uses
TCP/IP protocol suite and uses IP as its addressing protocol.
Present day, Internet is widely implemented using IPv4.
Because of shortage of address spaces, it is gradually
migrating from IPv4 to IPv6.
Internet enables its users to share and access enormous
amount of information worldwide. It uses WWW, FTP,
email services, audio, and video streaming etc. At
huge level, internet works on Client-Server model.
March 2023 BIT 238
Networking I Department of Computer Science
Internetwork
Internet is serving many proposes and is involved in many
aspects of life. Some of them are:
Web sites
E-mail
Instant Messaging
Blogging
Social Media
Marketing
Networking
Resource Sharing
Audio and Video Streaming
March 2023 BIT 238
Networking I Department of Computer Science
End of Lecture