SlideShare a Scribd company logo
1 of 36
By: Muhammad Naveed Shaikh
INSTRUCTED BY
MUHAMMAD NAVEED SHAIKH
Telecom Systems & Networks
Lecture 1
By: Muhammad Naveed Shaikh
Computer Networking
• What do you mean by Networking?
By: Muhammad Naveed Shaikh
Networking
• The art and science of connecting
computers with each other in order to share
data and resources is termed as Networking.
By: Muhammad Naveed Shaikh
Advantages & Disadvantages of Networks
Let we discuss the advantages and
disadvantages of computer networks..
By: Muhammad Naveed Shaikh
ADVANTAGES OF NETWORKS
• Security / Encapsulation
• Distributed Databases
• Faster Problem Solving
• Centralized Management
• Security through Redundancy
• Shared Processing
By: Muhammad Naveed Shaikh
DISADVANTAGES OF NETWORK
• Server faults stop applications being available (SPOF)
• Network faults can cause loss of data.
• Network fault could lead to loss of resources
• User work dependent upon network
• System open to hackers
• Decisions tend to become centralized
• Could become inefficient
• Could degrade in performance
• Resources could be located too far from users
• Network management can become difficult
By: Muhammad Naveed Shaikh
Network Criteria
Network Criteria
Performance Reliability Security
By: Muhammad Naveed Shaikh
Applications of Netoworks
Some of the network applications in different fields are the following:
• Marketing & Sales
• Financial and Banking Services
• Enterprise Resource Planning
• Electronic Messaging
• Database Sharing
• Information Services
• Electronic Data Interchange (EDI)
• Teleconferencing
• Cellular Telephone
• Cable Television
• Intenet
By: Muhammad Naveed Shaikh
Physical & Logical Networks
• What is the main difference
between physical and logical
networks?
By: Muhammad Naveed Shaikh
Physical Networks
• Network must be connected physically with
wire or wireless medium.
• However even if the computers are
connected physically can’t communicate
with each other until and unless they are
logically connected as well.
By: Muhammad Naveed Shaikh
Logical Networks
• Network must be connected logically to
establish communication among them.
• Logical means there must be some address
assign to the node to communicate.
• The most famous addressing is IP
addressing scheme like 10.56.0.1
By: Muhammad Naveed Shaikh 12
Modes of Transmission
• A communications channel is classified as one of
three types:
(depending on the direction of transfer)
– Simplex:
– Full-Duplex:
– Half-Duplex:
By: Muhammad Naveed Shaikh
SIMPLEX
A simplex mechanism can only
transfer data in a single direction
• It is analogous to broadcast radio or
television
By: Muhammad Naveed Shaikh
Half duplex
– A half-duplex mechanism involves a shared
transmission medium
– The shared medium can be used for communication in
each direction but the communication cannot proceed
simultaneously
– It is analogous to using walkie-talkies where only
one side can transmit at a time
By: Muhammad Naveed Shaikh
Full duplex
– Allows transmission in two directions
simultaneously
• It is analogous to a voice telephone
conversation
–in which a participant can speak even if
they are able to hear at the other end
By: Muhammad Naveed Shaikh
Simplex, Half-Duplex, and Full-Duplex
Transmission
16
By: Muhammad Naveed Shaikh
COS & NOS
• What is the difference between client
operating system and Network operating
system?
By: Muhammad Naveed Shaikh
Client Operating System (COS)
• The Operating System which has the ability to be a client
in the network is known as Client Operating System.
• COS can not administrate the network.
• Client operating system can not be a domain administrator.
• Examples are:
• Windows 98, XP, Windows ME, Vista, DOS etc
By: Muhammad Naveed Shaikh
Network Operating System (NOS)
• The Operating System which has the ability to be a server inside the
network is known as Network Operating System.
• NOS can administrate the network.
• It must be a server edition like windows 2003 server
• Server operating system can be a domain administrator.
• Examples are:
• Windows 2000 server, Windows 2003 server etc
By: Muhammad Naveed Shaikh
Transmission Media
• Wired
• Wireless
By: Muhammad Naveed Shaikh
Coaxial Cable
Originally, Ethernet ran
over thicknet coaxial
cabling. This has, for
the most part, gone by
the wayside today.
By: Muhammad Naveed Shaikh
Twisted Pair Cabling
1. Shielded Twisted Pair Cabling (STP)
2. Unshielded Twisted Pair Cabling (UTP)
By: Muhammad Naveed Shaikh
Shielded Twisted Pair
Shielded twisted pair is a special kind of copper
telephone wiring used in some business
installations. An outer covering or shield is added
to the ordinary twisted pair. STP cable is also
used for Data Networks. Its shielding allows
greater tolerances for protection from EMI
interference, such as from flourescent light
fixtures and electric motors.
By: Muhammad Naveed Shaikh
Unshielded Twisted Pair
Unshielded twisted pair (UTP) cable is used for both LANs
and telephone systems. UTP cables are composed of four
color-coded pairs of copper conductors twisted around each
other. An outer jacket provides protection and keeps the pairs
in alignment. UTP cable connects to devices via 8 pin modular
connectors called RJ-45 plugs. All LAN protocols can operate
over UTP. Most modern LAN devices are equipped with RJ-
45 jacks.
By: Muhammad Naveed Shaikh
RJ-45 connectors
This is the
Connector
This is the
Jack
By: Muhammad Naveed Shaikh
Cross Over cable – pin
assignments
By: Muhammad Naveed Shaikh
Fiber Optics Cables
Fast Ethernet and
Gigabit Ethernet can
also be run over glass
optical fibers. This can
occur in two different
ways:
• Single mode fiber
(SMF)
• Multi mode fiber
(MMF)
By: Muhammad Naveed Shaikh
Single Mode Fiber (SMF)
• Single Mode Fiber transmits data by means of a
laser through the optical fiber medium. This laser
is projected in a straight line through the medium
due to the laser's high speed and continuity. It is
capable of higher bandwidth and greater cable run
distances than multimode fiber. SMF connections
spanning up to 2 kilometers
By: Muhammad Naveed Shaikh
Multi Mode Fiber (MMF)
• MMF uses LED to transmit light by
bouncing it off reflective surfaces within the
cable walls. These modes of light can travel
different distances, depending on the angle
they enter the cable. This means that they
will arrive at different times. (This
phenomenon is called modal dispersion.)
By: Muhammad Naveed Shaikh
Optical Fibre with ST Connector• Optical fibre is a glass fibre which can reflect light along a central
tube.
• Specify fibre as multimode or single mode; multimode is much
cheaper to use but typically limited to 500m runs (single mode
~200km).
Many different connectors, eg ST, SC, LC, MRTJ.
ST and SC connectors ST connector
Optic fibre basics
By: Muhammad Naveed Shaikh
A Wiring Closet
Optic fibre terminations
Copper terminations
Managed ethernet
switches
By: Muhammad Naveed Shaikh
A Busier Wiring Closet!
•Colour coordinated cables;
• Order of panels:
• Optic fibre at top,
• then copper RJ45,
• then switches,
• then media convertors.
By: Muhammad Naveed Shaikh
Transmission
Broadcasting
Ethernet is a broadcast-based
environment. In this
environment, all stations see all
frames placed on the network.
Following any transmission,
each station must examine
every frame to determine
whether that frame was meant
for it. Frames identified as
intended for a given station are
passed to a higher-layer
protocol.
By: Muhammad Naveed Shaikh
Media Access
The Ethernet media access uses the following process:
• Any station on a LAN can access the network at any time.
• Before sending data, stations listen for traffic on the
network.
• A station waits until it detects no traffic before it transmits
data.
By: Muhammad Naveed Shaikh
Collision handling
• Ethernet is a "first come, first serve" environment. In fact,
it was developed on a foundation known as Carrier Sense
Multiple Access with Collision Detection or CSMA / CD.
In such an environment, any station on the network can
transmit whenever the network is quiet. A collision occurs
when two stations listen for traffic, hear none, and then
transmit data at the same time. Both transmissions are
damaged, and the stations must retransmit at a later time.
Backoff algorithms determine when the colliding stations
should retransmit. These algorithms assign a random order
number for each collision-involved station to retransmit
the data.
By: Muhammad Naveed Shaikh
Copper: Cat5e UTP with RJ45 Connectors
• Cat5 is a basic cable standard – how many
strands, how thick, what twisting, how to
insulate. Cat3 is used for analogue telephone
lines; Cat5 is for basic ethernet, Cat5e is better.
Some people are using Cat6 or Cat7 now.
• UTP: Unshielded Twisted Pair. 8 individual
wires are twisted into 4 pairs and encased in a
sheath. A superior (but expensive) alternative is
STP: shielded twisted pair, where the pairs are
wrapped in metal foil which is connected to earth
at one end.
• RJ45: a standard design of plug, a little like a
large telephone plug.

