SlideShare une entreprise Scribd logo
1  sur  56
Networking (week 11)


LIS 3353 Technologies

 Networking and the Internet
Networking (week 11)


Agenda

   IT News
   Networking
   Thursday – bring your laptop!
IT News

   Apple – Foxconn – Daisey – TAL
   Windows 8
Why do we network?


   http://www.youtube.com/watch?v=7_LPdtt
    KXPc&feature=related
   Reduce hardware and software costs
   Provide access to a wide range of services
    and specialized peripheral devices
   Enable people to work together,
    regardless of time and place
Networks 101
Network 101
Networks 101

Refresher
  – Client/server – contains servers and clients
  – Peer-to-peer (P2P) – every computer is
    considered an equal
Ring Topology
                                      Tree Topology
Star Topology




            Bus Topology           Mesh Topology
Networks 101
   A network is a collection of computer
    systems configured to share digital data
    and resources

   Computer to Computer 



   Local Area Network (LAN) 
      LANs extend across limited
     – geographical area
      servers, terminals, etc.
How LANs work

   Connectivity supporting two-way communication
   Resource sharing
   Limited geographical area
   Transparency of use
   Support from hardware and software
   Positives
    – communications
    – management control
    – cost-effectiveness
   Negatives
    – need for additional equipment
    – maintenance
    – support staff
Lots of Networks

 LAN (Local Area Network)
 WAN (Wide Area Network)
 MAN (Metropolitan Area
  Network)
 PAN (Personal Area Network)
 And more – NFC, BAN, NAN,
  CAN…
Networks

   Internetwork:
      collection of autonomous networks
      Ex: the Internet, intranets
   The Internet:
      ARPAnet - late 1960s
      decentralized
      loosely-coupled
      redundant
      Apps
          e-mail
          telnet
          FTP (file transfer protocol)
          www
Networks

 ARPANET
 The ARPANET, created in 1969,
  connected computers at four
  universities
 WWW
 Hypertext system
 This was an open system, evolved to
  I2
Networks - Shannon
   an information source generates a message
   a transmitter encodes the message as a signal
   the signal is transmitted over a communications channel
   the receiver extracts a signal from the communications
    channel and converts it back into the form of a message
   the destination receives the message
   a source of noise is usually present in the
    communication channel—this is a random element that
    modifies the signal in unpredictable ways
Networks

   Messages are encoded as a stream of
    binary numbers (0s and 1s)
   Signals are transmitted as electro-magnetic
    energy (electrical, optical, or radio waves)
   Rate of reliable transmissions depends on
    the properties of the channel and the
    complexity of the message
   Two types of signals:
     Analog
     Digital
iSpace Model

   CLIENT--(local)
    system requesting
    services
   SERVER--(remote)
    system that receives
    and handles
    requests from many
    clients concurrently
Peer-To-Peer (P2P)

   Another Model: Peer to Peer
   Each entity can act as a client or a server
   File sharers use this P2P terminology for file
    exchanges (ex.: Gnutella, Napster, Grokster,
    bittorrent)
   P2P (workgroups) - typically <10 people
   No central communication control device
   Inexpensive
   Each computer’s resources are used
Other models (like FSU)

   Dedicated servers
   File, application, mail, fax, communication
   Centralized, shared resources
   Security
   Backup
   Testing (iSpace)
   Virtual servers
Bandwidth

   Broadband
    – multiple signals transmitted on the same channel
      simultaneously
    – channel is divided into separate frequency bands,
      each capable of carrying a signal
   Narrowband/baseband
    – employs [the entirety of its available] bandwidth
      for one signal
Bandwidth Terms

   The bandwidth of a communications channel
    determines its capacity to transmit data—it’s
    analogous to the size of plumbing pipes (10MB,
    100MB, 1GB, 10GB)
   Analog signals may contain independent
    waveforms of various frequencies
   The number of frequencies supported by a
    channel determines its bandwidth
   The bandwidth of a digital channel is usually
    measured in bits per second (bps)
Bandwidth Terms

   What affects bandwidth?
   media used for transmission of signals
Networks 101

   Physical layer supports
    basic carrier signals
   Data link layer manages
    point-to-point
    connectivity
   Network layer routes
    data from sender to
    destination
   Transport layer
    provides messaging
    services
   Application layer
    provides user functions
Layers
Layers
Sending Information

   When you transmit data, it is broken up into small
    pieces called packets
   A packet is a parcel of data that is sent across a
    network
     – Has the address of its sender
     – Has the address of the destination
     – Has some data
   When packets reach their ultimate destination,
    they are put back together into the data that was
    originally transmitted
Sending Information

   Data can be sent in two ways:
    – Synchronous protocols
    – Asynchronous protocols
   Handshaking
Networking

   Packet Switching
    – The message is made of separate data packets,
      each addressed to the destination
    – Packets are transmitted over any available
      connection to the destination
    – The receiving node reassembles the message
Networks

   www @ FSU
   Comcast
Connecting

   Modem / Dial-up
    – “modem” = modulate-demodulate
   Modulation – changing the characteristics of a
    signal (digital to analog)
   Demodulation – changing the signal back to its
    original state (analog to digital)
Cables

   Most networks use twisted-pair cables
     – UTP (unshielded twisted pair)
     – STP (shielded twisted pair)
     – Looks similar to telephone cable
     – Has a square plastic RJ-45 connector
   Twisted Pair Wire Cable
     – Insulated pairs of wires historically used in
       telephone service
        • Category 1 – Telephones
        • Category 3 – Up to 10Mbps
        • Category 5 – Up to 100Mbps
