Introduction to Networking

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

Which of the following best describes the function of a router in a computer network?

  • Shares resources with other computers on the network.
  • Provides wired access to the Local Area Network (LAN).
  • Filters and allows/disallows traffic at the data link layer (Layer 2).
  • Passes traffic from one network to another network. (correct)

Which network type is most likely to use multiprotocol label switching technique?

  • Campus area network
  • Wide area network (correct)
  • Personal area network
  • Storage area network

What is the total length of a MAC address?

  • 16 hexadecimal digits
  • 12 hexadecimal digits (correct)
  • 64 bits
  • 32 bits

What is the effect of connecting all hosts to a hub?

<p>All hosts receive all traffic, leading to potential inefficiencies and collisions. (B)</p> Signup and view all the answers

Which of the following describes a broadcast domain?

<p>A network where every device receives the traffic. (B)</p> Signup and view all the answers

What best describes the purpose of the Address Resolution Protocol (ARP)?

<p>Resolves IP addresses to MAC addresses. (C)</p> Signup and view all the answers

What does the IEEE 802.3 Ethernet standard define?

<p>Hardware, cabling, and speed specifications. (C)</p> Signup and view all the answers

What is the maximum length of a UTP cable run, up to 100Mbps, as defined by Ethernet standards?

<p>100 meters (A)</p> Signup and view all the answers

What is the purpose of plenum-rated cables when used in networking?

<p>To minimize fire hazards and reduce toxic fumes in air circulation spaces. (A)</p> Signup and view all the answers

Which of the following is the industry standard unit of measure for the height of racks in equipment rooms?

<p>U (Unit) (C)</p> Signup and view all the answers

What command line command would an administrator use on a Windows operating system in order to see the MAC addresses of a computer?

<p>ipconfig /all (A)</p> Signup and view all the answers

What is contained within a router's non-volatile RAM (NVRAM)?

<p>The startup configuration file. (C)</p> Signup and view all the answers

A network administrator needs to check the characteristics of a router. Which command should they execute to show detailed information?

<p><code>show version</code> (A)</p> Signup and view all the answers

In networking, what range of port numbers is typically assigned to specific applications and services?

<p>1024-49151 (B)</p> Signup and view all the answers

Which characteristic is MOST valued by TCP (Transmission Control Protocol)?

<p>Accuracy of data delivery (B)</p> Signup and view all the answers

Which of the following is a characteristic is most valued by UDP (User Datagram Protocol)?

<p>Speed of transmission (C)</p> Signup and view all the answers

What best characterizes a Fully Qualified Domain Name (FQDN)?

<p>The specification of an exact location in the Domain Name System (DNS). (C)</p> Signup and view all the answers

At which layer of the OSI model does IP operate?

<p>Network Layer (D)</p> Signup and view all the answers

Which layer of the OSI model is associated with encryption of data?

<p>Presentation Layer (B)</p> Signup and view all the answers

What are the well known TCP port numbers?

<p>0-1023 (C)</p> Signup and view all the answers

According to the material what is the command to view the current TCP/IP settings in Linux?

<p>ifconfig (A)</p> Signup and view all the answers

What is CIDR notation?

<p>Classless Inter-Domain Routing is similar in VSLM. (A)</p> Signup and view all the answers

What is wrong with this network Class A IP address assigned to public DNS? 127.0.0.1

<p>This is loopback IP address (A)</p> Signup and view all the answers

What range represents a class B IP address?

<p>128-191 (A)</p> Signup and view all the answers

What it the process to find the broadcast address for a subnet: 205.10.10.64/26?

<p>205.10.10.127 (B)</p> Signup and view all the answers

What is super-netting?

<p>Summarize internal subnets (A)</p> Signup and view all the answers

Which type of address is added in IPv6 that IPv4 did not use?

<p>Unique-Local Address (A)</p> Signup and view all the answers

In IPv6, what is the standard and default bit prefix length for a host?

<p>/64 (A)</p> Signup and view all the answers

A network engineer has multiple VLANs traveling over the network. What is the name for this type of setup?

<p>VLAN trunking (A)</p> Signup and view all the answers

What enables automatic VLAN addition in different switches?

<p>VTP (C)</p> Signup and view all the answers

What must you enable on a layer 3 switch to have it route between VLANs?

<p>#ip routing (A)</p> Signup and view all the answers

What makes Rapid Spanning Tree Protocol better that regular spanning Tree?

<p>It is faster (A)</p> Signup and view all the answers

