0% found this document useful (0 votes)
225 views17 pages

Introduction to Computer Networks Overview

A computer network connects two or more computers together. Networks can be either local (LAN), metropolitan (MAN), or wide area (WAN) depending on their geographic size. Computer networks allow for resource and information sharing, communication, and remote computing. Common network topologies include bus, star, tree, ring, and mesh. Key network components are physical media, connecting devices like hubs and switches, computers, networking software, and applications. Popular networking protocols include TCP/IP. Common network applications are email, web browsing, ecommerce, VoIP, and video conferencing.

Uploaded by

khanpmansoor
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
225 views17 pages

Introduction to Computer Networks Overview

A computer network connects two or more computers together. Networks can be either local (LAN), metropolitan (MAN), or wide area (WAN) depending on their geographic size. Computer networks allow for resource and information sharing, communication, and remote computing. Common network topologies include bus, star, tree, ring, and mesh. Key network components are physical media, connecting devices like hubs and switches, computers, networking software, and applications. Popular networking protocols include TCP/IP. Common network applications are email, web browsing, ecommerce, VoIP, and video conferencing.

Uploaded by

khanpmansoor
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd

Introduction to Computer Networks

INTRODUCTION TO COMPUTER
NETWORKS
Created by:
[Link] khan
III yr CSE
Introduction to Computer Networks

Computer Networks
Computer network
connects two or more
autonomous computers.

The computers can be


geographically located
anywhere.
Introduction to Computer Networks

LAN, MAN & WAN


Network in small geographical Area (Room, Building
or a Campus) is called LAN (Local Area Network)

Network in a City is call MAN (Metropolitan Area


Network)

Network spread geographically (Country or across


Globe) is called WAN (Wide Area Network)
Introduction to Computer Networks

Applications of Networks
Resource Sharing
Hardware (computing resources, disks, printers)
Software (application software)
Information Sharing
Easy accessibility from anywhere (files, databases)
Search Capability (WWW)
Communication
Email
Message broadcast
Remote computing
Distributed processing (GRID Computing)
Introduction to Computer Networks

Network Topology
The network topology defines the way in which computers,
printers, and other devices are connected. A network
topology describes the layout of the wire and devices as well
as the paths used by data transmissions.
Introduction to Computer Networks

Bus Topology
A bus network uses a multi-
drop transmission medium.
This allows only one device
to transmit at a time.
A distributed access
protocol determines which
station is to transmit.
A bus topology connects
each computer (nodes) to a
single segment trunk is
referred to as the 'bus'.
Star topology
Star topology is the network
setup widely used in home
and office.
In Star Topology there is a
central connection point
called the hub or switch.
A major disadvantage of this
type of network topology is
that if the central hub fails, all
computers connected to that
hub would be disconnected
Introduction to Computer Networks

Tree Topology

A tree topology combination


of bus and star topologies.
It consists of groups of star-
configured workstations
connected to a bus cable.
Supported by several
hardware and software
venders.
Introduction to Computer Networks

Ring Topology
A frame is sent around the ring
until it reaches its final
destination. If a node wants to
transmit data, it adds the data as
well as the destination address to
the frame.
The frame then continues around
the ring until it finds the
destination node, which takes the
data out of the frame.
Single ring – All the devices on
the network share a single cable
Dual ring – The dual ring
topology allows data to be sent
in both directions.
Introduction to Computer Networks

Mesh Topology
The mesh topology
connects all devices
(nodes) to each other for
redundancy and fault
tolerance.
It is used in WANs to
interconnect LANs.
this type of topology is
commonly used for
wireless networks.
Implementing the mesh
topology is expensive and
difficult.
Introduction to Computer Networks

Network Components
Physical Media
Interconnecting Devices
Computers
Networking Software
Applications
Introduction to Computer Networks

Networking Media
Networking media can
be defined simply as
the means by which
signals (data) are sent
from one computer to
another (either by cable
or wireless means).
Introduction to Computer Networks

Networking Devices
HUB, Switches, Routers,
Wireless Access Points,
Modems etc.
Introduction to Computer Networks

Computers: Clients and Servers


In a client/server
network arrangement,
network services are
located in a dedicated
computer whose only
function is to respond
to the requests of
clients.

The server contains the


file, print, application,
security, and other
services in a central
computer that is
continuously available
to respond to client
requests.
Introduction to Computer Networks

Networking Protocol: TCP/IP


Introduction to Computer Networks

Applications
E-mail
Searchable Data (Web Sites)
E-Commerce
News Groups
Internet Telephony (VoIP)
Video Conferencing
Chat Groups
Instant Messengers
Internet Radio
Introduction to Computer Networks

Thank you

Common questions

Powered by AI

Computer networks facilitate resource sharing by allowing the use of shared hardware (computing resources, disks, printers) and software (applications) across connected systems, easing information sharing, as evidenced by the Internet's search capabilities . Networks also enhance communication through technologies such as email, chat groups, VoIP, and video conferencing, allowing for diverse interaction methods irrespective of location .

Networking software applications enhance network functionality by managing data transfer interfaces, providing protocols for communication, and facilitating efficient resource sharing and user management . Applications such as internet browsers, email clients, and chat software integrate with networking protocols like TCP/IP to enable seamless communication and accessibility of network services across distributed systems .

Physical media facilitates the physical transmission of data signals between computers, essential for network connectivity . It includes various forms such as cables (Ethernet cables, fiber optics) for wired connections and radio waves for wireless communications, each suited to specific network environments and data transmission needs .

Bus topology uses a single central cable to which all network devices are connected and allows only one device to transmit at a time, relying on a distributed access protocol . Star topology has a central connection point (hub or switch), and its major disadvantage is that if the central hub fails, all connected devices are disconnected . Ring topology connects devices in a circular configuration where data travels in one direction (single ring) or both directions (dual ring), requiring data frames to circulate through the network until they reach the destination .

Tree topology integrates bus and star topologies by connecting groups of star-configured workstations to a bus cable, allowing for effective scalability and manageability . This configuration supports easy expansion and isolation of network segments; however, its dependence on a main bus cable can be a potential point of failure. Maintenance can also become complex as the network size increases .

In a client/server network, a dedicated computer (the server) houses network services like file, print, application, and security, continuously available to respond to client requests . This centralization enhances resource accessibility and management efficiency as resources are centrally managed and supported, reducing redundancy and improving performance .

Mesh topology offers redundancy and fault tolerance by connecting all devices to each other, which is beneficial for maintaining network reliability and resilience, particularly in WANs . However, implementing a mesh topology is both expensive and complex, as it involves extensive cabling and management, which can be prohibitive for large networks .

LAN (Local Area Network) covers a small geographical area such as a room, building, or campus, primarily facilitating resource sharing and communication within a confined space . MAN (Metropolitan Area Network) spans a city, offering connectivity at a broader scope than a LAN . WAN (Wide Area Network) extends over large distances, such as a country or the globe, and connects multiple LANs, enabling long-distance communication and resource sharing .

Hubs are basic networking devices that connect multiple Ethernet devices, making them act as a single network segment . Switches operate similarly but can handle data more intelligently by sending it to the intended device rather than broadcasting it to all devices . Routers forward data packets between computer networks, performing traffic directing functions on the Internet .

TCP/IP protocol is crucial in computer networks as it standardizes communication through packet-switching, ensuring reliable delivery and error correction across network nodes . It supports various applications such as e-mail, web browsing, e-commerce, and VoIP by providing a common language for communication over the Internet, enabling interoperability among diverse systems .

Introduction to Computer Networks
INTRODUCTION TO COMPUTER 
NETWORKS
Computer Networks
Computer 
network 
connects two or more 
autonomous computers.
The computers can be 
geographically 
lo
LAN, MAN & WAN
Introduction to Computer Networks
Network in small geographical Area (Room, Building 
or a Campus) is call
Applications of Networks
Introduction to Computer Networks
Resource Sharing
Hardware (computing resources, disks, printer
Network Topology
The network topology defines the way in which computers, 
printers, and other devices are connected. A n
Bus Topology
A bus network uses a multi-
drop transmission medium.
This allows only one device 
to transmit at a time. 
A
Star topology
Star topology is the network 
setup widely used in home 
and office.
In  Star Topology there is a 
central
Tree Topology
Introduction to Computer Networks
A tree topology combination 
of bus and star topologies. 
It consists of
Ring Topology
Introduction to Computer Networks
A frame is sent around the ring 
until 
it 
reaches 
its 
final 
destinat
Mesh Topology
The 
mesh 
topology 
connects 
all 
devices 
(nodes) to each other for 
redundancy 
and 
fault 
tolerance.

You might also like