Cables

   Another option is coaxial cable
    – Resembles cable-TV cable
    – Round, silver BNC or F-type connector
   Coaxial Cable (BNC)
    – Consists of an inner conductor wire surrounded by
      insulation, called the dielectric. The dielectric is
      surrounded by a conductive shield, which is surrounded
      by a non-conductive jacket. Coaxial cable has a better
      data transmission rate than twisted pair.
Cables

Fiber-optic cable is a bundle of extremely
thin tubes of glass
  – Many extremely thin fibers of glass or plastic,
    coated with a cladding and bound together in a
    sheathing which transmits signals with light beams
     •Fast transfer rates
     •Immune to electrical interference (emi occurs
       over long distances)
     •Hard to tap into
     •Takes less space
  – Each optical fiber (tube) is thinner than a human hair
Cable Signals
Connection Speeds
              Comcast
                 6mps
Networks

   Repeaters
    – boost the signal strength over transmission
      medium
   Bridges
    – isolate LANs from unnecessary traffic, but connect
      LANs to neighboring networks
   Switches?, Routers?, Hubs?
Networks

   Datagrams:
   TCP/IP:
   IP address:
   Domain names are pseudonyms for IP
    addresses
Networks

   Protocols:
    – A communications protocol is a set of rules for efficiently
      transmitting data from one network node to another
    – The best-known protocol is probably TCP/IP
    – Sending Computer:
       • Breaks the data into packets; adds addressing
         information; prepares the data for transmission
    – Receiving Computer:
       • Takes packets off the cable; strips the packets of
         addressing information; reassembles the data from the
         packets
Networks

TCP/IP provides a standard that is public,
free, extensible, and fairly easy to
implement. TCP/IP is the glue that holds
the Internet together.
Networks

   The IP part of TCP/IP defines the format for
    the addresses that identify computers on
    the Internet
   These addresses are called IP addresses
   An IP address is a series of numbers, such
    as 204.127.129.001
   IP addresses
Networks

   ISPs need static IP addresses
     –   Clients typically use dynamic IP addresses, as the IP
         addressing scheme provides approximately only 4.3
         billion unique addresses
   Numbers are hard to remember, so host
    computers also have names called domain
    names; a domain names corresponds to an
    IP address; domain name system – huge
    database that houses the names and IP
    addresses of key computers
   Domain name servers – computers that
    house this database
Networks

   Internet 2
    – consortium of government, industry, and
      education
   The consortium
    – establishes network capabilities to support
      national research
    – develops the next generation of Internet
      applications
    – transfers these to worldwide Internet
Networks

   Internet 2
    –   remote instrumentation and virtual laboratories
    –   distance learning
    –   digital libraries
    –   Tele-immersion
    –   multicasting
Networks

   National LambdaRail
    –   High-speed national network running on fiber
    –   LambdaRail will merge with I2
    –   Testing service network
    –   University-based and -owned initiative
Networks

   Wireless
     – infrared broadcasting
     – radio frequency
       broadcasting
        • spread spectrum (cell
          telephony)
        • direct sequence spread
          spectrum (DSSS)
        • frequency hopping
          spread spectrum (FHSS)
Networks – Wireless
 Protocols
           Release                 Data Rate    Data Rate
Protocol           Op. Frequency                             Range (Indoor)
              Date                     (Typ)       (Max)


Legacy      1997      2.4 GHz       1 Mbit/s     2 Mbit/s          ?


                                                              ~30 meters
802.11a     1999       5 GHz       25 Mbit/s    54 Mbit/s
                                                              (~100 feet)

                                                              ~30 meters
802.11b     1999      2.4 GHz      6.5 Mbit/s   11 Mbit/s
                                                              (~100 feet)

            2003                                              ~30 meters
802.11g               2.4 GHz      25 Mbit/s    54 Mbit/s
           (June)                                             (~100 feet)

            2008     2.4 GHz or                               ~50 meters
802.11n                            200 Mbit/s   540 Mbit/s
           (April)     5 GHz                                   (~160 ft)
Networks
Networks

Support for the creation of       

                                  
                                      802.11a - 54 Mbps standard, 5 GHz signaling (ratified 1999)
                                      802.11b - 11 Mbps standard, 2.4 GHz signaling (1999)

technologies for wireless local   

                                  
                                      802.11c - operation of bridge connections (moved to 802.1D)
                                      802.11d - worldwide compliance with regulations for use of wireless signal
                                      spectrum (2001)
area networking:                  
                                  
                                      802.11e - Quality of Service (QoS) support (not yet ratified)
                                      802.11F - Inter-Access Point Protocol recommendation for communication
                                      between access points to
                                     support roaming clients (2003)
                                     802.11g - 54 Mbps standard, 2.4 GHz signaling (2003)
                                     802.11h - enhanced version of 802.11a to support European regulatory
                                      requirements (2003)
                                     802.11i - security improvements for the 802.11 family (2004)
                                     802.11j - enhancements to 5 GHz signaling to support Japan regulatory
                                      requirements (2004)
                                     802.11k - WLAN system management (in progress)
                                     802.11l - skipped to avoid confusion with 802.11i
                                     802.11m - maintenance of 802.11 family documentation
                                     802.11n - 100+ Mbps standard improvements over 802.11g (in progress)
                                     802.11o - skipped
                                     802.11p - Wireless Access for the Vehicular Environment
                                     802.11q - skipped
                                     802.11r - fast roaming support via Basic Service Set transitions
                                     802.11s - ESS mesh networking for access points
                                     802.11T - Wireless Performance Prediction - recommendation for testing
                                      standards and metrics
                                     802.11u - internetworking with 3G / cellular and other forms of external
                                      networks
                                     802.11v - wireless network management / device configuration
                                     802.11w - Protected Management Frames security enhancement
                                     802.11x - skipped (generic name for the 802.11 family)
                                     802.11y - Contention Based Protocol for interference avoidance
