Networking Concepts and Protocols

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 transmission media provides the highest transmission speed in a network?

  • coaxial cable
  • electrical cable
  • optical fiber (correct)
  • twisted pair cable

Which of the following tasks is not performed by the data link layer?

  • channel coding (correct)
  • error control
  • framing
  • flow control

Which sublayer of the data link layer is responsible for functions depending on the type of medium?

  • logical link control sublayer
  • media access control sublayer (correct)
  • error control sublayer
  • network interface control sublayer

CRC stands for what?

<p>cyclic redundancy check (D)</p> Signup and view all the answers

The network layer is primarily concerned with the transmission of which unit of data?

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

A 4 byte IP address consists of which components?

<p>network address &amp; host address (B)</p> Signup and view all the answers

The network layer protocol commonly used for the internet is what?

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

Which of the following protocols are considered transport layer protocols?

<p>TCP and UDP (D)</p> Signup and view all the answers

What is the default administrative distance of RIP?

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

Which of the following statements is true regarding classless routing protocols?

<p>The use of variable length subnet masks is permitted (C)</p> Signup and view all the answers

Which two routing protocols can be redistributed into OSPF by a Cisco router?

<p>RIPv2 and IP EIGRP (A)</p> Signup and view all the answers

Which protocol should be selected if the network diameter is more than 17 hops?

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

Which of these is not applicable for the IP protocol?

<p>Offer reliable service (A)</p> Signup and view all the answers

The size of an IP address in IPv6 is how many bits?

<p>128 bits (D)</p> Signup and view all the answers

Which among the following features is present in IPv6 but not in IPv4?

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

What is the subnet ID of a host with an IP address 172.16.66.0/21?

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

Internet Control Message Protocol (ICMP) has been designed to compensate for which of the following?

<p>All of the mentioned (B)</p> Signup and view all the answers

ICMP error messages will not be generated for a datagram having a special address such as?

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

Flashcards

What is the fastest transmission media in a network?

Optical fiber offers the fastest transmission speeds amongst common networking mediums due to its ability to transmit light signals with minimal signal degradation, allowing for high bandwidth and long distances.

What task is NOT done by the data link layer?

Channel coding is the process of introducing redundancy to the data stream for error detection and correction. This is handled by the physical layer, not the data link layer.

Which sublayer of the data link layer handles media-specific functions?

The media access control sublayer (MAC) is responsible for managing access to the physical medium. It handles addressing, collision avoidance, and other media-specific tasks.

What does CRC stand for?

CRC stands for Cyclic Redundancy Check. It's an error detection method that adds a checksum to data, allowing the receiver to verify data integrity upon arrival.

Signup and view all the flashcards

What is the network layer concerned with?

The network layer is responsible for routing and addressing packets, the units of data transmitted across networks.

Signup and view all the flashcards

What does a 4-byte IP address consist of?

A 4-byte IP address is divided into two parts: the network address and the host address. The network address identifies the network, and the host address identifies the specific device within the network.

Signup and view all the flashcards

What is the network layer protocol for the internet?

The Internet Protocol (IP) is the core network layer protocol of the internet, responsible for routing and addressing packets across networks.

Signup and view all the flashcards

What are two transport layer protocols used in networking?

TCP (Transmission Control Protocol) and UDP (User Datagram Protocol) are transport layer protocols. TCP provides reliable, ordered delivery of data, while UDP is faster but doesn't guarantee delivery.

Signup and view all the flashcards

RIP

RIP (Routing Information Protocol) is a distance-vector routing protocol used to exchange routing information between routers. It uses a hop count metric to determine the best path to a destination network.

Signup and view all the flashcards

RIP's administrative distance

The default administrative distance of RIP is 120. This means that RIP routes are considered less reliable than other routing protocols with lower administrative distances.

Signup and view all the flashcards

Classless routing

Classless routing protocols allow for the use of variable-length subnet masks (VLSM). This means that different subnets within a network can have different sizes, allowing efficient use of IP addresses.

Signup and view all the flashcards

Redistribution into OSPF

