0% found this document useful (0 votes)
103 views17 pages

ISS331 Lecture Note 1

The document provides an overview of computer networks, discussing their uses in business, homes, and for mobile users. It describes different types of networks including local area networks (LANs) and wide area networks (WANs), and covers topics such as transmission technology, geographical area, communication paths, protocols, and the TCP/IP and OSI reference models. The document also discusses issues with networks regarding things like security, spam, and inaccurate information online.

Uploaded by

RANTSHADI ELIJAH
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
103 views17 pages

ISS331 Lecture Note 1

The document provides an overview of computer networks, discussing their uses in business, homes, and for mobile users. It describes different types of networks including local area networks (LANs) and wide area networks (WANs), and covers topics such as transmission technology, geographical area, communication paths, protocols, and the TCP/IP and OSI reference models. The document also discusses issues with networks regarding things like security, spam, and inaccurate information online.

Uploaded by

RANTSHADI ELIJAH
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 17

Overview of Computer Networks

Internetwork: A collection of interconnected networks. It is also called “internet”.

Management: the act or art of managing something.

Network Management: The process of controlling a network so as to maximize its


efficiency and productivity.

ISO model defines 5 functional areas of network management:

Fault Management,
Performance
Management,
Accounting Management, and
Security Management.
Uses of computer networks
• Business Applications
- Issue of resource sharing
- Use of Client/Server model
- Provides a communication medium among people
• Home Applications
- Home computers is the Internet access.
- Access to remote information
- Person-to-person communication.
- Interactive entertainment.
- Electronic commerce
• Mobile users
- Mobile computers
Cont.
- Portable office
- Wireless networks:
- Applications
• Social, Political, Ethical, and Moral Issues
Newsgroups:
• The exchange of information (text, audio, video)
• E-mails sent by employees
• Government snoop all incoming & outgoing e-mail
• Anonymous messages
• Information on the Internet can be ill-informed, misleading, or wrong.
• Junk mail (spam)
• Viruses in e-mails.
Security can solve a lot of these problems.
Types of Computer Networks
Computer networks are frequently classified by:
• Transmission technology:
- broadcast and
- point-to-point.
• Geographical area they encompass:
-LAN
-WAN and
- Internet.
• Communications path used and the manner in which data are
transmitted across paths:
-circuit-switched,
-packet-switched.
Transmission Technology
- Broadcast Networks
A broadcast network are nodes that share a single communications channel.
Short messages, e.g., packets, sent by one machine are received by all other
nodes connected to the shared channel

• Analogy: shouting in a corridor, airport announcement


• Broadcasting: Broadcasting allows the possibility of addressing a packet
to all destinations by using a special code in the address field.
• Multicasting: support transmission to a subset of the nodes in a network.
Cont.
• Point-to-Point Networks
Point-to-point networks consist of many connections between individual pairs
of nodes.
Large networks are usually point-to-point.
Three common point-to-point topologies are:
• Star
• Loop
o Complete loop
o Fully meshed
• Tree
Cont.
Geographical Area
• PAN (1-10m): personal computer (e.g.,
wireless network connecting computer, mouse,
keyboard, and printer)
• LAN (10m-10km): room, building, campus
• MAN (10-100km): city (e.g., cable TV)
• WAN (100-1000km): country, continent
• Internet (10000km): planet
Cont.
Local Area Networks
Characteristics:
• LANs are restricted in size
Designs network management are simplified
• LANs speeds ranges from 10 Mbps to 10 Gbps.
• LANs are usually privately-owned networks
•LANs are usually broadcast systems.
Cont.
• Uses transmission technology consisting of a
cables. (e.g., Ethernet, Token ring).
• Two main topologies used in broadcast LANs
are:
Bus and Ring.
• Switched LANs and ATM LANs have appeared
as well.
Cont.
Wide Area Networks
Characteristics:
• Covers a large geographical area (100-1000km)
• Rely in part on common carrier circuits (e.g.,
telephone company, ISP)
• Consists of a number of interconnected
switching nodes
Type of Communication Path
• Circuit switching:
A dedicated communications path is established between two
stations through the nodes of the network for the duration of a connection

• Packet switching:
Data are sent out in a sequence of small chunks, called packets. Each
packet travels through the network from node to node.

• Frame relay
Takes advantage of high data rates and low error rates in the modern
high-speed telecommunications systems by stripping out most of the
overhead involved with error control
Cont.
Asynchronous Transfer Mode (ATM)
ATM is an evolution of frame relay. ATM, in contrast to frame relay,
uses fixed-length packets called cells.

A cell consists of 53 bytes. This reduces the overhead even further.


Data rates in the range of 10s and 100s Mbps, and even in the
Gbps range.

ATM also extends circuit switching to allow multiple channels with


the data rate on each channel dynamically set on demand. ATM
can offer constant-data-rate channels
Protocols
• A protocol is an agreement between the communicating parties on how
communication is to proceed (i.e. a set of rules).
• A network architecture is a set of layers and protocols, e.g., OSI reference
model and TCP/IP.
• Standards are needed to promote interoperability among vendors.

• OSI Reference Model Application


ftp, telnet, email, web Presentation
Data representation (ASCII, EBCDIC) Session
Transport
Negotiation & connection (e.g., NFS)
Network
End-to-end delivery Segments
Data Link
Routing: addresses and best path Packets
Physical
Access to media Frames
Binary transmission and cabling Bits
Cont.

Protocol entities exchange Protocol Data Units (PDUs). Each PDU contains:
• Header: contains control information to be used by the protocol at the peer
layer.
• Message: Data from the upper layer.
• Trailer: is defined for some protocols

Header Message Trailer

Transport

Network
Network Header Transport-PDU
Data Link
Data Link Network- PDU
Header
Cont.
TCP/IP Reference Model (TCP/IP protocol suite)
• TCP/IP is a result of protocol research and development conducted by ARPANET
sponsored by DoD (U.S. Department of Defense).
Application
Transport
Internet
Host-to-Network

Transport Layer
Two end-to-end transport protocols are: TCP and UDP.
• TCP (Transmission Control Protocol):
- is a connection-oriented protocol
- ensures end-to-end data reliability
- uses segmentation and reassembly
- handles flow control
• UDP (User Datagram Protocol):
- is a connectionless protocol
- unreliable (no sequencing or flow control
• Internet Layer (or Network Layer)
The internet protocol (IP) layer provides the routing function across
multiple
Networks
This protocol is implemented in the end systems and in routers. A
router primary function is to relay data from one network to the other.

Host-to-Network Layer
The TCP/IP reference model does not define explicitly what happens in
this layer except that the host has to connect to the network using
some protocol.
Cont.
LAN protocols occupy the bottom two layers of the OSI reference model: the
physical layer and the data link layer.
• The data link layer provides data transport across a physical link. It includes:
o LLC: Logical Link Control sub-layer
o MAC: Media Access Control sub-layer
• The physical layer specifies the electrical, mechanical, procedural and
functional characteristics of the physical link between end systems.

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy