Networking - PowerPoint PPT Presentation

1 / 15
About This Presentation
Title:

Networking

Description:

Two or more computers interconnected so that ... 130.128.52.2 bravo.sro.com. 66.218.71.86 www.yahoo.com ... bravo. The NIC assigns level 1 domain names. ... – PowerPoint PPT presentation

Number of Views:34
Avg rating:3.0/5.0
Slides: 16
Provided by: wilhelmin
Category:
Tags: bravo | networking

less

Transcript and Presenter's Notes

Title: Networking


1
Networking
  • Chapter 7

2
What is a network?
  • Two or more computers interconnected so that
    information can be shared or transferred from one
    computer to another

3
Common types of network (1)
  • Broadcast
  • Ethernet
  • Any computer attached to the network can send a
    message anytime. Each system attached to the
    network examines the address in every message and
    picks up the message addressed to it.

4
Common types of network (2)
  • Token ring
  • Fiber Distributed Data Interface (FDDI)
  • Only one computer can send a message at any time.
    A token (special message) is constantly being
    passed around from one computer to another in the
    network. A computer can only send a message if
    it holds the token.

5
Common types of network (3)
  • Point-to-point
  • Direct communication link from one computer to
    another

6
LANs, WANs and MANs (1)
  • LAN
  • Local area network
  • Ethernet, FDDI
  • Small area small campus, building
  • WAN
  • Wide-area network
  • Interconnects LANs
  • Universities, research centers, corporations

7
LANs, WANs and MANs (2)
  • MAN
  • Metropolitan area network
  • Interconnects multiple LANs
  • A large geographical area - city

8
Typical Internetworking
9
Network Protocols
  • A protocol determines the format of network
    message packets
  • UNIX systems typically use the TCP/IP protocol
  • TCP/IP transport control protocol/internet
    protocol
  • Highly reliable connection

10
Host Addresses
  • Host address
  • Unique address of a computer in a network
  • IP address
  • 192.168.100.1
  • 192.168 represent large network, perhaps one
    that is university-wide
  • 100.1 represent a subnetwork, perhaps a
    department within a univeristy
  • Network Information Center (NIC)
  • The central authority that handles the assignment
    of addresses.
  • Gives out block of addresses to organizations

11
Symbolic Hostnames
  • IP addresses are associated with host names that
    are easier to deal with
  • 127.0.0.1 localhost
  • 130.128.52.1 sobell.sro.com
  • 130.128.52.2 bravo.sro.com
  • 66.218.71.86 www.yahoo.com
  • IP addresses are globally unique while hostnames
    are only unique locally within a LAN

12
Domain Name Server (DNS)
  • A special database that provides a mapping
    between IP addresses and hostnames

gov
com
edu
mil
org
net
sro
mma
berkeley
Level 1
okeeffe
sobell
bravo
okeeffe
Level 2
  • The NIC assigns level 1 domain names. Individual
    systems administrator assigns names to individual
    machines at level 2.

13
Communicating Over a Network in UNIX (1)
  • Many commands applicable on a single computer
    have been extended to make them work over a
    network
  • finger ? finger user_at_host
  • talk ? talk user_at_host
  • mail ? mail user_at_host

14
Communicating Over a Network in UNIX (2)
  • New UNIX utilities to control and monitor the
    network were created
  • UNIX to UNIX connections
  • rlogin, remote login
  • rcp, remote copy
  • UNIX to UNIX, UNIX to non-UNIX, non-UNIX to UNIX
    connections
  • telnet, remote login
  • ftp, file transfer

15
Other Networking Features of UNIX
  • USENET
  • Formed in the early 1980s
  • Loosely connected network of systems that
    exchange email and news items
  • Internet Browsing
  • archie server
  • Similar in concept to search engine
  • gopher client/server
Write a Comment
User Comments (0)
About PowerShow.com