Networks

   Using “ping” or “traceroute,” you can
    discover the length of time that data is in
    transit
   On average, data within the US usually
    arrives at its destination 110-120
    milliseconds (ms) after it is sent
   Overseas transmissions require a little
    more time
   NetTraffic
Networks
Networks

   Network Monitors
    – Keep track of network traffic, number of
      packets, packet size, collisions, re-
      transmissions, etc.
    – Enable planning for growth and quality
   Network Analyzers
    – Randomly dissect packets, analyze problems,
      and determine the source of errors
Portals

   Web entry stations that offer quick and
    easy access to a variety of services
    – Consumer portals include search engines, e-mail
      services, chat rooms, references, news headlines,
      shopping malls, and other services
    – Corporate portals on intranets serve the
      employees of particular corporations
    – Vertical portals are targeted at members of a
      particular industry or economic sector
   Other Web Stuff
    – Push (auto-updates) versus Pull (browser in client-
      server model) technology
Nets

   Intranets
   Extranets
   Electronic data interchange (EDI)
Questions?

Contenu connexe

Tendances

E business 2014 l06
E business 2014 l06E business 2014 l06
E business 2014 l06kchanaka3
 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networkingPriya Manik
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer networkK. A. M Lutfullah
 
2 computer network - basic concepts
2   computer network - basic concepts2   computer network - basic concepts
2 computer network - basic conceptsMayank Jain
 
Computer networks--network
Computer networks--networkComputer networks--network
Computer networks--networkAntenh Mekonen
 
Chapter 1 computer networking Class 12th
Chapter 1 computer networking Class 12thChapter 1 computer networking Class 12th
Chapter 1 computer networking Class 12thHarsh Mathur
 
Computer Networks for Computer Science Student
Computer Networks for Computer Science StudentComputer Networks for Computer Science Student
Computer Networks for Computer Science Studentrprajat007
 
Concept of networking
Concept of networkingConcept of networking
Concept of networkingsumit dimri
 
Networking Basics - Sales Account Manager Training
Networking Basics - Sales Account Manager TrainingNetworking Basics - Sales Account Manager Training
Networking Basics - Sales Account Manager TrainingArjun V
 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networkingRozitarmizi Mohammad
 
Welcome to Computer Networks
Welcome to Computer NetworksWelcome to Computer Networks
Welcome to Computer Networksfarhan516
 
System and network administration network services
System and network administration network servicesSystem and network administration network services
System and network administration network servicesUc Man
 
Networking fundamentals
Networking fundamentalsNetworking fundamentals
Networking fundamentalsjpprakash
 
Networking fundamentals
Networking fundamentalsNetworking fundamentals
Networking fundamentalsBesar Limani
 
Computer Networks
Computer NetworksComputer Networks
Computer NetworksRaj vardhan
 
Introduction to computer networking
Introduction to computer networkingIntroduction to computer networking
Introduction to computer networkingSameer Sharma
 
Concept of data communication and Network Types
Concept of data communication and  Network TypesConcept of data communication and  Network Types
Concept of data communication and Network TypesToufiqueAhmed13
 
Computer networks--network
Computer networks--networkComputer networks--network
Computer networks--networkVinnu Vinod Kvk
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer networkAshita Agrawal
 

Tendances (20)

E business 2014 l06
E business 2014 l06E business 2014 l06
E business 2014 l06
 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networking
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer network
 
2 computer network - basic concepts
2   computer network - basic concepts2   computer network - basic concepts
2 computer network - basic concepts
 
Computer networks--network
Computer networks--networkComputer networks--network
Computer networks--network
 
Chapter 1 computer networking Class 12th
Chapter 1 computer networking Class 12thChapter 1 computer networking Class 12th
Chapter 1 computer networking Class 12th
 
Computer Networks for Computer Science Student
Computer Networks for Computer Science StudentComputer Networks for Computer Science Student
Computer Networks for Computer Science Student
 
Concept of networking
Concept of networkingConcept of networking
Concept of networking
 
Computer Network - Unit 1
Computer Network - Unit 1Computer Network - Unit 1
Computer Network - Unit 1
 
Networking Basics - Sales Account Manager Training
Networking Basics - Sales Account Manager TrainingNetworking Basics - Sales Account Manager Training
Networking Basics - Sales Account Manager Training
 
1 introduction-to-computer-networking
1 introduction-to-computer-networking1 introduction-to-computer-networking
1 introduction-to-computer-networking
 
Welcome to Computer Networks
Welcome to Computer NetworksWelcome to Computer Networks
Welcome to Computer Networks
 
System and network administration network services
System and network administration network servicesSystem and network administration network services
System and network administration network services
 
Networking fundamentals
Networking fundamentalsNetworking fundamentals
Networking fundamentals
 
Networking fundamentals
Networking fundamentalsNetworking fundamentals
Networking fundamentals
 
Computer Networks
Computer NetworksComputer Networks
Computer Networks
 
Introduction to computer networking
Introduction to computer networkingIntroduction to computer networking
Introduction to computer networking
 
