Internet Protocol Networks: Topologies and Security
24 Questions
0 Views

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 is a key characteristic of packet switching?

  • Messages are stored at intermediate nodes and forwarded.
  • Data is divided into smaller units and sent independently. (correct)
  • Fixed bandwidth allocation for each connection.
  • Dedicated path for the entire communication session.

What is the purpose of redundancy in a WAN?

  • To minimize the number of connections between locations, thus reducing cost.
  • To concentrate traffic on a single path for easier monitoring.
  • To simplify network management by reducing the number of alternative routes.
  • To ensure data can reach its destination even if one path fails. (correct)

Which topology is also known as store-and-forward switching and is not suitable for interactive communications due to delays?

  • Message Switching (correct)
  • Circuit Switching
  • Packet Switching
  • Mesh Topology

What is a primary difference between virtual circuit and datagram packet switching?

<p>Virtual circuits establish a route before transmitting packets; datagrams do not. (D)</p> Signup and view all the answers

In the context of internetworking, what does concatenating a series of reliable network connections refer to?

<p>Virtual circuit packet switching (A)</p> Signup and view all the answers

What is the purpose of the Address Resolution Protocol (ARP)?

<p>To translate between IP addresses and MAC addresses. (C)</p> Signup and view all the answers

Why is international standardization important for WANs?

<p>To ensure that networks in different countries can communicate effectively. (C)</p> Signup and view all the answers

What is the primary goal of interior routing protocols within an autonomous system?

<p>To find the shortest or best path to a destination within the system. (C)</p> Signup and view all the answers

Which of the following is a characteristic of 'true routing' in WANs?

<p>The network layer provides an end-to-end communication service to the transport layer. (E)</p> Signup and view all the answers

What is one reason message switching is not suitable for interactive communications?

<p>Because messages may experience long queuing delays at intermediate nodes. (C)</p> Signup and view all the answers

In the context of WANs, how does the transport layer perceive the underlying network (optical fibre, coaxial or satellite links)?

<p>The Network layer should mask the technology used from the Transport layer. (A)</p> Signup and view all the answers

Concerning WAN topologies, what is the main purpose of employing triangular meshes?

<p>To ensure there’s always a backup path in case of failure. (D)</p> Signup and view all the answers

Which of the following statements best describes the concept of autonomous systems in the context of the Internet?

<p>Large internets, like ARPANET, managed by a single administrative entity. (A)</p> Signup and view all the answers

What role does the Internet Control Message Protocol (ICMP) play in IP network operations?

<p>Facilitating error reporting, reachability testing and congestion control. (C)</p> Signup and view all the answers

How do exterior routing protocols, such as Border Gateway Protocol (BGP), facilitate communication between autonomous systems?

<p>By allowing management authorities to set up which exterior gateways to work with. (C)</p> Signup and view all the answers

What is the key benefit of using fixed-length cells in fast packet switching (cell switching)?

<p>it allows for faster operation of digital switching circuits (A)</p> Signup and view all the answers

What is fragmentation in the context of internet-wide protocols?

<p>A technique to cope with different maximum packet sizes on different networks, a technique known for segmenting. (C)</p> Signup and view all the answers

What is implied when transport layer TCP acknowledgements are delayed because packets face congestion?

<p>Implicit Congestion Control (B)</p> Signup and view all the answers

When are distance-vector algorithms used?

<p>To derive tables that tell the next hop for the shortest distance to a destination.. (C)</p> Signup and view all the answers

Which of the following is characteristic of connection-oritented internetworking?

<p>Reliable service is often referred to as a a network-by-network approach, as we are concatenating a series of reliable network connections. (D)</p> Signup and view all the answers

How does packet switching utilize network bandwidth and improve throughput?

<p>By transmitting the first packet between B and C while the second packet is being tranmsitted to B (B)</p> Signup and view all the answers

In data networks, why is some form of hierarchy almost always implemented?

<p>As a form of hierarchy, it is essential in larger networks. (D)</p> Signup and view all the answers

When choosing between Virtual Circuits versus Datagrams, what would be the best application for using Virtual Circuits transmission?

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

How is congestion handled in a connectionless protocol, such as in IP networks?

<p>Congestion control by delaying TCP acknowledgements for a slow transmitting host (B)</p> Signup and view all the answers

Flashcards

Packet Switching

Breaking a message into smaller units for transmission.

Mesh Topology

WAN design using multiple paths between locations for redundancy.

Hierarchical Tree Topology

WAN design connecting networks like a tree with branches.

Redundancy

Having more links than needed to improve network reliability.

Signup and view all the flashcards

Circuit switching

Technique reserving a dedicated path for a call, common in telephone calls.

Signup and view all the flashcards

Message switching

Nodes store and forward messages when circuits are available.

Signup and view all the flashcards

Virtual circuit transmission

Establish route for all packets, needs short headers and guarantees delivery.

Signup and view all the flashcards

