Final PPT of Networking
Final PPT of Networking
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)
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
9
Host Layers
7 Application
These layers only exist in
6 Presentation the source and
5 Session destination host
computers.
4 Transport
3 Network
2 Data Link
1 Physical
10
11
Why do we need the OSI Model?
12
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
13
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.”
14
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
15
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).
16
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).
17
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
18
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
19
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
20
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
21
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.
27
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.
29
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.
30
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.
31
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.
33
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.
34
IP Addressing
What is an IP Address?
The IP address is the address of the connection ,not the host or
router.
The IP address may be changed if the device is moved to another
network.
The IP addresses are unique i.e. a unique identifier.
A way to identify devices on the network.
An IP address is a 32-bit sequence of 1s and 0s.
Network Layer Protocols
a) Internet Protocol (IP):
It is designed as Addressing protocol.
It is mostly used with TCP.
It is responsible for addressing host
interfaces, encapsulating data into datagrams
including fragmentation and re-assembly and
routing datagrams.
The first major version of IP, Internet Protocol Version 4(IPv4), is the dominant protocol of
the Internet. Its successor, Internet Protocol Version 6 (IPv6), has been growing in
adoption, reaching almost 25% of all Internet traffic as of October,2018.
Which Protocol Relates to which Layer
IP versions
IPv4 Address
An IPv4 is a 32-bit address that uniquely and universally identifies
the connection to the Internet.
An IPv4 protocol that defines address has an Address Space (total
number of addresses used by the protocol).
If a protocol uses n bits to define an address, then address space is
2^n.
FACT an IPv4 uses 32-bit address , which means
2^32 =(4,294,967,296) i.e. more than 4 billion devices
could be connected to Internet.
Notations in IPv4 Addressing
• There are three notations used to show an IPv4 address:
a) Binary Notation (base 2)
b) Dotted-Decimal Notation (base 256)
c) Hexadecimal (base 16)
Different Notations in IPv4 Addressing
Hexadecimal: 80 0B 03 1F
Hierarchy in Addressing
32 bits
Prefix Suffix
A B C D E
50% 25% 12.5% 6.25% 6.25%
It is used by large It is used by It is used by Multicast Exp
organisations mid-size org. small org.
Solution