SlideShare ist ein Scribd-Unternehmen logo
1 von 51
Prepared By Kapil Soni 
IICE Udaipur 
(Learning Centre Code: - 02086) 
1 
Networking
2 
Topics Covered 
 Introduction to 
Networking. 
 Types of Networking. 
 Basic Hardware 
Requirements for 
Networking. 
 Additional Components 
Required for Networking. 
 Transmission Media. 
 Protocols. 
 Switching Techniques 
 Multiplexing
3 
Introduction to Networking 
 A “network ” has been defined as “any set of interlinking 
lines resembling a net, a network of roads or an 
interconnected system, a network of alliances”. 
 A “network” is a set of devices (often referred to as 
nodes) connected by communication links.
4 
Types of Networking 
 Physical Networking 
 Topology 
 Network Architecture 
 Reference Models 
 Service Oriented Network 
 LAN, MAN, WAN 
 Bus, Ring, Star, Mesh 
 Host Based, Master Slave, 
Client Server, Peer to 
Peer 
 OSI and TCP / IP 
 Connection Less and 
Connection Oriented
5 
Physical Networking 
One of the primary category into which a network falls is 
determined by its size. On the basis of the size and the 
geographical area following are the categories fall under physical 
type of networking: - 
 Local Area Network (LAN): - Usually privately owned 
and links the devices in a single office, building or campus 
not exceeding few kilometers. 
 Metropolitan Area Network (MAN): - Network which is 
setup within a city or a town. 
Wide Area Network (WAN): - Network which does not 
have any limit spread over large geographic areas that may 
comprise a country, continent or even the whole world.
6 
Local Area Network
7 
Metropolitan Area Network
8 
Wide Area Network
Topology 
The term Physical Topology refers to the way in which a network is 
laid out physically. Two or more devices connect to a link; two or 
more links form a Topology. The Topology of a network is the 
geometric representation of all the links and linking devices to 
another. Network topology is the study of the arrangement or 
mapping of the elements (links, nodes, etc.) of a network, especially 
the physical (real) and logical (virtual) interconnections between 
nodes. 
There are four basic topologies: - 
9 
 Bus Topology 
 Ring Topology 
 Star Topology 
 Mesh Topology
10 
Bus Topology: - 
The type of network topology in which all of the 
nodes of the network are connected to a common 
transmission medium which has exactly two 
endpoints (this is the 'bus', which is also commonly 
referred to as the backbone, or trunk) – all data that is 
transmitted between nodes in the network is 
transmitted over this common transmission medium 
and is able to be received by all nodes in the network 
virtually simultaneously (disregarding propagation 
delays).
11 
Bus Topology (Contd…): -
12 
Ring Topology: - 
The type of network topology in which each of the 
nodes of the network is connected to two other nodes 
in the network and with the first and last nodes being 
connected to each other, forming a ring – all data that 
is transmitted between nodes in the network travels 
from one node to the next node in a circular manner 
and the data generally flows in a single direction 
only.
13 
Ring Topology (Contd…): -
14 
Star Topology: - 
The type of network topology in which each of the 
nodes of the network is connected to a central node 
with a point-to-point link in a 'hub' and 'spoke' 
fashion, the central node being the 'hub' and the nodes 
that are attached to the central node being the 'spokes' 
(e.g., a collection of point-to-point links from the 
peripheral nodes that converge at a central node) – all 
data that is transmitted between nodes in the network 
is transmitted to this central node, which is usually 
some type of device that then retransmits the data to 
some or all of the other nodes in the network, 
although the central node may also be a simple 
common connection point (such as a 'punch-down' 
block) without any active device to repeat the signals.
15 
Star Topology (Contd…): -
16 
Mesh Topology: - 
The type of network topology in which each of the 
nodes of the network is connected to each of the other 
nodes in the network with a point-to-point link – this 
makes it possible for data to be simultaneously 
transmitted from any single node to all of the other 
nodes.
17 
Mesh Topology (Contd…): -
18 
Reference Models: - 
The reference model describes the designing of a network 
architecture and helps us in understanding its flexibility and 
robustness. 
There are two types of reference models viz., The OSI (Open 
System Interconnection) Model and the TCP / IP 
(Transmission Control Protocol / Internet Protocol) Model.
19 
The OSI Model: - 
OSI stands for Open Source Interconnection. A Model 
developed by the International Standards Organization, 
commonly known as ISO. 
The primary objective to develop this model was to cover all 
aspects of network communications. The purpose of OSI 
model is to open communication between different systems 
without requiring changes to the logic of underlying hardware 
and software. 
OSI model is a layered framework for the design of network 
systems that allows for communication across all types of 
computer systems.
20 
The OSI Model (Contd…): - 
OSI Model comprises of seven ordered layers. These are: - 
 Physical Layer – Referred as Layer 1 
 Data Link Layer – Referred as Layer 2 
 Network Layer – Referred as Layer 3 
 Transport Layer – Referred as Layer 4 
 Session Layer – Referred as Layer 5 
 Presentation Layer – Referred as Layer 6 
 Application Layer – Referred as Layer 7 
