Introduction To Network Structure and Protocol
Introduction To Network Structure and Protocol
Introduction To Network Structure and Protocol
Overview
Basic concepts in communications Understanding Networking. Understanding Transmission Medium (Network Cables) Understanding Network Hardware Understanding Network Protocols
Overview
Basic concepts in communications Understanding Networking. Understanding Transmission Medium (Network Cables) Understanding Network Hardware Understanding Network Protocols
Source System
Medium
Monday, September 12, 2011
Workstation/PC
4
Overview
Basic concepts in communications Understanding Networking. Understanding Transmission Medium (Network Cables) Understanding Network Hardware WAN and LAN Understanding Network Protocols
Monday, September 12, 2011
10
TYPES OF NETWORKS
LAN LOCAL AREA NETWORK IS A SMALL GEOGRAPHICAL AREA SUCH AS OUR SCHOOL BOARD. MAN METROPOLITAN AREA NETWORK IS A NETWORK OVER A LARGER GEOGRAPHICAL AREA SUCH AS THE PROVINCIAL GOVERNMENT. WAN WIDE AREA NETWORK IS A NETWORK USED OVER AN EXTREMELY LARGE GEOGRAPHICAL AREA SUCH AS THE FEDERAL GOVERNMENT.
Monday, September 12, 2011
11
Topologies
Physical layout of network devices Four types: mesh, bus, ring, and star
12
Mesh Topology
13
Mesh Topology
It is also called a point-to-point topology. Each device is connected directly to all other network devices. It provides fault tolerance. It is only found in wide area networks.
14
Bus Topology
15
Bus Topology
It is a multipoint topology. Each device shares the connection. The bus has one starting and one ending point. Packets stop at each device on the network. Only one device at a time can send.
16
Ring Topology
17
Ring Topology
It is a circle with no ends. Packets are sent from one device to the next. It does not slow down as more devices are added.
Monday, September 12, 2011
18
Star Topology
19
Star Topology
All devices are connected to a central device (hub). The hub receives and forwards packets. It is the easiest topology to troubleshoot and manage.
20
Hybrid Topologies
They are variations of two or more topologies. Star bus used to connect multiple hubs in a star topology with a bus. Star ring wired like star, but functions like a ring.
21
22
Design Considerations
The best topology involves matching with the environment it is to be used in. The physical arrangement of computers do not dictate the necessary topology.
Monday, September 12, 2011
23
Overview
Basic concepts in communications Understanding Networking. Understanding Transmission Medium (Network Cables) Understanding Network Hardware WAN and LAN Understanding Network Protocols
Monday, September 12, 2011
24
25
26
27
Transmission characteristics:
Can transmit analog and digital signals Usable spectrum for analog signaling is about 400 Mhz
Monday, September 12, 2011
28
29
30
CAT 2
4 Mbps
CAT 3
CAT 4
16 Mbps
20 Mbps
CAT 5
100 Mbps
100 Mbps TPDDI 155 Mbps asynchronous transfer mode (certify 100 Mhz signal) Monday, September 12, 2011
31
Optical fiber
32
Optical Fibers
Physical Description:
Glass or plastic core of optical fiber = 2to125 m Laser or light emitting diode provides transmission light source
Applications:
Long distance telecommunication Greater capacity; 2 Gb/s over 10s of Km Smaller size and lighter weight Lower attenuation (reduction in strength of signal) Electromagnetic isolation not effected by external electromagnetic environment.
Monday, September 12, 2011
33
Wireless Transmission
Frequency range (line of sight):
26 GHz to 40 GHz: for microwave with highly directional beam as possible 30 MHz to 1 GHz: for omnidirectional applications 300MHz to 20000 GHz: for infrared spectrum; used for point to point and multiple point application (line of sight)
Physical applications:
Terrestrial microwave long haul telecommunication service (alternative to coaxial or optical fiber) Propagation via towers located without blockage from trees, etc (towers less than 60 miles apart)
Monday, September 12, 2011
34
Overview
Basic concepts in communications Understanding Networking. Understanding Transmission Medium (Network Cables) Understanding Network Hardware WAN and LAN Understanding Network Protocols
Monday, September 12, 2011
35
Hubs
A hub is the place where data converges from one or more directions and is forwarded out in one or more directions. Seen in local area networks
36
Gateways
A gateway is a network point that acts as an entrance to another network.
37
Routers
A router is a device or a software in a computer that determines the next network point to which a packet should be forwarded toward its destination. Allow different networks to communicate with each other A router creates and maintain a table of the available routes and their conditions and uses this information along with distance and cost algorithms to determine the best route for a given packet. A packet will travel through a number of network points with routers before arriving at its destination.
Monday, September 12, 2011
38
Bridge
a bridge is a product that connects a local area network (LAN) to another local area network that uses the same protocol (for example, Ethernet or token ring). A bridge examines each message on a LAN, "passing" those known to be within the same LAN, and forwarding those known to be on the other interconnected LAN (or LANs).
Monday, September 12, 2011
39
40
Switches
Allow different nodes of a network to communicate directly with each other. Allow several users to send information over a network at the same time without slowing each other down.
41
42
43
44
45
ISDN and
Integrated services digital network (ISDN) was intended to be a world wide public telecommunication network to replace existing public telecommunication networks and deliver a wide variety of services. ISDN has standardized user interfaces, implemented a set of digital switches and paths supporting a broad range of traffic types and providing a value added processing service ISDN is multiple networks, but integrated to provide user with single, uniform accessibility and world wide interconnection.
Monday, September 12, 2011
46
47
What is ethernet?
A group of standards for defining a local area network that includes standards in cabling and the structure of the data sent over those cables as well as the hardware that connects those cables. Independent of the network architecture
48
49
50
51
Overview
Basic concepts in communications Understanding Networking. Understanding Transmission Medium (Network Cables) Understanding Network Hardware Understanding Network Protocols
52
Protocols of Computer Communications and Networks computers in different Protocol are used for communication between
computer networks. Protocol achieves:
What is communicated between computers? How it is communicated? When it is communicated? What conformance (bit sequence) between computers?
Examples of protocols:
WAN Protocol: TCP/IP LAN Protocol: Media Access Control; Contention; Token Passing
Monday, September 12, 2011
53
54
55
What is TCP/IP?
Transmission Control Protocol (TCP) uses a set of rules to exchange messages with other Internet points at the information packet level Internet Protocol (IP) uses a set of rules to send and receive messages at the Internet address level
56
TCP (example)
Web Server: serves HTML pages TCP layer in the server divides the file into one or more packets, numbers the packet, then forward packets individually to IP. Note: each packet has the same destination IP address, it may get routed differently through the network. TCP (on the client) reassembles the individual packets and waits until they have arrived to forward them as a single file. Connection-oriented protocol
Monday, September 12, 2011
57
IP
Connectionless protocol (I.e. no established connection between the end points that are communicating.) Responsible for delivery the independently treated packet !!!! TCP responsible for reassembly.
58
Overview
Basic concepts in communications Understanding Networking. Understanding Transmission Medium (Network Cables) Understanding Network Hardware Understanding Network Protocols
59
THANKS !
COPYRIGHTS RESERVED