What can be the unwanted effects of having a low Bridge ID?

<p>It will elect the lowest one as a random problem IT closet with electricity problems. (C)</p> Signup and view all the answers

What best describes the purpose of setting speed and duplex?

<p>It ensures that there are no issues of auto-negotiation. (A)</p> Signup and view all the answers

What is the function of LACP?

<p>Is the link aggregation protocol. (D)</p> Signup and view all the answers

What is the purpose of dynamic routing?

<p>To allow routers to dynamically learn the best path to other routes. (A)</p> Signup and view all the answers

What would be the command to enable RIP version 2?

<p>(config-router)#version 2 (C)</p> Signup and view all the answers

What is the purpose of 'passive interface' configurations during RIP configurations?

<p>We can control which interfaces are allowed to send updates (A)</p> Signup and view all the answers

If there is an older and mordern protocol where the have both directly connected routes, static routes and dynamic routes, how should routers treat routes that are shown in the router table?

<p>It's s number use to rank directly connected routes, static routes and dynamic routes (D)</p> Signup and view all the answers

What does HSRP provide to a system?

<p>A second default gateway (C)</p> Signup and view all the answers

What are the rules of access control lists?

<p>at least permit statement - processed top to bottom (C)</p> Signup and view all the answers

What is NAT?

<p>A one to one address mapping (B)</p> Signup and view all the answers

What is Wi-Fi Protected Access (WPA)?

<p>Pre-shared Key(PSK) (D)</p> Signup and view all the answers

Flashcards

What is a network?

Two or more computers exchanging information over a data link.

What is the Internet?

The largest network, connecting many smaller networks.

What are infrastructure devices?

Devices between you and the Internet (routers, firewalls, switches).

What are protocols?

Rules or standards controlling traffic between devices.

Signup and view all the flashcards

What does a router do?

Allows traffic to pass from one network to another.

Signup and view all the flashcards

What do switches and hubs do?

Provides wired access to the local area network.

Signup and view all the flashcards

What are intelligent switches?

Learn by MAC addresses; sends traffic only to the destination.

Signup and view all the flashcards

What is a local area network (LAN)?

Home is considered a self-contained network.

Signup and view all the flashcards

What is a wide area network (WAN)?

LANs connected over large distances.

Signup and view all the flashcards

What is a personal area network (PAN)?

Connects keyboards, headphones, etc., via Bluetooth.

Signup and view all the flashcards

Computing data is measured by...

Bits, Bytes and ethernet frames

Signup and view all the flashcards

What is a MAC address?

A single network interface card's unique identifier.

Signup and view all the flashcards

What is macvendors.com used for?

Look up MAC addresses and brands.

Signup and view all the flashcards

What is a hub?

Repeater with multiple ports, causing loops and collisions.

Signup and view all the flashcards

What does a switch do?

Keeps MAC address tables, sends traffic to specific clients.

Signup and view all the flashcards

What is Unicast?

Frame sent to a single destination.

Signup and view all the flashcards

What is Multicast?

One or more senders to multiple receivers.

Signup and view all the flashcards

What is a broadcast domain?

ALL 'F's or 48 1s, means everybody must receive the traffic

Signup and view all the flashcards

IP vs MAC

IP is logical, MAC is physical

Signup and view all the flashcards

What is ARP?

Used to find MAC address when IP address is known.

Signup and view all the flashcards

VLAN

Allows devices in a network with broadcast domain

Signup and view all the flashcards

What is the TCP/IP protocol suite?

Introduced by Vint Cerf and Bob Kahn, provides logical addressing and relays traffic

Signup and view all the flashcards

What is the IP address?

Identifies device part of broadcast domain (Network ID or Subnet ID).

Signup and view all the flashcards

What are RFC 1918 IP ranges?

Used for private Internet addressing.

Signup and view all the flashcards

What is a datagram or packet?

Connection-less data unit of IP.

Signup and view all the flashcards

What is the default gateway?

The gateway to connect to external networks

Signup and view all the flashcards

What is the Address Resolution Protocol (ARP)?

Resolves IP to MAC, needed for network communication.

Signup and view all the flashcards

What does Gratuitous ARP do?

announce to update other hosts ARP tables without ARP Requests

Signup and view all the flashcards

What does IEEE 802.3 defines?

defines hardware, cabling and speed

Signup and view all the flashcards

What is an ethernet segment?

Connection between network devices on a shared medium.

Signup and view all the flashcards