More Related Content

What's hot

Telecommunication switching networks
Telecommunication switching networksTelecommunication switching networks
Telecommunication switching networksDr. Kuldip Pahwa
 
IT6601 Mobile Computing Unit I
IT6601 Mobile Computing Unit IIT6601 Mobile Computing Unit I
IT6601 Mobile Computing Unit Ipkaviya
 
An efficient vertical handoff mechanism
An efficient vertical handoff mechanismAn efficient vertical handoff mechanism
An efficient vertical handoff mechanismBasil John
 
Digital switching system ppt
Digital switching system pptDigital switching system ppt
Digital switching system pptGopalakrishnaM4
 
Bsnl Training Report
Bsnl Training ReportBsnl Training Report
Bsnl Training ReportNikhil Kumar
 
C04 wireless telecommunication-systems[1]
C04 wireless telecommunication-systems[1]C04 wireless telecommunication-systems[1]
C04 wireless telecommunication-systems[1]Rio Nguyen
 
S1 dcn - l10 - gsm-introduction
S1   dcn - l10 - gsm-introductionS1   dcn - l10 - gsm-introduction
S1 dcn - l10 - gsm-introductionasadsbbu
 
wireless networking and Library
 wireless networking and Library wireless networking and Library
wireless networking and Librarysanjay thakur
 