Each Layer defines a family of functions distinct from 
those of the other layers. 
The purpose of designing such a layered type of model 
was to project the transmitting data down to its most 
fundamental element.
21 
Figure: The ISO/OSI Reference Model
Functions of Each Layer of OSI Model: - 
Physical Layer: - 
The Physical Layer coordinates the functions required to 
transmit a bit stream over a physical medium. It deals with the 
mechanical and electrical specifications of the interface and 
transmission medium. It also defines the procedures and functions 
that physical devices and interfaces have to perform for transmission 
to occur. Following are the elements concerned with the Physical 
22 
Layer of OSI Model: - 
Physical characteristics of interfaces and media. 
Representation of bits. 
Data rate. 
Synchronization of bits. 
Line configuration. 
Physical topology. 
Transmission mode.
23 
Data Link Layer: - 
The Data Link Layer transforms the physical layer, a raw 
transmission facility, to a reliable link and is responsible for node to 
node delivery. It makes the physical layer appear error free to the 
upper layer. The data link layer also oversees the delivery of the 
packet between two systems on the same network. 
Responsibilities of the Data Link Layer are : - 
Framing 
Physical Addressing 
Flow Control 
Error Control 
Access Control
24 
Network Layer: - 
The Network Layer is responsible for the source to 
destination delivery of a packet across multiple networks. It ensures 
that each packet gets from its point of origin to its final destination. 
It also oversees the end to end delivery of individual packets, 
however, it does not recognize any relationship between those 
packets. Each packets are treated independently irrespective if the 
packet belonged to the same message or to a different message. 
Responsibilities of the Network Layer are: - 
Logical Addressing 
Routing
25 
Transport Layer: - 
The Transport Layer is responsible for source to destination 
(end to end) delivery of the entire message. It also ensures that the 
whole message arrives intact and in order, overseeing both error 
control and flow control at the source to destination level. 
Also the transport layer may create a connection between two 
end ports. A Connection is a single logical path between the source 
and the destination that is associated with all packets in a message. 
Creating a connection involves three steps: - 
Connection Establishment. 
Data Transfer and 
Connection Release 
By confining transmission of all packets to a single pathway, the 
transport layer has more control over sequencing, flow, and error 
detection and correction.
26 
Transport Layer (Contd….): - 
Responsibilities of Transport Layer are as follows: - 
Service Point Addressing. 
Segmentation and Reassembly. 
Connection Control. 
Flow Control. 
Error Control.
27 
Session Layer: - 
Session Layer is the network dialog controller. It establishes, 
maintains and synchronizes the interaction between communicating 
systems. 
Responsibilities of Session Layer are as follows: - 
Dialog Control. 
Synchronization.
28 
Presentation Layer: - 
Presentation Layer is concerned with the syntax and 
semantics of the information exchanged between two systems. 
Responsibilities of Presentation Layer are as follows: - 
Translation. 
Encryption. 
Compression.
29 
Application Layer: - 
Application Layer enables the user, whether human or software, to 
access the network. It provides user interfaces and support for 
services such as E – Mail, remote file access and transfer, shared 
database management and other types of distributed information 
services. 
Responsibilities of Application Layer are as follows: - 
Network Virtual Terminal 
File Transfer, Access and Management (FTAM). 
Mail Services. 
Directory Services.
30 
The TCP / IP Model: - 
TCP / IP stands for Transmission Control Protocol / Internet 
Protocol. This model was developed prior to the OSI model. 
Therefore, the layers in the TCP / IP do not match exactly with 
those in the OSI model. 
TCP / IP model is made up of five layers. These are: - 
 Physical Layer – Referred as Layer 1 
 Data Link Layer – Referred as Layer 2 
 Network Layer – Referred as Layer 3 
 Transport Layer – Referred as Layer 4 
 Application Layer – Referred as Layer 5