What is a collision domain?

Network segment where only one device can communicate at a time.

Signup and view all the flashcards

What does CSMA/CD do?

Detects collisions before transmitting.

Signup and view all the flashcards

What does Half duplex mean?

Means a node can only listen or only talk

Signup and view all the flashcards

What does Throughput mean?

Total amount of speed

Signup and view all the flashcards

What are common Ethernet cable wires?

Orange, Green, Blue, Brown, each with white stripe.

Signup and view all the flashcards

What does crossover cable do?

Use if you mix 568B standard and 568A standard

Signup and view all the flashcards

What is Ethernet Naming Syntax useful for?

100BASE-TX,100BASE-FX or 100BASE-LX

Signup and view all the flashcards

What's Demarc?

Where provider comes in to a building

Signup and view all the flashcards

What provides Power Redundancy?

UPS and Generators with Converters and Inverters

Signup and view all the flashcards

What do device components such as ROM do?

ROM only reads, saving OS files and boot config

Signup and view all the flashcards

Study Notes

Intro to Networking

  • A network contains at least 2 computers which can communicate, usually in a client/server relationship
  • A network allows the exchange of information over a data link
  • Snickernet was the predessor to the modern internet, where people shared information physically via floppy disk
  • The internet is the largest network and an inter-network that connects many smaller networks
  • End devices on a network are called nodes
  • Infrastructure devices include routers, firewalls, switches hubs, WAPs, etc
  • Protocols are the rules and communication standards controlling traffic between devices
  • Switches connect computers to establish a LAN
  • Routers allows passing traffic from one network to another
  • Firewalls are similar to a router, working on Layer 3 to filter and manage network traffic
  • Cloud encompasses some type of network media transmission

Network Overview

  • Computer networks connects computers together, to provide access to services like email
  • Routers provides gateway access to the network
  • Media can be wired or wireless
  • Clients provide users with access to the network
  • Servers share its resources with other computers
  • Switches and hubs provide LAN access through wired connections
  • Switches are intelligent, learning and remembering MAC addresses to direct traffic efficiently
  • WAPs can act as routers and switches, especially in smaller networks
  • Media connects devices to the network
  • Routers serve as gateways to other networks such as a WAN

Network Types

  • Local Area Network (LAN): Computers in a small geographic area
  • Wide Area Network (WAN): LANs over long distances
  • MPLS (multiprotocol label switching)
  • WLAN (wireless LAN) / WWAN connect over wireless connections (cell phones are one type of WWAN)
  • Metropolitan Area Network: Larger than LAN and incorporates LANS and WANS
  • Campus Area Network: Two or more LANs, multiple buildings
  • Storage Area Network: Allows high speed access between servers; requires redunancy
  • Personal Area Network: Primarily connects devices such as keyboards and headphones via Bluetooth

Frames & MAC

  • Computing data looks like 0 or 1 in computers
  • There are 8 bits in a single Byte
  • Network and data rates are measured in bits and not Bytes
  • 100 Mbps is 100,000,000 bits per second
  • Mbps to bits = Add 6 zeros
  • Gbps to bits = Add 9 zeros
  • Tbps to bits = Add 12 zeros
  • File sizes are measured in Bytes and are 8 times more than a bit
  • For example, 350 Megabytes would be 350,000,000 or 2,800,000,000 (350,000,000 x 8) bits
  • Modern packetized data networks send information in small chunks
  • Frames contain payload (1500 bytes), and addressing information
  • Ethernet (IEEE 802.3) is a protocol family
  • WI-FI 802.11
  • Ethernet performs encapsulation of frames
  • A NIC (network interface card) is where Frames start and end

What is a MAC Address

  • MAC Addresses get assigned to individual network interface cards
  • MAC stands for Media Access Control Address
  • MAC Addresses use 12 hexadecimal
  • Each hexidecimal contains 4 binary bits
  • MAC Addresse are 48 bits in total
  • MAC addresses are hardware/physical addresses, AKA "burn-in" addresses
  • The first half of a MAC Address is the Original Equipment Manufacturer (OEM)
  • The last half of a MAC address is the unique identifier
  • macvendors.com - look for MAC addresses and brands attached to them
  • Windows can show the MAC address via ipconfig /all under physical address
  • On Linux/Mac, use ifconfig
  • An Ethernet frame will have source and destination MAC Addresses
  • Cyclical Redundancy Check (CRC)