Telecommunication system
Telecommunication systemTelecommunication system
Telecommunication systemJamilah Abbas
 
Introduction to-telecommunication-rf
Introduction to-telecommunication-rfIntroduction to-telecommunication-rf
Introduction to-telecommunication-rfTerra Sacrifice
 
Ec8004 wireless networks unit 1 ieee 802.11a and ieee 802.11b
Ec8004 wireless networks unit 1 ieee 802.11a and ieee 802.11bEc8004 wireless networks unit 1 ieee 802.11a and ieee 802.11b
Ec8004 wireless networks unit 1 ieee 802.11a and ieee 802.11bHemalathaR31
 
Element of switching system
Element of switching systemElement of switching system
Element of switching systemRCET
 
Tscn notesTelecomm Switching and computer Network
Tscn notesTelecomm Switching and computer NetworkTscn notesTelecomm Switching and computer Network
Tscn notesTelecomm Switching and computer NetworkMinu Choudhary
 
Wireless LAN and bluetooth technology
Wireless LAN and bluetooth technologyWireless LAN and bluetooth technology
Wireless LAN and bluetooth technologyRAVIKIRAN ANANDE
 

What's hot (20)

Handover
HandoverHandover
Handover
 
Telecommunication switching networks
Telecommunication switching networksTelecommunication switching networks
Telecommunication switching networks
 
Switching
SwitchingSwitching
Switching
 
IT6601 Mobile Computing Unit I
IT6601 Mobile Computing Unit IIT6601 Mobile Computing Unit I
IT6601 Mobile Computing Unit I
 
An efficient vertical handoff mechanism
An efficient vertical handoff mechanismAn efficient vertical handoff mechanism
An efficient vertical handoff mechanism
 
Digital switching system ppt
Digital switching system pptDigital switching system ppt
Digital switching system ppt
 
Bsnl Training Report
Bsnl Training ReportBsnl Training Report
Bsnl Training Report
 
C04 wireless telecommunication-systems[1]
C04 wireless telecommunication-systems[1]C04 wireless telecommunication-systems[1]
C04 wireless telecommunication-systems[1]
 
S1 dcn - l10 - gsm-introduction
S1   dcn - l10 - gsm-introductionS1   dcn - l10 - gsm-introduction
S1 dcn - l10 - gsm-introduction
 
wireless networking and Library
 wireless networking and Library wireless networking and Library
wireless networking and Library
 
Telecommunication system
Telecommunication systemTelecommunication system
Telecommunication system
 
Switching systems lecture3
Switching  systems lecture3Switching  systems lecture3
Switching systems lecture3
 
Wireless networking
Wireless networkingWireless networking
Wireless networking
 
VOCATIONAL TRAINING-1
VOCATIONAL TRAINING-1VOCATIONAL TRAINING-1
VOCATIONAL TRAINING-1
 
Introduction to-telecommunication-rf
Introduction to-telecommunication-rfIntroduction to-telecommunication-rf
Introduction to-telecommunication-rf
 
Ec8004 wireless networks unit 1 ieee 802.11a and ieee 802.11b
Ec8004 wireless networks unit 1 ieee 802.11a and ieee 802.11bEc8004 wireless networks unit 1 ieee 802.11a and ieee 802.11b
Ec8004 wireless networks unit 1 ieee 802.11a and ieee 802.11b
 
Element of switching system
Element of switching systemElement of switching system
Element of switching system
 