Datagram transmission

Each packet treated separately, may follow different routes, needs complex protocol.

Signup and view all the flashcards

Cell switching

Fixed-length packets allowing faster switching in digital networks.

Signup and view all the flashcards

Connectionless Approach

Internet consists of various networks that must forward packets with high probability.

Signup and view all the flashcards

Fragmentation

Breaking up larger packets into smaller ones.

Signup and view all the flashcards

ICMP

Protocol to report errors, test reachability, control congestion.

Signup and view all the flashcards

IP address

Unique identifier across the whole Internet.

Signup and view all the flashcards

Address Resolution Protocol

Translates between MAC and IP addresses in a network.

Signup and view all the flashcards

Interior routing protocols

Dynamic protocols choosing shortest routes.

Signup and view all the flashcards

Open Shortest Path First (OSPF)

Finds the next hop with an internet-like approach.

Signup and view all the flashcards

Exterior (Border) Routing Protocols

Exchanges data between autonomous systems.

Signup and view all the flashcards

Border Gateway Protocol (BGP)

Connect autonomous systems together across the internet.

Signup and view all the flashcards

Study Notes

  • The following are key topics covered in a lecture on Internet Protocol Networks

Overview

  • Packet-switched network principles are a foundational concept
  • IP, including routing, ICMP, and mobile considerations, is an elemental topic
  • IPv6, TCP, SNMP, and DNS are important protocols and systems in IP networks
  • Network security to protect IP Networks is an absolute must

WAN Topologies

  • WANs (Wide Area Networks) cover large geographical areas, necessitating complex designs unlike smaller LANs
  • Mesh topology involves multiple paths between locations with added redundancy
  • Redundancy ensures data delivery even if one path fails, often implemented via triangular meshes
  • Hierarchical Tree Topology: a tree structure that connects the main network ("trunk") to smaller sub-networks ("branches")
  • Mesh and hierarchical tree topologies are two general designs
  • Triangulated meshes provide redundancy

Hierarchical Networks

  • At the lowest level, hierarchical networks consist of local star network clusters
  • Traffic is concentrated as it moves to higher levels in the hierarchy
  • This network type is typical of national and international telephone networks
  • Redundant routes and ring or mesh networks improve reliability and performance
  • Data networks employ a more mesh-like topology

Switching Types

  • Calls/connections in WANs are routed through switching nodes, forming connections via multiple links
  • Circuit switching establishes a dedicated path, commonly used for telephone calls
  • Problems of circuit switching include: setup time, resource waste, blocked calls
  • Message switching stores messages at intermediate nodes and forwards them when circuits are available, with header info for control
  • Message switching is unsuitable for interactive communications due to delays
  • Packet switching breaks messages into smaller units (packets) with header information
  • Multiple routes can be set up if throughput requirements demand

Virtual Circuits and Datagrams

  • Both are basic approaches to packet switching
  • Virtual Circuit Transmission
  • Has a set-up phase that establishes the route for all packets in a session
  • Packets need only short headers to identify the virtual circuit
  • Provides error control and guaranteed delivery ensuring correct sequencing
  • Datagram Transmission
  • Each packet is treated separately and may follow different routes
  • Relies on the user (Transport Layer) to implement error control, guaranteed delivery, and resequencing
  • Requires that only simple protocols are used between intermediate nodes
  • If connection is desirable, but error control and resequencing are of minimal importance than minimal delay, a compromise may be best

Comparison of Switching Techniques

  • Message switching sees rare use, unless the message size is kept small, since there is no utility for segmenting messages into packets
  • Packet switching offers numerous benefits for efficient bandwidth use, retransmissions, and minimized blocking compared to circuit switching
  • Circuit switching offers minimal delays with little delay variability once a call has been established

Fast Packet Switching

  • Fast Packet switching is also known cell switching.
  • Cell Switching
  • Developed for future high-speed digital networks, specifically broadband ISDN (B-ISDN)
  • Employs fixed-length packets called cells
  • Delays must be minimized, especially for types of traffic like digital TV, which do not allow for retransmissions
  • End-to-end error correction and retransmission facilities must be applied by others that can accept delays

Public WANs

  • Several types of public WANs exist like packet-switched public data networks, circuit-switched public networks, and integrated services digital network (ISDN).
  • Most public data networks have converged to interconnection over the Internet
  • There the TCP/IP protocol suite is applied as is standard procedure
  • Most fixed telephone networks continue to be based on circuit switching, but are slowly moving to all-IP-based
  • Integrated Services Digital Network (ISDN): a proposal towards a complete network for all services
  • A key element to recognize is that IP based networking has become the the standard

Network Layer Protocols

  • WANs require true routing, a Network layer function in the OSI model
  • The object of the Network layer to provide an end-to-end communications capability to the Transport layer
  • Transport layer is unconcerned with whether circuit or packet switching is implemented
  • Network Layers should mask the technology that is used from the Transport Layer
  • The Network layer demands cooperation between peer processes at all nodes
  • WANs often cross or interconnect over national boundaries, there is a need to agree to internationally agreed standards

