1 / 88

Internetworking

Internetworking. Chapter 2. Topic. Internetworking Basics Internetworking Model The OSI Reference Model Ethernet Networking Wireless Networking Data Encapsulation. Internetwork Basic. Possible causes of LAN traffic congestion are. Too many hosts in a broadcast domain Broadcast storms

ivana
Download Presentation

Internetworking

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. Internetworking Computer Network by P.It-arun Computer Engineering Dept, RMUTT. Chapter 2

  2. Topic • Internetworking Basics • Internetworking Model • The OSI Reference Model • Ethernet Networking • Wireless Networking • Data Encapsulation Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  3. Internetwork Basic Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  4. Possible causes of LAN traffic congestion are • Too many hosts in a broadcast domain • Broadcast storms • Multicasting • Low bandwidth • Adding hubs for connectivity to the network • A large amount of ARP or IPX traffic (IPX is a Novell Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  5. Network Segmentation • Collision domain • Broadcast domain Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  6. Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  7. Two advantages of using routers in your network are • They don’t forward broadcasts by default. • They can filter the network based on layer 3(Network layer) information (i.e., IP address). Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  8. Four router functions in your network can be listed as • Packet switching • Packet filtering • Internetwork communication • Path selection Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  9. Internetworking Model • The Layered Approach • Advantages of Reference Models • It divides the network communication process into smaller and simpler components, thus aiding component development, design, and troubleshooting. • It allows multiple-vendor development through standardization of network components. • It encourages industry standardization by defining what functions occur at each layer of the model. • It allows various types of network hardware and software to communicate. • It prevents changes in one layer from affecting other layers, so it does not hamper development. Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  10. The OSI Reference Model • The upper layers Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  11. The lower layers Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  12. Layer functions Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  13. Interfaces: Vertical (Adjacent Layer) Communication Assist.Prof. Itarun Pitimon (itarun.p@cpe.rmutt.ac.th)

  14. Protocols: Horizontal (Corresponding Layer) Communication Assist.Prof. Itarun Pitimon (itarun.p@cpe.rmutt.ac.th)

  15. Data Encapsulation Assist.Prof. Itarun Pitimon (itarun.p@cpe.rmutt.ac.th)

  16. TCP/IP Protocols Assist.Prof. Itarun Pitimon (itarun.p@cpe.rmutt.ac.th)

  17. TCP/IP Protocols Assist.Prof. Itarun Pitimon (itarun.p@cpe.rmutt.ac.th)

  18. Protocol Data Units (PDUs) and Service Data Units (SDUs) Assist.Prof. Itarun Pitimon (itarun.p@cpe.rmutt.ac.th)

  19. Indirect Device Connection and Message Routing Assist.Prof. Itarun Pitimon (itarun.p@cpe.rmutt.ac.th)

  20. Application Layer • The Application layer of the OSI model marks the spot where users actually communicate to the computer. • Sample -> • World Wide Web (WWW) • E-mail gateways • Electronic data interchange (EDI) • Special interest bulletin boards • Internet navigation utilities • Financial transaction services Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  21. The Presentation Layer • It presents data to the Application layer and is responsible for data translation and code formatting. • This layer is essentially a translator and provides coding and conversion functions. A successful data-transfer technique is to adapt the data into a standard format before transmission. Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  22. The Session Layer • The Session layer is responsible for setting up, managing, and then tearing down sessions between Presentation layer entities. • This layer also provides dialogue control between devices, or nodes. It coordinates communication between systems, and serves to organize their communication by offering three different modes: simplex, half duplex, and full duplex. Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  23. The Transport Layer • The Transport layer segments and reassembles data into a data stream. • Services located in the Transport layer both segment and reassemble data from upper-layer applications and unite it onto the same data stream. • They provide end-to-end data transport services and can establish a logical connection between the sending host and destination host on an internetwork. Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  24. The Transport layer is responsible for providing mechanisms for multiplexing upper-layer applications, establishing sessions, and tearing down virtual circuits. • The Transport layer can be connectionless or connection-oriented. • Some of you are probably familiar with TCP and UDP already. Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  25. Flow Control • Data integrity is ensured at the Transport layer by maintaining flow control and by allowing users to request reliable data transport between systems. • The segments delivered are acknowledged back to the sender upon their reception. • Any segments not acknowledged are retransmitted. • Segments are sequenced back into their proper order upon arrival at their destination. • A manageable data flow is maintained in order to avoid congestion, overloading, and data loss. Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  26. Connection-Oriented Communication • a call setup, or a three way handshake Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  27. Transmitting segments with flow control Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  28. Acknowledgments • It guarantees that the data won’t be duplicated or lost. • This is achieved through something called positive acknowledgment with retransmission a technique that requires a receiving machine to communicate with the transmitting source by sending an acknowledgment message back to the sender when it receives data. Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  29. Windowing Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  30. The Network Layer • The Network layer (also called layer 3) manages device addressing, tracks the location of devices on the network, and determines the best way to move data, which means that the Network layer must transport traffic between devices that aren’t locally attached. • Two types of packets are used at the Network layer: • Data packets : routed protocol • Route update packets : routing protocol Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  31. Routing table used in a router Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  32. Here are some points about routers that you should really commit to memory: • Routers, by default, will not forward any broadcast or multicast packets. • Routers use the logical address in a Network layer header to determine the next hop router to forward the packet to. • Routers can use access lists, created by an administrator, to control security on the types of packets that are allowed to enter or exit an interface. • Routers can provide layer 2 bridging functions if needed and can simultaneously route through the same interface. • Layer 3 devices (routers in this case) provide connections between virtual LANs (VLANs). • Routers can provide quality of service (QoS) for specific types of network traffic. Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  33. The Data Link Layer • The Data Link layer provides the physical transmission of the data and handles error notification, network topology, and flow control. • The Data Link layer formats the message into pieces, each called a data frame, and adds a customized header containing the hardware destination and source address. Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  34. Data Link layer with the Ethernet and IEEE specifications. Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  35. The IEEE Ethernet Data Link layer has two sublayers: • Media Access Control (MAC) 802.3Defines how packets are placed on the media. Contention media access is “first come/first served” access where everyone shares the same bandwidth—hence the name. Physical addressing is defined here, • Logical Link Control (LLC) 802.2Responsible for identifying Network layer protocols and then encapsulating them. Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  36. Switches and Bridges at the Data Link Layer • Layer 2 switching is considered hardware-based bridging because it uses specialized hardware called an application-specific integrated circuit (ASIC). Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  37. The Physical Layer • we find that the Physical layer does two things: It sends bits and receives bits. Bits come only in values of 1 or 0—a Morse code with numerical values. • The Physical layer specifies the electrical, mechanical, procedural, and functional requirements for activating, maintaining, and deactivating a physical link between end systems. • This layer is also where you identify the interface between the data terminal equipment (DTE)and the data communication equipment (DCE). Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  38. Hubs at the Physical Layer • A hub is really a multiple-port repeater. A repeater receives a digital signal and reamplifies or regenerates that signal, and then forwards the digital signal out all active ports without looking at any data. Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  39. Ethernet Networking Computer Network by P.It-arun Computer Engineering Dept, RMUTT. Lecture 2-2

  40. The success of Ethernet is due to the following factors: • Simplicity and ease of maintenance • Ability to incorporate new technologies • Reliability • Low cost of installation and upgrade Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  41. 802.3 Ethernet in Relation to The OSI Model Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  42. IEEE 802.x Standards Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  43. Ethernet Technologies Mapped to the OSI model Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  44. Ethernet Addressing • We get into how Ethernet addressing works. It uses the Media Access Control (MAC) address burned into each and every Ethernet Network Interface Card (NIC). Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  45. MAC Address Format Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  46. Generic Frame Format Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  47. IEEE 802.3 Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  48. Ethernet II Frame Format Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  49. Ethernet II and IEEE 802.3 Frame Format Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

  50. Media Access Control (MAC) Computer Network by P.It-arun Computer Engineering Dept, RMUTT.

More Related