Tscn notesTelecomm Switching and computer Network
Tscn notesTelecomm Switching and computer NetworkTscn notesTelecomm Switching and computer Network
Tscn notesTelecomm Switching and computer Network
 
Wireless LAN and bluetooth technology
Wireless LAN and bluetooth technologyWireless LAN and bluetooth technology
Wireless LAN and bluetooth technology
 
Pstn
PstnPstn
Pstn
 

Viewers also liked

Film poster research Media studies
Film poster research Media studiesFilm poster research Media studies
Film poster research Media studiesnikolmaciejewska
 
Character and actor planning
Character and actor planningCharacter and actor planning
Character and actor planningnikolmaciejewska
 
DH Tiger Moth Landing001
DH Tiger Moth Landing001DH Tiger Moth Landing001
DH Tiger Moth Landing001Mike Osborne
 
1 gm texto_miriamtapia
1 gm texto_miriamtapia1 gm texto_miriamtapia
1 gm texto_miriamtapiaMiriam1324
 
Manual hp prime
Manual hp primeManual hp prime
Manual hp primeHenry Oré
 
Simbologia agua y desague
Simbologia agua y desagueSimbologia agua y desague
Simbologia agua y desagueHenry Oré
 
Dificultades de aprendizaje
Dificultades de aprendizajeDificultades de aprendizaje
Dificultades de aprendizajeLuzsolm
 

Viewers also liked (10)

09, antonio inacio ferraz
09, antonio inacio ferraz09, antonio inacio ferraz
09, antonio inacio ferraz
 
Film poster research Media studies
Film poster research Media studiesFilm poster research Media studies
Film poster research Media studies
 
final Degree
final Degreefinal Degree
final Degree
 
Waarna soek jy
Waarna soek jyWaarna soek jy
Waarna soek jy
 
Character and actor planning
Character and actor planningCharacter and actor planning
Character and actor planning
 
DH Tiger Moth Landing001
DH Tiger Moth Landing001DH Tiger Moth Landing001
DH Tiger Moth Landing001
 
1 gm texto_miriamtapia
1 gm texto_miriamtapia1 gm texto_miriamtapia
1 gm texto_miriamtapia
 
Manual hp prime
Manual hp primeManual hp prime
Manual hp prime
 
Simbologia agua y desague
Simbologia agua y desagueSimbologia agua y desague
Simbologia agua y desague
 
Dificultades de aprendizaje
Dificultades de aprendizajeDificultades de aprendizaje
Dificultades de aprendizaje
 

Similar to Telecom lect 1

Communication and Network Concepts
Communication and Network ConceptsCommunication and Network Concepts
Communication and Network ConceptsDev Chauhan
 
Basics Of Networking and routing.ppt
Basics Of Networking and routing.pptBasics Of Networking and routing.ppt
Basics Of Networking and routing.pptNiharikaDubey17
 
Computer Networking
Computer NetworkingComputer Networking
Computer NetworkingAlisha Jain
 
Telecommunications
TelecommunicationsTelecommunications
TelecommunicationsAlisha Dash
 
Communication and network concepts
Communication and network conceptsCommunication and network concepts
Communication and network conceptsMohnish Sahu
 
Network and its concepts
Network and its conceptsNetwork and its concepts
Network and its conceptsHimanshu Sajwan
 
Cyber security training at ist apr-18
Cyber security training at ist apr-18Cyber security training at ist apr-18
Cyber security training at ist apr-18Sagar Walvekar
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005SOLOMONCHINAEMEUCHEA
 
Designing Local Area Network
Designing Local Area NetworkDesigning Local Area Network
Designing Local Area Networkzaisahil
 
Comm. & net. concepts
Comm. & net. conceptsComm. & net. concepts
Comm. & net. conceptsAshwin Kumar
 
Introduction to Networking
Introduction to NetworkingIntroduction to Networking
Introduction to NetworkingMohammed Adam
 
presentation_intro_to_networking_1457926557_181219.ppt
presentation_intro_to_networking_1457926557_181219.pptpresentation_intro_to_networking_1457926557_181219.ppt
presentation_intro_to_networking_1457926557_181219.pptDrPreethiD1
 
presentation_intro_to_networking_1457926557_181219.ppt
presentation_intro_to_networking_1457926557_181219.pptpresentation_intro_to_networking_1457926557_181219.ppt
presentation_intro_to_networking_1457926557_181219.pptDrPreethiD1
 
presentation_intro_to_networking_1457926557_181219.ppt
presentation_intro_to_networking_1457926557_181219.pptpresentation_intro_to_networking_1457926557_181219.ppt
presentation_intro_to_networking_1457926557_181219.pptDrPreethiD1
 