31 
Figure: The ISO/OSI Reference Model and the 
TCP / IP Reference Model
32 
Basic Hardware Requirements for 
Networking 
 Modem 
 Ethernet Card 
 RJ – 45 
 RJ – 11
33 
External Modem
34 
Internal Modem
35 
Ethernet Card
36 
RJ – 45 and RJ – 11
37 
Additional Hardware Components 
of Networking 
 Hubs 
 Routers 
 Switches 
 Bridges 
 Gateways
38 
A Hub
39 
A Router
40 
A Switch
41 
A Bridge
42 
A Gateway
43 
Types of Transmission Media 
 Guided Media 
 Twisted Pair Cable 
 Coaxial Cables 
 Optical Fibers 
 Un – Guided Media 
 Micro Wave 
 Radio Wave 
 Satellite 
 Blue Tooth 
 Infrared
44 
Twisted Pair Cable 
A type of cable that 
consists of two 
independently insulated 
wires twisted around one 
another. The use of two 
wires twisted together 
helps to reduce crosstalk 
and electromagnetic 
induction.
45 
Coaxial Cable (Contd….)
46 
Optical Fibers (Contd…)
47 
Micro Wave Transmission Media 
(Contd…) : -
48 
Radio Wave Transmission Media 
(Contd…) : -
Satellite Communication (Contd…) : - 
49
50 
Bluetooth (Contd…): -
Thank You 
Kapil Soni 
51

Weitere ähnliche Inhalte

Was ist angesagt?

Types of Network
Types of NetworkTypes of Network
Types of Network
Avishek Kar
 
basic networking
basic networkingbasic networking
basic networking
Anmol Bagga
 
Network connectivity devices
Network connectivity devicesNetwork connectivity devices
Network connectivity devices
Numaan Tole
 
Introduction to Computer Networks
 Introduction to Computer Networks Introduction to Computer Networks
Introduction to Computer Networks
Ghaffar Khan
 
3 computer network - basic concepts
3   computer network - basic concepts3   computer network - basic concepts
3 computer network - basic concepts
Ankit Garg
 

Was ist angesagt? (20)

Computer network basic concepts
Computer network   basic conceptsComputer network   basic concepts
Computer network basic concepts
 
Repeater and hub
Repeater and hubRepeater and hub
Repeater and hub
 
Computer Networking
Computer NetworkingComputer Networking
Computer Networking
 
Types of Network
Types of NetworkTypes of Network
Types of Network
 
Types of Computer Network
Types of Computer NetworkTypes of Computer Network
Types of Computer Network
 
Computer network ppt
Computer network pptComputer network ppt
Computer network ppt
 
basic networking
basic networkingbasic networking
basic networking
 
Network connectivity devices
Network connectivity devicesNetwork connectivity devices
Network connectivity devices
 
Network devices
Network devicesNetwork devices
Network devices
 
Hub,Switch.Router
Hub,Switch.RouterHub,Switch.Router
Hub,Switch.Router
 
Introduction to Computer Networks
 Introduction to Computer Networks Introduction to Computer Networks
Introduction to Computer Networks
 
Presentation on router
Presentation on routerPresentation on router
Presentation on router
 
Switching
SwitchingSwitching
Switching
 
3 computer network - basic concepts
3   computer network - basic concepts3   computer network - basic concepts
3 computer network - basic concepts
 
Network Components
Network ComponentsNetwork Components
Network Components
 
Networking Fundamentals
Networking FundamentalsNetworking Fundamentals
Networking Fundamentals
 
wired and wireless networks
wired and wireless networkswired and wireless networks
wired and wireless networks
 
OSI Model
OSI ModelOSI Model
OSI Model
 
Computer networks--networking hardware
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardware
 
Computer Networking
Computer NetworkingComputer Networking
Computer Networking
 

Andere mochten auch

Introduction To Networking
Introduction To NetworkingIntroduction To Networking
Introduction To Networking
Steven Cahill
 
Centralized monitoring station for it computing and network infrastructure1
Centralized monitoring station for it computing and network infrastructure1Centralized monitoring station for it computing and network infrastructure1
Centralized monitoring station for it computing and network infrastructure1
MOHD ARISH
 
