Final PPT of Networking
Final PPT of Networking
SUBMITTED TO :- SUBIMITTED BY :-
MRS. MANISHA GAHLAWAT ANKITA (Roll No. 36)
AMAN KINHA (Roll No. 72)
SHEETAL (Roll No. 92)
SHIVANI (Roll No. 96)
CONTENTS
DIFFERENCE
OSI MODEL TCP/IP MODEL BETWEEN
INTERNET & ITS INTERNET IP
NETWORKING FUNCTIONING
& & OSI & REFRENCES
PROTOCOLS ADDRESS
ITS LAYERS ITS LAYERS TCP/IP
MODEL
INTERNET PROTOCOLS
• Protocol is set of rules for communication over the network.
• Internet protocol is the method by which data is sent from
one computer to another computer on the internet .
NETWORKING
11
Host Layers
7 Application These layers only exist in the
source and destination host
6 Presentation
computers.
5 Session
4 Transport
3 Network
2 Data Link
1 Physical
12
13
The OSI Model
7 Application The OSI Model will be used
throughout in entire networking!
6 Presentation
5 Session
4 Transport
3 Network
Memorize it!
2 Data Link
1 Physical
14
Don’t Get Confused.
The ISO created the OSI to make the IOS more efficient. The “ISO” acronym is
correct as shown.
To avoid confusion, some people say “International Standard Organization.”
15
Why do we need the OSI Model?
16
Layer 1 - The Physical Layer
This is the physical media through which the
7 Application data, represented as electronic signals, is
6 Presentation sent from the source host to the destination
host.
5 Session
4 Transport Examples:
CAT5 (what we have)
3 Network
Coaxial (like cable TV)
2 Data Link Fiber optic
1 Physical
PDU(Protocol Data Unit) - Bits
17
Layer 2 - The Data Link Layer
7 Application This layer provides reliable transit of data
across a physical link.
6 Presentation
5 Session Makes decisions based on physical
4 Transport addresses (usually MAC addresses).
18
Layer 3 - The Network Layer
7 Application Sometimes referred to as the “Cisco Layer”.
6 Presentation
Makes “Best Path Determination” decisions
5 Session based on logical addresses (usually IP
4 Transport addresses).
19
Layer 4 - The Transport Layer
7 Application This layer breaks up the data from the
sending host and then reassembles it in the
6 Presentation
receiver.
5 Session
4 Transport It also is used to insure reliable data
transport across the network.
3 Network
2 Data Link PDU - Segments
1 Physical
20
Layer 5 - The Session Layer
7 Application This layer establishes, manages, and
terminates sessions between two
6 Presentation
communicating hosts.
5 Session
Example:
4 Transport
Client Software
3 Network ( Used for logging in)
2 Data Link
PDU - Formatted Data
1 Physical
21
Layer 6 - The Presentation Layer
7 Application This layer is responsible for presenting
the data in the required format which
6 Presentation
may include:
5 Session Encryption
4 Transport Compression
22
Layer 7 - The Application Layer
7 Application This layer deal with networking
applications.
6 Presentation
5 Session Examples:
4 Transport Email
Web browsers
3 Network
2 Data Link PDU - User Data
1 Physical
23
Some Important Protocols
APPLICATION LAYER PROTOCOLS:
a) Hyper Text Transfer Protocol (HTTP)-
It is designed for transferring a hypertext among two or more systems.
HTTP is designed on Client – Server principles which allow a client system for establishing a
connection with the server for making a request.
b) File Transfer Protocol (FTP):
A method of transferring one or more file from one system to another system
over a network.It may be Text file,Multimedia file,documents etc.
c) Telnet:
It is known as REMOTE LOGIN.
It is designed for connecting one system with another.
d) Post Office Protocol (POP):
It is designed for receiving incoming E-mails.
Although the OSI reference model is universally recognized, the historical and technical open
standard of the Internet is Transmission Control Protocol / Internet Protocol (TCP/IP).
The TCP/IP reference model and the TCP/IP protocol stack make data communication possible
between any two computers, anywhere in the world, at nearly the speed of light.
The U.S. Department of Defense (DoD) created the TCP/IP reference model because it wanted
a network that could survive any conditions, even a nuclear war.
29
Don’t Confuse the Models
7 Application
6 Presentation Application
5 Session
4 Transport Transport
3 Network Internet
2 Data Link Network Access
1 Physical
The Network Access Layer
The network access layer is also called the host-to-network layer. It the layer that is concerned
with all of the issues that an IP packet requires to actually make a physical link to the network
media. It includes LAN and WAN details, and all the details contained in the OSI physical and
data-link layers.
31
The Internet Layer
The purpose of the Internet layer is to select the best path through the
network for packets to travel. The main protocol that functions at this layer
is the Internet Protocol (IP). Best path determination and packet switching
occur at this layer.
32
The Transport Layer
The transport layer provides transport services from the source host to the
destination host. It constitutes a logical connection between these endpoints
of the network. Transport protocols segment and reassemble upper-layer
applications into the same data stream between endpoints.
The transport layer data stream provides end-to-end transport services.
33
Transport Layer Protocols:
a) Transmission Control Protocol (TCP):
It is very popular protocol and it divides any
message into series of packets that are sent
from source to destination and then it gets
reassembled at the destination.
b) User Datagram Protocol (UDP):
It is a substitute Communication Protocol to TCP
implemented for creating loss- tolerating and
low-latency linking between different
applications.
The Application Layer
The application layer of the
TCP/IP model handles high-
level protocols, issues of
representation, encoding,
and dialog control.
35
Comparing TCP/IP & OSI Models
NOTE: TCP/IP transport layer using UDP does not always guarantee reliable delivery of packets as the transport layer in
the OSI model does.
36
Which Protocol Relates to which Layer