Similar to Telecom lect 1 (20)

Communication and Network Concepts
Communication and Network ConceptsCommunication and Network Concepts
Communication and Network Concepts
 
osi
osi osi
osi
 
Basics Of Networking and routing.ppt
Basics Of Networking and routing.pptBasics Of Networking and routing.ppt
Basics Of Networking and routing.ppt
 
Computer Networking
Computer NetworkingComputer Networking
Computer Networking
 
Network in brief
Network in briefNetwork in brief
Network in brief
 
Telecommunications
TelecommunicationsTelecommunications
Telecommunications
 
Communication and network concepts
Communication and network conceptsCommunication and network concepts
Communication and network concepts
 
Network and its concepts
Network and its conceptsNetwork and its concepts
Network and its concepts
 
Computer network
Computer networkComputer network
Computer network
 
Cyber security training at ist apr-18
Cyber security training at ist apr-18Cyber security training at ist apr-18
Cyber security training at ist apr-18
 
ch01.ppt
ch01.pptch01.ppt
ch01.ppt
 
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005
HHCJ AMUMARA:COMPUTER STUDIES LECTURE NOTE FOR SS2:005
 
Basic networking
Basic networkingBasic networking
Basic networking
 
Designing Local Area Network
Designing Local Area NetworkDesigning Local Area Network
Designing Local Area Network
 
Comm. & net. concepts
Comm. & net. conceptsComm. & net. concepts
Comm. & net. concepts
 
Introduction to Networking
Introduction to NetworkingIntroduction to Networking
Introduction to Networking
 
presentation_intro_to_networking_1457926557_181219.ppt
presentation_intro_to_networking_1457926557_181219.pptpresentation_intro_to_networking_1457926557_181219.ppt
presentation_intro_to_networking_1457926557_181219.ppt
 
presentation_intro_to_networking_1457926557_181219.ppt
presentation_intro_to_networking_1457926557_181219.pptpresentation_intro_to_networking_1457926557_181219.ppt
presentation_intro_to_networking_1457926557_181219.ppt
 
presentation_intro_to_networking_1457926557_181219.ppt
presentation_intro_to_networking_1457926557_181219.pptpresentation_intro_to_networking_1457926557_181219.ppt
presentation_intro_to_networking_1457926557_181219.ppt
 
Cct203 lesson 10
Cct203 lesson 10Cct203 lesson 10
Cct203 lesson 10
 

More from Shiraz316

FINGERNAIL DISORDER DETECTION FOR DISEASE ANALYSIS
FINGERNAIL DISORDER DETECTION FOR DISEASE ANALYSISFINGERNAIL DISORDER DETECTION FOR DISEASE ANALYSIS
FINGERNAIL DISORDER DETECTION FOR DISEASE ANALYSISShiraz316
 
K neareast neighbor algorithm presentation
K neareast neighbor algorithm presentationK neareast neighbor algorithm presentation
K neareast neighbor algorithm presentationShiraz316
 
Khi 087 revised dt report
Khi 087 revised dt reportKhi 087 revised dt report
Khi 087 revised dt reportShiraz316
 
Khi 117 revised dt report
Khi 117 revised dt reportKhi 117 revised dt report
Khi 117 revised dt reportShiraz316
 
Khi 164 revised dt report
Khi 164 revised dt reportKhi 164 revised dt report
Khi 164 revised dt reportShiraz316
 
Khi 054 revised dt report
Khi 054 revised dt reportKhi 054 revised dt report
Khi 054 revised dt reportShiraz316
 
Khi 061 revised dt report
Khi 061 revised dt reportKhi 061 revised dt report
Khi 061 revised dt reportShiraz316
 
Khi 022 revised dt report
Khi 022 revised dt reportKhi 022 revised dt report
Khi 022 revised dt reportShiraz316
 
Khi 113 revised dt report
Khi 113 revised dt reportKhi 113 revised dt report
Khi 113 revised dt reportShiraz316
 
Khi 156 revised dt report
Khi 156 revised dt reportKhi 156 revised dt report
Khi 156 revised dt reportShiraz316
 
Khi 142 revised dt report
Khi 142 revised dt reportKhi 142 revised dt report
Khi 142 revised dt reportShiraz316
 
Khi 316 revised dt report
Khi 316 revised dt reportKhi 316 revised dt report
Khi 316 revised dt reportShiraz316
 
Khi 186 revised dt report
Khi 186 revised dt reportKhi 186 revised dt report
Khi 186 revised dt reportShiraz316
 
