Top Banner
WELCOME A POWER POINT PRESENTATION ON Co-elucidated by KUMAR ABHISHEK (C.Sc.E) & KUMAR MURLIDHAR (E.C.E) “COMPUTER NETWORKS”
22

computer networks ppt

Nov 18, 2014

Download

Documents

abhiwizard

A ppt on COMPUTER NETWORKS by KUMAR ABHISHEK(3RB06CS045) from REC BHALKI(KARNATAKA)......
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: computer networks ppt

WELCOME A POWER POINT PRESENTATION ON

Co-elucidated by

KUMAR ABHISHEK (C.Sc.E)

&

KUMAR MURLIDHAR (E.C.E)

“COMPUTER NETWORKS”

Page 2: computer networks ppt

A “Computer Network” is an interconnection of a group of computers. Networks may be Classified by what is called the network layer at which they operate according to basic reference models considered as standards in the industry such as the four-layer Internet Protocol Suite model.

INTRODUCTION

Page 3: computer networks ppt

On the basis of “ SCALE ”

TYPES OF NETWORKS

Page 4: computer networks ppt

A network covering a small geographic area, like a home, office, or building.

Current LANs are most likely to be based on Ethernet technology.

LOCAL AREA NETWORKS(LAN)

Page 5: computer networks ppt

Between LANs and

WANs

Traditional point-to-point and switched networks in WANs

inadequate for growing needs of organizations

Requirement for high capacity private and

public networks at low costs over a large area

METROPOLITAN AREA NETWORK(MAN)

Page 6: computer networks ppt

WIDE AREA NETWORK(WAN)

A WAN is a data communications network that covers a relatively broad geographic area (i.e. one city to another and one country to another country) and that often uses transmission facilities provided by common carriers, such as telephone companies.

Page 7: computer networks ppt

2.BASED ON “SPAN”

Intranet

Extranet

The “internet”

An INTRANET is a set of

interconnected networks, using

the Internet Protocol and uses Ip-base tools such as web browsers, that is under the control of a single

administrative entity.

An EXTRANET is a network or internetwork that is limited in scope to a

single organization or

entity but which also has

limited connections to the networks

Page 8: computer networks ppt

THE INTERNET HISTORY

Evolved from ARPANET, 1969 Advanced Research Projects Agency (ARPA),U.S. Department of Defense.

Began in four locations: UCLA, University of Santa Barbara, the University of Utah, and SRI (Stanford Research Institute)

“WWW “ was developed in Spring 1989, at CERN (the European Laboratory for Particle Physics) by Tim Berners-Lee.

Explosive growth came with first graphically oriented browser, Mosaic, 1993

Page 9: computer networks ppt

NETWORK TOPOLOGY1. BUS TOPLOGY Each node is daisy-

chained (connected one right after the other) along the same backbone. Information sent from a node travels along the backbone until it reaches its destination node.

Page 10: computer networks ppt

2.RING TOPOLOGY

Similar to a bus network, rings have nodes daisy chained, but the end of the network in a ring topology comes back around to the first node, creating a complete circuit. Each node takes a turn sending and receiving information through the use of a token.

Page 11: computer networks ppt

3.STAR TOPOLOGY

In a star network, each node is connected to a central device called a hub. The hub takes a signal that comes from any node and passes it along to all the other nodes in the network.

Page 12: computer networks ppt

BASIC TRANSMISSION MEDIA

CONDUCTIVE: twisted pairs and coaxial cables

ELECTROMAGNETIC: microwave

LIGHT: lasers and optical fibers (need clear line of sight)

WIRELESS – inner/ outer space ; satellite (omnidirectional security issues)

Page 13: computer networks ppt

THE NETWORK ARCHITECTURE

File Transfer, Email, Remote Login

ASCII Text, Sound (syntax layer)

Establish/manage connection

End-to-end control & error checking (ensure complete data transfer): TCP

Routing and Logical Addressing: IP

Two party communication: Ethernet

How to transmit signal; codingHardware means of sending and receiving data on a carrier

THE OSI REFERENCE MODEL

Page 14: computer networks ppt

THE TCP/IP ARCHITECTURE

Page 15: computer networks ppt

ASSOCIATED TCP/IP PROTOCOLS & SERVICES

•This protocol, the core of the World Wide Web, facilitates retrieval and transfer of hypertext (mixed media) documents. Stands for the Hypertext Transfer protocol

HTTP•A remote terminal emulation protocol that enables clients to log on to remote hosts on the network.Telnet•Used to remotely manage network devices. Stands for the Simple Network Management Protocol. SNMP

Page 16: computer networks ppt

NETWORK SECURITY

• Confidentiality• Integrity• Availability• Authenticity

Security

Requirements

Page 17: computer networks ppt

TYPES OF ATTACKS ON A NETWORK

• Eavesdropping on transmissions

• Release of message contents

• Difficult to detect

• Can be prevented

Passive

Attacks

• Masquerade• Replay• Modification of

messages• Denial of service• Easy to detect• Hard to prevent

Active Attacks

Page 18: computer networks ppt

SIMPLIFIED MODEL OF SYMMETRIC ENCRYPTION

Ingredients

a) Plain textb) Encryption

algorithmc) Secret keyd) Ciphertexte) Decryption

algorithm

Page 19: computer networks ppt

PUBLIC-KEY CRYPTOGRAPHY THE RSA ALGORITHM  Key Generation

 Select p, q p and q both prime, p q Calculate n = p ´ q Calculate f(n) = (p – 1)(q – 1)

Select integer gcd (f(n), e) = 1;

1 < e < f(n)

Calculate d de mod f(n) = 1

Public key KU = {e, n}

Private key KR = {d, n}

Encryption

Plaintext: M < n

Cipher text: C = Me (mod n)

Decryption

Cipher text: C

Plaintext: M = Cd (mod n)

Page 20: computer networks ppt

NETWORK MANAGEMENT

Elements of

Network

Management

Fault

Accounting

Performance

Security

Page 21: computer networks ppt

LATEST DEVELOPMENTS IN COMPUTER NETWORKING

1.THE INTERNET GRID2.THE GOOGLE WAVES

Grid computing is the combination of computer resources from multiple administrative domains applied to a common task, usually to a scientific, technical or business problem that requires a great number of computer processing cycles or the need to process large amounts of data.

Google Wave is It is a web-based service, computing platform, and communications protocol designed to merge e-mail, instant messaging, wikis, and social networking.

Page 22: computer networks ppt

BIBLIOGRAPHY “Computer Networks” By Andrew Tenenbaum. Digital Communication And Networking by Behrouz

A. Forouzan. Communication Networks by Alberto Leon Garcia &

Indra Widjaja. www.google.com, www.dogpile.com, www.ask.co

m, www.compnetworking.about.com