Вы находитесь на странице: 1из 88

Computer Network by P.

It-arun Computer
Engineering Dept, RMUTT.
INTERNETWORKING
Chapter 2
1
TOPIC
Internetworking Basics
Internetworking Model

Computer Engineering Dept, RMUTT.


Computer Network by P.It-arun
The OSI Reference Model

Ethernet Networking

Wireless Networking

Data Encapsulation

3
Computer Network by P.It-arun Computer
Engineering Dept, RMUTT.
INTERNETWORK BASIC
4
POSSIBLE CAUSES OF LAN
TRAFFIC CONGESTION ARE
Too many hosts in a broadcast domain
Broadcast storms

Computer Engineering Dept, RMUTT.


Computer Network by P.It-arun
Multicasting

Low bandwidth

Adding hubs for connectivity to the


network
A large amount of ARP or IPX traffic
(IPX is a Novell
5
Computer Network by P.It-arun
Computer Engineering Dept, RMUTT.
6
NETWORK SEGMENTATION

Broadcast domain
Collision domain

Computer Network by P.It-arun
Computer Engineering Dept, RMUTT.
7
TWO ADVANTAGES OF USING
ROUTERS IN YOUR NETWORK A
RE
They dont forward broadcasts by default.

They can filter the network based on layer 3

Computer Engineering Dept, RMUTT.


Computer Network by P.It-arun
(Network layer) information (i.e., IP address).

8
FOUR ROUTER FUNCTIONS IN
YOUR NETWORK CAN BE LISTED AS
Packet switching
Packet filtering

Computer Engineering Dept, RMUTT.


Computer Network by P.It-arun
Internetwork communication

Path selection

9
INTERNETWORKING MODEL
The Layered Approach
Advantages of Reference Models
It divides the network communication process into

Computer Engineering Dept, RMUTT.


Computer Network by P.It-arun

smaller and simpler components, thus aiding comp
onent development, design, and troubleshooting.
It allows multiple-vendor development through
standardization of network components.
It encourages industry standardization by defining
what functions occur at each layer of the model.
It allows various types of network hardware and
software to communicate.
It prevents changes in one layer from affecting
other layers, so it does not hamper development.

10
Computer Network by P.It-arun
11

Computer Engineering Dept, RMUTT.


THE OSI REFERENCE MODEL
The upper layers

Computer Network by P.It-arun
12

Computer Engineering Dept, RMUTT.


THE LOWER LAYERS
Computer Network by P.It-arun
13

Computer Engineering Dept, RMUTT.


LAYER FUNCTIONS
INTERFACES: VERTICAL
(ADJACENT LAYER)
COMMUNICATION

14
Assi
st.Pr
of.
Itaru
n
Piti
mon
(itar
un.p
@cp
PROTOCOLS: HORIZONTAL
(CORRESPONDING LAYER)
COMMUNICATION

15
Assi
st.Pr
of.
Itaru
n
Piti
mon
(itar
un.p
@cp
DATA ENCAPSULATION

16
Assi
st.Pr
of.
Itaru
n
Piti
mon
(itar
un.p
@cp
TCP/IP PROTOCOLS

17
Assi
st.Pr
of.
Itaru
n
Piti
mon
(itar
un.p
@cp
TCP/IP PROTOCOLS

18
Assi
st.Pr
of.
Itaru
n
Piti
mon
(itar
un.p
@cp
PROTOCOL DATA UNITS (PDUS)
AND SERVICE DATA UNITS (SDUS)

19
Assi
st.Pr
of.
Itaru
n
Piti
mon
(itar
un.p
@cp
INDIRECT DEVICE CONNECTION
AND MESSAGE ROUTING

20
Assi
st.Pr
of.
Itaru
n
Piti
mon
(itar
un.p
@cp
APPLICATION LAYER
The Application layer of the OSI model marks
the spot where users actually communicate
to the computer.

Computer Engineering Dept, RMUTT.


Computer Network by P.It-arun
Sample ->
World Wide Web (WWW)
E-mail gateways
Electronic data interchange (EDI)
Special interest bulletin boards
Internet navigation utilities
Financial transaction services

21
THE PRESENTATION LAYER
It presents data to the Application layer and
is responsible for data translation and code f
ormatting.

Computer Engineering Dept, RMUTT.


Computer Network by P.It-arun
This layer is essentially a translator and
provides coding and conversion functions. A
successful data-transfer technique is to adap
t the data into a standard format before trans
mission.

22
THE SESSION LAYER
The Session layer is responsible for
setting up, managing, and then tearing
down sessions between Presentation la

Computer Engineering Dept, RMUTT.


Computer Network by P.It-arun
yer entities.
This layer also provides dialogue
control between devices, or nodes. It c
oordinates communication between sy
stems, and serves to organize their co
mmunication by offering three differen
t modes: simplex, half duplex, and full
duplex. 23
THE TRANSPORT LAYER
The Transport layer segments and
reassembles data into a data stream.
Services located in the Transport layer

Computer Engineering Dept, RMUTT.


Computer Network by P.It-arun
both segment and reassemble data fro
m upper-layer applications and unite it
onto the same data stream.
They provide end-to-end data
transport services and can establish a l
ogical connection between the sending
host and destination host on an intern
etwork.
24
The Transport layer is responsible for
providing mechanisms for multiplexing upper
-layer applications, establishing sessions, and

Computer Engineering Dept, RMUTT.


Computer Network by P.It-arun
tearing down virtual circuits.
The Transport layer can be connectionless or
connection-oriented.
Some of you are probably familiar with TCP
and UDP already.

25
FLOW CONTROL
Data integrity is ensured at the
Transport layer by maintaining flow con
trol and by allowing users to request rel

Computer Engineering Dept, RMUTT.


Computer Network by P.It-arun
iable data transport between systems.
The segments delivered are acknowledged
back to the sender upon their reception.
Any segments not acknowledged are
retransmitted.
Segments are sequenced back into their
proper order upon arrival at their destinatio
n.
A manageable data flow is maintained in
order to avoid congestion, overloading, and
data loss. 26
CONNECTION-ORIENTED
COMMUNICATION
a call setup, or a three way handshake

Computer Engineering Dept, RMUTT.


Computer Network by P.It-arun
27
Computer Network by P.It-arun
28

Computer Engineering Dept, RMUTT.


TRANSMITTING SEGMENTS
WITH FLOW CONTROL
ACKNOWLEDGMENTS
Itguarantees that the data wont be
duplicated or lost.

Computer Engineering Dept, RMUTT.


Computer Network by P.It-arun
This is achieved through something
called positive acknowledgment with r
etransmission a technique that require
s a receiving machine to communicate
with the transmitting source by sendin
g an acknowledgment message back t
o the sender when it receives data.
29
Computer Network by P.It-arun
30

Computer Engineering Dept, RMUTT.


WINDOWING
THE NETWORK LAYER
The Network layer (also called layer 3)
manages device addressing, tracks the
location of devices on the network, an

Computer Engineering Dept, RMUTT.


Computer Network by P.It-arun
d determines the best way to move da
ta, which means that the Network laye
r must transport traffic between device
s that arent locally attached.
Two types of packets are used at the
Network layer:
Data packets : routed protocol
Route update packets : routing
protocol
31
Computer Network by P.It-arun
32

Computer Engineering Dept, RMUTT.


ROUTING TABLE USED IN A ROUTER
HERE ARE SOME POINTS ABOUT ROUTERS
THAT YOU SHOULD REALLY COMMIT TO MEMO
RY:
Routers, by default, will not forward any broadcast or
multicast packets.
Routers use the logical address in a Network layer
header to determine the next hop router to forward th

Computer Engineering Dept, RMUTT.


Computer Network by P.It-arun
e packet to.
Routers can use access lists, created by an
administrator, to control security on the types of pack
ets that are allowed to enter or exit an interface.
Routers can provide layer 2 bridging functions if
needed and can simultaneously route through the sa
me interface.
Layer 3 devices (routers in this case) provide
connections between virtual LANs (VLANs).
Routers can provide quality of service (QoS) for
specific types of network traffic.
33
THE DATA LINK LAYER
The Data Link layer provides the physical
transmission of the data and handles error n
otification, network topology, and flow contro

Computer Engineering Dept, RMUTT.


Computer Network by P.It-arun
l.
The Data Link layer formats the message into
pieces, each called a data frame, and adds a
customized header containing the hardware
destination and source address.

34
Computer Network by P.It-arun
35

Computer Engineering Dept, RMUTT.


DATA LINK LAYER WITH THE
ETHERNET AND IEEE
SPECIFICATIONS.
THE IEEE ETHERNET DATA LINK
LAYER HAS TWO SUBLAYERS:
Media Access Control (MAC)
802.3 Defines how packets are plac

Computer Engineering Dept, RMUTT.


Computer Network by P.It-arun
ed on the media. Contention media ac
cess is first come/first served access
where everyone shares the same band
widthhence the name. Physical addr
essing is defined here,
Logical Link Control (LLC) 802.2
Responsible for identifying Network lay
er protocols and then encapsulating th
em. 36
SWITCHES AND BRIDGES AT THE
DATA LINK LAYER
Layer 2 switching is considered
hardware-based bridging because it us

Computer Engineering Dept, RMUTT.


Computer Network by P.It-arun
es specialized hardware called an appli
cation-specific integrated circuit (ASIC)
.

37
THE PHYSICAL LAYER
we find that the Physical layer does two
things: It sends bits and receives bits. Bits
come only in values of 1 or 0a Morse code

Computer Engineering Dept, RMUTT.


Computer Network by P.It-arun
with numerical values.
The Physical layer specifies the electrical,
mechanical, procedural, and functional requir
ements for activating, maintaining, and deac
tivating a physical link between end systems.
This layer is also where you identify the
interface between the data terminal equipme
nt (DTE) and the data communication equip
ment (DCE).
38
HUBS AT THE PHYSICAL LAYER
A hub is really a multiple-port repeater. A
repeater receives a digital signal and ream
plifies or regenerates that signal, and then f

Computer Engineering Dept, RMUTT.


Computer Network by P.It-arun
orwards the digital signal out all active port
s without looking at any data.

39
Computer Network by P.It-arun Computer
Engineering Dept, RMUTT.
ETHERNET NETWORKING
Lecture 2-2
40
THE SUCCESS OF ETHERNET
IS DUE TO THE FOLLOWING
FACTORS:
Simplicity and ease of maintenance

Ability to incorporate new technologies

Computer Engineering Dept, RMUTT.


Computer Network by P.It-arun
Reliability

Low cost of installation and upgrade

41
Computer Network by P.It-arun
42

Computer Engineering Dept, RMUTT.


802.3 ETHERNET IN RELATION TO
THE OSI MODEL
Computer Network by P.It-arun
43

Computer Engineering Dept, RMUTT.


IEEE 802.X STANDARDS
Computer Network by P.It-arun
44

Computer Engineering Dept, RMUTT.


ETHERNET TECHNOLOGIES MAPPED
TO THE OSI MODEL
ETHERNET ADDRESSING
We get into how Ethernet addressing
works. It uses the Media Access Contro

Computer Engineering Dept, RMUTT.


Computer Network by P.It-arun
l (MAC) address burned into each and
every Ethernet Network Interface Card
(NIC).

45
Computer Network by P.It-arun
46

Computer Engineering Dept, RMUTT.


MAC ADDRESS FORMAT
Computer Network by P.It-arun
47

Computer Engineering Dept, RMUTT.


GENERIC FRAME FORMAT
Computer Network by P.It-arun
48

Computer Engineering Dept, RMUTT.


IEEE 802.3
Computer Network by P.It-arun
49

Computer Engineering Dept, RMUTT.


ETHERNET II FRAME FORMAT
Computer Network by P.It-arun
50

Computer Engineering Dept, RMUTT.


ETHERNET II AND IEEE 802.3
FRAME FORMAT
Computer Network by P.It-arun
51

Computer Engineering Dept, RMUTT.


MEDIA ACCESS CONTROL (MAC)
Computer Network by P.It-arun
52

Computer Engineering Dept, RMUTT.


MAC RULES AND COLLISION
DETECTION/BACKOFF
Computer Network by P.It-arun
53

Computer Engineering Dept, RMUTT.


MAC RULES AND COLLISION
DETECTION/BACKOFF
Computer Network by P.It-arun
54

Computer Engineering Dept, RMUTT.


ETHERNET TIMING
Computer Network by P.It-arun
55

Computer Engineering Dept, RMUTT.


INTERFRAME SPACING
Computer Network by P.It-arun
56

Computer Engineering Dept, RMUTT.


BACKOFF
Computer Network by P.It-arun
57

Computer Engineering Dept, RMUTT.


ERROR HANDLING
Computer Network by P.It-arun
58

Computer Engineering Dept, RMUTT.


TYPES OF COLLISIONS
THE EFFECTS OF HAVING A CSMA/CD
NETWORK SUSTAINING HEAVY COLLISIONS INC
LUDE
Delay
Low throughput

Computer Engineering Dept, RMUTT.


Computer Network by P.It-arun
Congestion

59
Computer Network by P.It-arun
60

Computer Engineering Dept, RMUTT.


ETHERNET ERRORS
Computer Network by P.It-arun
61

Computer Engineering Dept, RMUTT.


ETHERNET ERRORS
Computer Network by P.It-arun
62

Computer Engineering Dept, RMUTT.


FCS ERRORS
Computer Network by P.It-arun
63

Computer Engineering Dept, RMUTT.


PARAMETERS FOR 10 MBPS
ETHERNET OPERATION
Computer Network by P.It-arun
64

Computer Engineering Dept, RMUTT.


MANCHESTER ENCODING
EXAMPLES
Computer Network by P.It-arun
65

Computer Engineering Dept, RMUTT.


PARAMETERS FOR 100-MBPS
ETHERNET OPERATION
Computer Network by P.It-arun
66

Computer Engineering Dept, RMUTT.


MLT-3 ENCODING EXAMPLE
(100BASE-TX)
Computer Network by P.It-arun
67

Computer Engineering Dept, RMUTT.


NRZI ENCODING EXAMPLES
(100BASE-FX)
Computer Network by P.It-arun
68

Computer Engineering Dept, RMUTT.


PARAMETERS FOR GIGABIT
ETHERNET OPERATION
Computer Network by P.It-arun
69

Computer Engineering Dept, RMUTT.


ACTUAL 1000BASE-T SIGNAL
TRANSMISSION
Computer Network by P.It-arun
70

Computer Engineering Dept, RMUTT.


GIGABIT ETHERNET LAYERS
Computer Network by P.It-arun
71

Computer Engineering Dept, RMUTT.


GIGABIT ETHERNET MEDIA
COMPARISON
Computer Network by P.It-arun
72

Computer Engineering Dept, RMUTT.


PARAMETERS FOR 10-GBPS
ETHERNET OPERATION
Computer Network by P.It-arun
73

Computer Engineering Dept, RMUTT.


10GBASE LX-4 SIGNAL
MULTIPLEXING
Computer Network by P.It-arun Computer
Engineering Dept, RMUTT.
WIRELESS NETWORKING
74
Computer Network by P.It-arun
75

Computer Engineering Dept, RMUTT.


BENEFITS OF WLANS
Computer Network by P.It-arun
76

Computer Engineering Dept, RMUTT.


EVOLUTION OF WIRELESS LANS
Computer Network by P.It-arun
77

Computer Engineering Dept, RMUTT.


UNLICENSED FREQUENCY BANDS
Computer Network by P.It-arun
78

Computer Engineering Dept, RMUTT.


WIRELESS TECHNOLOGIES
Computer Network by P.It-arun
79

Computer Engineering Dept, RMUTT.


DISTANCE VERSUS SPEED
Computer Network by P.It-arun
80

Computer Engineering Dept, RMUTT.


WIRELESS TECHNOLOGIES
Computer Network by P.It-arun
81

Computer Engineering Dept, RMUTT.


IN-BUILDING WLANS
Computer Network by P.It-arun
82

Computer Engineering Dept, RMUTT.


THE IEEE 802 STANDARDS
Computer Network by P.It-arun
83

Computer Engineering Dept, RMUTT.


IEEE 802.11 PROTOCOLS
Computer Network by P.It-arun
84

Computer Engineering Dept, RMUTT.


IEEE 802.11 STANDARDS
Computer Network by P.It-arun Computer
Engineering Dept, RMUTT.
DATA ENCAPSULATION
85
Computer Network by P.It-arun
86

Computer Engineering Dept, RMUTT.


DATA ENCAPSULATION
Computer Network by P.It-arun
87

Computer Engineering Dept, RMUTT.


Computer Network by P.It-arun
88

Computer Engineering Dept, RMUTT.


SUMMARY
OSI modelthe seven-layer model used to help
application developers design applications that can ru
n on any type of system or network. Each layer has its
special jobs and select responsibilities within the mod

Computer Engineering Dept, RMUTT.


Computer Network by P.It-arun
el to ensure that solid, effective communications do, i
n fact, occur.
Remember that hubs are Physical layer devices and
repeat the digital signal to all segments except the on
e it was received from.
Switches segment the network using hardware
addresses and break up collision domains.
Routers break up broadcast domains (and collision
domains) and use logical addressing to send packets t
hrough an internetwork.

89

Вам также может понравиться