Khi 052 revised dt report
Khi 052 revised dt reportKhi 052 revised dt report
Khi 052 revised dt reportShiraz316
 
Khi 151 revised dt report
Khi 151 revised dt reportKhi 151 revised dt report
Khi 151 revised dt reportShiraz316
 
Khi 150 revised dt report
Khi 150 revised dt reportKhi 150 revised dt report
Khi 150 revised dt reportShiraz316
 
Khi 078 revised dt report
Khi 078 revised dt reportKhi 078 revised dt report
Khi 078 revised dt reportShiraz316
 
LTE quick introduction session Training
LTE quick introduction session TrainingLTE quick introduction session Training
LTE quick introduction session TrainingShiraz316
 
LTE Sales Training for CPE Device
LTE Sales Training for CPE DeviceLTE Sales Training for CPE Device
LTE Sales Training for CPE DeviceShiraz316
 
Witribe Customer Premises Equipment Training for LTE
Witribe Customer Premises Equipment Training for LTEWitribe Customer Premises Equipment Training for LTE
Witribe Customer Premises Equipment Training for LTEShiraz316
 

More from Shiraz316 (20)

FINGERNAIL DISORDER DETECTION FOR DISEASE ANALYSIS
FINGERNAIL DISORDER DETECTION FOR DISEASE ANALYSISFINGERNAIL DISORDER DETECTION FOR DISEASE ANALYSIS
FINGERNAIL DISORDER DETECTION FOR DISEASE ANALYSIS
 
K neareast neighbor algorithm presentation
K neareast neighbor algorithm presentationK neareast neighbor algorithm presentation
K neareast neighbor algorithm presentation
 
Khi 087 revised dt report
Khi 087 revised dt reportKhi 087 revised dt report
Khi 087 revised dt report
 
Khi 117 revised dt report
Khi 117 revised dt reportKhi 117 revised dt report
Khi 117 revised dt report
 
Khi 164 revised dt report
Khi 164 revised dt reportKhi 164 revised dt report
Khi 164 revised dt report
 
Khi 054 revised dt report
Khi 054 revised dt reportKhi 054 revised dt report
Khi 054 revised dt report
 
Khi 061 revised dt report
Khi 061 revised dt reportKhi 061 revised dt report
Khi 061 revised dt report
 
Khi 022 revised dt report
Khi 022 revised dt reportKhi 022 revised dt report
Khi 022 revised dt report
 
Khi 113 revised dt report
Khi 113 revised dt reportKhi 113 revised dt report
Khi 113 revised dt report
 
Khi 156 revised dt report
Khi 156 revised dt reportKhi 156 revised dt report
Khi 156 revised dt report
 
Khi 142 revised dt report
Khi 142 revised dt reportKhi 142 revised dt report
Khi 142 revised dt report
 
Khi 316 revised dt report
Khi 316 revised dt reportKhi 316 revised dt report
Khi 316 revised dt report
 
Khi 186 revised dt report
Khi 186 revised dt reportKhi 186 revised dt report
Khi 186 revised dt report
 
Khi 052 revised dt report
Khi 052 revised dt reportKhi 052 revised dt report
Khi 052 revised dt report
 
Khi 151 revised dt report
Khi 151 revised dt reportKhi 151 revised dt report
Khi 151 revised dt report
 
Khi 150 revised dt report
Khi 150 revised dt reportKhi 150 revised dt report
Khi 150 revised dt report
 
Khi 078 revised dt report
Khi 078 revised dt reportKhi 078 revised dt report
Khi 078 revised dt report
 
LTE quick introduction session Training
LTE quick introduction session TrainingLTE quick introduction session Training
LTE quick introduction session Training
 
LTE Sales Training for CPE Device
LTE Sales Training for CPE DeviceLTE Sales Training for CPE Device
LTE Sales Training for CPE Device
 
Witribe Customer Premises Equipment Training for LTE
Witribe Customer Premises Equipment Training for LTEWitribe Customer Premises Equipment Training for LTE
Witribe Customer Premises Equipment Training for LTE
 

Recently uploaded

Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...ranjana rawat
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 

Recently uploaded (20)

Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
(TARA) Talegaon Dabhade Call Girls Just Call 7001035870 [ Cash on Delivery ] ...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 