Concept of data communication and Network Types
Concept of data communication and  Network TypesConcept of data communication and  Network Types
Concept of data communication and Network Types
 
Computer networks--network
Computer networks--networkComputer networks--network
Computer networks--network
 
Introduction to computer network
Introduction to computer networkIntroduction to computer network
Introduction to computer network
 

Similaire à LIS3353 SP12 Week 11

It infrastructure
It infrastructureIt infrastructure
It infrastructureraptrovic
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.pptExamIUB
 
chapter6 intro to telecommunications.ppt
chapter6 intro to telecommunications.pptchapter6 intro to telecommunications.ppt
chapter6 intro to telecommunications.pptTakudzwaM1
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.pptExamIUB
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.pptExamIUB
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.pptExamIUB
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.pptExamIUB
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.pptExamIUB
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.pptExamIUB
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.pptExamIUB
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.pptExamIUB
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.pptExamIUB
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.pptExamIUB
 
Telecom Network
Telecom NetworkTelecom Network
Telecom NetworkExamIUB
 
Computer Networks1
Computer Networks1Computer Networks1
Computer Networks1arjun0222
 
Networking concepts
Networking conceptsNetworking concepts
Networking conceptsritajindal2
 
Networking concepts
Networking conceptsNetworking concepts
Networking conceptsseemadav1
 
Network ppt
Network pptNetwork ppt
Network ppthlalu861
 

Similaire à LIS3353 SP12 Week 11 (20)

It infrastructure
It infrastructureIt infrastructure
It infrastructure
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.ppt
 
chapter6 intro to telecommunications.ppt
chapter6 intro to telecommunications.pptchapter6 intro to telecommunications.ppt
chapter6 intro to telecommunications.ppt
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.ppt
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.ppt
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.ppt
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.ppt
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.ppt
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.ppt
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.ppt
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.ppt
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.ppt
 
chapter1.ppt
chapter1.pptchapter1.ppt
chapter1.ppt
 
Telecom Network
Telecom NetworkTelecom Network
Telecom Network
 
COMPUTER NETWORK
COMPUTER NETWORKCOMPUTER NETWORK
COMPUTER NETWORK
 
Computer Networks .pdf
Computer Networks .pdfComputer Networks .pdf
Computer Networks .pdf
 
Computer Networks1
Computer Networks1Computer Networks1
Computer Networks1
 
Networking concepts
Networking conceptsNetworking concepts
Networking concepts
 
Networking concepts
Networking conceptsNetworking concepts
Networking concepts
 
Network ppt
Network pptNetwork ppt
Network ppt
 

Plus de Amanda Case

LIS3021 Group 7 Fall2012 T@llyCo
LIS3021 Group 7 Fall2012 T@llyCoLIS3021 Group 7 Fall2012 T@llyCo
LIS3021 Group 7 Fall2012 T@llyCoAmanda Case
 
LIS3353 SP12 Week 10
LIS3353 SP12 Week 10LIS3353 SP12 Week 10
LIS3353 SP12 Week 10Amanda Case
 
LIS3353 SP12 Week 13
LIS3353 SP12 Week 13LIS3353 SP12 Week 13
LIS3353 SP12 Week 13Amanda Case
 
LIS3353 SP12 Week 12
LIS3353 SP12 Week 12LIS3353 SP12 Week 12
LIS3353 SP12 Week 12Amanda Case
 
LIS3353 SP12 Week 10a
LIS3353 SP12 Week 10aLIS3353 SP12 Week 10a
LIS3353 SP12 Week 10aAmanda Case
 
LIS3353 SP12 Week 10
LIS3353 SP12 Week 10LIS3353 SP12 Week 10
LIS3353 SP12 Week 10Amanda Case
 
LIS3353 SP12 Week 9
LIS3353 SP12 Week 9LIS3353 SP12 Week 9
LIS3353 SP12 Week 9Amanda Case
 
LIS3353 SP12 Week 8
LIS3353 SP12 Week 8LIS3353 SP12 Week 8
LIS3353 SP12 Week 8Amanda Case
 
LIS3353 SP12 Week 7
LIS3353 SP12 Week 7LIS3353 SP12 Week 7
LIS3353 SP12 Week 7Amanda Case
 
LIS3353 SP12 Week 6
LIS3353 SP12 Week 6LIS3353 SP12 Week 6
LIS3353 SP12 Week 6Amanda Case
 
LIS3353 SP12 Week 5a
LIS3353 SP12 Week 5aLIS3353 SP12 Week 5a
LIS3353 SP12 Week 5aAmanda Case
 
LIS3353 SP12 Week 4
LIS3353 SP12 Week 4LIS3353 SP12 Week 4
LIS3353 SP12 Week 4Amanda Case
 
LIS3353 SP12 Week 5
LIS3353 SP12 Week 5LIS3353 SP12 Week 5
LIS3353 SP12 Week 5Amanda Case
 
LIS3353 -SP12 Week 3
LIS3353 -SP12 Week 3LIS3353 -SP12 Week 3
LIS3353 -SP12 Week 3Amanda Case
 
LIS3353 SP 12 Week 2a
LIS3353 SP 12 Week 2aLIS3353 SP 12 Week 2a
LIS3353 SP 12 Week 2aAmanda Case
 
LIS3353 SP12 Week 2
LIS3353 SP12 Week 2LIS3353 SP12 Week 2
LIS3353 SP12 Week 2Amanda Case
 
Lis3353 sp12 week1
Lis3353 sp12 week1Lis3353 sp12 week1
Lis3353 sp12 week1Amanda Case
 
