TCPIP - PowerPoint PPT Presentation

1 / 16
About This Presentation
Title:

TCPIP

Description:

... Advanced Research Project Agency Network (ARPANET), that provided a basis for ... is made of 4 bytes (32 bits) that define a host's connection to a network. ... – PowerPoint PPT presentation

Number of Views:40
Avg rating:3.0/5.0
Slides: 17
Provided by: lyit
Category:

less

Transcript and Presenter's Notes

Title: TCPIP


1
TCP/IP
  • Computing
  • Andrea Carlin

2
Introduction
  • The Tramsmission Control Protocol/ Internet
    Protocol (TCP/IP) is a set of protocols, or a
    protocol suite that defines how all transmissions
    are exchanged across the Internet. Named after
    its two most popular protocols, TCP/IP has been
    in active use for many years and has demonstrated
    its effectiveness on a worldwide scale.

3
Overview of TCP/IP
  • In 1969, a project was funded by the Advanced
    Research Project Agency (ARPA), an arm of the U.S
    Department of Defense. APRA established a network
    called Advanced Research Project Agency Network
    (ARPANET), that provided a basis for early
    research into networking. The convensions
    developed by APRA to specify how individual
    computers could commumicate across that network
    became TCP/IP

4
TCP/IP and the Internet
  • As Involvement in TCP/IP grew, the scope of
    ARPANET expanded until it became the backbone of
    the Internet.
  • An internet under TCP/IP operates like a single
    network connecting many computers of any size and
    type.
  • Internally, the Internet is an interconnection of
    independent physical networks (such as LANs)
    linked together by internetworking devices.
  • TCP/IP considers all interconnected physical
    networks to be one huge network. It considers all
    of the hosts to be connected to this larger
    logical network rather than to their individual
    physical networks

5
TCP/IP and OSI
  • Transmission Control Protocol (TCP) was developed
    before the OSI model. Therefore the layers in the
    TCP/IP model do not match exactly with those in
    the OSI model.
  • The Application layer in TCP/IP is a combination
    of session, presentation, and applicaion layers
    in the OSI model.

6
Layered Architecture.
  • The TCP/IP model is made up of Five layers.
  • Physical
  • Data Link
  • Network
  • Transport
  • Application

7
Addressing.
  • In Addition to the physical addressing (contained
    in NICs) that identify individual devices, the
    Internet requires an additional addressing
    convention an address that identifies the
    connection of the host to its network.
  • Each Internet address consists of four bytes (32
    bits), defining three fields

8
Three fields of an Address
  • Class Type
  • Netid
  • Hostid
  • These parts are of varying lengths, depending on
    the class of the address.

9
Internet Address
An Internet address is made of 4 bytes (32 bits)
that define a hosts connection to a network.
Class
Type
Netid
Hostid
10
Classes.
  • There are Five different Classes of Addressing.
  • Class A
  • Class B
  • Class C
  • Class D
  • Class E

11
Classes continued..
  • The different classes are designed to cover the
    needs of different types of organizations
  • Class A addresses are numerically the lowest.
    They use only 1 byte to identify class type and
    netid, and leave 3 bytes available for hostid
    nos
  • This division means that class A networks can
    accommodate far more hosts than can class B or
    class C networks
  • Currently, both classes A and B are full, leaving
    only addresses in class C available

12
Classes continued..
  • Class D Addressing is used for Multicast
    addresses (multicasting allows copies of data to
    be passed to a select group of hosts rather than
    to an individual host).
  • Class E Addressing are reserved for future use.

13
Classes continued..
The following shows the structure of each IP
address class.   10011101 10001111 11111100
11001111 Class B 11011101 10001111 11111100
11001111 Class C 01111011 10001111 11111100
11001111 Class A 11101011 10001111 11111100
11001111 Class D 11110101 10001111 11111100
11001111 Class E
14
Internet Classes
byte 1
byte 4
byte 2
byte 3
Hostid
Class A
0 Netid
10 Netid
Hostid
Class B
110 Netid
Hostid
Class C
1110
Multicast address
Class D
1111
Reserved for future use
Class E
15
Dotted-Decimal Notation
  • To make the 32 bit form shorter and easier to
    read, Internet Addresses are usually written in
    decimal form with decimal points separating the
    bytes

10000000 00001011 00000011 00011111 128.11.3.31
16
Class ranges of Internet Addresses
TO
FROM
0.
0.0.0
127.
255.255.255
Class A
128.0.
0.0
191.255.
255.255
Class B
192.0.0.
0
243.255.255.
255
Class C
244.0.0.0
239.255.255.255
Class D
240.0.0.0
255.255.255.255
Class E
Write a Comment
User Comments (0)
About PowerShow.com