Networking Protocols and Standards

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson
Download our mobile app to listen on the go
Get App

Questions and Answers

Communications are governed by predetermined rules known as protocols.

True (A)

Which of the following processes is NOT typically described by networking protocols?

  • The format or structure of a message
  • The color of the network cables (correct)
  • How networking devices share information about pathways
  • The setup and termination of data transfer sessions

What is the primary benefit of using standards in protocol development?

Ensuring products from different manufacturers can work together.

The OSI model was designed by the International Organization for ________ (ISO).

<p>Standardization</p> Signup and view all the answers

How many layers does the OSI model have?

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

Match the following OSI layers with their function:

<p>Application = Provides end-to-end connectivity between individuals Transport = Defines services to segment and reassemble data Network = Exchanges individual pieces of data between identified end devices Data Link = Describes methods for exchanging data frames over a common medium</p> Signup and view all the answers

The TCP/IP model has more layers than the OSI model.

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

In the context of protocol models, what is a PDU?

<p>Protocol Data Unit (B)</p> Signup and view all the answers

What is the general term for the PDU at the Application layer?

<p>Data</p> Signup and view all the answers

A Layer 2 address is also known as a _________ address.

<p>MAC</p> Signup and view all the answers

Layer 3 addresses are also called MAC addresses.

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

Which layer is also called port number?

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

What is the function of repeaters and hubs, and at which layer of the OSI model do they operate?

<p>Extend the distance of Ethernet cables; Layer 1 (Physical Layer)</p> Signup and view all the answers

A collision domain is also referred to as a network _________.

<p>segment</p> Signup and view all the answers

Hubs perform traffic filtering.

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

At what layer of the OSI model do switches operate?

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

What are the five basic operations that switches use?

<p>Learning, Aging, Flooding, Selective Forwarding, Filtering</p> Signup and view all the answers

Routers make forwarding decisions based on _________ addresses and operate at Layer _________ of the OSI model.

<p>IP, 3</p> Signup and view all the answers

Which of the following is NOT a valid address included to successfully deliver the data?

<p>Layer 5 address (A)</p> Signup and view all the answers

A device transmitting data across a network will encapsulate the PDU from the layer above and rename it so that it reflects its new appearance.

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

Flashcards

Protocols

Predetermined rules that govern communications.

Standard

A protocol endorsed by the networking industry and ratified by a standard organization.

Reference model

Aids understanding of communication functions and processes.

OSI model

A 7-layer model designed by ISO for Open Systems Interconnection.

Signup and view all the flashcards

Application Layer (OSI)

Provides end-to-end connectivity for human interaction using data networks.

Signup and view all the flashcards

Presentation Layer (OSI)

Provides data representation for Application layer services.

Signup and view all the flashcards

Session Layer (OSI)

Organizes dialogue and manages data exchange.

Signup and view all the flashcards

Transport Layer (OSI)

Defines data segmentation, transfer, and reassembly services.

Signup and view all the flashcards

Network Layer (OSI)

Exchanges individual data pieces between identified end devices.

Signup and view all the flashcards

Data Link Layer (OSI)

Exchanges data frames between devices over common media.

Signup and view all the flashcards

Physical Layer (OSI)

Activates, maintains, and deactivates physical connections for bit transmission.

Signup and view all the flashcards

Protocol Data Units (PDU) names

Data, Segment, Packet, Frame, Bits

Signup and view all the flashcards

Data (PDU)

General term for PDU used at the Application layer.

Signup and view all the flashcards

Segment (PDU)

Transport Layer PDU.

Signup and view all the flashcards

Layer 2 address

MAC address

Signup and view all the flashcards

Layer 3 address

IP address

Signup and view all the flashcards

Repeater

Extends Ethernet cable distance; has two ports.

Signup and view all the flashcards

Hubs

Multi-port repeaters operating at the physical layer.

Signup and view all the flashcards

Bridges

Device that reads and filters based on MAC addresses.

Signup and view all the flashcards

Routers

