Download presentation
Presentation is loading. Please wait.
2
Bob Baker Communications Bob Baker September 1999
3
Bob Baker Section 1 Communications and networks Communications services Data equipment OSI reference model Encapsulation
4
Bob Baker Communications and Networks Data Communications –Sender –Receiver –Channel (medium) –Message Telecommunications –At a distance Sender Receiver
5
Bob Baker Communications Services Network
6
Bob Baker Services Sharing files (databases, applications) Sending messages (e-mail, chat) Collecting information (remote sensing) Controlling devices (home automation) Transferring funds (EFTPOS, E-commerce) Transaction processing (ordering, booking) Sharing information (WWW, libraries) Sharing resources (printers, storage)
7
Bob Baker medium Data Equipment Data Terminal (hosts) Data Switching Data Communication
8
Bob Baker Data Terminal Equipment Workstations PCs Printers File Servers Application Servers DTE
9
Bob Baker Data Communications Equipment Modems ISDN adapters Satellite (and base stations) Microwave stations Network Interface Cards (NICs) DCE
10
Bob Baker Data Switching Equipment Hubs Bridges Switches Routers Gateways DSE
11
Bob Baker A campus network http://www.comms.unsw.EDU.AU/net98/images/h_diagrm.jpg
12
Bob Baker Open Systems Interconnection OSI Reference model –Layer 7 application –Layer 6 presentation –Layer 5 session –Layer 4 transport –Layer 3 network –Layer 2 data link –Layer 1 physical Channel SenderReceiver
13
Bob Baker Services –Layer 7 application –Layer 6 presentation –Layer 5 session –Layer 4 transport –Layer 3 network –Layer 2 data link –Layer 1 physical –Identification, authentication –Format conversion –Set-up and coordinate conversation –Ensures complete, error-free transfer –Routing of data through network –Error control and synchronisation –Placing signals on the carrier
14
Bob Baker Sample- Internet protocol suite –Layer 7 application –Layer 6 presentation –Layer 5 session –Layer 4 transport –Layer 3 network –Layer 2 data link –Layer 1 physical –E-mail, Web browser, Directory –POP, SMTP, FTP, HTTP, DNS –Sockets –TCP –IP –PPP, Ethernet, Token ring –100baseT
15
Bob Baker Encapsulation Application Presentation Session Transport Network Data Link Physical data Device 1Device 2 data H6T6 data H5T5 data H4T4 (packet) H3 data T3 H2 data T2H1 data T1 carrier frame Application Presentation Session Transport Network Data Link Physical frame A typical frame Destination Address Source Address DataPaddingCRCPreamble
16
Bob Baker Section 2 Layer 1 (Physical) –Media and Bandwidth –Speeds –Handling errors in signal transmission Dial up connections –Modulation/Demodulation
17
Bob Baker Data format 100001001 (7E1)(7bits Even parity 1 stop bit) B Parity bit Stop bit Data bits
18
Bob Baker Section 3 Layer 2 (Data Link) –Local Area Network topologies Bus Ring Star –Hardware addresses –Line access Polling Token passing CSMA/CD
19
Bob Baker LAN topologies Three common topologies
20
Bob Baker Hardware addresses At Data Link level Each Host (actually the interface) has a unique number Usually 48 bits and built in by manufacturer Example is the Ethernet Interface number Different to Internet Address
21
Bob Baker Line access Polling –Each station is given a turn at accessing the line Token passing (as in Token Ring) –Token passed, only access the line when you have the token CSMA/CD (as in Ethernet) –Carrier sense –Multiple access –Collision detection
22
Bob Baker Media access and addressing Data link AA:F1 Data link AB:F3AA:C2A1:53 AB:F3data Each node only has to check the destination address of the frame This happens at the Data link level data A1:53AB:F3dataA1:53AB:F3data
23
Bob Baker Servers Peer-to-peer –All nodes have equal status. Client/server –Server provides services for clients –Web servers, print servers, mail servers etc Master/slave –Master processor controls operation of many slave processors. –Eg slave robots.
24
Bob Baker Client / Server
25
Bob Baker Section 4 Connecting and segmenting LANS –Physical level [Hubs] –Data Link level [Bridge] / [LAN Switch] / [Switching Hub] –Network level [Routers] / [Multilayer Switch] –Application level [Gateways]
26
Bob Baker HUB / BRIDGE / ROUTER / GATEWAY
27
Bob Baker Segmenting LANS Why –Reduce wiring –Reduce and restrict traffic –Extend distance, maintain speed –Use same protocols How –Hub (layer 1) –Bridge (layer 2) –LAN Switch (layer 2)
28
Bob Baker Hubs Hub passes packets at physical layer without processing
29
Bob Baker Hubs/Bridge Bridge checks packets at data link layer
30
Bob Baker Bridged rings
31
Bob Baker Switched rings
32
Bob Baker Bridge Tables 345 127 H 265 H 215 614 299 B/S 1 2 3 387 H 122 345 437 132 portMAC 345 215 299 127 614 132 1 3 3 1 Bridge table
33
Bob Baker Wide Area Networks Point to Point Uses PPP Usually an ISDN or dedicated line B/S H 345 127 265 B/SH 122 345 437 132 387
34
Bob Baker Section 5 Layer 3 (Network level) Internet Protocol –Internet addresses –TCP/IP Routers and Gateways
35
Bob Baker Sample hybrid topology
36
Bob Baker Hybrid Network
37
Bob Baker Internet connectivity
38
Bob Baker Hub/Switch/Router
39
Bob Baker Bridging and Routing Internets Bridge same network Route across different networks
40
Bob Baker Domains WWW.edfac.usyd.edu.au
41
Bob Baker
42
Internet (IP) Addresses Addresses 32 bit binary written as “dotted quad” 11000000101010000000000100000000 = 192.168.1.0 Class C addresses (network part in blue) –192.0.0.0 to –223.0.0.0 Private Intranet addresses –192.168.0.0 to –192.168.255.0 –Allows 254 hosts on each network Network numbers assigned by ISP or interNIC
43
Bob Baker Internet Protocol IP Operates at the Network Layer (3) Packages up data into packets Each packet has a source IP address and a destination IP address Packet passed to Data Link layer where machine address is determined Packaged into a frame at Physical level
44
Bob Baker Address Resolution Address Resolution Protocol Hardware address from IP address –Each Interface has two addresses Hardware address and Internet address –ARP Matches Machine address to IP address –Table kept in ARP cache on each machine Internet address 192.168.1.1AA:12:34:21 Machine address 192.168.1.412:11:7A:12 192.168.1.nAA:12:23:A6 192.168.1.2 This is a router
45
Bob Baker Routers Operate at Network Layer Connect networks Have an interface for each network they connect –Each of these interfaces has: An IP address A machine address Forward IP packets based on routing table and algorithms
46
Bob Baker Routers (continued) Generally Hardware & Software Can filter packets Can convert protocols between different networks –Eg can link an Ethernet to a token ring Can be managed, secured and set up to “sniff” packets passing through.
47
Bob Baker Routers (concluded) Physical Data Link Physical Data Link Physical Network Layer A router with three interfaces Net 1 Net 2 Net 3
48
Bob Baker Gateways Operate up to Layer 7 Many of the functions of Routers Include security, authentication, access Firewalls, Cache servers, Proxy servers
49
Bob Baker An Intranet With two subnets 192.168.1.4 192.168.1.1 192.168.1.2 H 192.168.1.0 H 192.168.1.37 192.168.1.36 192.168.1.40 192.168.1.41192.168.1.33 192.168.1.32 R 192.168.1.8 192.168.1.44 Internet 192.168.1.65
50
Bob Baker Section 6 Transport Layer Transmission Control Protocol –Handshaking –Sequencing –Error checking Effectively creates a connection between hosts
51
Bob Baker What TCP does Handshaking –Does the destination exist –Establish port connection –Establish appropriate size of packet Create and send packets –Break up message –Create and number packet –Pass to IP and wait for acknowledgement Terminate connection
52
Bob Baker TCP processes Sender Receiver SynAck PacAckFinAck Fin Pac Ack Pac Ack
53
Bob Baker
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.