Online Retailing - India & Interntional
Online Retailing - India & InterntionalOnline Retailing - India & Interntional
Online Retailing - India & Interntional
Ravindran Kanningat
 
Radio Frequency Waves ,Data communication & Networks
Radio Frequency Waves ,Data communication & NetworksRadio Frequency Waves ,Data communication & Networks
Radio Frequency Waves ,Data communication & Networks
sameer farooq
 
20228d1258205494 analysis-organised-retailing-over-unorganised-retailing-impa...
20228d1258205494 analysis-organised-retailing-over-unorganised-retailing-impa...20228d1258205494 analysis-organised-retailing-over-unorganised-retailing-impa...
20228d1258205494 analysis-organised-retailing-over-unorganised-retailing-impa...
funk3116
 
Issues about ethics in retailing
Issues about ethics in retailingIssues about ethics in retailing
Issues about ethics in retailing
Uma Rungta
 
Elite Program - Day 6.1 - Retail Audit & Consumer Panel - Khai & Huong
Elite Program - Day 6.1 - Retail Audit & Consumer Panel - Khai & HuongElite Program - Day 6.1 - Retail Audit & Consumer Panel - Khai & Huong
Elite Program - Day 6.1 - Retail Audit & Consumer Panel - Khai & Huong
Khai Pham
 
Introduction to Retail Audit - March 2012 - Sample Program Slides
Introduction to Retail Audit - March 2012 - Sample Program SlidesIntroduction to Retail Audit - March 2012 - Sample Program Slides
Introduction to Retail Audit - March 2012 - Sample Program Slides
Nasser Babaee
 

Andere mochten auch (20)

Introduction to networking
Introduction to networkingIntroduction to networking
Introduction to networking
 
introduction to networking
introduction to networking introduction to networking
introduction to networking
 
Introduction To Networking
Introduction To NetworkingIntroduction To Networking
Introduction To Networking
 
Introduction To Networking
Introduction To NetworkingIntroduction To Networking
Introduction To Networking
 
Networking fundamental
Networking fundamentalNetworking fundamental
Networking fundamental
 
Centralized monitoring station for it computing and network infrastructure1
Centralized monitoring station for it computing and network infrastructure1Centralized monitoring station for it computing and network infrastructure1
Centralized monitoring station for it computing and network infrastructure1
 
a1
a1a1
a1
 
Sap is retail
Sap is retailSap is retail
Sap is retail
 
Online Retailing - India & Interntional
Online Retailing - India & InterntionalOnline Retailing - India & Interntional
Online Retailing - India & Interntional
 
Radio Frequency Waves ,Data communication & Networks
Radio Frequency Waves ,Data communication & NetworksRadio Frequency Waves ,Data communication & Networks
Radio Frequency Waves ,Data communication & Networks
 
Online Retailing in India
Online Retailing in IndiaOnline Retailing in India
Online Retailing in India
 
Consumerism
ConsumerismConsumerism
Consumerism
 
20228d1258205494 analysis-organised-retailing-over-unorganised-retailing-impa...
20228d1258205494 analysis-organised-retailing-over-unorganised-retailing-impa...20228d1258205494 analysis-organised-retailing-over-unorganised-retailing-impa...
20228d1258205494 analysis-organised-retailing-over-unorganised-retailing-impa...
 
Future trends in retail
Future trends in retailFuture trends in retail
Future trends in retail
 
Issues about ethics in retailing
Issues about ethics in retailingIssues about ethics in retailing
Issues about ethics in retailing
 
Elite Program - Day 6.1 - Retail Audit & Consumer Panel - Khai & Huong
Elite Program - Day 6.1 - Retail Audit & Consumer Panel - Khai & HuongElite Program - Day 6.1 - Retail Audit & Consumer Panel - Khai & Huong
Elite Program - Day 6.1 - Retail Audit & Consumer Panel - Khai & Huong
 
introduction to networking
introduction to networkingintroduction to networking
introduction to networking
 
Customized Retail audit
Customized Retail auditCustomized Retail audit
Customized Retail audit
 
Online retailing
Online retailingOnline retailing
Online retailing
 
Introduction to Retail Audit - March 2012 - Sample Program Slides
Introduction to Retail Audit - March 2012 - Sample Program SlidesIntroduction to Retail Audit - March 2012 - Sample Program Slides
Introduction to Retail Audit - March 2012 - Sample Program Slides
 

Ähnlich wie introduction to Networking