Hubs vs Switches

  • Hubs repeat signal and have multiple ports
  • All hosts connected to a hub will receive its traffic, with high risk of loops and collisions with too much traffic
  • Switches keep tables of destinations, and deliver information efficiently
  • Switches keep a running table of MAC Addresses
  • Switches knows the destination
  • Switches send traffic to the specific client that needs the information
  • The first network switch was the Kalpana EtherSwitch, invented around 1993

Broadcast Domains

  • Communications can be transmitted in Unicast, Multicast and Broadcast
  • Unicast is when the frame is sent to a single destination from a sender to a single receiver and is most common
  • Multicast goes between one or more senders and multiple receivers, which dedicates MAC addresses or a range to them
  • Managing Multicast is complex and requires updated equipment

The Broadcast and Broadcast Domains

  • All "F"s or 48 1's means everybody
  • Every device must receive the traffic
  • IP is logical and MAC is Physical (Address Resolution Protcol (ARP))
  • The computer sends a broadcast, and the receiver responds with a unicast
  • Broadcast storm appears as loop, and is replicated, causing network failure

Intro to IP & Routing

  • The protocol for the Internet is IP
  • Most prevalent is IP version 4 as part of the TCP/IP stack
  • IP helps the datagrams receive Labels for source and the final IP destination
  • IP relays and routes traffic across network boundaries
  • IP is a connection-less service that is best effort, and does not care if the packets have arrived
  • Vint Cerf and Bob Kahn invent the TCP/IP protocol suite
  • 1974: Introduced by DARPA so t started within the military
  • 1981: Internet Engineering Task Force (IETF) IV4 became official with it official header:
  • Provides logical addressing schema for networks

The IP Address

  • 32 bit in length, represented in decimal format

  • It has 4 binary octets

  • For example, 192.168.100.1

  • In Binary: 11000000.10101000.01100100.00000001

  • For example, assign each endpoint. For instance, a switch or router doesn't need an IP; however, in most cases, we assign an IP for management

  • It identifies that a device is part of a broadcast domain (or network) and is called the Network ID or Subnet ID

  • The use of private internet is for Private IPV4 Ranges given by RFC 1918:

  • These include:

  • 10.0.0.0 - 10.255.255.255 (10/8)

  • 172.16.0.0 - 172.16.255.255 (172.16/12)

  • 192.168.0.0 - 192.168.255.255 (192.168/16)

  • A private address space allows someone to build a network at a home without having to be concern about other networks

  • Public addresses are used over the internet and an ISP will possess a certain range of IP that can be assigned

Routing Packets

  • IP can be a Datagram (UDP+IP=connection less) or a Packet (TCP+IP=connection oriented)
  • Datagrams and Packets are often referred to as Packets
  • Default gateway is the gateway to connect to other networks
  • If you have an IP package that goes from one network, it become part of another network:
    • The packet gets wrapped into a frame with the destination source of the MAC address of the router. Once, the router gets the packet it will unwrap the frame and see the final destination in the packet. Because the router knows the final MAC address, the router will wrap the package in another new frame. At the end the device will get rid of everything except the payload

Real World IP Routing

  • 2900 routers are known as the ISR ( integrated services router) and a generation two, where it can have different services

Address Resolution Protocol

  • Resolves IP Addresses into MAC Addresses, from IETF RFC826
  • For Network communication, computers will need both IP and MAC
  • ARP is used to find the MAC Address when the IP Address of destination is known
  • The ARP cache is the temperate collection/table of all known IP to MAC Addresses
  • When using Windows, Mac OS, or Linux system use commandarp -a
  • Use command show arp for Cisco systems
  • Before Network communication, the computer will refer to the ARP cache and if it doesn’t have the MAC Address of the destination it will do a Arp Request
  • The gratoutitous Arp is an ARP announcement to update other hosts ARP tables without the need for an ARP Requests
  • Sometimes this is preformed during the system startup process.
  • Helps update the network faster when the IP address changed
  • The reverse address' resolution protocol IETF RFC 903

Intro to Ethernet & Switching

  • Ethernet overview of IEEE 802.3: Defies hardware, cabling, and speed
  • Is a family of standards and definitions as well as a protocol
  • That most used
  • Transmission to up to 80 km
  • The fastest lan Speeds
  • Storage Area Network FCoE ( Fiber channel over Ethernet )

