html5-img
1 / 111

Course Introduction

Course Introduction. What is a Network?. What is a Network?. What is a Network?. What is a Network?. What is a Network?. A system of lines/channels that are interconnected with each other. What is a Computer Network?. What is a Computer Network?. What is a Computer Network?.

maddox
Télécharger la présentation

Course Introduction

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. Course Introduction

  2. What is a Network?

  3. What is a Network?

  4. What is a Network?

  5. What is a Network?

  6. What is a Network? • A system of lines/channels that are interconnected with each other. • What is a Computer Network?

  7. What is a Computer Network?

  8. What is a Computer Network? • A set of computers which are connected together. • This can mean two computers cabled together on the same desk, or thousands of computers across the world.  • The connections can be cables or wireless.

  9. Advantages of Computer Networks • Enables users to share hardware like scanners and printers. This reduces costs by reducing the number of hardware items bought. • Allows users access to data stored on others' computers. This keeps everyone up-to-date on the latest data • Can share access to the Internet.

  10. Advantages of Computer Networks • Can even let users run programs that are not installed on their own computers but are installed elsewhere in the network. • reduces the effort for networks administrators to keep programs configured correctly and saves a lot of storage space.

  11. Local Area Networks • A LAN is a Local Area Network. This would include networks where the computers are relatively close together. So LANs would be within the same office, a single building, or several buildings close together. 

  12. Local Area Network Example 1 • Two buildings with 4 departments connected as a LAN that uses 3 servers.

  13. Data Centers • Enterprise/University Network.

  14. Local Area Network Example 2

  15. Local Area Networks

  16. Wide Area Network • A WAN is a Wide Area Network, which would be all networks too large to be LANs.  •  A WAN would be most useful for large companies with offices or factories in widely separated areas, like Microsoft, IBM, Ford, AT&T, etc.

  17. Wide Area Network Example 1

  18. Wide Area Network Example 2

  19. Home Computer Networks

  20. Home Computer Networks

  21. NET 331: Computer Networks Fundementals • Objective: Covering the necessary concepts in communication networks, topics include: network architicture, layering concepts, packet and circuit switching, internetworing, TCP/IP protocol suite and network applications. • Prerequisites: CS302 (Operating Systems) OR NET321 (Computers Operating Systems).

  22. Course’s TextBook • Data Communication and Networking, Behrouz Forouzan, McGrawHill, 2006. • Available at the library, get your copy soon!

  23. Chapter 1Introduction • Data Communication • Networks • Protocols and Standards • Standard Organizations The McGraw-Hill Companies, Inc., 1998 WCB/McGraw-Hill

  24. 1.1 Data Communication

  25. Definitions • Data: information presented in whatever form is agreed upon by the parties creating and using the data. • Data Communication: exchange of data between two devices via transmission medium (wire cable / link). • Data Communication System: Made up of a combination of hardware (physical equipment) and software (programs) to facilitate for effective communication of data.

  26. 5 Components of a Data Communication System Figure 1-1 Protocol: is a set of rules that governs data communications. It represents an agreement between the communicating devices. Without a protocol two devices may be connected but not communicating.

  27. Characteristics of a Data Communication System • Delivery: System must deliver data to correct destination. Data must be received by only intended device or user. • Accuracy: The system must deliver data accurately • Timeliness: the system must deliver data in a timely manner. Data delivered later are useless. • Jitter: Variation in the packet arrival time. It is the uneven delay in the delivery of audio or video packets.

  28. Data Flow • Path taken by data within a device, network, or organization, as it moves from its source to its destination (a data repository or a data user). • Categorized by direction of flow: • Simplex • Half-duplex • Full-duplex

  29. Simplex • Communication is unidirectional, one of the two devices on a link can transmit; the other can only receive (one-way street). • Ex: keyboard (input), monitors (output)

  30. Half-duplex Each station can both transmit and receive , but not at the same time. When one device is sending the other can receive and vice versa. (one-lane road with two direction).

  31. Full-duplex • Both stations can transmit and receive simultaneously. (two way street with traffic flowing in both directions at the same time). • Ex: telephone network. • Signals going in either direction share the capacity of the link in two ways: • Either the link must contain two physically separate transmission paths one for sending and other for receiving. • Capacity of the channel is divided between signals traveling in both direction

  32. 1.2 Networks

  33. Definitions • A network is a set of devices (often referred to as nodes) connected by communication links. • A node can be a host (such as a computer, a laptop, a smart phone etc.) or a network device (such as a switch, a router, etc.). • A link is a communication pathway that transfer data from one device to another.

  34. Network Criteria • A network must be able to meet a certain number of criteria. • Performance • Reliability • Security

  35. Figure 1-2 The McGraw-Hill Companies, Inc., 1998 WCB/McGraw-Hill

  36. Performance • Can be measured in many ways! • Transmit time: the amount of time required for a message to travel from one device to another. • Response time: the elapsed time between an inquiry and a response. • Often evaluated by two networking metrics: throughput and delay.

  37. Throughput • Throughput is an important network metric which is also known as bandwidth. • The bandwidth of a network is given by the number of bits that can be transmitted over the network in a certain period of time. • Depends on the network technology (hardware capabilities) and therefore is constant.

  38. Throughput Example • A network might have a bandwidth of 10 million bits/second (Mbps), meaning that it is able to deliver 10 million bits every second.

  39. Delay • Also known as latency. • corresponds to how long it takes a message to travel from one end of a network to the other. • Latency is measured strictly in terms of time. • Effected by number of users and hence may change from time to time.

  40. Delay Example • A transcontinental network might have a latency of 24 milliseconds (ms); that is, it takes a message 24 ms to travel from one end of North America to the other.

  41. Factors Affecting Performance • Type of transmission media, • Capabilities of connected H.W and the efficiency of software. • Number of user

  42. Network Criteria • A network must be able to meet a certain number of criteria. • Performance • Reliability • Security

  43. Reliability • Accuracy of delivery. • Measured by: • Frequency of failures • Time it takes to recover from a failure • The network’s robustness in a catastrophe.

  44. Network Criteria • A network must be able to meet a certain number of criteria. • Performance • Reliability • Security

  45. Security • Many issues at the different layers! • Examples: • Protecting data from unauthorized access. • Protecting data from damage. • Implementing policies and procedures for recovery from breaches and data losses.

  46. Network Configuration • There are a number of ways that computers can be connected together to form networks. • Physical attributes of a network include: • Type of connection • Physical topology

  47. Type of Connection • For communication to occure, two devices must be connected in someway to the same link at the same time. • Two possible connections: • Point-to-point • Multipoint

  48. Physical Structures: Type of connection 1. Point –to-point Dedicated link between two devices. Most of them uses an actual length of wire or cable to connect the two ends but other options ,such as microwave satellite are possible.

  49. Physical Structures: Type of connection 2. Multipoint Is one in which more than two specific devices share a single link

  50. CSCI 363 Computer Networks (a) (b) Links Each node needs one interface for each link. point-to-point multiple-access Geographical coverage and scalability are limited.

More Related