0% found this document useful (0 votes)
101 views37 pages

Final PPT of Networking

This document provides information about internet protocols and IP addresses. It contains details about networking, the internet and its functioning. It describes the OSI model and TCP/IP model, including their layers. It discusses important internet protocols like HTTP, FTP, Telnet, POP, SMTP, IMAP and DNS. It explains the need for the OSI model and differences between the OSI and TCP/IP models. Key networking concepts like protocols, networking devices, network types and internet are defined.

Uploaded by

58 Ajay Yadav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
101 views37 pages

Final PPT of Networking

This document provides information about internet protocols and IP addresses. It contains details about networking, the internet and its functioning. It describes the OSI model and TCP/IP model, including their layers. It discusses important internet protocols like HTTP, FTP, Telnet, POP, SMTP, IMAP and DNS. It explains the need for the OSI model and differences between the OSI and TCP/IP models. Key networking concepts like protocols, networking devices, network types and internet are defined.

Uploaded by

58 Ajay Yadav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 37

TEAM A2S Present’s

INTERNET PROTOCOLS & IP


ADDRESS

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

• It refers to the total process of creating and using computer


networks .
• In computer networks , computing devices exchange data
with each other using connection between nodes . These
data links are established over cables media such as wires or
optic cables or wireless media such as Wi-Fi .
TYPES OF NETWORKS
Networking Devices and Symbols
INTERNET

• It refers to connecting a computer to any other computer


anywhere in the world via dedicated routers and servers .
When two computer are connected over the internet , they
can send and receive all kind of information such as text ,
graphics , voice , video and computer programs .
OSI MODEL
• OSI stands for Open System Interconnection is a reference
model that describes how information from a software
application in one computer moves through a physical
medium to the software application in another computer.

• OSI model was developed by the International Organization


for Standardization (ISO) in 1984, and it is now considered as
an architectural model for the inter-computer
communications.
• OSI consists of seven layers, and each layer performs a particular
network function.
• Each layer is self-contained, so that task assigned to each layer can
be performed independently.
• It is also used to trace how data is sent or received over a network.
Media Layers
7 Application
6 Presentation
5 Session
4 Transport
These layers manage the
3 Network
information out in the LAN or WAN
2 Data Link between the source and
1 Physical destination hosts.

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.

ISO - International Organization for Standardization


OSI - Open System Interconnection
IOS - Internetwork Operating System

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?

To address the problem of networks increasing in size and in number, the


International Organization for Standardization (ISO) researched many network
schemes and recognized that there was a need to create a network model that
would help network builders implement networks that could communicate and
work together and therefore, released the OSI reference model in 1984.

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).

3 Network PDU - Frames


2 Data Link
1 Physical

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).

3 Network PDU - Packets


2 Data Link
1 Physical

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

3 Network PDU - Formatted Data


2 Data Link
1 Physical

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.

e) Simple Mail Transfer Protocol (SMTP):


It is designed to send and distribute outgoing E-mail.

f) Internet Message Access Protocol (IMAP):


It is used by E-mail clients to retrieve E-mail
messages from a mail server.
g) Domain Name Servers (DNS):
They maintain a directory of Domain names and translate them to
Internet Protocol (IP) address.
28
Why Another Model?

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

You might also like