Chapter 4 Internet Architecture - PowerPoint PPT Presentation

1 / 34
About This Presentation
Title:

Chapter 4 Internet Architecture

Description:

Awad Electronic Commerce 1/e 2002 Prentice Hall. WHAT IS A NETWORK? ... Transport Layer. Manages the transmission of data across a network ... – PowerPoint PPT presentation

Number of Views:2479
Avg rating:3.0/5.0
Slides: 35
Provided by: Asatisfied5
Category:

less

Transcript and Presenter's Notes

Title: Chapter 4 Internet Architecture


1
Chapter 4Internet Architecture
2
OVERVIEW
Internet Architecture
  • What is a Network?
  • IP Addresses
  • Networks
  • Information Transfer
  • Cable Types
  • Key Components of a Network
  • Factors in Designing a Network
  • Network Management System

3
WHAT IS A NETWORK?
Internet Architecture What is a Network?
  • A connection between at least two computers for
    the purpose of sharing resources
  • Types
  • Local Area Networks (LANs)
  • Wide Area Networks (WANs)
  • Metropolitan Area Networks (MANs)

4
PEER-TO-PEER NETWORK
Internet Architecture What is a Network?
  • Computers linked together as equals
  • No centralized control
  • Share resources on the same network in any way
    at any time
  • Promotes institutionalized chaos
  • lt 10 computers

5
PEER-TO-PEER NETWORK (CONT.)
Internet Architecture What is a Network?
  • Benefits
  • Easy to install/configure
  • Inexpensive
  • Users able to control their own resources
  • Independent from a dedicated server
  • No need for a network administrator
  • Drawbacks
  • Security problems
  • Performance suffers when a computer is accessed
  • Difficult to have backup
  • Decentralized logon passwords
  • No centralized data management

6
CLIENT/SERVER NETWORK
Internet Architecture What is a Network?
  • Server designed to address a clients request
  • Client any computer connected to the server
    within a network
  • Allow authorized user to access any
    programs/application residing on the server

7
CLIENT/SERVER NETWORK (Contd)
Internet Architecture What is a Network?
  • Benefits
  • Centralized security control
  • Simpler network administration than peer-to-peer
    network
  • Centralized password
  • More scalable
  • Ideal for computers that are apart
  • Drawbacks
  • Network failure clients are helpless
  • Specialized staff are needed
  • Higher costs

8
IP ADDRESSES
Internet Architecture IP Addresses
  • A host number to identify itself to other hosts
  • Consists of strings of 32 bits
  • E.g. 10111111010101010100000000001100
    191.170.64.12
  • Host Name
  • Human-friendly Internet addresses
  • E.g. ema3z.mcintire.virginia.edu

9
NETWORKS
Internet Architecture Networks
  • Network vs. Local
  • Networks are classified by three sizes

10
NETWORKS (Contd)
Internet Architecture Networks
  • Zones
  • Three-letter kind (com, gov, edu)
  • Two-letter kind (ca, uk, jp)
  • New general-purpose zones (firm, store)

11
INFORMATION TRANSFER
Internet Architecture Information Transfer
  • Packet
  • Grouping of data for transmission on a network
  • Large messages are split into a series of packets
    for transmission
  • Protocol
  • A rule governing how communication should be
    conducted
  • Internet Protocol
  • Set of rules used to pass packets

12
INFORMATION TRANSFER (Contd)
Internet Architecture Information Transfer
  • Open Systems Interconnection (OSI)
  • A layered approach to networking
  • Each layer handles a different portion of the
    communication process

13
OSI REFERENCE MODEL
Internet Architecture Information Transfer
14
OSI REFERENCE MODEL (Contd)
Internet Architecture Information Transfer
  • Application Layer
  • Defines requests response formats
  • Standard HTTP
  • Governs requests response between browser web
    server application program
  • Other standards SMTP, POP
  • HTML-compatible
  • File Transfer Protocol (FTP), Simple Network
    Management Protocol (SNMP), Domain Name Service
    (DNS)

15
OSI REFERENCE MODEL (Contd)
Internet Architecture Information Transfer
  • Presentation Layer
  • Converts data into a format the receiving
    application can understand
  • Session Layer
  • Exchanges data for the duration of session
  • Keeps track of the status of exchange
  • Ensures only designated parties are allowed to
    participate in the session
  • Enforces security protocols for controlling access

16
OSI REFERENCE MODEL (Contd)
Internet Architecture Information Transfer
  • Transport Layer
  • Manages the transmission of data across a network
  • Transmission Control Protocol (TCP)
  • Specifies how two host computers will work
    together
  • Flow control
  • Sequence assurance
  • Reliability integrity

17
OSI REFERENCE MODEL (Contd)
Internet Architecture Information Transfer
  • Internet Layer
  • Routes messages across multiple nodes for
    delivery
  • Handles network congestion to minimize
    performance problems
  • Internet Protocol (IP)
  • Standard for routing packets