Ethernet History

  • -Created by Robert Metcalfe & David Boggs
  • First prototype built to run 2.94 Mbps
  • 1980: IEEE 802
  • 1983: IEEE 802.3 standard -1982: First ethernet adapter (NIC) 10 Mbps, first medium Thick coaxial cable -Late 80s: Ethernet widely implemented
  • 1992: 100Mpbs
  • 1995: Gigabit
  • 2002: 10G
  • 2010:40G & 100G
  • 2012- present: 200G & 400G and even terabit Ethernet

Ethernet Segmentation

  • An Ethernet segment is connection between network devices on a shared medium ( same piece of wire)
  • 2 Frames arriving at the same point at the same time cause a collision
  • Collion domain is an network segment where only 1 device can communicate at a time
  • A switch will separate the collision domains and every single port on a switch is its own collision domain
    • As routers can segregate collision domains
  • Carrier Sense Multiple Access/Collision Detection (CSMA/CD ) - Was invented to prevent collisions
  • Where each node listens to the wire and transmits whenever there no signal
  • Duplex is is apart of every single Ethernet connection
  • Throughput is the total amount of speed

Cables Used With Ethernet

  • Copper: unshielded twisted pair ( UTP) of 8 cables twisted in pairs to prevent crosstalk and EMI. Up to 100 meter(328 feet)

  • Cat5 up to 100mbps

  • Cat5e up to 100mbps(1Gbps)

  • Cat6 -1 gps, 10Gbps(only 55m)

  • Cat 6e up to 10Gbps

  • RJ45 Connector 8 pin connector

  • Most wires are built using the b Standard from left to right orange, green-white, blue, green, brown

  • there is White with color /only color. Put First the White with the color

  • EXCEPT with blue, which is the opposite, B standard will be white-orange, orange, white-green, blue, White blue, green, white-brown, brown

  • If you mix b standard and a standard. Create a crossover cable- Used to connect alike devices, like pc to pc

Ethernet Naming Syntax

  • Naming Syntax- 100BASE-TX
  • Speed of the connection 100Mbps, base Means baseband/broadband, Tx is the cable or media
  • TX Means twisted pair
  • 100BASETX , UTP 100 meters -100BASE-FX multimode 2000 Meters
  • 100 BASE-LX sigle Model 10K
  • 1000 base T gigabit Ethernet Cat5e or 6e

Cabling & Power

  • Common Cable - Twisted pair cable
  • When a cable is shielded, help reduce EMI but also emission from the cable itself
  • T-1 crooss cable is - WAN cable , 2-Wire standard 1.544 Mbps, uses , uses 8 pin (RJ-48C) T-1/E-1/PRI, T-1 crossover
  • This is a serial type of technology
  • Ports, plain old telephone systems , POTs + Twisted pair cable
  • rj11 connectors 6 pin
  • analog phones /DSL connections
  • Used to connect/ Connect Internet From the ISP-( Internet Service Provider )
  • rj6
  • rj 59
  • Serial ,use in DCE/DTE data communication Equipment and Data termination Equipment

Common Connectors

  • RJ 48 8 pins
  • RJ11, like the phone connections ,6 pins -RJ21, Has 25 pair, usually seen connecting in a punch down Block -DE-9,or DB-9 -like the 1 , used on the cisco switches
  • DB-25- Is a parallel cable, +Used to the be use with printers +
  • DB-60 : common DTE/DCE cisco serial connection
  • BNC Coaxial cable ,Like the one you see in antena
  • F type is Also Coaxial , and It is the most common
  • MT-RJ-Mechanical Transfer REGISTERED Jack , Is the smalest form factor
  • GBIC $ SFP WAS, used for the 100 Basesx/xl
  • Cisco Gigastack- - Not used Anymore
  • SFP 1000 BASIL -sx /lx SP , like the One we, have Our , Ume, zayo Router:

Cabling Tools

  • Cable tester: Confirm wire map, meaning if or crossover Straight
  • On cable tester , You see 1 To 3 2 To 6= A crossover cable
  • TDR, time Reflectometer ,or optical Domain Reflectometer
  • Test+Entire Cable run To Detect, Where + Break + , Is Can Tell+ The+ Distance+, To the+ Break+ ,punch Down

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Related Documents

More Like This

Computer Networks
15 questions

Computer Networks

BlamelessTerbium avatar
BlamelessTerbium
Computer Networking Basics
10 questions

Computer Networking Basics

DelightedAlmandine2983 avatar
DelightedAlmandine2983
Network Protocols Quiz
12 questions
Use Quizgecko on...
Browser
Browser