Presentation is loading. Please wait.

Presentation is loading. Please wait.

Lecture # 01 Introduction Course Instructor: Engr. Sana Ziafat.

Similar presentations


Presentation on theme: "Lecture # 01 Introduction Course Instructor: Engr. Sana Ziafat."— Presentation transcript:

1 Lecture # 01 Introduction Course Instructor: Engr. Sana Ziafat

2 Grading Policy Final Exam: 40% Mid term Exam20% Assignments5% Quizzes:15% Lab work20%

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

11 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

12 Simplified Communications Model - Diagram

13 Simplified Data Communications Model

14 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

15 Data REPRESENTATION Data can be represented as 1. Text 2. Numbers 3. Images 4. Audio 5. Video

16 Direction of data flow Simplex Half Duplex Full Duplex

17 Before looking inside a computer network, first agree on what a computer network is

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

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

20 What is “Connectivity” ? Direct or indirect access to 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!

21 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

22 Network Hardware 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.

23 Types of connections: point-to-point and multipoint

24 Simplified Network Model

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

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

27 Switched Networks 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” A network can be defined recursively as...

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

29 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

30 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

31 Network topologies Topology defines the way hosts are connected to the network

32 Network topology issues 1.high throughput (bandwidth) 2.low latency A goal of any topology

33 Categories of Topology

34 Figure 1.5 A fully connected mesh topology (five devices)

35 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

36 A star topology connecting four stations

37 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

38 A bus topology connecting three stations

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

40 A ring topology connecting six stations

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

42 A hybrid topology: a star backbone with three bus networks

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

44 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

45 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

46 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)

47 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

48 Local Area Networks (Cont.) NETWORKS LANMANWANINTERNET LAN CHARACTERISTICS SizeTransmission TechnologyTopology Restricted in Size Single Cable 10 to 100 Mbps Low delay (ms) Very few Errors Megabits/Sec. (Unit) BUS (Ethernet) Ring (Token ring)

49 MAN Metropolitan Area Network Support data and voice No switching elements 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.

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

51 Internet Collection of interconnected networks. Example: A collection of LAN ’ s connected by a WAN.

52 Applications  E-mail  Searchable Data (Web Sites)  E-Commerce  News Groups  Internet Telephony (VoIP)  Video Conferencing  Chat Groups  Instant Messengers  Internet Radio

53 Research areas in Networking Routing Security Ad-hoc networks Wireless networks Protocols Quality of Service …

54 COURSE OUTLINE Network Models Encoding Schemes Bandwidth Utilization Different types of transmission medium Error detection & Correction IP addressing …

55 Readings Chapter 1: 1.1, 1.2 Data & Computer Communication seventh Edition, By William Stallings Chapter 1: 1.1, 1.2 (B. A Forouzan) Data Communications and Networking, By Behroz A Forozun

56 Q & A


Download ppt "Lecture # 01 Introduction Course Instructor: Engr. Sana Ziafat."

Similar presentations


Ads by Google