Networking - Session 1
Networking - Session 1
www.comitcorp.com
Hello!
2
Agenda
1. INTRODUCTION
2. PROTOCOLS
3. PROTOCOL LAYERS
4. NETWORK INTERCONNECTION/INTERNET
3
1 Introduction
Let’s start with the first set thing
4
“What is networking?”
5
6
What is networking?
▪ Each of the devices on the network can be thought of as a node; each node
has a unique address
7
BIG
CONCEPT
“The central principle underlying an IP
network’s operation is the concept of
identify defining and packet routing”
8
How to define the identify?
Addresses Name
“are numeric quantities that are easy "some networks also provide names
for computers to work with, but not that humans can more easily
for humans to remember” remember than numbers”
9
How to define the identify?
Cnt.
10
IP Address
IPv4 IPv6
11
IPv4 Addressing
Use
Class big image
Address
Range
Subnet masking Example IP
Leading Max number of
bits networks
Application
IP Class C 192 to 223 255.255.255.0 192.1.1.1 24 2097157 Used for local area network.
12
8,040,093,004
Whoa! That’s a big number, aren’t you proud?
13
IPv6 status
14
IPv6 Status Cnt.
By translating private IP addresses to public IP addresses, NAT allows multiple devices to access the internet
simultaneously without requiring a unique public IP address for each device. This approach reduces the demand for IPv4
16 addresses and helps delay the exhaustion of the IPv4 address space.
Data Transmission
17
Data Transmission
18
Data Transmission
19
2 Protocol Layers
OSI Model
“The Open Systems Interconnection (OSI)
model describes seven layers that computer
systems use to communicate over a
network”
21
OSI model
22
TCP/IP model
App
Session
Data link
provides routines allowing access to the physical
Physical network
23
How to OSI/TCP/IP model
work?
24
TCP/IP model
How to OSI/TCP/IP model
work? Cnt.
26
Layer 1: Physical Layer
▪ This connection
Before any network
could
communications
be wired, fiber can
or wireless,
occur, a physical
dependingconnection
on the setup
to a
local
of thenetwork
networkmust be established
27
Layer 1: Physical Layer
▪ Accepts a complete frame from the Data Link Layer (Layer 2) and
encodes it as series of signal that are transmitted to the local media
▪ The next device in the path to the destination receives the bits and re-
encapsulation the frame, then decides what to do with it
28
Layer 1: Physical Layer
29
Layer 1: Physical Layer
30
Layer 1: Physical Layer
31
Layer 1: Physical Layer
32
Layer 1: Physical Layer
33
Layer 1: Physical Layer
Physical Components: Physical components carry the message in a reliable and consistent
manner so that the receiver gets the message as it was sent.
34
Layer 1: Physical Layer
Encoding is another major function of the physical layer. The bits in the encapsulated data link layer
frame need to be grouped, or encoded, into patterns recognized by Layer 1 devices. After
transmission, the receiving Layer 1 device decodes patterns and hands the frame up to the data link
layer
35
Layer 1: Physical Layer
36
Layer 1: Physical Layer
Each physical layer medium carries data at a different speed. There are three different
ways to analyze the transfer speed of data on a medium:
■ Theoretically as bandwidth
■ Practically as throughput
■ Qualitatively as goodput
37
Layer 1: Physical Layer
38
Layer 1: Physical Layer
Latency: Time to takers for request to go from the client to the server and back
to the client
39
Layer 1: Physical Layer
40
Physical Media: Connecting
Communication
41
Physical Media: Connecting
Communication
42
Physical Media: Connecting
Communication
43
Physical Media: Connecting
Communication
44
Physical Media: Connecting
Communication
45
Physical Media: Connecting
Communication
The IEEE and telecommunications industry standards for wireless data communications cover
both the data link and physical layers. Following are four common data communications
standards that apply to wireless media:
■ Standard IEEE 802.11: Commonly referred to as Wi-Fi, 802.11 is a wireless LAN (WLAN)
technology that uses a contention or nondeterministic system with a carrier sense multiple
access/collision avoid (CSMA/CA) media access process.
■ Standard IEEE 802.15: Wireless Personal-Area Network (WPAN): Commonly known as
Bluetooth, 802.15 uses a device-pairing process to communicate over distances from 1 to 100
meters.
■ Standard IEEE 802.16: Commonly known as WiMAX (Worldwide Interoperability for
Microwave Access), 802.16 uses a point-to-multipoint topology to provide wireless broadband
access.
■ Global System for Mobile Communication (GSM): Includes physical layer specifications
that enable the implementation of the Layer 2 General Packet Radio Service (GPRS) protocol
to provide data transfer over mobile cellular telephony networks.
46
THANKS!
Any questions?
47
3 Protocols