18
OSI REFERENCE MODEL (Contd)
Internet Architecture Information Transfer
  • Data Link Layer
  • Packages data into frames for delivery
  • Point-to-point (PPP)
  • Framing mark boundary between packets
  • Error detection
  • Ethernet
  • Physical Layer
  • Converts bits into signals for outgoing messages
    signals into bits for incoming messages

19
CABLE TYPES
Internet Architecture Cable Types
  • Twisted-Pair Cable
  • Unshielded Twisted Pair (UTP)
  • Shielded Twisted Pair (STP)
  • Optical Fiber
  • Coaxial Cable
  • Wireless Technology

20
TWISTED-PAIR CABLE
Internet Architecture Cable Types
  • Consists of two pairs of insulated copper wires
    twisted around each other
  • Advantages
  • Protect against cross talk interference
  • Easy to add computers to network
  • Well understood technology
  • Less expensive
  • Disadvantages
  • Susceptibility to noise
  • Least secure
  • Distance limitations
  • Requires more expensive hubs

21
UNSHIELDED TWISTED PAIR (UTP)
Internet Architecture Cable Types
  • Pair of wires do not have the shielding against
    electrical interference
  • Advantages
  • Less expensive
  • Easy to install
  • Disadvantages
  • Vulnerable to electromagnetic interference
    crosswalk
  • Subject to attenuation

22
SHIELDED TWISTED PAIR (STP)
Internet Architecture Cable Types
  • An electrically grounded woven copper mesh
    wrapped around each twisted pair
  • Advantage
  • Reduces electromagnetic interference (EMI)
  • Disadvantage
  • Makes the wiring thick and is difficult to
    maintain

23
OPTICAL FIBER
Internet Architecture Cable Types
  • Uses light rather than voltage to indicate ones
    and zeros
  • Advantages
  • High speed transmission
  • High security
  • Smallest in size
  • Supports voice video data
  • Disadvantages
  • Expensive
  • Difficult to install
  • Require two cables to transmit receive data
  • Require special connections

24
COAXIAL CABLE
Internet Architecture Cable Types
  • Copper center shielded by a plastic insulating
    material
  • Advantages
  • Transmits up to 10Mbps over 500m
  • Easy to install
  • Low maintenance
  • Good resistance to noise over long distances
  • Disadvantages
  • Inflexible
  • Low security
  • Limited distance

25
WIRELESS TECHNOLOGY
Internet Architecture Cable Types
  • Microwave
  • Connect LANs in separate buildings
  • Radio waves
  • No distance limitations
  • Susceptible to atmospheric and electronic
    interference
  • Subject to government regulations
  • Infrared transmissions
  • Interference from bright light

26
KEY COMPONENTS OF A NETWORK
Internet Architecture Key Components of a Network
  • Network Interface Card (NIC)
  • Hubs Switches
  • Routers
  • Gateways

27
NETWORK INTERFACE CARD
Internet Architecture Key Components of a Network
  • Installed in a slot with a cable plugged into the
    back
  • Plugged into a wall jack connection or into the
    hub/switch directly
  • Modem
  • Converts digital signals into analog form for
    transmission and incoming analog signals into
    digital signal across the telephone line

28
HUBS SWITCHES
Internet Architecture Key Components of a Network
  • Hub
  • Operates at Physical Layer
  • Acts as a connecting point
  • Passive, active, and intelligent hubs
  • Switch
  • Offers direct connection to a particular PC
  • Available for almost every OSI level

29
ROUTERS
Internet Architecture Key Components of a Network
  • Operate at Internet Layer
  • Evaluate network traffic and stop local traffic
    from causing congestion
  • Filter out packets that need not be received
  • Expensive difficult to operate

30
GATEWAYS
Internet Architecture Key Components of a Network
  • Special-purpose computer allowing communications
    between dissimilar systems on the network
  • Operate at Application Layer primarily
  • Difficult to install configure
  • Expensive

31
FACTORS IN DESIGNING A NETWORK
Internet Architecture Factors in Designing a
Network
  • Location
  • Capacity
  • Distance limitations
  • Cost
  • Potential growth
  • Security

32
FACTORS IN SELECTING NETWORK ARCHITECTURE
Internet Architecture Factors in Designing a
Network
  • Hardware requirements
  • Software requirements
  • Disaster recovery fault-tolerance requirements
  • Corporate culture and organizational factors

33
NETWORK MANAGEMENT SYSTEM
Internet Architecture Network Management System
  • Manager
  • Managed Nodes
  • Objects
  • Management Information Base (MIB)
  • Requests responses

34
Chapter 4Internet Architecture
Write a Comment
User Comments (0)
About PowerShow.com