LIS 3353 - Group 1 - GigWalk
LIS 3353 - Group 1 - GigWalkLIS 3353 - Group 1 - GigWalk
LIS 3353 - Group 1 - GigWalkAmanda Case
 

Plus de Amanda Case (18)

LIS3021 Group 7 Fall2012 T@llyCo
LIS3021 Group 7 Fall2012 T@llyCoLIS3021 Group 7 Fall2012 T@llyCo
LIS3021 Group 7 Fall2012 T@llyCo
 
LIS3353 SP12 Week 10
LIS3353 SP12 Week 10LIS3353 SP12 Week 10
LIS3353 SP12 Week 10
 
LIS3353 SP12 Week 13
LIS3353 SP12 Week 13LIS3353 SP12 Week 13
LIS3353 SP12 Week 13
 
LIS3353 SP12 Week 12
LIS3353 SP12 Week 12LIS3353 SP12 Week 12
LIS3353 SP12 Week 12
 
LIS3353 SP12 Week 10a
LIS3353 SP12 Week 10aLIS3353 SP12 Week 10a
LIS3353 SP12 Week 10a
 
LIS3353 SP12 Week 10
LIS3353 SP12 Week 10LIS3353 SP12 Week 10
LIS3353 SP12 Week 10
 
LIS3353 SP12 Week 9
LIS3353 SP12 Week 9LIS3353 SP12 Week 9
LIS3353 SP12 Week 9
 
LIS3353 SP12 Week 8
LIS3353 SP12 Week 8LIS3353 SP12 Week 8
LIS3353 SP12 Week 8
 
LIS3353 SP12 Week 7
LIS3353 SP12 Week 7LIS3353 SP12 Week 7
LIS3353 SP12 Week 7
 
LIS3353 SP12 Week 6
LIS3353 SP12 Week 6LIS3353 SP12 Week 6
LIS3353 SP12 Week 6
 
LIS3353 SP12 Week 5a
LIS3353 SP12 Week 5aLIS3353 SP12 Week 5a
LIS3353 SP12 Week 5a
 
LIS3353 SP12 Week 4
LIS3353 SP12 Week 4LIS3353 SP12 Week 4
LIS3353 SP12 Week 4
 
LIS3353 SP12 Week 5
LIS3353 SP12 Week 5LIS3353 SP12 Week 5
LIS3353 SP12 Week 5
 
LIS3353 -SP12 Week 3
LIS3353 -SP12 Week 3LIS3353 -SP12 Week 3
LIS3353 -SP12 Week 3
 
LIS3353 SP 12 Week 2a
LIS3353 SP 12 Week 2aLIS3353 SP 12 Week 2a
LIS3353 SP 12 Week 2a
 
LIS3353 SP12 Week 2
LIS3353 SP12 Week 2LIS3353 SP12 Week 2
LIS3353 SP12 Week 2
 
Lis3353 sp12 week1
Lis3353 sp12 week1Lis3353 sp12 week1
Lis3353 sp12 week1
 
LIS 3353 - Group 1 - GigWalk
LIS 3353 - Group 1 - GigWalkLIS 3353 - Group 1 - GigWalk
LIS 3353 - Group 1 - GigWalk
 

Dernier

DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxnelietumpap1
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 

Dernier (20)

DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptx
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 

