1 / 56

Data Communication

Data Communication. Lecture # 01 Introduction & Overview Course Instructor: Engr. Sana Ziafat. Grading Policy. Final Exam: 60% Mid term Exam 20% Assignments 5% Quizzes: 15%. Quizzes may be announced or unannounced. Exams are closed-book and extremely time limited.

afia
Télécharger la présentation

Data Communication

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Data Communication Lecture # 01 Introduction & Overview Course Instructor: Engr. Sana Ziafat

  2. Grading Policy • Final Exam: 60% • Mid term Exam 20% • Assignments 5% • Quizzes: 15%

  3. Quizzes may be announced or unannounced. • Exams are closed-book and extremely time limited. • Exams consist of design questions, numerical, maybe true-false and short answer questions.

  4. TEXT BOOKS • Data Communications and Networking, 4/e • B.A. Forouzan, McGraw-Hill, 2003, ISBN 0-07-292354-7. • Data and Computer Communication by William Stallings (7th Edition) Prentice Hall.

  5. Introduction • Data : Refers to information presented in whatever form is agreed upon by the parties creating and using data • Communication: When we communicate we are sharing information. This sharing can be remote or local…. Local face to face and remote at a distance

  6. What is data communication? • Data communication- • Exchange of data between two devices via some form of transmission medium such as wire cable. • Defined as a subset of telecommunication involving the transmission of data to and from computers and components of computer systems.

  7. History of Telecommunications • Invention of telegraph Samuel Morse – 1837 • Invention of telephone- Alexander Graham Bell – 1876 • Development of wireless By ??? – 1896 • Concept of universal access and growth of AT&T • Divestiture of AT&T—what year??

  8. History of Telecommunications Continued…. • Telecommunications Act of 1996 • Three main developments that led to the growth of data communications systems: • Large-scale integration of circuits reduced the cost and size of terminals and comm equipment • Developments of software systems made establishment of communication networks easy • Competition among providers of transmission facilities reduced the cost of data circuits

  9. Fundamental Characteristics • The effectiveness of a data communication system depend on four fundamental characteristics: • Delivery • Accuracy • Timelines • Jitter (variation in packet arrival time)

  10. A Communications Model • Source • Generates data to be transmitted • Transmitter • Converts data into transmittable signals • Transmission system • Carries data • Receiver • Converts received signal into data • Destination • Takes incoming data

  11. Simplified Communications Model - Diagram

  12. Simplified Data Communications Model

  13. Key Communications Tasks • Transmission system utilization • Interfacing • Signal generation • Synchronization • Exchange management • Error detection and correction • Addressing and routing • Recovery • Message formatting • Security • Network management

  14. Data REPRESENTATION • Data can be represented as • Text • Numbers • Images • Audio • Vedio

  15. Direction of data flow Simplex Half Duplex Full Duplex

  16. Network design Before looking inside a computer network, first agree on what a computer network is

  17. Computer network ? Specialized to handle: Keystrokes Voice Video • Set of serial lines to attach terminals to mainframe ? • Telephone network carrying voice traffic ? • Cable network to disseminate video signals ?

  18. Networks • Potential of networking: • move bits everywhere, cheaply, and with desired performance characteristics • Network provides “connectivity”

  19. What is “Connectivity” ? • Direct or indirect accessto every other node in the network • Connectivity is the magic needed to communicate if you do not have a direct pt-pt physical link. • Tradeoff: Performance characteristics worse than true physical link!

  20. A Network A network can be defined recursively as two or more nodes connected by a physical link Or two or more networks connected by one or more nodes

  21. Transmission Technology Broadcast/ Multipoint Network Point – To – Point Network Single communication channel that is shared by all the machines on the network. Many connections between individual pairs of machines All the others receive “Packets” in certain contexts, sent by any machine. A packet may have to visit one or more intermediate machine. An address field within the packet specifies for whom it is intended. Routing algorithms play an important role in PTP networks. Multicasting: transmission to a subnet of the machines. Network Hardware

  22. Types of connections: point-to-point and multipoint

  23. Simplified Network Model

  24. Building Blocks • Nodes: PC, special-purpose hardware… • hosts • switches • Links: coax cable, optical fiber… • point-to-point • multiple access

  25. Switched Networks • A network can be defined recursively as... • two or more nodes connected by a link • white nodes (switches) implement the network • colored nodes (hosts) use the network

  26. Switched Networks • A network can be defined recursively as... • two or more networks connected by one or more nodes: internetworks • white nodes (router or gateway) interconnects the networks • a cloud denotes “any type of independent network”

  27. Switching Strategies • Packet switching: store-and-forward messages • operates on discrete blocks of data • utilizes resources according to traffic demand • send/receive messages at variable rate • example: Internet • Circuit switching: carry bit streams • establishes a dedicated circuit • links reserved for use by communication channel • send/receive bit stream at constant rate • example: original telephone network

  28. Networks: key issues • Network criteria • Performance • Transit time • Throughput • Delay • Reliability • Data transmitted are identical to data received. • Measured by the frequency of failure • The time it takes a link to recover from a failure • Security • Protecting data from unauthorized access

  29. Terminology • The throughput or bandwidth of a channel is the number of bits it can transfer per second • The latency or delay of a channel is the time that elapses between sending information and the earliest possible reception of it

  30. Network topologies • Topology defines the way hosts are connected to the network

  31. Network topology issues A goal of any topology • highthroughput (bandwidth) • low latency

  32. Categories of Topology

  33. Figure 1.5 A fully connected mesh topology (five devices)

  34. Advantages & disadvantages of mesh topology • Advantages - Dedicated links eliminate the traffic problem -Secure communication -Ease of fault identification & fault Isolation -Robust • Disadvantages -Large number I/O ports & cabling required -Installation & reconfiguration is difficult -Wiring can be greater than available space -Expensive

  35. A star topology connecting four stations

  36. Advantages & disadvantages of star topology • Advantages -Less expensive than mesh topology -Installation & reconfiguration are easy -Robust - Ease of fault identification & fault Isolation -Required less cabling than mesh topology • Disadvantages -Dependency of whole topology on single point Application: High Speed LAN

  37. A bus topology connecting three stations

  38. Advantages & disadvantages of bus topology • Advantages -Ease of installation -Required less cabling • Disadvantages -Difficult reconnection &fault isolation -A fault or break stops all transmission

  39. A ring topology connecting six stations

  40. Advantages & disadvantages of bus topology • Advantages -Ease of installation & reconfiguration • Disadvantages -A break in ring can disable the entire link

  41. A hybrid topology: a star backbone with three bus networks

  42. What next ? • Hosts are directly or indirectly connected to each other • Nodes must be able to say which host it wants to communicate with

  43. Addressing and Routing • Address: byte-string that identifies a node • usually unique • Routing: forwarding decisions • process of determining how to forward messages to the destination node based on its address • Types of addresses • unicast: node-specific • broadcast: all nodes on the network • multicast: some subset of nodes on the network

  44. Wrap-up • A network can be constructed from nesting of networks • An address is required for each node that is reachable on the network • Address is used to route messages toward appropriate destination

  45. LAN, WAN & MAN • Network in small geographical Area (Room, Building or a Campus) is called LAN (Local Area Network) • Network in a City is call MAN (Metropolitan Area Network) • Network spread geographically (Country or across Globe) is called WAN (Wide Area Network)

  46. Local Area Networks • Smaller scope • Building or small campus • Usually owned by same organization as attached devices • Data rates much higher • Usually broadcast systems • Now some switched systems and ATM are being introduced

  47. NETWORKS LAN CHARACTERISTICS LAN Size Transmission Technology MAN WAN Topology INTERNET Restricted in Size Single Cable 10 to 100 Mbps Low delay (ms) Very few Errors Megabits/Sec. (Unit) BUS (Ethernet) Ring (Token ring) Local Area Networks (Cont.)

  48. MAN • Metropolitan Area Network • Support data and voice • No switching elements • Standard: DQDB (Distributed Queue Dual Bus) • Two unidirectional buses to which all the computers are connected. • Each bus has a head-end, a device that initiates transmission activity. • Traffic that is destined for a computer to the right of the sender uses the upper bus, traffics to the left uses the lower one.

  49. Wide Area Networks • Large geographical area • Alternative technologies • Circuit switching • Packet switching • Frame relay • Asynchronous transfer mode (ATM)

More Related