Make decisions based on IP addresses.

Signup and view all the flashcards

Study Notes

Rules and Protocols

  • Communication relies on protocols, which are predetermined rules.
  • Protocols define the format/structure of messages.
  • Protocols also manage information sharing between networking devices about pathways, error/system message handling, and session setup/termination.

Standards

  • A standard is a protocol endorsed by the networking industry, ratified by a standards body like IEEE or IETF.
  • Standards ensure interoperability of equipment from different vendors.

Reference Models

  • Designed to aid in understanding communication functions and processes.
  • Used for network design, operation specifications and troubleshooting.
  • Primary models are OSI and TCP/IP.

OSI Model

  • The Open Systems Interconnection (OSI) model was created by the International Organization for Standardization (ISO).
  • Intended to provide a framework for Open Systems Protocols.
  • Contains 7 layers: Application, Presentation, Session, Transport, Network, Data Link, Physical.
  • Each layer is responsible for specific functions governed by protocols.

TCP/IP Model

  • Consists of four layers: Application, Transport, Internet, and Network Access.

OSI vs. TCP/IP Model

  • OSI Application, Presentation and Session Layers map to the TCP/IP Application layer.
  • OSI Transport layer also the TCP/IP transport layer.
  • OSI Network layer also the TCP/IP Internet layer.
  • OSI Data Link and Physical Layers map to the TCP/IP Network Access layer.

Encapsulation and Decapsulation

  • Data is passed down the stack during encapsulation, where each layer adds headers.

Protocol Data Units (PDU)

  • A Protocol Data Unit (PDU) is the form data takes at each layer.
  • Each layer encapsulates the PDU from the layer above it.
  • Application Layer PDU = Data.
  • Transport Layer PDU = Segment (T-PDU).
  • Internetwork Layer PDU = Packet (N-PDU) or datagram.
  • Data Link or Network Access Layer PDU = Frame.
  • Physical Layer PDU = Bits.

Addressing

  • A data stream is divided into pieces which are interleaved with messages traveling to different destination hosts.
  • Addresses are necessary to ensure correct delivery.
  • Layer 2 address: MAC or physical address.
  • Layer 3 address: logical address.
  • Layer 4 address: port number.
  • MAC addresses are unique and found in the Layer 2 PDU header (frame).
  • Layer 3 addresses enable network devices to locate hosts on different networks.
  • Layer 4 addresses (port numbers) represent individual applications, and specify where to send data upon receipt.

Intermediary Devices

  • Three types are classified by the OSI model layer they operate on.

Repeaters and Hubs

  • A repeater has two ports and extends the reach of Ethernet cables.
  • Hubs are multi-port repeaters that operate at Layer 1 (Physical).
  • Devices connected through hubs or series of hubs form a collision domain.
  • Collision domains are also called network segments.
  • Hubs/repeaters increase the collision domain size.

Bridges and Switches

  • Hubs do not filter traffic.
  • Bridges are an alternative to contention-based Ethernet.
  • Bridges can filter traffic based on MAC addresses.
  • Switches are multi-port bridges with a switching (MAC) address table that matches MAC addresses to ports and operate at layer 2.
  • Switches populate MAC tables statically or dynamically.
  • Switches segment a LAN into separate collision domains.
  • Each switch port represents a separate collision domain, providing dedicated bandwidth.
  • Switch advantages = dedicated bandwidth, collision-free environment, full-duplex operation.
  • Physical star topologies using switches are generally point-to-point links.
  • Switches buffer incoming frames and forward them to the correct port after checking for errors, an operation called store and forward.
  • Switch operations = learning, aging, flooding, selective forwarding, filtering.

Routers

  • Routers operate at Layer 3, making decisions based on IP addresses.
  • Routers use a routing table to match destination networks to the correct interfaces for packet forwarding.
  • Routing tables can be statically configured or dynamically populated using routing protocols.

Studying That Suits You

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

Quiz Team

Related Documents

More Like This

Use Quizgecko on...
Browser
Browser