LIS3353 SP12 Week 11

  • 1. Networking (week 11) LIS 3353 Technologies Networking and the Internet
  • 2. Networking (week 11) Agenda  IT News  Networking  Thursday – bring your laptop!
  • 3. IT News  Apple – Foxconn – Daisey – TAL  Windows 8
  • 4. Why do we network?  http://www.youtube.com/watch?v=7_LPdtt KXPc&feature=related  Reduce hardware and software costs  Provide access to a wide range of services and specialized peripheral devices  Enable people to work together, regardless of time and place
  • 7. Networks 101 Refresher – Client/server – contains servers and clients – Peer-to-peer (P2P) – every computer is considered an equal
  • 8. Ring Topology Tree Topology Star Topology Bus Topology Mesh Topology
  • 9. Networks 101  A network is a collection of computer systems configured to share digital data and resources  Computer to Computer   Local Area Network (LAN)   LANs extend across limited – geographical area  servers, terminals, etc.
  • 10. How LANs work  Connectivity supporting two-way communication  Resource sharing  Limited geographical area  Transparency of use  Support from hardware and software  Positives – communications – management control – cost-effectiveness  Negatives – need for additional equipment – maintenance – support staff
  • 11. Lots of Networks  LAN (Local Area Network)  WAN (Wide Area Network)  MAN (Metropolitan Area Network)  PAN (Personal Area Network)  And more – NFC, BAN, NAN, CAN…
  • 12. Networks  Internetwork:  collection of autonomous networks  Ex: the Internet, intranets  The Internet:  ARPAnet - late 1960s  decentralized  loosely-coupled  redundant  Apps  e-mail  telnet  FTP (file transfer protocol)  www
  • 13. Networks  ARPANET  The ARPANET, created in 1969, connected computers at four universities  WWW  Hypertext system  This was an open system, evolved to I2
  • 14. Networks - Shannon  an information source generates a message  a transmitter encodes the message as a signal  the signal is transmitted over a communications channel  the receiver extracts a signal from the communications channel and converts it back into the form of a message  the destination receives the message  a source of noise is usually present in the communication channel—this is a random element that modifies the signal in unpredictable ways
  • 15. Networks  Messages are encoded as a stream of binary numbers (0s and 1s)  Signals are transmitted as electro-magnetic energy (electrical, optical, or radio waves)  Rate of reliable transmissions depends on the properties of the channel and the complexity of the message  Two types of signals:  Analog  Digital
  • 16. iSpace Model  CLIENT--(local) system requesting services  SERVER--(remote) system that receives and handles requests from many clients concurrently
  • 17. Peer-To-Peer (P2P)  Another Model: Peer to Peer  Each entity can act as a client or a server  File sharers use this P2P terminology for file exchanges (ex.: Gnutella, Napster, Grokster, bittorrent)  P2P (workgroups) - typically <10 people  No central communication control device  Inexpensive  Each computer’s resources are used
  • 18. Other models (like FSU)  Dedicated servers  File, application, mail, fax, communication  Centralized, shared resources  Security  Backup  Testing (iSpace)  Virtual servers
  • 19. Bandwidth  Broadband – multiple signals transmitted on the same channel simultaneously – channel is divided into separate frequency bands, each capable of carrying a signal  Narrowband/baseband – employs [the entirety of its available] bandwidth for one signal
  • 20. Bandwidth Terms  The bandwidth of a communications channel determines its capacity to transmit data—it’s analogous to the size of plumbing pipes (10MB, 100MB, 1GB, 10GB)  Analog signals may contain independent waveforms of various frequencies  The number of frequencies supported by a channel determines its bandwidth  The bandwidth of a digital channel is usually measured in bits per second (bps)
  • 21. Bandwidth Terms  What affects bandwidth?  media used for transmission of signals
  • 22.
  • 23. Networks 101  Physical layer supports basic carrier signals  Data link layer manages point-to-point connectivity  Network layer routes data from sender to destination  Transport layer provides messaging services  Application layer provides user functions
  • 26. Sending Information  When you transmit data, it is broken up into small pieces called packets  A packet is a parcel of data that is sent across a network – Has the address of its sender – Has the address of the destination – Has some data  When packets reach their ultimate destination, they are put back together into the data that was originally transmitted
  • 27. Sending Information  Data can be sent in two ways: – Synchronous protocols – Asynchronous protocols  Handshaking
  • 28. Networking  Packet Switching – The message is made of separate data packets, each addressed to the destination – Packets are transmitted over any available connection to the destination – The receiving node reassembles the message
  • 29.
  • 30.
  • 31. Networks  www @ FSU  Comcast
  • 32. Connecting  Modem / Dial-up – “modem” = modulate-demodulate  Modulation – changing the characteristics of a signal (digital to analog)  Demodulation – changing the signal back to its original state (analog to digital)
  • 33. Cables  Most networks use twisted-pair cables – UTP (unshielded twisted pair) – STP (shielded twisted pair) – Looks similar to telephone cable – Has a square plastic RJ-45 connector  Twisted Pair Wire Cable – Insulated pairs of wires historically used in telephone service • Category 1 – Telephones • Category 3 – Up to 10Mbps • Category 5 – Up to 100Mbps
  • 34. Cables  Another option is coaxial cable – Resembles cable-TV cable – Round, silver BNC or F-type connector  Coaxial Cable (BNC) – Consists of an inner conductor wire surrounded by insulation, called the dielectric. The dielectric is surrounded by a conductive shield, which is surrounded by a non-conductive jacket. Coaxial cable has a better data transmission rate than twisted pair.
  • 35. Cables Fiber-optic cable is a bundle of extremely thin tubes of glass – Many extremely thin fibers of glass or plastic, coated with a cladding and bound together in a sheathing which transmits signals with light beams •Fast transfer rates •Immune to electrical interference (emi occurs over long distances) •Hard to tap into •Takes less space – Each optical fiber (tube) is thinner than a human hair
  • 37. Connection Speeds Comcast 6mps
  • 38. Networks  Repeaters – boost the signal strength over transmission medium  Bridges – isolate LANs from unnecessary traffic, but connect LANs to neighboring networks  Switches?, Routers?, Hubs?
  • 39. Networks  Datagrams:  TCP/IP:  IP address:  Domain names are pseudonyms for IP addresses
  • 40. Networks  Protocols: – A communications protocol is a set of rules for efficiently transmitting data from one network node to another – The best-known protocol is probably TCP/IP – Sending Computer: • Breaks the data into packets; adds addressing information; prepares the data for transmission – Receiving Computer: • Takes packets off the cable; strips the packets of addressing information; reassembles the data from the packets
  • 41. Networks TCP/IP provides a standard that is public, free, extensible, and fairly easy to implement. TCP/IP is the glue that holds the Internet together.
  • 42. Networks  The IP part of TCP/IP defines the format for the addresses that identify computers on the Internet  These addresses are called IP addresses  An IP address is a series of numbers, such as 204.127.129.001  IP addresses
  • 43. Networks  ISPs need static IP addresses – Clients typically use dynamic IP addresses, as the IP addressing scheme provides approximately only 4.3 billion unique addresses  Numbers are hard to remember, so host computers also have names called domain names; a domain names corresponds to an IP address; domain name system – huge database that houses the names and IP addresses of key computers  Domain name servers – computers that house this database
  • 44. Networks  Internet 2 – consortium of government, industry, and education  The consortium – establishes network capabilities to support national research – develops the next generation of Internet applications – transfers these to worldwide Internet
  • 45. Networks  Internet 2 – remote instrumentation and virtual laboratories – distance learning – digital libraries – Tele-immersion – multicasting
  • 46. Networks  National LambdaRail – High-speed national network running on fiber – LambdaRail will merge with I2 – Testing service network – University-based and -owned initiative
  • 47. Networks  Wireless – infrared broadcasting – radio frequency broadcasting • spread spectrum (cell telephony) • direct sequence spread spectrum (DSSS) • frequency hopping spread spectrum (FHSS)
  • 48. Networks – Wireless Protocols Release Data Rate Data Rate Protocol Op. Frequency Range (Indoor) Date (Typ) (Max) Legacy 1997 2.4 GHz 1 Mbit/s 2 Mbit/s ? ~30 meters 802.11a 1999 5 GHz 25 Mbit/s 54 Mbit/s (~100 feet) ~30 meters 802.11b 1999 2.4 GHz 6.5 Mbit/s 11 Mbit/s (~100 feet) 2003 ~30 meters 802.11g 2.4 GHz 25 Mbit/s 54 Mbit/s (June) (~100 feet) 2008 2.4 GHz or ~50 meters 802.11n 200 Mbit/s 540 Mbit/s (April) 5 GHz (~160 ft)
  • 50. Networks Support for the creation of   802.11a - 54 Mbps standard, 5 GHz signaling (ratified 1999) 802.11b - 11 Mbps standard, 2.4 GHz signaling (1999) technologies for wireless local   802.11c - operation of bridge connections (moved to 802.1D) 802.11d - worldwide compliance with regulations for use of wireless signal spectrum (2001) area networking:   802.11e - Quality of Service (QoS) support (not yet ratified) 802.11F - Inter-Access Point Protocol recommendation for communication between access points to  support roaming clients (2003)  802.11g - 54 Mbps standard, 2.4 GHz signaling (2003)  802.11h - enhanced version of 802.11a to support European regulatory requirements (2003)  802.11i - security improvements for the 802.11 family (2004)  802.11j - enhancements to 5 GHz signaling to support Japan regulatory requirements (2004)  802.11k - WLAN system management (in progress)  802.11l - skipped to avoid confusion with 802.11i  802.11m - maintenance of 802.11 family documentation  802.11n - 100+ Mbps standard improvements over 802.11g (in progress)  802.11o - skipped  802.11p - Wireless Access for the Vehicular Environment  802.11q - skipped  802.11r - fast roaming support via Basic Service Set transitions  802.11s - ESS mesh networking for access points  802.11T - Wireless Performance Prediction - recommendation for testing standards and metrics  802.11u - internetworking with 3G / cellular and other forms of external networks  802.11v - wireless network management / device configuration  802.11w - Protected Management Frames security enhancement  802.11x - skipped (generic name for the 802.11 family)  802.11y - Contention Based Protocol for interference avoidance
  • 51. Networks  Using “ping” or “traceroute,” you can discover the length of time that data is in transit  On average, data within the US usually arrives at its destination 110-120 milliseconds (ms) after it is sent  Overseas transmissions require a little more time  NetTraffic
  • 53. Networks  Network Monitors – Keep track of network traffic, number of packets, packet size, collisions, re- transmissions, etc. – Enable planning for growth and quality  Network Analyzers – Randomly dissect packets, analyze problems, and determine the source of errors
  • 54. Portals  Web entry stations that offer quick and easy access to a variety of services – Consumer portals include search engines, e-mail services, chat rooms, references, news headlines, shopping malls, and other services – Corporate portals on intranets serve the employees of particular corporations – Vertical portals are targeted at members of a particular industry or economic sector  Other Web Stuff – Push (auto-updates) versus Pull (browser in client- server model) technology
  • 55. Nets  Intranets  Extranets  Electronic data interchange (EDI)

