COMPUTER
NETWORKS
PRESENTED BY:
…
What is a
computer
network?
A collection of
computing devices
that are connected in
various ways in order
to communicate and
share resources
To the right is partial
map of the Internet
based on January 12,
2005 data found on
[Link] (imagine
how much it has
grown since)
A few basic terms in computer
networks
Address is personal
identification of a device on
Data transfer rate is the
network. All devices have
Node/host is any device on amount of data moved
their MAC addresses which
a network from one place to another
are permanent(burned-in)
in a time interval
and IP addresses which
could be changed
Types of networks
There are two types of networks:
LAN – Local Area Networks which are usually
networks at home or in offices
WAN – Wide Area Networks which connect
two or more local area networks over a
potentially large geographic distance
Various configurations, called topologies have
been used to administer LANs.
A bus technology called ETHERNET has become
the industry standard for LANs
Local
Area
Network
Wide Area Network
Often one particular node on a LAN is set up to serve as a gateway
to handle all communication going between that LAN and other
networks
The Internet, as we know it today, is essentially the ultimate wide-
area network spanning the entire globe
Metropolitan
Area
Network
THE COMMUNICATION
INFRASTRUCTURES THAT
HAVE BEEN DEVELOPED IN
AND AROUND LARGE CITIES
Who owns the
internet?
Well, nobody does. No single
person or company owns the
Internet or even controls it
entirely. As a wide-area
network, it is made up of
many smaller networks. These
smaller networks are often
owned and managed by a
person or organization. The
Internet, then, is really
defined by how connections
can be made between
these networks.
Internet connections-technologies
Phone modem converts computer data into an analog audio signal
for transfer over a telephone line, and then a modem at the
destination converts it back again into data
Digital subscriber line uses regular copper phone lines to transfer
digital data to and from the phone company’s central office
Cable modem uses the same line that your cable TV signals come in
on to transfer the data back and forth
Network Media
Networking media can be
defined simply as the means
by which signals (data) are
sent from one computer to
another (either by cable or
wireless means).
Hub/Switch/Router
Hub
A multiport repeater to enhance signal within
the same LAN
Everything received on one port is repeated to
all others
Switch
Like hub, but intelligent
It knows which packets should be sent on which
ports, unlike hubs which send all packets on all
ports
Router
Used for forwarding packets from one LAN to
another
To improve the efficiency of transferring
information over a shared communication line,
messages are divided into fixed-sized,
numbered PACKETS
Routers are used to direct packages between
Packet
networks
Switching
ISO/OSI
The International
Organization for
Standardization (ISO)
established the Open
Systems Interconnection
(OSI) Reference Model
Each layer deals with a
particular aspect of network
communication
Network
Protocols
Network protocols are
layered such that each one
relies on the protocols that
underlie it
TCP - Transmission Control
Protocol/IP – Internet Protocol
TCP software breaks messages into IP software deals with the routing
packets, hands them off to the IP of packets through the maze of
software for delivery, and then interconnected networks to their
orders and reassembles the final destination
packets at their destination
TCP alternative – UDP User
Datagram Protocol
The main difference is that TCP is
highly reliable, at the cost of
decreased performance, while
UDP is less reliable, but generally
faster
High Level Protocols
Simple Mail Transfer Protocol (SMTP)
File Transfer Protocol (FTP)
Telnet
Hyper Text Transfer Protocol (http)
Hyper Text Transfer Protocol Secure (https)
Firewalls
Definiton: A machine and its
software that serve as a
special gateway to a
network, protecting it from
inappropriate access
Filters the network traffic that
comes in, checking the
validity of the messages as
much as possible and
perhaps denying some
messages altogether
Network Addresses
Hostname - A unique identification that specifies a particular
computer on the Internet
Examples:
[Link]
[Link]
[Link]
[Link]
An IP address can be split into
Network address, which specifies a specific
network
Host number, which specifies a particular
Network machine in that network
Addresses
Domain Name System
A hostname consists of the computer name followed by the domain
name
[Link] is the domain name
A domain name is separated into two or more sections that specify the
organization, and possibly a subset of an organization, of which the
computer is a part
Two organizations can have a computer named the same thing because the
domain name makes it clear which one is being referred to
For example
[Link] has IP address [Link]
[Link] has IP address [Link]
Domain
etc.
You can look for more of these on [Link]
Name
The very last section of the domain is called its top-level domain
(TLD) name
System
Top Level Domain – Country Codes
Cable
Management
The most annoying or the most
pleasant part of computer
networks is cable management,
depends how it’s done.
P. S. Please, for everyone’s sake
do your cable management
properly!
And finally a
look into one
typical server
room