Connection-oriented and Connectionless Internetworking

  • Virtual circuit packet switching can be used if all networks in provide this service in an internet for reliable connection to internetworking
  • Datagram packet switching can be used when the only requirement from each network is to forward te packet to the following node along the route with relatively high probability of success

Connectionless Approach Advantages

  • Flexibility
  • An internet can consist of many kinds of networks
  • Networks simply need to reliably send packets
  • Robustness
    • Packets are routed away from areas with congestion
  • Reduced Delays
    • Delay is reduced by waiting for correct sequencing at every "hop"
      • End-to-end Reliability -Provided by the Transport Layer if needed

Packet Routing

  • The structure of the internet includes a hierarchy
  • The Internet consists of large internets itself (ARPANET from which Internet derived, JANET academic network in the UK) and are referred is autonomous systems.a
  • Packets sent between autonomous systems via exterior or border gateways
    • Within autonomous systems, networks connected with interior gateways
    • Hosts on the Internet connect to these networks needing global identification.
  • Hosts (stations) are identified by unique network layer address (IP address)
  • Data is transmitted to stations using a point-of-attachment address (usually a MAC address)
  • Address Resolution Protocol (ARP) translates between MAC and IP addresses

Routing Protocols

  • Routing protocols apply at the gateway level
  • Generally dynamic protocols route single autonomous systems( can differ
  • Aim to discover the next hop on a shorter or better path assuming all routers do the same
    • Shortest Path algorithms typically used
      • Routers discover network topology and use that data.
      • The most popular is the Open Shortest Path First OSPF
        • Routers must learn topology
        • Shortest path first algorithm is used
    • Distance vector algorithms
      • Use RIP
      • derive lookup tables determining the next hop by comparing the shortest distance to the destination
  • Exterior (Border) routing protocols are protocols between of gateways (routers)
  • The best is Border gateway protocols
    • Manage Autonomous systems
    • Each gateways nominate themselves and acquire their own identity -exterior Gateways acquire adjacent Gateways - this acquisition confirmed periodically through confirmation.
    • Gateways exchange information about reachable routes through routing update messages.

Internetwork Protocol Considerations

  • Routing must be performed at different levels corresponding to hierarchy (between exterior gateways, between interior and exterior gateways on each autonomous system, and between hosts and gateways)
  • Large packet sizes improve ratio between header and data size, leading to more effective bandwidth usage
  • Internetwork-wide protocols must cope with varying packet sizes of networks
  • Public WANs may have maximum packet sizes of 128 bytes but LANs may have packet sizes of 8000+ bytes
  • Gateways/routers could get packets from a number of networks at once, with all perhaps destined for the the same out.
  • The packets will require buffering- as well as queuing if slower transmission speeds are applied
  • Overly congested packets may get discarded

Fragmentation

  • Segmentation and reassembly handle varying network maximum packet sizes
    • Packets are broken up into smaller segments and reassembled. -Intranet fragmentation fragments and reassembles at each router between networks. - Uses networks most efficiently with long reassembly times and high network usage -Internet fragmentation only fragments and the receiving end reassembles the pieces -Reduces reassembly delays with some reduction in efficiency The best approach is do does away with the Routers fragmenting at all- but must have knowledge of shortest route length and transmit in this size. IPv6 removes fragmentation from routers to minimize delay.

Flow/congestion control

  • Network layers cannot implement this independently- if they can there won't be identifiable flow
  • The most effective method of congestion control is as the congestion will simply naturally delay transport acknowledgements and slow down traffic from hosts
  • when congestion becomes a hurdle- routers will absolutely discard packets.
  • With routers discarding packets, they need to accurately generate error reports using ICMP "Integral" to IP: Internet control message protocol -Used by gateways and endpoints- has multiple functions
    • The most common use for ICMP:
      • Error Reporting (Discarding packets)
      • Reachability testing (Echoing)
      • Congestion control (Source sending reduction rate) -Route change notifications
      • Performance monitoring
      • Subnet addressing
  • The "Integral" ICMP data is sent inside IP packets

Studying That Suits You

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

Quiz Team

Related Documents

Description

Explore the core principles of packet-switched networks, including IP routing, ICMP, and mobile considerations. Understand WAN topologies like mesh and hierarchical designs for redundancy and efficient data delivery. Learn about network security measures to protect IP networks.

More Like This

Large Scale Networks / WAN Overview
10 questions
Data Transmission on WAN
97 questions

Data Transmission on WAN

SolicitousOklahomaCity avatar
SolicitousOklahomaCity
Netzwerk Grundlagen Quiz
48 questions

Netzwerk Grundlagen Quiz

PremierHeliotrope7923 avatar
PremierHeliotrope7923
Use Quizgecko on...
Browser
Browser