Notes de l'éditeur

  1. Network topology is the layout pattern of interconnections of the various elements (links, nodes, etc.) of a computer[1][2] or biological network.[3] Network topologies may be physical or logical. Physical topology refers to the physical design of a network including the devices, location and cable installation. Logical topology refers to how data is actually transferred in a network as opposed to its physical design. In general physical topology relates to a core network whereas logical topology relates to basic network
  2. LAN - a computer network that interconnects computers in a limited area such as a home, school, computer laboratory, or office building.[1] The defining characteristics of LANs, in contrast to wide area networks (WANs), include their usually higher data-transfer rates, smaller geographic area, and lack of a need for leased telecommunication lines.WAN - a telecommunication network that covers a broad area (i.e., any network that links across metropolitan, regional, or national boundaries). Business and government entities utilize WANs to relay data among employees, clients, buyers, and suppliers from various geographical locations. In essence this mode of telecommunication allows a business to effectively carry out its daily function regardless of location OFTEN OWNED BY SINGLE CORPMAN - a computer network that usually spans a city or a large campus. A MAN usually interconnects a number of local area networks (LANs) using a high-capacity backbone technology, such as fiber-optical links, and provides up-link services to wide area networks (or WAN) and the Internet.PAN - a computer network used for communication among computerized devices, including telephones and personal digital assistants. PANs can be used for communication among the personal devices themselves (intrapersonal communication), or for connecting to a higher level network and the Internet (an uplink)
  3. Internetwork - the practice of connecting a computer network with other networks through the use of gateways that provide a common method of routing information packets between the networks. The resulting system of interconnected networks is called an internetwork, or simply an internet
  4. In response to the Soviet Union’s launch of Sputnik in 1957, the first artificial satellite, the United States created ARPA (Advanced Research Projects Agency) to help scientists communicate and share valuable computer resourcesWWW was created as a medium for disseminating scientific research; organized by Tim Berners-Lee in 1989Hypertext: Documents with built-in cross-referencing called “hyperlinks”
  5. the Shannon–Hartley theorem tells the maximum rate at which information can be transmitted over a communications channel of a specified bandwidth in the presence of noise.
  6. the Shannon–Hartley theorem tells the maximum rate at which information can be transmitted over a communications channel of a specified bandwidth in the presence of noise.
  7. the Shannon–Hartley theorem tells the maximum rate at which information can be transmitted over a communications channel of a specified bandwidth in the presence of noise.
  8. Bandwidth is the transmission capacity of a communications channelBroadband High-bandwidth communications systems, such as cable TV, are sometimes referred to as Systems with less capacity, such as the telephone system, are referred to as narrowband or baseband
  9. What affects bandwidth?distance or expanse covered by the network,LAN, WAN, InternetworkMedia used for trxn of signalsbounded media (copper wire, co-axial, optical fiber cable)unbounded media (“wireless,” radio frequency waves, cellular networks)
  10. Data can be sent in two ways:Synchronous protocols, which coordinate sending and receiving by using a clock signalAsynchronous protocols, which require the transmitting computer to send a start bit that indicates the beginning of a packetHandshakingHandshaking is a networking process when two computers establish a connection. An example of a handshake is when your modem dialup&apos;s to a computer network and agrees on baud rate, error correction and compression protocols. Handshaking usually occurs when packets of data are exchanged between two computers.
  11. Datagrams:packets of data that also contain addressing informationTCP/IP:A suite of protocolsdefine protocols (standards) for how datagrams are packaged and deliveredIP address:a number that is the address of an Internet hostDomain names are pseudonyms for IP addressesDomain name system (DNS) servers provide users with IP numbers for URLs, e-mail addresses, etc.
  12. Datagrams:packets of data that also contain addressing informationTCP/IP:A suite of protocolsdefine protocols (standards) for how datagrams are packaged and deliveredIP address:a number that is the address of an Internet hostDomain names are pseudonyms for IP addressesDomain name system (DNS) servers provide users with IP numbers for URLs, e-mail addresses, etc.
  13. Datagrams:packets of data that also contain addressing informationTCP/IP:A suite of protocolsdefine protocols (standards) for how datagrams are packaged and deliveredIP address:a number that is the address of an Internet hostDomain names are pseudonyms for IP addressesDomain name system (DNS) servers provide users with IP numbers for URLs, e-mail addresses, etc.
  14. An IP address is a series of numbers, such as 204.127.129.001It is separated into four sections by periodsEach section’s number cannot exceed 255Each address requires a total of 32 bits (8 bits per section)128.186.6.14IP addressesDynamic IP address – temporarily assignedStatic IP address – permanently assigned
  15. Internet2 is an advanced not-for-profit United States networking consortium led by members from the research and education communities, industry, and government.[1]In 2009, Internet2 member rolls included over 200 higher education institutions,[2] over 40 members from industry,[3] over 30 research and education network and connector organizations,[4] and over 50 affiliate members.[5]Internet2 operates the Internet2 Network,[6] a next-generation Internet Protocol and optical network that delivers production network services to meet the high-performance demands of research and education, and provides a secure network testing and research environment. In late 2007, Internet2 began operating its newest dynamic circuit network, the Internet2 DCN, an advanced technology that allows user-based allocation of high-capacity data circuits over the fiber-optic network.The Internet2 Network, through its regional network and connector members, connects over 60,000 U.S. educational, research, government and &quot;community anchor&quot; institutions, from primary and secondary schools to community colleges and universities, public libraries and museums to health care organizations.[7]The Internet2 community is actively engaged in developing and deploying emerging network technologies beyond the scope of single institutions and critical to the future of the Internet. These technologies include large-scale network performance measurement and management tools,[8] simple and secure identity and access management tools[9] and advanced capabilities such as the on-demand creation and scheduling of high-bandwidth, high-performance circuits.[10]Internet2 is member led and member focused, with an open governance structure and process.[11] Members serve on several advisory councils,[12] collaborate in a variety of working groups and special interest groups[13] gather at spring and fall member meetings,[14] and are encouraged to participate in the strategic planning process.[15]
  16. National LambdaRail is a 12,000-mile (19,000 km), high-speed national network infrastructure owned and operated by the U.S. research and education community that runs over fiber-optic lines, and is the first transcontinental 10-Gigabit Ethernet network. Its very high capacity (up to 1.6 Tbit/s aggregate), high bandwidth (40 Gbit/s implemented; planning for 100 Gbit/s underway) and high availability (99.99% or more), enable National LambdaRail to support some of the world&apos;s most demanding research projects. Users include NASA, the National Oceanic and Atmospheric Administration, Oak Ridge National Laboratory, and over 280 research universities and other laboratories. In 2009 National LambdaRail was selected to provide wide-area networking for U.S. laboratories participating in research related to the Large Hadron Collider project, based near Geneva, Switzerland.
  17. Network MonitorsKeep track of network traffic, number of packets, packet size, collisions, re-transmissions, etc.Enable planning for growth and quality Network AnalyzersRandomly dissect packets, analyze problems, and determine the source of errors
  18. Intranets: self-contained intra-organizational networks that offer e-mail, newsgroups, file transfer, Web publishing, and other Internet-like servicesExtranets: private TCP/IP networks designed for outside use by customers, clients, and business partners of the organization that owns the extranetElectronic data interchange (EDI): a decade-old set of specifications for ordering, billing, and paying for parts and services over private networks