IP EIGRP and RIPv2 can be redistributed into OSPF. Redistribution allows routers to share routing information from one protocol into another. This helps with network integration and better path selection.

Signup and view all the flashcards

RIPv2 for large networks

RIPv2 is more suitable for networks with a large diameter, exceeding 17 hops. Unlike RIPv1, RIPv2 supports authentication features and can handle VLSM for efficient network management.

Signup and view all the flashcards

URL

URL stands for Uniform Resource Locator. It’s an address that uniquely identifies a resource on the internet. For example, a web page, a file or a service.

Signup and view all the flashcards

IP's connectionless nature

IP is a connectionless protocol. This means that data is sent in packets without establishing a dedicated connection. There is no guarantee of delivery or order of packets, making it unreliable.

Signup and view all the flashcards

IP address classes

IP addresses are categorized into classes. Classes A, B, C, and D exist and are used to effectively manage and allocate IP addresses. Class F is a special reserved class not used for general addressing.

Signup and view all the flashcards

IPv6 address size

An IPv6 address consists of 128 bits, significantly larger than the 32-bit IPv4. This allows for a vast number of addresses, addressing the concerns of IPv4 address exhaustion.

Signup and view all the flashcards

IPv6 and broadcast addresses

IPv6 doesn't use broadcast addresses. Instead, it uses multicast and anycast addresses, providing more efficient and flexible communication methods.

Signup and view all the flashcards

Study Notes

Transmission Media

  • Optical fiber provides the highest transmission speed in a network.
  • The data link layer does not handle channel coding.
  • The media access control sublayer manages medium-specific data link functions.

CRC

  • CRC stands for cyclic redundancy check.

Network Layer

  • The network layer deals with data packets.
  • A 4-byte IP address consists of a network address and a host address.
  • The internet protocol is the network layer protocol for the internet.

Transport Layer

  • TCP and UDP are transport layer protocols.

Network Topologies

  • Bus topology uses a multipoint connection.
  • A Local Area Network (LAN) covers a building or campus.

Multiplexing

  • Multiplexing is the sharing of a medium and its link by multiple devices.

RIP Routing Protocol

  • RIPv1 routers broadcast their routing tables every 30 seconds by default.
  • The command Debug IP rip displays RIP routing updates.
  • RIP protocol provides a full route table update every 30 seconds.
  • The default administrative distance of RIP is 120.

Classless Routing Protocols

  • Classless routing protocols allow variable length subnet masks.
  • RIPv2 supports classless routing.

Routing Protocols

  • RIPv2 and IP EIGRP can be redistributed into OSPF.

Routing Protocol Selection

  • RIPv2 should be selected for networks with diameters exceeding 17 hops.

URL

  • URL stands for uniform resource locator.

IP Protocol

  • IP is connectionless and unreliable; it does not offer error reporting, reliable service but does offer error reporting.

IP Address Classes

  • Class F is not a class of IP address.

IPv6

  • IPv6 uses a 128-bit address.
  • IPv6 does not use broadcast addresses.
  • IPv6 features include anycast addresses but not fragmentation or header checksum.

Subnetting

  • A subnet mask of 255.255.255.224 can be used for subnets with at least 16 hosts each.
  • For example, the subnet ID for 172.16.66.0/21 is 172.16.64.0.

/19 Subnet

  • The /19 subnet (172.16.0.0) provides 8 subnets and 8,190 hosts each.

ICMP

  • The Internet Control Message Protocol (ICMP) handles error reporting and host/management queries.
  • ICMP error messages are sent to the source of a datagram.
  • ICMP error messages are not generated for datagrams with special addresses like 127.0.0.0.

Studying That Suits You

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

Quiz Team

More Like This

Data Link Layer Overview Quiz
16 questions

Data Link Layer Overview Quiz

QuietStatueOfLiberty2506 avatar
QuietStatueOfLiberty2506
Transport Layer Functionality Quiz
5 questions
Ethernet Layer 1/Layer 2 Quiz
30 questions
Use Quizgecko on...
Browser
Browser