Networking Fundamentals

38
Computer Networking Fundamentals By, Uma

description

This presentation will demonstrate the fundamentals of Computer Networks

Transcript of Networking Fundamentals

Page 1: Networking Fundamentals

Computer Networking

Fundamentals

By,Uma

Page 2: Networking Fundamentals

Module - 1

Basic Internetworking

Page 3: Networking Fundamentals

What is Networks?

Networks - Link computers together to share files and communicate and do all the things we like to do.

Networks range in size from the smallest and simplest network—two computers connected together—to the largest and most complex network of all—the Internet.

Page 4: Networking Fundamentals

Network Types - Local Area Network

Page 5: Networking Fundamentals

Wide Area Network

Page 6: Networking Fundamentals

Architecture of Networks

Client/Server

Peer to Peer

Mainframe/Terminal

Page 7: Networking Fundamentals

Servers and Clients

Page 8: Networking Fundamentals

Peer-to-Peer Network

Page 9: Networking Fundamentals

MainFrame/Terminal

Page 10: Networking Fundamentals

ConnectionOriented Communication

Page 11: Networking Fundamentals

Connectionless Communication

Page 12: Networking Fundamentals

Module - 2

OSI Reference Model

Page 13: Networking Fundamentals

OSI Layers

Page 14: Networking Fundamentals

TCP/IP Model

Page 15: Networking Fundamentals

Application Layer

Purpose

User application to network service interface Examples

FTP E-mail services – POP3,SMTP HTTP Telnet

Page 16: Networking Fundamentals

Functions of Application Layer

Identifies communication partners

Determines resource availability

Synchronizes communication

Page 17: Networking Fundamentals

Presentation Layer

Purpose

Formats data for exchange between points of communication

Example:

Redirector software Formats for transmission to the server

Page 18: Networking Fundamentals

Functions of Presentation Layer

Protocol conversion

Data translation

Encryption

Character set conversion

Expansion of graphics command

Page 19: Networking Fundamentals

Session Layer

Purpose

Oversee a communication session Establish Maintain Terminate

Page 20: Networking Fundamentals

Functions of Session Layer

Performs name recognition and related security

Synchronization between sender and receiver

Assignment of time for transmission

Start time End time etc.

Page 21: Networking Fundamentals

Transport Layer

Purpose

Repackage proper and efficient delivery of packages

Error free In sequence Without duplication

Page 22: Networking Fundamentals

Functions of Transport Layer

For sending data Repackage the message to fit into packets

Split long messages Assemble small messages

On receiving data Perform the reverse Send an acknowledgment to the sender

Solve packet problems During transmission and reception

Page 23: Networking Fundamentals

Network Layer

Purpose

Addressing and routing the packets Example application at the router

If the packet size is large, splits into small packets

Page 24: Networking Fundamentals

Functions of Network Layer

Address messages Address translation from logical to physical

Ex: nganesa ----------> 102.13.345.25 Routing of data

Based on priority Best path at the time of transmission

Congestion control

Page 25: Networking Fundamentals

Data Link Layer

Purpose

Manages the flow of data over the physical media

Responsible for error-free transmission over the physical media

Assures error-free data submission to the Network Layer

Page 26: Networking Fundamentals

Datalink Layer Functions

Point of origin Packages data for transmission over physical line

Receiving end Packages data for submission to the network layer

Deals with network transmission protocols IEEE 802. protocols

Page 27: Networking Fundamentals

Datalink Layer Subdivision

Logical Link Control (LLC) sub-layer Manages service access points (logical link) Error and flow control

Media Access Control (MAC) sub-layer Applies directly to network card

communication Access control

Page 28: Networking Fundamentals

Physical Layer

Purpose

Deals with the transmission of 0s and 1s over the physical media

Translation of bits into signals Example

Pulse duration determination Transmission synchronization

Page 29: Networking Fundamentals

Functions of Physical Layer

Encode bits into signals

Carry data from the h higher layers Define the interface to the card

Electrical Mechanical Functional Example: Pin count on the connector

Page 30: Networking Fundamentals

Module - 3

Ethernet Technologies

Page 31: Networking Fundamentals

Ethernet Cabling Types

Coaxial cabling

Thinnet Thicknet

Twisted-pair cabling

Cat 3 Cat 5 Cat 5e Cat 6

Fiber optic cabling

Single mode and Multi mode

Page 32: Networking Fundamentals

Ethernet - RJ45

Page 33: Networking Fundamentals

Types of Ethernets

10BaseT – runs at 10Mbps

100BaseT – runs at 100Mbps – Fast Ethernet

1000BaseT – runs at 1000Mbps or 1Gbps – Gigabit Ethernet

10000BaseT – runs at 10000Mbps or 10Gbps Ethernet

Page 34: Networking Fundamentals

Module - 4

Hubs,Switches and Routers

Page 35: Networking Fundamentals

Network Device Icons

Page 36: Networking Fundamentals

Layer 1 Hubs

no intelligent forwarding whatsoever

hubs will always forward every frame out every port

operate at half-duplex, which allows a device to either transmit or receive data, but not simultaneously

Ethernet utilizes Carrier Sense Multiple Access with Collision Detect (CSMA/CD) to control media access.

Page 37: Networking Fundamentals

Layer 2 Switches

Layer-2 devices build hardware address tables, which will contain the following at a minimum:

Hardware addresses for host devices The port each hardware address is associated

with intelligent forwarding decisions based on frame (Data-Link)

headers.

Can operate in full duplex.

Page 38: Networking Fundamentals