Introduction to Computer Networks

Total Page:16

File Type:pdf, Size:1020Kb

Introduction to Computer Networks Routing and addressing Rui Valadas Computer networks and its physical elements R1 E1 link R2 H1 server Ethernet H2 switch R4 desktop H3 IP tablet router H4 R3 portable ©Rui Valadas, version 2.0, 28/9/2017 2 Routing • Routing – network function that selects one or more routes (paths) between hosts, to be followed by data packets • Routes are usually computed through distributed algorithms called routing protocols, running on switching equipment and cooperating through the exchange of routing messages R2 R1 R4 H1 H2 R3 ©Rui Valadas, version 2.0, 28/9/2017 3 Forwarding tables • Indicate at each host or router the path to each destination, actually the next network element (the next-hop) • Built and maintained by routing protocols dest. next dest. next H2 R3 H2 R1 dest. next ... ... dest. next ... ... H2 R2 H2 H2 ... ... ... ... R2 R1 R4 H1 H2 R3 dest. next H2 R4 ... ... Can forwarding tables list all host addresses? ©Rui Valadas, version 2.0, 28/9/2017 4 Structure of Internet routing • At a global (worldwide) level, the Internet can be viewed as a network of routing domains, called Autonomous Systems (ASes) • The ASes are connected through Autonomous Systems Border Routers (ASBRs) • Two types of routing protocols: • Inter-domain: between ASes Inter-domain • BGP routing protocol • Intra-domain: inside ASes ASBR • RIP, OSPF ASBR Autonomous ASBR System Intra-domain ASBR routing protocol internal node ©Rui Valadas, version 2.0, 28/9/2017 5 Addressing • Network elements are identified through addresses • Several types of addresses: e.g. MAC and IP • Two types of IP addresses: IPv4 and IPv6 • IP addresses are used for host-to-host communications (end-to- end) • IP addresses are interface identifiers • Is this good or bad? • Multi-homed hosts have one IP address per active interface ©Rui Valadas, version 2.0, 28/9/2017 6 IPv4 addresses • 32 bits • Represented in dotted-decimal notation 10000000 00001010 00000010 00011110 128 . 10 . 2 . 30 ©Rui Valadas, version 2.0, 28/9/2017 7 IPv6 addresses • 128 bits • Represented in hexadecimal notation, with 16-bit blocks (hextets) separated by a colon 0010 ... 0000 1101 1011 1000 ... 1010 0000 ... 0000 0011 2001 : 0db8 : 000d : 000a : 0000 : 0000 : 0000 : 0003 ©Rui Valadas, version 2.0, 28/9/2017 8 IPv6 addresses • Rules for reducing the size of the representation • Example: fedc:0000:0000:0000:0243:0000:0000:abcd • Rule 1 – Leading 0s in any hextet can be omitted • fedc:0:0:0:243:0:0:abcd • Rule 2 – A double colon (::) can represent any single, contiguous string of one or more hextets consisting of all 0s. • fedc::0243:0000:0000:abcd or fedc:0000:0000:0000:0243::abcd • Combining rule 1 and rule 2 • fedc::243:0:0:abcd or fedc:0:0:0:243::abcd • :: is the all-zeros address ©Rui Valadas, version 2.0, 28/9/2017 9 Representing address blocks • A block of contiguous addresses that share the same prefix is usually defined by lowest address and prefix length – slash notation • Prefix – higher-order bits of an address • In IPv4, prefix length can be represented by subnet mask • 32-bit word that for prefix with n bits has the n higher-order bits equal 1, and the remaining ones equal 0 • /24 = 255.255.255.0; /21 = 255.255.248.0 • Trailing zeros can be omitted • 11.0.0.0/24 can be represented as 11/24 123.4.8.0/21 Highest 123 . 4 . 00001 111 . 11111111 = 123.4.15.255 Lowest 123 . 4 . 00001 000 . 00000000 = 123.4.8.0 PREFIX SUFFIX ©Rui Valadas, version 2.0, 28/9/2017 10 Multicast and broadcast addresses • It is convenient to have addresses that target more than one destination • … for group communications (e.g. videoconferencing) • Unicast addresses – identify one interface • Multicast addresses – identify a group of interfaces • Broadcast addresses – identify all interfaces • Multicast addresses • IPv4 – 224/4 • IPv6 – ff00::/8 • Broadcast addresses • IPv4 –addresses with “all ones” suffix, must be constrained in scope • IPv6 – no broadcast addresses ©Rui Valadas, version 2.0, 28/9/2017 11 Public and private addresses • Public addresses – for worldwide communications, must be globally unique • IP addresses are assigned by IANA • Private addresses – for communications inside specific domains, need only be unique inside these domains • Conversion between private and public addresses is done through NAT boxes • Private address blocks • IPv4 – 10/8, 172.16/12, 192.168/16, 169.254/16 • IPv6 – fc00::/7 ©Rui Valadas, version 2.0, 28/9/2017 12 Subnets • Forwarding tables cannot list individual IP addresses - does not scale - IP addresses must be aggregated somehow • Subnet • Logical entity corresponding to an IP address block (IP addresses that share common prefix) • Subnets are delimited by routers (the same subnet cannot span different router interfaces) • Often represented by clouds • To support the organization in subnets IP addresses are structured hierarchically in two levels: • netid – prefix, that identifies subnet • hostid – suffix, that identifies interface within subnet ©Rui Valadas, version 2.0, 28/9/2017 13 R1 E1 link R2 destination what next? 9.0.0.0/8 next is R4 H1 125.6.0.0/16 directly connected server 192.168.0.0/30 directly connected 192.168.0.4/30 next is R2 Ethernet 222.0.0.0/24 directly connected H2 switch R4 desktop H3 R1 R2 IP tablet 192.168.0.0/30 router H4 R3 portable 222.0.0.1 192.168.0.4/30 H1 222.0.0.2 125.6.0.0/16 Subnets H2 222.0.0.0/24 R4 222.0.0.3 9.0.0.254 222.0.0.4 9.0.0.2 9.0.0.1 9.0.0.0/8 R3 H3 H4 ©Rui Valadas, version 2.0, 28/9/2017 14 Subnets Host Host subnet 128.10.0.0/16 128.10.156.8/16 128.10.2.26/16 Ethernet 128.10.2.3/16 128.10.238.111 netid hostid multi-homed Host subnet 192.168.56.0/24 192.168.56.1/24 128.10.238.111/16 Router Token-ring 192.168.56.205/24 192.168.56.38/24 Router 10.0.0.37/8 192.168.56.101/24 Private network Host subnet 10.0.0.0/8 ©Rui Valadas, version 2.0, 28/9/2017 15 Subnets • More than one subnet can be assigned to a link 15.0.0.0/8 128.10.0.0/16 222.222.10.0/24 128.15.0.0/16 192.168.60.0/24 222.222.20/24 Router Router ©Rui Valadas, version 2.0, 28/9/2017 16 The TCP/IP layered architecture • The operation of computer networks • TCP/IP layers involves many protocols, e.g. for routing, 1. physical layer error control, security, mobility, congestion 2. link layer control…. 3. network layer 4. transport layer 5. application layer • Protocols are organized in a layered architecture source host message A packet transmitted over the Internet application message APP is processed by protocols of all five transport message APP TP layers, at the source and destination hosts network message APP TP NET link message APP TP NET LK physical message APP TP NET LK PHY network packet header 17 ©Rui Valadas, version 2.0, 28/9/2017 TCP/IP architecture and routing • Physical, link and network layers - communication among hosts; transport and application layers - communication between application processes running on hosts • The link and network layers provide a two-level routing hierarchy for the end-to-end communication between hosts • To accommodate the heterogeneity of Internet communication technologies • Two types of networks and addresses (layer-3 and layer-2) and switching equipment (routers and switches) Switch Router Router Router 3G/4G satellite link fiber optical Router submarine cable Wi-Fi (quite complex) ©Rui Valadas, version 2.0, 28/9/2017 switched Ethernet 18 Link layer technologies • Layer-2 links provide the basic packet-level connectivity between layer-3 devices (hosts or routers) • Can be classified in: • Point-to-point links - connect two, and only two, layer-3 devices; e.g. E1 or V.35 links • Shared links - abstract layer-2 networks and can potentially connect many layer-3 devices; e.g. Ethernet (switched and non-switched), Token Ring, Wi- Fi, X.25, Frame Relay and ATM • Communications inside layer-2 networks require layer-2 addresses Switch ©Rui Valadas, version 2.0, 28/9/2017 19 IEEE addresses • 48 bit addresses, assigned by IEEE, aka MAC addresses • Expressed in hexadecimal notation • e.g. 88-53-2e-28-8b-dc, or 88:53:2e:28:8b:dc, node or 8853.2e28.8bdc 1a-23-f9-cd-06-9b • Flat (no structure) for routing purposes 88-b2-2f-54-1a-0f • Three types of addresses • Unicast – identifies only one interface node LAN node • Multicast – identifies a group of interfaces • Broadcast – identifies all interfaces 5c-66-ab-90-75-b1 49-bd-d2-c7-56-2a node Organizationally Unique Identifier (OUI) 1st byte 2nd byte 3rd byte 4th byte 5th byte 6th byte 11011101 01110101 11001111 01011111 01000101 01111010 0 - unicast 1 - multicast 0 - globally unique 1 - locally administered ©Rui Valadas, version 2.0, 28/9/2017 20 TCP/IP architecture and routing application application transport transport network network network network link link link link link physical physical physical physical physical Router Switch Router Host Host layer-2 layer-2 layer-2 addresses addresses addresses layer-3 (IP) addresses ©Rui Valadas, version 2.0, 28/9/2017 21 Layer-3 and layer-2 forwarding tables • Forwarding tables are built and maintained by routing protocols to indicate at each switching equipment the path to be followed towards each destination • Layer-3 forwarding tables indicate the outgoing interface and the next-hop router that leads to each destination subnet • Layer-2 forwarding tables indicate only the outgoing interface layer-3 forwarding table layer-2 forwarding table destination next hop int destination int 9.0.0.0/8 125.6.2.2 i2 48:dd:a9:56:b3:47 i1 125.6.0.0/16 dc i2 10:d3:51:23:d5:38 i2 223.2.3.0/24 dc i1 ©Rui Valadas, version 2.0, 28/9/2017 22 End-to-end routing • 1st step
Recommended publications
  • Introduction to the Ipaddress Module
    Introduction to the ipaddress Module An Introduction to the ipaddress Module Overview: This document provides an introduction to the ipaddress module used in the Python language for manipulation of IPv4 and IPv6 addresses. At a high level, IPv4 and IPv6 addresses are used for like purposes and functions. However, since there are major differences in the address structure for each protocol, this tutorial has separated into separate sections, one each for IPv4 and IPv6. In today’s Internet, the IPv4 protocol controls the majority of IP processing and will remain so for the near future. The enhancements in scale and functionality that come with IPv6 are necessary for the future of the Internet and adoption is progressing. The adoption rate, however, remains slow to this date. IPv4 and the ipaddress Module: The following is a brief discussion of the engineering of an IPv4 address. Only topics pertinent to the ipaddress module are included. A IPv4 address is composed of 32 bits, organized into four eight bit groupings referred to as “octets”. The word “octet” is used to identify an eight-bit structure in place of the more common term “byte”, but they carry the same definition. The four octets are referred to as octet1, octet2, octet3, and octet4. This is a “dotted decimal” format where each eight-bit octet can have a decimal value based on eight bits from zero to 255. IPv4 example: 192.168.100.10 Every packet in an IPv4 network contains a separate source and destination address. As a unique entity, a IPv4 address should be sufficient to route an IPv4 data packet from the source address of the packet to the destination address of the packet on a IPv4 enabled network, such as the Internet.
    [Show full text]
  • The Essentials of Computer Organization and Architecture / Linda Null, Julia Lobur
    the essentials of Linda Null and Julia Lobur JONES AND BARTLETT COMPUTER SCIENCE the essentials of Linda Null Pennsylvania State University Julia Lobur Pennsylvania State University World Headquarters Jones and Bartlett Publishers Jones and Bartlett Publishers Jones and Bartlett Publishers International 40 Tall Pine Drive Canada Barb House, Barb Mews Sudbury, MA 01776 2406 Nikanna Road London W6 7PA 978-443-5000 Mississauga, ON L5C 2W6 UK [email protected] CANADA www.jbpub.com Copyright © 2003 by Jones and Bartlett Publishers, Inc. Cover image © David Buffington / Getty Images Illustrations based upon and drawn from art provided by Julia Lobur Library of Congress Cataloging-in-Publication Data Null, Linda. The essentials of computer organization and architecture / Linda Null, Julia Lobur. p. cm. ISBN 0-7637-0444-X 1. Computer organization. 2. Computer architecture. I. Lobur, Julia. II. Title. QA76.9.C643 N85 2003 004.2’2—dc21 2002040576 All rights reserved. No part of the material protected by this copyright notice may be reproduced or utilized in any form, electronic or mechanical, including photocopying, recording, or any information storage or retrieval system, without written permission from the copyright owner. Chief Executive Officer: Clayton Jones Chief Operating Officer: Don W. Jones, Jr. Executive V.P. and Publisher: Robert W. Holland, Jr. V.P., Design and Production: Anne Spencer V.P., Manufacturing and Inventory Control: Therese Bräuer Director, Sales and Marketing: William Kane Editor-in-Chief, College: J. Michael Stranz Production Manager: Amy Rose Senior Marketing Manager: Nathan Schultz Associate Production Editor: Karen C. Ferreira Associate Editor: Theresa DiDonato Production Assistant: Jenny McIsaac Cover Design: Kristin E.
    [Show full text]
  • Chapter 2 Data Representation in Computer Systems 2.1 Introduction
    QUIZ ch.1 • 1st generation • Integrated circuits • 2nd generation • Density of silicon chips doubles every 1.5 yrs. rd • 3 generation • Multi-core CPU th • 4 generation • Transistors • 5th generation • Cost of manufacturing • Rock’s Law infrastructure doubles every 4 yrs. • Vacuum tubes • Moore’s Law • VLSI QUIZ ch.1 The highest # of transistors in a CPU commercially available today is about: • 100 million • 500 million • 1 billion • 2 billion • 2.5 billion • 5 billion QUIZ ch.1 The highest # of transistors in a CPU commercially available today is about: • 100 million • 500 million “As of 2012, the highest transistor count in a commercially available CPU is over 2.5 • 1 billion billion transistors, in Intel's 10-core Xeon • 2 billion Westmere-EX. • 2.5 billion Xilinx currently holds the "world-record" for an FPGA containing 6.8 billion transistors.” Source: Wikipedia – Transistor_count Chapter 2 Data Representation in Computer Systems 2.1 Introduction • A bit is the most basic unit of information in a computer. – It is a state of “on” or “off” in a digital circuit. – Sometimes these states are “high” or “low” voltage instead of “on” or “off..” • A byte is a group of eight bits. – A byte is the smallest possible addressable unit of computer storage. – The term, “addressable,” means that a particular byte can be retrieved according to its location in memory. 5 2.1 Introduction A word is a contiguous group of bytes. – Words can be any number of bits or bytes. – Word sizes of 16, 32, or 64 bits are most common. – Intel: 16 bits = 1 word, 32 bits = double word, 64 bits = quad word – In a word-addressable system, a word is the smallest addressable unit of storage.
    [Show full text]
  • Topics Today
    CMSC 313 COMPUTER ORGANIZATION & ASSEMBLY LANGUAGE PROGRAMMING LECTURE 01, SPRING 2013 TOPICS TODAY • Course overview • Levels of machines • Machine models: von Neumann & System Bus • Fetch-Execute Cycle • Base Conversion COURSE OVERVIEW CMSC 313 Course Description Spring 2013 Computer Organization & Assembly Language Programming Instructor. Prof. Richard Chang, [email protected], 410-455-3093. Office Hours: Tuesday & Thursday 11:30am–12:30pm, ITE 326. Teaching Assistant. Roshan Ghumare, [email protected] Office Hours: TBA Time and Place. Section 01: Tu - Th 10:00am – 11:15am, ITE 229. Section 02: Tu - Th 1:00pm – 2:15pm, ITE 229. Textbook. • Essentials of Computer Organization and Architecture, third edition, by Linda Null & Julia Lobur. Jones & Bartlett Learning, 2010. ISBN: 1449600069. • Assembly Language Step-by-Step: Programming with Linux, third edition, by Jeff Duntemann. Wiley, 2009. ISBN: 0470497025. Web Page. http://umbc.edu/~chang/cs313/ Catalog Description. This course introduces the student to the low-level abstraction of a computer system from a programmer's point of view, with an emphasis on low-level programming. Topics include data representation, assembly language programming, C programming, the process of compiling and linking, low-level memory management, exceptional control flow, and basic processor architecture. Prerequisites. You should have mastered the material covered in the following courses: CMSC 202 Computer Science II and CMSC 203 Discrete Structures. You need the programming experience from CMSC202. Additional experience from CMSC341 Data Structures would also be helpful. You must also be familiar with and be able to work with truth tables, Boolean algebra and modular arithmetic. Objectives. The purpose of this course is to introduce computer science majors to computing systems below that of a high-level programming language.
    [Show full text]
  • Data Representation in Computer Systems
    © Jones & Bartlett Learning, LLC © Jones & Bartlett Learning, LLC NOT FOR SALE OR DISTRIBUTION NOT FOR SALE OR DISTRIBUTION There are 10 kinds of people in the world—those who understand binary and those who don’t. © Jones & Bartlett Learning, LLC © Jones—Anonymous & Bartlett Learning, LLC NOT FOR SALE OR DISTRIBUTION NOT FOR SALE OR DISTRIBUTION © Jones & Bartlett Learning, LLC © Jones & Bartlett Learning, LLC NOT FOR SALE OR DISTRIBUTION NOT FOR SALE OR DISTRIBUTION CHAPTER Data Representation © Jones & Bartlett Learning, LLC © Jones & Bartlett Learning, LLC NOT FOR SALE 2OR DISTRIBUTIONin ComputerNOT FOR Systems SALE OR DISTRIBUTION © Jones & Bartlett Learning, LLC © Jones & Bartlett Learning, LLC NOT FOR SALE OR DISTRIBUTION NOT FOR SALE OR DISTRIBUTION 2.1 INTRODUCTION he organization of any computer depends considerably on how it represents T numbers, characters, and control information. The converse is also true: Stan- © Jones & Bartlettdards Learning, and conventions LLC established over the years© Jones have determined& Bartlett certain Learning, aspects LLC of computer organization. This chapter describes the various ways in which com- NOT FOR SALE putersOR DISTRIBUTION can store and manipulate numbers andNOT characters. FOR SALE The ideas OR presented DISTRIBUTION in the following sections form the basis for understanding the organization and func- tion of all types of digital systems. The most basic unit of information in a digital computer is called a bit, which is a contraction of binary digit. In the concrete sense, a bit is nothing more than © Jones & Bartlett Learning, aLLC state of “on” or “off ” (or “high”© Jones and “low”)& Bartlett within Learning, a computer LLCcircuit. In 1964, NOT FOR SALE OR DISTRIBUTIONthe designers of the IBM System/360NOT FOR mainframe SALE OR computer DISTRIBUTION established a conven- tion of using groups of 8 bits as the basic unit of addressable computer storage.
    [Show full text]
  • Multiplayer Game Programming: Architecting Networked Games
    ptg16606381 Multiplayer Game Programming ptg16606381 The Addison-Wesley Game Design and Development Series Visit informit.com/series/gamedesign for a complete list of available publications. ptg16606381 Essential References for Game Designers and Developers hese practical guides, written by distinguished professors and industry gurus, Tcover basic tenets of game design and development using a straightforward, common-sense approach. The books encourage readers to try things on their own and think for themselves, making it easier for anyone to learn how to design and develop digital games for both computers and mobile devices. Make sure to connect with us! informit.com/socialconnect Multiplayer Game Programming Architecting Networked Games ptg16606381 Joshua Glazer Sanjay Madhav New York • Boston • Indianapolis • San Francisco Toronto • Montreal • London • Munich • Paris • Madrid Cape Town • Sydney • Tokyo • Singapore • Mexico City Many of the designations used by manufacturers and sellers to distinguish their products Editor-in-Chief are claimed as trademarks. Where those designations appear in this book, and the Mark Taub publisher was aware of a trademark claim, the designations have been printed with initial capital letters or in all capitals Acquisitions Editor Laura Lewin The authors and publisher have taken care in the preparation of this book, but make no expressed or implied warranty of any kind and assume no responsibility for errors or Development Editor omissions. No liability is assumed for incidental or consequential damages in connection Michael Thurston with or arising out of the use of the information or programs contained herein. Managing Editor For information about buying this title in bulk quantities, or for special sales opportunities Kristy Hart (which may include electronic versions; custom cover designs; and content particular to your business, training goals, marketing focus, or branding interests), please contact our Project Editor corporate sales department at [email protected] or (800) 382-3419.
    [Show full text]
  • Blacklynx Open API Library User Guide 9 Mar 2019
    BlackLynx Open API Library User Guide 9 Mar 2019 BlackLynx Open API Library User Guide BLACKLYNX, INC. - Please note that BlackLynx APIs are SUBJECT TO CHANGE WITHOUT NOTICE 1 BlackLynx Open API Library User Guide 9 Mar 2019 Copyright (c) 2015-2019, BlackLynx, Inc. (formerly Ryft Systems, Inc.) All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed by BlackLynx, Inc. Neither the name of BlackLynx, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY BLACKLYNX, INC. ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BLACKLYNX, INC. BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    [Show full text]
  • FTI-2 Architecture
    Architecture White Paper FAA Telecommunications Infrastructure (FTI)-2 Architecture Networks and Telecommunications Community of Interest FTI-2 Working Group Technology, Performance, and Operations Subcommittee Date Released: June 22, 2017 Synopsis This White Paper is a collection of topics and white papers that address strategic technical issues for FTI-2. The Paper examines communications architecture influences – decommissioning of obsolete technology and increased use of more advanced approaches as FTI-2 is executed between 2020 and 2035. The analysis and projections provided here are based on the Technology Adoption Curve Model, the “S” curve, as well as tracking three fundamental and underlying technologies integrated circuits, antennas and fiber optic technology. Software development will not be discussed specifically in this paper. Several methods are proposed to evolve FTI-2 support over the life of the contract. Also included are several stand-alone white papers created specifically for this effort. American Council for Technology-Industry Advisory Council (ACT-IAC) 3040 Williams Drive, Suite 500, Fairfax, VA 22031 www.actiac.org ● (p) (703) 208.4800 (f) ● (703) 208.4805 Advancing Government Through Collaboration, Education and Action Page i Architecture White Paper American Council for Technology-Industry Advisory Council (ACT-IAC) The American Council for Technology (ACT) – Industry Advisory Council (IAC) is a non-profit educational organization established to create a more effective and innovative government. ACT-IAC provides a unique, objective and trusted forum where government and industry executives are working together to improve public services and agency operations through the use of technology. ACT-IAC contributes to better communications between government and industry, collaborative and innovative problem solving and a more professional and qualified workforce.
    [Show full text]
  • A Hextet Refers to a Segment Of
    A Hextet Refers To A Segment Of Which Hansel panders so methodologically that Rafe dirk her sedulousness? When Bradford succumbs his tastiness retool not bearishly enough, is Zak royalist? Hansel recant painstakingly if subsacral Zak cream or vouch. A hardware is referred to alternate a quartet or hextet each query four hexadecimal. Araqchi all disputable issues between Iran and Sextet ready World. What aisle the parts of an IPv4 address A Host a Network 2. Quantitative Structure-Property Relationships for the. The cleavage structure with orange points of this command interpreter to qsprs available online library of a client program output from another goal of aesthetics from an old pitch relationships between padlock and? The sextet V George Barris SnakePit dragster is under for sale. The first recording of Ho Bynum's new sextet with guitarist Mary Halvorson. Unfiltered The Tyshawn Sorey Sextet at the Jazz Gallery. 10 things you or know about IPv6 addressing. In resonance theory the resonant sextet number hH k of a benzenoid. Sibelius 7 Reference Guide. The six-part romp leans hard into caricatures to sing of mortality and life's. A percussion instrument fashioned out of short segments of hardwood and used in. Arrangements as defined by the UIL State Direc- tor of Music. A new invariant on hyperbolic Dehn surgery space 1 arXiv. I adore to suggest at least some attention the reasons why the sextet is structured as it. Cosmic Challenge Seyferts Sextet July 2020 Phil Harrington This months. Download PDF ScienceDirect. 40 and 9 are octets and 409 is a hextet since sleep number declare the octet.
    [Show full text]
  • Data Representation in Computer Systems Objectives (1 of 2)
    Chapter 2 Data Representation in Computer Systems Objectives (1 of 2) • Understand the fundamentals of numerical data representation and manipulation in digital computers. • Master the skill of converting between various radix systems. • Understand how errors can occur in computations because of overflow and truncation. Objectives (2 of 2) • Understand the fundamental concepts of floating-point representation. • Gain familiarity with the most popular character codes. • Understand the concepts of error detecting and correcting codes. 2.1 Introduction (1 of 2) • A bit is the most basic unit of information in a computer. – It is a state of “on” or “off” in a digital circuit. – Sometimes these states are “high” or “low” voltage instead of “on” or “off.” • A byte is a group of eight bits. – A byte is the smallest possible addressable unit of computer storage. – The term, “addressable,” means that a particular byte can be retrieved according to its location in memory. 2.1 Introduction (2 of 2) • A word is a contiguous group of bytes. – Words can be any number of bits or bytes. – Word sizes of 16, 32, or 64 bits are most common. – In a word-addressable system, a word is the smallest addressable unit of storage. • A group of four bits is called a nibble. – Bytes, therefore, consist of two nibbles: a “high-order nibble,” and a “low-order” nibble. 2.2 Positional Numbering Systems (1 of 3) • Bytes store numbers using the position of each bit to represent a power of 2. – The binary system is also called the base-2 system. – Our decimal system is the base-10 system.
    [Show full text]
  • TRANSITION to Ipv6
    IPv6 Addressing Awareness Objective • IPv6 Address Format & Basic Rules • Understanding the IPv6 Address Components • Understanding & Identifying Various Types of IPv6 Addresses 1 IPv4 Address SYNTAX W . X . Y . Z 192 . 168 . 5 . 1 W,X,Y,Z represent 8 bits converted to Decimal IPv6 Address SYNTAX XXXX : XXXX : XXXX : XXXX : XXXX : XXXX : XXXX : XXXX Where each x represent a 4 bits hexadecimal field 2001:0DB8:1234:0000:0000:C1C0:ABCD:0876 FROM 128 bit BINARY TO 8 BLOCK OF ‘HEXTETS’ • The following is an IPv6 address in binary form: 0010000000000001000011011011100000000000000000000010111100111011 0000001010101010000000001111111111111110001010001001110001011010 • The 128-bit address is divided along 16-bit blocks: 0010000000000001 0000110110111000 0000000000000000 0010111100111011 0000001010101010 0000000011111111 1111111000101000 1001110001011010 • Each 16-bit block is converted to hexadecimal – taking 4 bits as one block- and delimited with colons. The result is : Second 16 bits block is 0000 1101 1011 1000 0 D B 8 Thus, the 8 blocks are represented as : 2001:0DB8:0000:2F3B:02AA:00FF:FE28:9C5A IPv6 IPv6 Address Capacity IPv4: 32 bits or 4 bytes long 4.2 billion possible IP addresses • IPv6: 128 bits or 16 bytes • 340* 1036 possible IP addresses • 340 undecillion or 340 trillion trillion trillion • 340 lakh lakh lakh crores !! RULE 1 Written in Case Insensitive colon ‘hextet’ notation 2001:0DB8:0000:003B:02AA:00FF:FE28:0C5A 2001:0Db8:0000:003B:02aa:00ff:FE28:0C5A Rule 2 The leading zeros within each 16-bit block can be removed. However,
    [Show full text]
  • Computer Networks
    COMPUTER NETWORKS For COMPUTER SCIENCE COMPUTER NETWORKS . Syllabus Concept of layering. LAN technologies (Ethernet). Flow and error control techniques. IPv4/IPv6, routers and routing algorithms (distance vector, link state). TCP/ UDP and sockets, congestion control. Application layer protocols (DNS, SMTP, POP, FTP, HTTP). Network security: authentication, basics of public key and private key cryptography, digital signatures and certificates, firewalls. Basics of Wifi & switching, Digital signals. ANALYSIS OF GATE PAPERS Exam Year 1 Mark Ques. 2 Mark Ques. Total 2003 2 3 8 2004 3 4 11 2005 5 2 15 2006 1 5 11 2007 2 6 14 2008 1 4 9 2009 - 5 10 2010 2 3 8 2011 2 2 6 2012 3 3 9 2013 3 2 7 2014 Set-1 2 3 8 2014 Set-2 3 2 7 2014 Set-3 3 3 9 2015 Set-1 4 2 8 2015 Set-2 2 3 8 2015 Set-3 2 3 8 2016 Set-1 2 4 10 2016 Set-2 3 4 11 2017 Set-1 2 3 8 2017 Set-2 1 2 5 2018 3 4 7 © Copyright Reserved by Gateflix.in No part of this material should be copied or reproduced without permission CONTENTS Topics Page No 1. ISO OSI PHYSICAL LAYER, LAN TECHNOLOGIES 1.1 Introduction 1.2 Computer Networks 1.3 Design Issues of Layers 01 1.4 Network Hardware 01 1.5 Network Topology 01 1.6 Transmission Mode 02 1.7 Reference Models 0703 1.8 Functions of the Layer 07 1.9 TCP/IP References Model 1 1.10 Comparison of OSI and TCP/IP Reference Models 108 1.11 Physical Layer 0 1.12 Transmission Media 2 1.13 Coaxial Cable 13 1.14 Optical Fiber 13 1.15 Maximum Date Rate of the Channel 16 1.16 Communication Satellite 17 1.17 Access Algorithms 19 1.18 Manchester Encoding 219 1.19 LMR (Last Minute Revision) 221 Gate Questions 22 2 2.
    [Show full text]