SlideShare a Scribd company logo
1 of 27
Review of
Important Networking Concepts
K. PALANIVEL
Systems Analyst, Computer Centre
Pondicherry University, Puducherry – 605014.
LECTURE 2
COMS 525: TCPIP
COURSE
TOPIC
2
DATA COMMUNICATIONS
Data Communications
Data communications are the exchange of data between
two devices via some form of transmission medium such
as a wire cable.
Data Communication System: Components
Data flow (simplex, half-duplex, and full-duplex)
6
COMMUNICATION MEDIUMS
Ethernet Technology
• Most widely used
• Uses an access method called CSMA/CD (Carrier
Sense Multiple Access/Collision Detection
Ethernet Protocol
• Ethernet protocol allows for data to be transmitted
over twisted pair, coaxial or fiber optic cable at a
speed of 10 Mbps
• (more on that later)
Fast Ethernet
• To allow for faster transmission, the Ethernet
protocol has developed a new standard that supports
100 Mbps
• Fast Ethernet requires the use of more expensive
equipment and network cards
Gigabit Ethernet
• The Ethernet protocol has also
developed a new standard that
allows transmission of 1 Gbps
(gigabit per second)
One gigabit
per second =
one
thousand
megabits per
second
Local Talk
• Local Talk is a network protocol that was developed
by Apple for Macintosh computers
• Local Talk uses the CSMA/CA method (Carrier
Sense Multiple Access with Collision Avoidance)
which works in a similar way to CSMA/CD
• It is a lot slower than Ethernet (only 230 Kbps)
Token Ring
• Token ring protocol involves ‘token-passing’.
• It is not as popular as Ethernet protocol
A single electronic ‘token’
moves around the ring from
one computer to the next. If a
computer wishes to transit and
receives an empty token, it
attaches data to the token
which then proceeds around
the ring until it comes to the
computer the data is meant for.
Fiber Distributed Data Interface FDDI
• Stands for Fiber Distributed Data Interface
• Is used mainly to connect two or more LANs, often
over large distances
• Can operate over fiber optic cable at 100 Mbps
ATM
• Stands for Asynchronous Transfer Mode
• Transmit data at a speed of 155 Mbps and higher
• Works by transmitting all data in small packets of fixed
size (other protocols transfer variable size packets)
• Like FDDI , is most often used to connect two or more
LANs
13
NETWORK
What is a network?
• A network consists of
two or more computers
that are linked in order
to:
– share resources
(such as printers and
CD-ROMs),
– exchange files, or
– allow electronic
communications
Network Hardware
• Hub
– An unintelligent network device that
sends one signal to all of the stations
connected to it.
– All computers/devices are competing
for attention because it takes the data
that comes into a port and sends it
out all the other ports in the hub.
– Traditionally, hubs are used for star
topology networks, but they are
often used with other configurations
to make it easy to add and remove
computers without bringing down
the network.
– Resides on Layer 1 of the OSI model
OSI Model Layers
7 Application
6 Presentation
5 Session
4 Transport
3 Network
2 Data Link
1 Physical
Network Hardware: Switch
• Switch
– Split large networks into small
segments, decreasing the number
of users sharing the same network
resources and bandwidth.
– Understands when two devices
want to talk to each other, and
gives them a switched connection
– Helps prevent data collisions and
reduces network congestion,
increasing network performance.
– Most home users get very little, if
any, advantage from switches, even
when sharing a broadband
connection.
– Resides on Layer 2 of the OSI
model.
OSI Model Layers
7 Application
6 Presentation
5 Session
4 Transport
3 Network
2 Data Link
1 Physical
Network Hardware: Bridge
• Bridge
– Connects two LANs and forwards
or filters data packets between
them.
– Creates an extended network in
which any two workstations on
the linked LANs can share data.
– Transparent to protocols and to
higher level devices like routers.
– Forward data depending on the
Hardware (MAC) address, not the
Network address (IP).
– Resides on Layer 2 of the OSI
model.
OSI Model Layers
7 Application
6 Presentation
5 Session
4 Transport
3 Network
2 Data Link
1 Physical
Network Hardware: Repeater
• Repeater
– Used to boost the signal between
two cable segments or wireless
access points.
– Can not connect different network
architecture.
– Does not simply amplify the
signal, it regenerates the packets
and retimes them.
– Resides on Layer 1 of the OSI
model.
OSI Model Layers
7 Application
6 Presentation
5 Session
4 Transport
3 Network
2 Data Link
1 Physical
Network Hardware: Router
• Router
– A device that connects any number of
LANs.
– Uses standardized protocols to move packets
efficiently to their destination.
– More sophisticated than bridges, connecting
networks of different types (for example,
star and token ring)
– Forwards data depending on the Network
address (IP), not the Hardware (MAC)
address.
– Routers are the only one of these four
devices that will allow you to share a single
IP address among multiple network clients.
– Resides on Layer 3 of the OSI model.
OSI Model Layers
7 Application
6 Presentation
5 Session
4 Transport
3 Network
2 Data Link
1 Physical
Network Hardware: NIC
• Additional Network Hardware Devices
– Network Interface Cards (NICs)
• Puts the data into packets and transmits packet onto the network.
• May be wired or wireless.
– Gateway
• Connects networks with different protocols like TCP/IP network
and IPX/SPX networks.
• Routers and Gateways often refer to the same device.
– Proxy server
• Isolates internal network computers from the internet.
• The user first access the proxy server and the proxy server accesses
the internet and retrieves the requested web page or document. The
user then gets a copy of that page from the proxy server.
Common Network Media
 Electrical (copper)
 Coaxial Cable
 Single copper conductor in the center surrounded by a plastic
layer for insulation and a braided metal outer shield.
 Twisted pair
 Four pairs of wires twisted to certain specifications.
 Available in shielded and unshielded versions.
 Fiber-optic - A cable, consisting of a center glass core surrounded by
layers of plastic, that transmits data using light rather than electricity.
 Atmosphere/Wireless – Uses Electromagnetic waves. whose frequency
range is above that of microwaves, but below that of the visible
spectrum.
 Choose Media based on :
 Wiring configurations , Distance and location limitations
 Speed , Reliability, Security
 Budget
Copper - Twisted Pair
• Dialup over telephone line.
– DSL (Digital Subscriber Line)
• High-speed (256 Kbps – 55
Mbps), Full-duplex.
• Asymmetric Digital Subscriber
Line (ADSL) and High-bit-rate
Digital Subscriber Line (HDSL)
• CAT5
– Ethernet cable standard defined by the Electronic
Industries Association and Telecommunications Industry
Association (EIA/TIA).
– Speeds up to 100 Mbps.
• Connector
– RJ-45 - Standard connectors used for unshielded twisted-
pair cable.
Ethernet Specifications
• 10BaseT
– Ethernet specification for unshielded twisted pair cable
(category 3, 4, or 5), transmits signals at 10 Mbps (megabits
per second) with a distance limit of 100 meters per segment.
• 10BaseF
– Ethernet specification for fiber optic cable, transmits signals
at 10 Mbps (megabits per second) with a distance limit of
2000 meters per segment.
• 100BaseT
– Ethernet specification for unshielded twisted pair cabling that
is used to transmit data at 100 Mbps (megabits per second)
with a distance limit of 100 meters per segment.
• 1000BaseTX
– Ethernet specification for unshielded twisted pair cabling that
is used to transmit data at 1 Gbps (gigabits per second) with a
distance limitation of 220 meters per segment.
• Infrared light is transmitted through fiber and confined due to
total internal reflection.
• Fibers can be made out of either plastic or glass.
• Used for high speed backbones and pipes over long distances.
• Comparatively expensive.
Optical Fiber
Wireless Media
• Wireless LAN or WLAN
• Wireless local area network that uses radio waves as its carrier
• Wi-Fi ("Wireless Fidelity“)
• A set of standards for WLANs based on IEEE 802.11
• Wi-Max
• Emerging technology that can cover ranges up to 10 miles or
more
• Satellite/Microwave
• High speed media used for longer distances and remote locations
Questions?

More Related Content

What's hot

Computer networks--networking hardware
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardwareMziaulla
 
Topic 1.1 basic concepts of computer network
Topic 1.1 basic concepts of computer networkTopic 1.1 basic concepts of computer network
Topic 1.1 basic concepts of computer networkAtika Zaimi
 
Computer networks--networking hardware
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardwareokelloerick
 
Chapter 8 lan_technologies_and_network_topology
Chapter 8 lan_technologies_and_network_topologyChapter 8 lan_technologies_and_network_topology
Chapter 8 lan_technologies_and_network_topologyAman Jaiswal
 
Basics Of Networking (Overview)
Basics Of Networking (Overview)Basics Of Networking (Overview)
Basics Of Networking (Overview)ashiesh0007
 
COMPUTER NETWORKING
COMPUTER NETWORKINGCOMPUTER NETWORKING
COMPUTER NETWORKINGKiran Buriro
 
Network Fundamentals: Ch8 - Physical Layer
Network Fundamentals: Ch8 - Physical LayerNetwork Fundamentals: Ch8 - Physical Layer
Network Fundamentals: Ch8 - Physical LayerAbdelkhalik Mosa
 
Introduction to computer
Introduction to computerIntroduction to computer
Introduction to computerUjjwal 'Shanu'
 
Computer networking
Computer networkingComputer networking
Computer networkingaslamslides
 

What's hot (20)

Computer networks--networking hardware
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardware
 
Topic 1.1 basic concepts of computer network
Topic 1.1 basic concepts of computer networkTopic 1.1 basic concepts of computer network
Topic 1.1 basic concepts of computer network
 
Computer networks--networking hardware
Computer networks--networking hardwareComputer networks--networking hardware
Computer networks--networking hardware
 
Chapter 8 lan_technologies_and_network_topology
Chapter 8 lan_technologies_and_network_topologyChapter 8 lan_technologies_and_network_topology
Chapter 8 lan_technologies_and_network_topology
 
Networking (2)
Networking (2)Networking (2)
Networking (2)
 
Cn fundamentals of networks
Cn fundamentals of networksCn fundamentals of networks
Cn fundamentals of networks
 
Basics Of Networking (Overview)
Basics Of Networking (Overview)Basics Of Networking (Overview)
Basics Of Networking (Overview)
 
COMPUTER NETWORKING
COMPUTER NETWORKINGCOMPUTER NETWORKING
COMPUTER NETWORKING
 
Unit01
Unit01Unit01
Unit01
 
Network Fundamentals: Ch8 - Physical Layer
Network Fundamentals: Ch8 - Physical LayerNetwork Fundamentals: Ch8 - Physical Layer
Network Fundamentals: Ch8 - Physical Layer
 
Introduction to computer
Introduction to computerIntroduction to computer
Introduction to computer
 
Network topology.ppt
Network topology.pptNetwork topology.ppt
Network topology.ppt
 
Networking basics PPT
Networking basics PPTNetworking basics PPT
Networking basics PPT
 
Networking Basics
Networking BasicsNetworking Basics
Networking Basics
 
Computer networking
Computer networkingComputer networking
Computer networking
 
Unit02
Unit02Unit02
Unit02
 
Unit11
Unit11Unit11
Unit11
 
Unit03
Unit03Unit03
Unit03
 
8 network devices
8 network devices8 network devices
8 network devices
 
Networking ppt
Networking ppt Networking ppt
Networking ppt
 

Similar to 01 coms 525 tcpip - networking concepts review

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
 
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...Soumen Santra
 
Computer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptxComputer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptxssuser86699a
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Introduction to Networking
Introduction to NetworkingIntroduction to Networking
Introduction to NetworkingMohammed Adam
 
Network architecture
Network architectureNetwork architecture
Network architectureOnline
 
HPE Training uts prs PowerPoint presentation
HPE Training uts   prs    PowerPoint presentationHPE Training uts   prs    PowerPoint presentation
HPE Training uts prs PowerPoint presentationurmishabm
 
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
 
Lan basic
Lan basicLan basic
Lan basicOnline
 
educational content educational content educational content
educational content educational content  educational contenteducational content educational content  educational content
educational content educational content educational contentOlajide Kuku
 
Educational-Content-Educational-Content-Educational-Content
Educational-Content-Educational-Content-Educational-ContentEducational-Content-Educational-Content-Educational-Content
Educational-Content-Educational-Content-Educational-ContentOlajide Kuku
 
Basic networking hardware pre final 1
Basic networking hardware pre final 1Basic networking hardware pre final 1
Basic networking hardware pre final 1Sujee Antony
 
NFPhysical Layer.pptx
NFPhysical Layer.pptxNFPhysical Layer.pptx
NFPhysical Layer.pptxmmmm11111
 
monotoring Basics2
monotoring Basics2monotoring Basics2
monotoring Basics2Programmer
 
Computer NW Security - Kizza - ch01 (1).ppt
Computer NW Security - Kizza - ch01 (1).pptComputer NW Security - Kizza - ch01 (1).ppt
Computer NW Security - Kizza - ch01 (1).pptTestUser621581
 

Similar to 01 coms 525 tcpip - networking concepts review (20)

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
 
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
Basic networking hardware: Switch : Router : Hub : Bridge : Gateway : Bus : C...
 
Computer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptxComputer-Networks--Networking_Hardware.pptx
Computer-Networks--Networking_Hardware.pptx
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Cct203 lesson 10
Cct203 lesson 10Cct203 lesson 10
Cct203 lesson 10
 
Introduction to Networking
Introduction to NetworkingIntroduction to Networking
Introduction to Networking
 
Basic networking
Basic networkingBasic networking
Basic networking
 
Network architecture
Network architectureNetwork architecture
Network architecture
 
HPE Training uts prs PowerPoint presentation
HPE Training uts   prs    PowerPoint presentationHPE Training uts   prs    PowerPoint presentation
HPE Training uts prs PowerPoint presentation
 
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
 
Lan basic
Lan basicLan basic
Lan basic
 
educational content educational content educational content
educational content educational content  educational contenteducational content educational content  educational content
educational content educational content educational content
 
Educational-Content-Educational-Content-Educational-Content
Educational-Content-Educational-Content-Educational-ContentEducational-Content-Educational-Content-Educational-Content
Educational-Content-Educational-Content-Educational-Content
 
Basic networking hardware pre final 1
Basic networking hardware pre final 1Basic networking hardware pre final 1
Basic networking hardware pre final 1
 
Ppt on networking
Ppt on networkingPpt on networking
Ppt on networking
 
NFPhysical Layer.pptx
NFPhysical Layer.pptxNFPhysical Layer.pptx
NFPhysical Layer.pptx
 
monotoring Basics2
monotoring Basics2monotoring Basics2
monotoring Basics2
 
Computer NW Security - Kizza - ch01 (1).ppt
Computer NW Security - Kizza - ch01 (1).pptComputer NW Security - Kizza - ch01 (1).ppt
Computer NW Security - Kizza - ch01 (1).ppt
 

More from Palanivel Kuppusamy

16 coms 525 tcpip - routing protocols -all
16    coms 525 tcpip - routing protocols -all16    coms 525 tcpip - routing protocols -all
16 coms 525 tcpip - routing protocols -allPalanivel Kuppusamy
 
15 coms 525 tcpip - border gateway protocols
15    coms 525 tcpip - border gateway protocols15    coms 525 tcpip - border gateway protocols
15 coms 525 tcpip - border gateway protocolsPalanivel Kuppusamy
 
14 coms 525 tcpip - applications - snmp
14    coms 525 tcpip - applications - snmp14    coms 525 tcpip - applications - snmp
14 coms 525 tcpip - applications - snmpPalanivel Kuppusamy
 
13 coms 525 tcpip - applications - file transfer protocol
13   coms 525 tcpip - applications - file transfer protocol13   coms 525 tcpip - applications - file transfer protocol
13 coms 525 tcpip - applications - file transfer protocolPalanivel Kuppusamy
 
12 coms 525 tcpip - applications - http - telnet
12   coms 525 tcpip - applications - http - telnet12   coms 525 tcpip - applications - http - telnet
12 coms 525 tcpip - applications - http - telnetPalanivel Kuppusamy
 
11 coms 525 tcpip - internet protocol - forward
11   coms 525 tcpip - internet protocol - forward11   coms 525 tcpip - internet protocol - forward
11 coms 525 tcpip - internet protocol - forwardPalanivel Kuppusamy
 
10 coms 525 tcpip - internet protocol - ip
10   coms 525 tcpip -  internet protocol - ip10   coms 525 tcpip -  internet protocol - ip
10 coms 525 tcpip - internet protocol - ipPalanivel Kuppusamy
 
07 coms 525 tcpip - udp [autosaved]
07    coms 525 tcpip - udp [autosaved]07    coms 525 tcpip - udp [autosaved]
07 coms 525 tcpip - udp [autosaved]Palanivel Kuppusamy
 
06 coms 525 tcpip - dhcp and dns
06   coms 525 tcpip - dhcp and dns06   coms 525 tcpip - dhcp and dns
06 coms 525 tcpip - dhcp and dnsPalanivel Kuppusamy
 
04 coms 525 tcpip - arp and rarp
04   coms 525 tcpip - arp and rarp04   coms 525 tcpip - arp and rarp
04 coms 525 tcpip - arp and rarpPalanivel Kuppusamy
 
02 coms 525 tcpip - introduction to tcpip
02   coms 525 tcpip -  introduction to tcpip02   coms 525 tcpip -  introduction to tcpip
02 coms 525 tcpip - introduction to tcpipPalanivel Kuppusamy
 
00 coms 525 tcpip - introduction to networks
00   coms 525 tcpip -  introduction to networks00   coms 525 tcpip -  introduction to networks
00 coms 525 tcpip - introduction to networksPalanivel Kuppusamy
 

More from Palanivel Kuppusamy (17)

16 coms 525 tcpip - routing protocols -all
16    coms 525 tcpip - routing protocols -all16    coms 525 tcpip - routing protocols -all
16 coms 525 tcpip - routing protocols -all
 
15 coms 525 tcpip - border gateway protocols
15    coms 525 tcpip - border gateway protocols15    coms 525 tcpip - border gateway protocols
15 coms 525 tcpip - border gateway protocols
 
14 coms 525 tcpip - applications - snmp
14    coms 525 tcpip - applications - snmp14    coms 525 tcpip - applications - snmp
14 coms 525 tcpip - applications - snmp
 
13 coms 525 tcpip - applications - file transfer protocol
13   coms 525 tcpip - applications - file transfer protocol13   coms 525 tcpip - applications - file transfer protocol
13 coms 525 tcpip - applications - file transfer protocol
 
12 coms 525 tcpip - applications - http - telnet
12   coms 525 tcpip - applications - http - telnet12   coms 525 tcpip - applications - http - telnet
12 coms 525 tcpip - applications - http - telnet
 
11 coms 525 tcpip - internet protocol - forward
11   coms 525 tcpip - internet protocol - forward11   coms 525 tcpip - internet protocol - forward
11 coms 525 tcpip - internet protocol - forward
 
10 coms 525 tcpip - internet protocol - ip
10   coms 525 tcpip -  internet protocol - ip10   coms 525 tcpip -  internet protocol - ip
10 coms 525 tcpip - internet protocol - ip
 
09 coms 525 tcpip - tcp 2
09   coms 525 tcpip - tcp 209   coms 525 tcpip - tcp 2
09 coms 525 tcpip - tcp 2
 
08 coms 525 tcpip - tcp 1
08   coms 525 tcpip - tcp 108   coms 525 tcpip - tcp 1
08 coms 525 tcpip - tcp 1
 
07 coms 525 tcpip - udp
07    coms 525 tcpip - udp07    coms 525 tcpip - udp
07 coms 525 tcpip - udp
 
07 coms 525 tcpip - udp [autosaved]
07    coms 525 tcpip - udp [autosaved]07    coms 525 tcpip - udp [autosaved]
07 coms 525 tcpip - udp [autosaved]
 
06 coms 525 tcpip - dhcp and dns
06   coms 525 tcpip - dhcp and dns06   coms 525 tcpip - dhcp and dns
06 coms 525 tcpip - dhcp and dns
 
05 coms 525 tcpip - icmp
05   coms 525 tcpip - icmp05   coms 525 tcpip - icmp
05 coms 525 tcpip - icmp
 
04 coms 525 tcpip - arp and rarp
04   coms 525 tcpip - arp and rarp04   coms 525 tcpip - arp and rarp
04 coms 525 tcpip - arp and rarp
 
03 coms 525 tcpip - ip address
03   coms 525 tcpip -  ip address03   coms 525 tcpip -  ip address
03 coms 525 tcpip - ip address
 
02 coms 525 tcpip - introduction to tcpip
02   coms 525 tcpip -  introduction to tcpip02   coms 525 tcpip -  introduction to tcpip
02 coms 525 tcpip - introduction to tcpip
 
00 coms 525 tcpip - introduction to networks
00   coms 525 tcpip -  introduction to networks00   coms 525 tcpip -  introduction to networks
00 coms 525 tcpip - introduction to networks
 

Recently uploaded

Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 

Recently uploaded (20)

Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 

01 coms 525 tcpip - networking concepts review

  • 1. Review of Important Networking Concepts K. PALANIVEL Systems Analyst, Computer Centre Pondicherry University, Puducherry – 605014. LECTURE 2 COMS 525: TCPIP COURSE TOPIC
  • 3. Data Communications Data communications are the exchange of data between two devices via some form of transmission medium such as a wire cable.
  • 5. Data flow (simplex, half-duplex, and full-duplex)
  • 7. Ethernet Technology • Most widely used • Uses an access method called CSMA/CD (Carrier Sense Multiple Access/Collision Detection
  • 8. Ethernet Protocol • Ethernet protocol allows for data to be transmitted over twisted pair, coaxial or fiber optic cable at a speed of 10 Mbps • (more on that later)
  • 9. Fast Ethernet • To allow for faster transmission, the Ethernet protocol has developed a new standard that supports 100 Mbps • Fast Ethernet requires the use of more expensive equipment and network cards Gigabit Ethernet • The Ethernet protocol has also developed a new standard that allows transmission of 1 Gbps (gigabit per second) One gigabit per second = one thousand megabits per second
  • 10. Local Talk • Local Talk is a network protocol that was developed by Apple for Macintosh computers • Local Talk uses the CSMA/CA method (Carrier Sense Multiple Access with Collision Avoidance) which works in a similar way to CSMA/CD • It is a lot slower than Ethernet (only 230 Kbps)
  • 11. Token Ring • Token ring protocol involves ‘token-passing’. • It is not as popular as Ethernet protocol A single electronic ‘token’ moves around the ring from one computer to the next. If a computer wishes to transit and receives an empty token, it attaches data to the token which then proceeds around the ring until it comes to the computer the data is meant for.
  • 12. Fiber Distributed Data Interface FDDI • Stands for Fiber Distributed Data Interface • Is used mainly to connect two or more LANs, often over large distances • Can operate over fiber optic cable at 100 Mbps ATM • Stands for Asynchronous Transfer Mode • Transmit data at a speed of 155 Mbps and higher • Works by transmitting all data in small packets of fixed size (other protocols transfer variable size packets) • Like FDDI , is most often used to connect two or more LANs
  • 14. What is a network? • A network consists of two or more computers that are linked in order to: – share resources (such as printers and CD-ROMs), – exchange files, or – allow electronic communications
  • 15. Network Hardware • Hub – An unintelligent network device that sends one signal to all of the stations connected to it. – All computers/devices are competing for attention because it takes the data that comes into a port and sends it out all the other ports in the hub. – Traditionally, hubs are used for star topology networks, but they are often used with other configurations to make it easy to add and remove computers without bringing down the network. – Resides on Layer 1 of the OSI model OSI Model Layers 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical
  • 16. Network Hardware: Switch • Switch – Split large networks into small segments, decreasing the number of users sharing the same network resources and bandwidth. – Understands when two devices want to talk to each other, and gives them a switched connection – Helps prevent data collisions and reduces network congestion, increasing network performance. – Most home users get very little, if any, advantage from switches, even when sharing a broadband connection. – Resides on Layer 2 of the OSI model. OSI Model Layers 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical
  • 17. Network Hardware: Bridge • Bridge – Connects two LANs and forwards or filters data packets between them. – Creates an extended network in which any two workstations on the linked LANs can share data. – Transparent to protocols and to higher level devices like routers. – Forward data depending on the Hardware (MAC) address, not the Network address (IP). – Resides on Layer 2 of the OSI model. OSI Model Layers 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical
  • 18. Network Hardware: Repeater • Repeater – Used to boost the signal between two cable segments or wireless access points. – Can not connect different network architecture. – Does not simply amplify the signal, it regenerates the packets and retimes them. – Resides on Layer 1 of the OSI model. OSI Model Layers 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical
  • 19. Network Hardware: Router • Router – A device that connects any number of LANs. – Uses standardized protocols to move packets efficiently to their destination. – More sophisticated than bridges, connecting networks of different types (for example, star and token ring) – Forwards data depending on the Network address (IP), not the Hardware (MAC) address. – Routers are the only one of these four devices that will allow you to share a single IP address among multiple network clients. – Resides on Layer 3 of the OSI model. OSI Model Layers 7 Application 6 Presentation 5 Session 4 Transport 3 Network 2 Data Link 1 Physical
  • 20. Network Hardware: NIC • Additional Network Hardware Devices – Network Interface Cards (NICs) • Puts the data into packets and transmits packet onto the network. • May be wired or wireless. – Gateway • Connects networks with different protocols like TCP/IP network and IPX/SPX networks. • Routers and Gateways often refer to the same device. – Proxy server • Isolates internal network computers from the internet. • The user first access the proxy server and the proxy server accesses the internet and retrieves the requested web page or document. The user then gets a copy of that page from the proxy server.
  • 21. Common Network Media  Electrical (copper)  Coaxial Cable  Single copper conductor in the center surrounded by a plastic layer for insulation and a braided metal outer shield.  Twisted pair  Four pairs of wires twisted to certain specifications.  Available in shielded and unshielded versions.  Fiber-optic - A cable, consisting of a center glass core surrounded by layers of plastic, that transmits data using light rather than electricity.  Atmosphere/Wireless – Uses Electromagnetic waves. whose frequency range is above that of microwaves, but below that of the visible spectrum.  Choose Media based on :  Wiring configurations , Distance and location limitations  Speed , Reliability, Security  Budget
  • 22. Copper - Twisted Pair • Dialup over telephone line. – DSL (Digital Subscriber Line) • High-speed (256 Kbps – 55 Mbps), Full-duplex. • Asymmetric Digital Subscriber Line (ADSL) and High-bit-rate Digital Subscriber Line (HDSL) • CAT5 – Ethernet cable standard defined by the Electronic Industries Association and Telecommunications Industry Association (EIA/TIA). – Speeds up to 100 Mbps. • Connector – RJ-45 - Standard connectors used for unshielded twisted- pair cable.
  • 23. Ethernet Specifications • 10BaseT – Ethernet specification for unshielded twisted pair cable (category 3, 4, or 5), transmits signals at 10 Mbps (megabits per second) with a distance limit of 100 meters per segment. • 10BaseF – Ethernet specification for fiber optic cable, transmits signals at 10 Mbps (megabits per second) with a distance limit of 2000 meters per segment. • 100BaseT – Ethernet specification for unshielded twisted pair cabling that is used to transmit data at 100 Mbps (megabits per second) with a distance limit of 100 meters per segment. • 1000BaseTX – Ethernet specification for unshielded twisted pair cabling that is used to transmit data at 1 Gbps (gigabits per second) with a distance limitation of 220 meters per segment.
  • 24. • Infrared light is transmitted through fiber and confined due to total internal reflection. • Fibers can be made out of either plastic or glass. • Used for high speed backbones and pipes over long distances. • Comparatively expensive. Optical Fiber
  • 25.
  • 26. Wireless Media • Wireless LAN or WLAN • Wireless local area network that uses radio waves as its carrier • Wi-Fi ("Wireless Fidelity“) • A set of standards for WLANs based on IEEE 802.11 • Wi-Max • Emerging technology that can cover ranges up to 10 miles or more • Satellite/Microwave • High speed media used for longer distances and remote locations