Network essentials - chapter 1
Network essentials - chapter 1Network essentials - chapter 1
Network essentials - chapter 1
Raghu nath
 

Ähnlich wie introduction to Networking (20)

OSI Network Reference Model
OSI Network Reference ModelOSI Network Reference Model
OSI Network Reference Model
 
What is network architecture
What is network architecture What is network architecture
What is network architecture
 
What is network architecture (full)
What is network architecture (full)What is network architecture (full)
What is network architecture (full)
 
Network essentials - chapter 1
Network essentials - chapter 1Network essentials - chapter 1
Network essentials - chapter 1
 
Osi model 7 Layers
Osi model 7 LayersOsi model 7 Layers
Osi model 7 Layers
 
Osi model
Osi modelOsi model
Osi model
 
Computer Networks
Computer NetworksComputer Networks
Computer Networks
 
Pwani notes-Network Essentials.pp for Internet Protocoltx
Pwani notes-Network Essentials.pp  for Internet ProtocoltxPwani notes-Network Essentials.pp  for Internet Protocoltx
Pwani notes-Network Essentials.pp for Internet Protocoltx
 
Osi reference model
Osi reference modelOsi reference model
Osi reference model
 
Presentation1.pptx
Presentation1.pptxPresentation1.pptx
Presentation1.pptx
 
osireferencemodel-170703104058 (1).pdf
osireferencemodel-170703104058 (1).pdfosireferencemodel-170703104058 (1).pdf
osireferencemodel-170703104058 (1).pdf
 
PC 106 PPT-06
PC 106 PPT-06PC 106 PPT-06
PC 106 PPT-06
 
Osi model
Osi model Osi model
Osi model
 
Project report on mesh hybrid topology network vision
Project report on mesh hybrid topology network visionProject report on mesh hybrid topology network vision
Project report on mesh hybrid topology network vision
 
OSI model layers 7 Types of OSI Model Edifyclue.pdf
OSI model layers  7 Types of OSI Model  Edifyclue.pdfOSI model layers  7 Types of OSI Model  Edifyclue.pdf
OSI model layers 7 Types of OSI Model Edifyclue.pdf
 
dist-03-4.pdf
dist-03-4.pdfdist-03-4.pdf
dist-03-4.pdf
 
NETWORK BASICS.pdf
NETWORK BASICS.pdfNETWORK BASICS.pdf
NETWORK BASICS.pdf
 
network in details description and example
network in details description and examplenetwork in details description and example
network in details description and example
 
Osi(1)
Osi(1)Osi(1)
Osi(1)
 
Basic Networking Network
Basic Networking NetworkBasic Networking Network
Basic Networking Network
 

Mehr von iicecollege

Mehr von iicecollege (17)

Privatisation of life insurance sector in india
Privatisation of life insurance sector in indiaPrivatisation of life insurance sector in india
Privatisation of life insurance sector in india
 
Personality Development - is the improvement of behavioral traits such as com...
Personality Development - is the improvement of behavioral traits such as com...Personality Development - is the improvement of behavioral traits such as com...
Personality Development - is the improvement of behavioral traits such as com...
 
life style in America & europe presentation
life style in America & europe presentationlife style in America & europe presentation
life style in America & europe presentation
 
Virtual assistance power point presentation
Virtual assistance power point presentationVirtual assistance power point presentation
Virtual assistance power point presentation
 
Letter writing skills
Letter writing skillsLetter writing skills
Letter writing skills
 
Madhushala presentation
Madhushala presentationMadhushala presentation
Madhushala presentation
 
MOTIVATIONAL SOCIETY OF ACHIEVERS
MOTIVATIONAL SOCIETY OF ACHIEVERSMOTIVATIONAL SOCIETY OF ACHIEVERS
MOTIVATIONAL SOCIETY OF ACHIEVERS
 
Innovative Marketing Practices for Optimization in Selected Pharmaceutical In...
Innovative Marketing Practices for Optimization in Selected Pharmaceutical In...Innovative Marketing Practices for Optimization in Selected Pharmaceutical In...
Innovative Marketing Practices for Optimization in Selected Pharmaceutical In...
 
e-Learning in Indian Education System
e-Learning in Indian Education System e-Learning in Indian Education System
e-Learning in Indian Education System
 
PERFORMANCE MANAGEMENT SYSTEM
PERFORMANCE MANAGEMENT SYSTEM PERFORMANCE MANAGEMENT SYSTEM
PERFORMANCE MANAGEMENT SYSTEM
 