Telecom lect 1

  • 1. By: Muhammad Naveed Shaikh INSTRUCTED BY MUHAMMAD NAVEED SHAIKH Telecom Systems & Networks Lecture 1
  • 2. By: Muhammad Naveed Shaikh Computer Networking • What do you mean by Networking?
  • 3. By: Muhammad Naveed Shaikh Networking • The art and science of connecting computers with each other in order to share data and resources is termed as Networking.
  • 4. By: Muhammad Naveed Shaikh Advantages & Disadvantages of Networks Let we discuss the advantages and disadvantages of computer networks..
  • 5. By: Muhammad Naveed Shaikh ADVANTAGES OF NETWORKS • Security / Encapsulation • Distributed Databases • Faster Problem Solving • Centralized Management • Security through Redundancy • Shared Processing
  • 6. By: Muhammad Naveed Shaikh DISADVANTAGES OF NETWORK • Server faults stop applications being available (SPOF) • Network faults can cause loss of data. • Network fault could lead to loss of resources • User work dependent upon network • System open to hackers • Decisions tend to become centralized • Could become inefficient • Could degrade in performance • Resources could be located too far from users • Network management can become difficult
  • 7. By: Muhammad Naveed Shaikh Network Criteria Network Criteria Performance Reliability Security
  • 8. By: Muhammad Naveed Shaikh Applications of Netoworks Some of the network applications in different fields are the following: • Marketing & Sales • Financial and Banking Services • Enterprise Resource Planning • Electronic Messaging • Database Sharing • Information Services • Electronic Data Interchange (EDI) • Teleconferencing • Cellular Telephone • Cable Television • Intenet
  • 9. By: Muhammad Naveed Shaikh Physical & Logical Networks • What is the main difference between physical and logical networks?
  • 10. By: Muhammad Naveed Shaikh Physical Networks • Network must be connected physically with wire or wireless medium. • However even if the computers are connected physically can’t communicate with each other until and unless they are logically connected as well.
  • 11. By: Muhammad Naveed Shaikh Logical Networks • Network must be connected logically to establish communication among them. • Logical means there must be some address assign to the node to communicate. • The most famous addressing is IP addressing scheme like 10.56.0.1
  • 12. By: Muhammad Naveed Shaikh 12 Modes of Transmission • A communications channel is classified as one of three types: (depending on the direction of transfer) – Simplex: – Full-Duplex: – Half-Duplex:
  • 13. By: Muhammad Naveed Shaikh SIMPLEX A simplex mechanism can only transfer data in a single direction • It is analogous to broadcast radio or television
  • 14. By: Muhammad Naveed Shaikh Half duplex – A half-duplex mechanism involves a shared transmission medium – The shared medium can be used for communication in each direction but the communication cannot proceed simultaneously – It is analogous to using walkie-talkies where only one side can transmit at a time
  • 15. By: Muhammad Naveed Shaikh Full duplex – Allows transmission in two directions simultaneously • It is analogous to a voice telephone conversation –in which a participant can speak even if they are able to hear at the other end
  • 16. By: Muhammad Naveed Shaikh Simplex, Half-Duplex, and Full-Duplex Transmission 16
  • 17. By: Muhammad Naveed Shaikh COS & NOS • What is the difference between client operating system and Network operating system?
  • 18. By: Muhammad Naveed Shaikh Client Operating System (COS) • The Operating System which has the ability to be a client in the network is known as Client Operating System. • COS can not administrate the network. • Client operating system can not be a domain administrator. • Examples are: • Windows 98, XP, Windows ME, Vista, DOS etc
  • 19. By: Muhammad Naveed Shaikh Network Operating System (NOS) • The Operating System which has the ability to be a server inside the network is known as Network Operating System. • NOS can administrate the network. • It must be a server edition like windows 2003 server • Server operating system can be a domain administrator. • Examples are: • Windows 2000 server, Windows 2003 server etc
  • 20. By: Muhammad Naveed Shaikh Transmission Media • Wired • Wireless
  • 21. By: Muhammad Naveed Shaikh Coaxial Cable Originally, Ethernet ran over thicknet coaxial cabling. This has, for the most part, gone by the wayside today.
  • 22. By: Muhammad Naveed Shaikh Twisted Pair Cabling 1. Shielded Twisted Pair Cabling (STP) 2. Unshielded Twisted Pair Cabling (UTP)
  • 23. By: Muhammad Naveed Shaikh Shielded Twisted Pair Shielded twisted pair is a special kind of copper telephone wiring used in some business installations. An outer covering or shield is added to the ordinary twisted pair. STP cable is also used for Data Networks. Its shielding allows greater tolerances for protection from EMI interference, such as from flourescent light fixtures and electric motors.
  • 24. By: Muhammad Naveed Shaikh Unshielded Twisted Pair Unshielded twisted pair (UTP) cable is used for both LANs and telephone systems. UTP cables are composed of four color-coded pairs of copper conductors twisted around each other. An outer jacket provides protection and keeps the pairs in alignment. UTP cable connects to devices via 8 pin modular connectors called RJ-45 plugs. All LAN protocols can operate over UTP. Most modern LAN devices are equipped with RJ- 45 jacks.
  • 25. By: Muhammad Naveed Shaikh RJ-45 connectors This is the Connector This is the Jack
  • 26. By: Muhammad Naveed Shaikh Cross Over cable – pin assignments
  • 27. By: Muhammad Naveed Shaikh Fiber Optics Cables Fast Ethernet and Gigabit Ethernet can also be run over glass optical fibers. This can occur in two different ways: • Single mode fiber (SMF) • Multi mode fiber (MMF)
  • 28. By: Muhammad Naveed Shaikh Single Mode Fiber (SMF) • Single Mode Fiber transmits data by means of a laser through the optical fiber medium. This laser is projected in a straight line through the medium due to the laser's high speed and continuity. It is capable of higher bandwidth and greater cable run distances than multimode fiber. SMF connections spanning up to 2 kilometers
  • 29. By: Muhammad Naveed Shaikh Multi Mode Fiber (MMF) • MMF uses LED to transmit light by bouncing it off reflective surfaces within the cable walls. These modes of light can travel different distances, depending on the angle they enter the cable. This means that they will arrive at different times. (This phenomenon is called modal dispersion.)
  • 30. By: Muhammad Naveed Shaikh Optical Fibre with ST Connector• Optical fibre is a glass fibre which can reflect light along a central tube. • Specify fibre as multimode or single mode; multimode is much cheaper to use but typically limited to 500m runs (single mode ~200km). Many different connectors, eg ST, SC, LC, MRTJ. ST and SC connectors ST connector Optic fibre basics
  • 31. By: Muhammad Naveed Shaikh A Wiring Closet Optic fibre terminations Copper terminations Managed ethernet switches
  • 32. By: Muhammad Naveed Shaikh A Busier Wiring Closet! •Colour coordinated cables; • Order of panels: • Optic fibre at top, • then copper RJ45, • then switches, • then media convertors.
  • 33. By: Muhammad Naveed Shaikh Transmission Broadcasting Ethernet is a broadcast-based environment. In this environment, all stations see all frames placed on the network. Following any transmission, each station must examine every frame to determine whether that frame was meant for it. Frames identified as intended for a given station are passed to a higher-layer protocol.
  • 34. By: Muhammad Naveed Shaikh Media Access The Ethernet media access uses the following process: • Any station on a LAN can access the network at any time. • Before sending data, stations listen for traffic on the network. • A station waits until it detects no traffic before it transmits data.
  • 35. By: Muhammad Naveed Shaikh Collision handling • Ethernet is a "first come, first serve" environment. In fact, it was developed on a foundation known as Carrier Sense Multiple Access with Collision Detection or CSMA / CD. In such an environment, any station on the network can transmit whenever the network is quiet. A collision occurs when two stations listen for traffic, hear none, and then transmit data at the same time. Both transmissions are damaged, and the stations must retransmit at a later time. Backoff algorithms determine when the colliding stations should retransmit. These algorithms assign a random order number for each collision-involved station to retransmit the data.
  • 36. By: Muhammad Naveed Shaikh Copper: Cat5e UTP with RJ45 Connectors • Cat5 is a basic cable standard – how many strands, how thick, what twisting, how to insulate. Cat3 is used for analogue telephone lines; Cat5 is for basic ethernet, Cat5e is better. Some people are using Cat6 or Cat7 now. • UTP: Unshielded Twisted Pair. 8 individual wires are twisted into 4 pairs and encased in a sheath. A superior (but expensive) alternative is STP: shielded twisted pair, where the pairs are wrapped in metal foil which is connected to earth at one end. • RJ45: a standard design of plug, a little like a large telephone plug.

Editor's Notes

  1. <number>
  2. <number>
  3. Okay. Hopefully you'll see that drilling holes and installing the wires is going to be pretty tedious - especially with 24" walls - and that the exciting stuff happens in the wiring closet. So let’s see what a wiring closet looks like.   This thing connects all the wires together, and does whatever is necessary to make computers connected up at the other end to talk to each other. To understand how this works we need to think about how computers send and receive data, and about something called a repeater.
  4. This is the top level of our network – the incoming fibre from OUCS is in the silver fibre panel, and all other staircases in the college have a backbone connection to here. Now it’s time for a quick demo of what we have covered. DEMO. And that’s how you build your local area network (LAN).