1 / 25

EEC-484/584 Computer Networks

EEC-484/584 Computer Networks. Lecture 2 Wenbing Zhao wenbing@ieee.org. Revised Office Hours. MW noon-2pm in general If there is a faculty meeting, move to 10-noon Also available in M W Th morning (unless I have to go to an ad-hoc meeting, or travel out of town) Walk-ins are welcome

Download Presentation

EEC-484/584 Computer Networks

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. EEC-484/584Computer Networks Lecture 2 Wenbing Zhao wenbing@ieee.org

  2. Revised Office Hours • MW noon-2pm in general • If there is a faculty meeting, move to 10-noon • Also available in M W Th morning (unless I have to go to an ad-hoc meeting, or travel out of town) • Walk-ins are welcome • Emails are welcome and will be responded as soon as I can • Phone calls are also welcome: 216-523-7480 EEC-484/584: Computer Networks

  3. Outline • Definition of computer networks • Network Hardware • Type of computer networks • Network Software • Protocols etc. • Textbook online: • http://proquest.safaribooksonline.com/0130661023 EEC-484/584: Computer Networks

  4. Definition of Computer Network • Computer Network: Interconnected collection of autonomous computers • Interconnected– able to exchange info via copper wire, fiber, microwaves, satellites, etc. • Autonomous– act independently • Single network vs. network of networks • A single network uses a single technology EEC-484/584: Computer Networks

  5. Why Computer Networks? • Business applications • Share resources, conduct business • Home applications • Entertainment, shopping • Mobile users EEC-484/584: Computer Networks

  6. Computer Networks Enable Resource Sharing • Resource sharing • Equipment, software programs, data EEC-484/584: Computer Networks

  7. Client-Server Model • The client-server model involves requests and replies EEC-484/584: Computer Networks

  8. Type of Computer Networks • No generally accepted taxonomy. Two dimensions • Transmission technology • Scale • Transmission technology • Broadcast links • Point-to-point links (unicasting) EEC-484/584: Computer Networks

  9. Classification by Scale EEC-484/584: Computer Networks

  10. Local Area Networks • LANs are distinguished from other kinds of networks by three characteristics • Size– typically spans a room, a building or a campus • Transmission technology– typically using broadcast • Topology EEC-484/584: Computer Networks

  11. Wide Area Networks • Spans a large geographical area, often a country or continent • Network structure in WAN • Hosts or end systems • Collection of machines that run user (application) programs • Communication Subnet– connects hosts • Carry messages from host to host, just as the telephone system carries voice from speaker to listener EEC-484/584: Computer Networks

  12. Wide Area Networks Separation of the pure communication aspects of the network (the subnet) from the application aspects (the hosts), greatly simplifies the complete network design EEC-484/584: Computer Networks

  13. Communication Subnet • Two distinct components • Transmission lines– move bits (circuits, channels, trunks) • Routers or switching elements that connect three or more transmission lines • Two types of designs • Point-to-point channels <= dominating • Broadcast channels EEC-484/584: Computer Networks

  14. Wide Area Networks • Relation between hosts on LANs & subnet EEC-484/584: Computer Networks

  15. Network Software • Terminologies • Design issues for the layers • Connection-oriented and connectionless services • Circuit switched and packet switched networks EEC-484/584: Computer Networks

  16. Terminologies • A protocol is a set of rules governing the format and meaning of the messages that are exchanged by the peer entities within a layer EEC-484/584: Computer Networks

  17. Terminologies • Protocol hierarchies are organized into layers or levels with different protocols at each layer • Each layer offers certain services to higher layers, hiding the details of implementation of those services • Layer n on one machine communicates with layer n on another machine • The rules and conventions used in this conversation are collectively known as the layer nprotocol EEC-484/584: Computer Networks

  18. Terminologies Protocol Stack - A list of protocols used by a certain system, one protocol per layer EEC-484/584: Computer Networks

  19. Multilayer Communication EEC-484/584: Computer Networks

  20. Terminologies • Interface between adjacent layers defines operations and services offered by lower layer to upper layer • A service is a set of primitives (operations) that a layer provides to the layer above it • Defines what operations the layer is prepared to perform on behalf of its users • How service is implemented is not revealed • Relates to an interface between two layers, with lower layer being the service provider and the upper layer being service user EEC-484/584: Computer Networks

  21. Terminologies A service is implemented by one or protocols • Different protocol could be used to provide the same service • Protocol and service are completely decoupled EEC-484/584: Computer Networks

  22. Exercise • A system has an n-layer protocol hierarchy. Applications generate messages of length M bytes. At each of the layers, an h-byte header is added. What fraction of the network bandwidth is filled with headers? EEC-484/584: Computer Networks

  23. Design Issues for the Layers • Mechanisms for • Connection establishment and addressing • Connection termination or release • Rules for data transfer • Simplex– data flows in one direction • Half duplex– data flows in either direction, but not simultaneously • Full duplex– both directions simultaneously • Number of logical channels and their priority EEC-484/584: Computer Networks

  24. Design Issues for the Layers • Error control • Error detecting and correcting codes • Positive and negative acknowledgement • Re-sequencing packets that arrives out of order • Flow control • Need to keep a fast sender from swamping a slow receiver • Use feedback from receiver to sender EEC-484/584: Computer Networks

  25. Design Issues for the Layers • Finite buffers • Use mechanisms for disassembling, transmitting, reassembling large messages • Multiplexing • Several unrelated conversations between pair of communicating processes • Routing • Which route to use if there are several EEC-484/584: Computer Networks

More Related