AN EVALUATIVE STUDY OF HUMAN RESOURCE TRAINING PROGRAMS IN AN ORGANISATION
AN EVALUATIVE STUDY  OF HUMAN RESOURCE  TRAINING PROGRAMS  IN AN ORGANISATIONAN EVALUATIVE STUDY  OF HUMAN RESOURCE  TRAINING PROGRAMS  IN AN ORGANISATION
AN EVALUATIVE STUDY OF HUMAN RESOURCE TRAINING PROGRAMS IN AN ORGANISATION
 
Innovations of Digital Marketing in Engineering & Technology
Innovations of Digital Marketing in Engineering & TechnologyInnovations of Digital Marketing in Engineering & Technology
Innovations of Digital Marketing in Engineering & Technology
 
An Empirical Study on Universal Banking and its Potential for Indian Market C...
An Empirical Study on Universal Banking and its Potential for Indian Market C...An Empirical Study on Universal Banking and its Potential for Indian Market C...
An Empirical Study on Universal Banking and its Potential for Indian Market C...
 
Stress Management -A Study on Airport Authority of India Employees
Stress Management -A Study on Airport Authority of India EmployeesStress Management -A Study on Airport Authority of India Employees
Stress Management -A Study on Airport Authority of India Employees
 
Micro finance
Micro finance Micro finance
Micro finance
 
Incident Management
 Incident Management Incident Management
Incident Management
 
Energy conservation
Energy conservationEnergy conservation
Energy conservation
 

Kürzlich hochgeladen

Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Chandigarh Call girls 9053900678 Call girls in Chandigarh
 
Thalassery Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call G...
Thalassery Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call G...Thalassery Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call G...
Thalassery Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call G...
Call Girls In Delhi Whatsup 9873940964 Enjoy Unlimited Pleasure
 
➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men 🔝mehsana🔝 Escorts...
➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men  🔝mehsana🔝   Escorts...➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men  🔝mehsana🔝   Escorts...
➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men 🔝mehsana🔝 Escorts...
nirzagarg
 
在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查
ydyuyu
 
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
nilamkumrai
 
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
@Chandigarh #call #Girls 9053900678 @Call #Girls in @Punjab 9053900678
 

Kürzlich hochgeladen (20)

Microsoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftMicrosoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck Microsoft
 
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
WhatsApp 📞 8448380779 ✅Call Girls In Mamura Sector 66 ( Noida)
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
 
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
 
Thalassery Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call G...
Thalassery Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call G...Thalassery Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call G...
Thalassery Escorts Service ☎️ 6378878445 ( Sakshi Sinha ) High Profile Call G...
 
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
 
Real Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirtReal Men Wear Diapers T Shirts sweatshirt
Real Men Wear Diapers T Shirts sweatshirt
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
 
➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men 🔝mehsana🔝 Escorts...
➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men  🔝mehsana🔝   Escorts...➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men  🔝mehsana🔝   Escorts...
➥🔝 7737669865 🔝▻ mehsana Call-girls in Women Seeking Men 🔝mehsana🔝 Escorts...
 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
 
在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查在线制作约克大学毕业证(yu毕业证)在读证明认证可查
在线制作约克大学毕业证(yu毕业证)在读证明认证可查
 
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls 🎗️ 9352988975 Sizzling | Escorts | Girls Are Re...
 
20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf
 
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
📱Dehradun Call Girls Service 📱☎️ +91'905,3900,678 ☎️📱 Call Girls In Dehradun 📱
 
Katraj ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...
Katraj ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...Katraj ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...
Katraj ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...
 
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
Pirangut | Call Girls Pune Phone No 8005736733 Elite Escort Service Available...
 
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrStory Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
 
Trump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts SweatshirtTrump Diapers Over Dems t shirts Sweatshirt
Trump Diapers Over Dems t shirts Sweatshirt
 

introduction to Networking

  • 1. Prepared By Kapil Soni IICE Udaipur (Learning Centre Code: - 02086) 1 Networking
  • 2. 2 Topics Covered  Introduction to Networking.  Types of Networking.  Basic Hardware Requirements for Networking.  Additional Components Required for Networking.  Transmission Media.  Protocols.  Switching Techniques  Multiplexing
  • 3. 3 Introduction to Networking  A “network ” has been defined as “any set of interlinking lines resembling a net, a network of roads or an interconnected system, a network of alliances”.  A “network” is a set of devices (often referred to as nodes) connected by communication links.
  • 4. 4 Types of Networking  Physical Networking  Topology  Network Architecture  Reference Models  Service Oriented Network  LAN, MAN, WAN  Bus, Ring, Star, Mesh  Host Based, Master Slave, Client Server, Peer to Peer  OSI and TCP / IP  Connection Less and Connection Oriented
  • 5. 5 Physical Networking One of the primary category into which a network falls is determined by its size. On the basis of the size and the geographical area following are the categories fall under physical type of networking: -  Local Area Network (LAN): - Usually privately owned and links the devices in a single office, building or campus not exceeding few kilometers.  Metropolitan Area Network (MAN): - Network which is setup within a city or a town. Wide Area Network (WAN): - Network which does not have any limit spread over large geographic areas that may comprise a country, continent or even the whole world.
  • 6. 6 Local Area Network
  • 8. 8 Wide Area Network
  • 9. Topology The term Physical Topology refers to the way in which a network is laid out physically. Two or more devices connect to a link; two or more links form a Topology. The Topology of a network is the geometric representation of all the links and linking devices to another. Network topology is the study of the arrangement or mapping of the elements (links, nodes, etc.) of a network, especially the physical (real) and logical (virtual) interconnections between nodes. There are four basic topologies: - 9  Bus Topology  Ring Topology  Star Topology  Mesh Topology
  • 10. 10 Bus Topology: - The type of network topology in which all of the nodes of the network are connected to a common transmission medium which has exactly two endpoints (this is the 'bus', which is also commonly referred to as the backbone, or trunk) – all data that is transmitted between nodes in the network is transmitted over this common transmission medium and is able to be received by all nodes in the network virtually simultaneously (disregarding propagation delays).
  • 11. 11 Bus Topology (Contd…): -
  • 12. 12 Ring Topology: - The type of network topology in which each of the nodes of the network is connected to two other nodes in the network and with the first and last nodes being connected to each other, forming a ring – all data that is transmitted between nodes in the network travels from one node to the next node in a circular manner and the data generally flows in a single direction only.
  • 13. 13 Ring Topology (Contd…): -
  • 14. 14 Star Topology: - The type of network topology in which each of the nodes of the network is connected to a central node with a point-to-point link in a 'hub' and 'spoke' fashion, the central node being the 'hub' and the nodes that are attached to the central node being the 'spokes' (e.g., a collection of point-to-point links from the peripheral nodes that converge at a central node) – all data that is transmitted between nodes in the network is transmitted to this central node, which is usually some type of device that then retransmits the data to some or all of the other nodes in the network, although the central node may also be a simple common connection point (such as a 'punch-down' block) without any active device to repeat the signals.
  • 15. 15 Star Topology (Contd…): -
  • 16. 16 Mesh Topology: - The type of network topology in which each of the nodes of the network is connected to each of the other nodes in the network with a point-to-point link – this makes it possible for data to be simultaneously transmitted from any single node to all of the other nodes.
  • 17. 17 Mesh Topology (Contd…): -
  • 18. 18 Reference Models: - The reference model describes the designing of a network architecture and helps us in understanding its flexibility and robustness. There are two types of reference models viz., The OSI (Open System Interconnection) Model and the TCP / IP (Transmission Control Protocol / Internet Protocol) Model.
  • 19. 19 The OSI Model: - OSI stands for Open Source Interconnection. A Model developed by the International Standards Organization, commonly known as ISO. The primary objective to develop this model was to cover all aspects of network communications. The purpose of OSI model is to open communication between different systems without requiring changes to the logic of underlying hardware and software. OSI model is a layered framework for the design of network systems that allows for communication across all types of computer systems.
  • 20. 20 The OSI Model (Contd…): - OSI Model comprises of seven ordered layers. These are: -  Physical Layer – Referred as Layer 1  Data Link Layer – Referred as Layer 2  Network Layer – Referred as Layer 3  Transport Layer – Referred as Layer 4  Session Layer – Referred as Layer 5  Presentation Layer – Referred as Layer 6  Application Layer – Referred as Layer 7 Each Layer defines a family of functions distinct from those of the other layers. The purpose of designing such a layered type of model was to project the transmitting data down to its most fundamental element.
  • 21. 21 Figure: The ISO/OSI Reference Model
  • 22. Functions of Each Layer of OSI Model: - Physical Layer: - The Physical Layer coordinates the functions required to transmit a bit stream over a physical medium. It deals with the mechanical and electrical specifications of the interface and transmission medium. It also defines the procedures and functions that physical devices and interfaces have to perform for transmission to occur. Following are the elements concerned with the Physical 22 Layer of OSI Model: - Physical characteristics of interfaces and media. Representation of bits. Data rate. Synchronization of bits. Line configuration. Physical topology. Transmission mode.
  • 23. 23 Data Link Layer: - The Data Link Layer transforms the physical layer, a raw transmission facility, to a reliable link and is responsible for node to node delivery. It makes the physical layer appear error free to the upper layer. The data link layer also oversees the delivery of the packet between two systems on the same network. Responsibilities of the Data Link Layer are : - Framing Physical Addressing Flow Control Error Control Access Control
  • 24. 24 Network Layer: - The Network Layer is responsible for the source to destination delivery of a packet across multiple networks. It ensures that each packet gets from its point of origin to its final destination. It also oversees the end to end delivery of individual packets, however, it does not recognize any relationship between those packets. Each packets are treated independently irrespective if the packet belonged to the same message or to a different message. Responsibilities of the Network Layer are: - Logical Addressing Routing
  • 25. 25 Transport Layer: - The Transport Layer is responsible for source to destination (end to end) delivery of the entire message. It also ensures that the whole message arrives intact and in order, overseeing both error control and flow control at the source to destination level. Also the transport layer may create a connection between two end ports. A Connection is a single logical path between the source and the destination that is associated with all packets in a message. Creating a connection involves three steps: - Connection Establishment. Data Transfer and Connection Release By confining transmission of all packets to a single pathway, the transport layer has more control over sequencing, flow, and error detection and correction.
  • 26. 26 Transport Layer (Contd….): - Responsibilities of Transport Layer are as follows: - Service Point Addressing. Segmentation and Reassembly. Connection Control. Flow Control. Error Control.
  • 27. 27 Session Layer: - Session Layer is the network dialog controller. It establishes, maintains and synchronizes the interaction between communicating systems. Responsibilities of Session Layer are as follows: - Dialog Control. Synchronization.
  • 28. 28 Presentation Layer: - Presentation Layer is concerned with the syntax and semantics of the information exchanged between two systems. Responsibilities of Presentation Layer are as follows: - Translation. Encryption. Compression.
  • 29. 29 Application Layer: - Application Layer enables the user, whether human or software, to access the network. It provides user interfaces and support for services such as E – Mail, remote file access and transfer, shared database management and other types of distributed information services. Responsibilities of Application Layer are as follows: - Network Virtual Terminal File Transfer, Access and Management (FTAM). Mail Services. Directory Services.
  • 30. 30 The TCP / IP Model: - TCP / IP stands for Transmission Control Protocol / Internet Protocol. This model was developed prior to the OSI model. Therefore, the layers in the TCP / IP do not match exactly with those in the OSI model. TCP / IP model is made up of five layers. These are: -  Physical Layer – Referred as Layer 1  Data Link Layer – Referred as Layer 2  Network Layer – Referred as Layer 3  Transport Layer – Referred as Layer 4  Application Layer – Referred as Layer 5
  • 31. 31 Figure: The ISO/OSI Reference Model and the TCP / IP Reference Model
  • 32. 32 Basic Hardware Requirements for Networking  Modem  Ethernet Card  RJ – 45  RJ – 11
  • 36. 36 RJ – 45 and RJ – 11
  • 37. 37 Additional Hardware Components of Networking  Hubs  Routers  Switches  Bridges  Gateways
  • 43. 43 Types of Transmission Media  Guided Media  Twisted Pair Cable  Coaxial Cables  Optical Fibers  Un – Guided Media  Micro Wave  Radio Wave  Satellite  Blue Tooth  Infrared
  • 44. 44 Twisted Pair Cable A type of cable that consists of two independently insulated wires twisted around one another. The use of two wires twisted together helps to reduce crosstalk and electromagnetic induction.
  • 45. 45 Coaxial Cable (Contd….)
  • 46. 46 Optical Fibers (Contd…)
  • 47. 47 Micro Wave Transmission Media (Contd…) : -
  • 48. 48 Radio Wave Transmission Media (Contd…) : -
  • 51. Thank You Kapil Soni 51