Data Communication Networks Day 1

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

What is one of the primary components that make up a WAN?

  • Client-server architecture
  • Transmission lines (correct)
  • User devices
  • Local area networks

What is the main function of the Address Resolution Protocol (ARP)?

  • Secure data packet transmission
  • Translate MAC addresses to IP addresses
  • Enhance data transfer speed in networks
  • Translate IP addresses to MAC addresses (correct)

Which of these is NOT a step in the ARP process?

  • Actual Data Transfer
  • Data encryption (correct)
  • ARP Broadcast
  • ARP Reply

How far can a WAN span geographically?

<p>More than 1000 meters (B)</p> Signup and view all the answers

Which of the following statements is true regarding ARP?

<p>ARP broadcasts are received and processed by all hosts on a subnet (B)</p> Signup and view all the answers

What is the primary purpose of a Network Interface Card (NIC)?

<p>To connect to the network (C)</p> Signup and view all the answers

Which device is known for increasing network traffic and causing collisions by broadcasting data to all ports?

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

What is a key characteristic of repeaters in network communications?

<p>They work at the OSI physical layer. (A)</p> Signup and view all the answers

Which type of NIC is integrated into the motherboard?

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

Which of the following devices does NOT determine the best path for data?

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

What is a primary function of an internetworking device?

<p>Connect multiple networks (C)</p> Signup and view all the answers

Which type of external NIC connects via USB?

<p>USB-A NIC (A)</p> Signup and view all the answers

What limits the functionality of a hub in a local area network?

<p>It does not filter network traffic. (C)</p> Signup and view all the answers

What is the primary function of a router in a network?

<p>To route packets between multiple networks (D)</p> Signup and view all the answers

Which routing protocol is associated with IP addresses and is commonly used in small networks?

<p>RIP (Routing Information Protocol) (A)</p> Signup and view all the answers

What unique feature distinguishes a gateway from a router?

<p>It performs data translation and protocol conversion (A)</p> Signup and view all the answers

Which of the following routing protocols is specifically designed for use with multiple network architectures, including IPX and AppleTalk?

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

In order for routers to successfully route packets, what must each network possess?

<p>A unique network number (B)</p> Signup and view all the answers

What role do routing tables play in the operation of a router?

<p>They determine the best path for data delivery (C)</p> Signup and view all the answers

Which protocol is utilized by routers to communicate with each other and share routing information?

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

What is a key characteristic of a gateway in relation to network access?

<p>It serves as an entry and exit point for a network (B)</p> Signup and view all the answers

Signup and view all the answers

Flashcards

What is a router?

A device that connects multiple networks and forwards data packets based on their destination IP addresses.

How do routers decide where to send data?

Routers use routing tables to determine the best path for delivering data packets.

What are some common routing protocols?

RIP, OSPF, EIGRP, and BGP are common protocols used by routers to communicate and exchange routing information.

What is a gateway?

A device that connects networks with different protocols or architectures.

Signup and view all the flashcards

How do gateways work?

Gateways can perform data translation and protocol conversion.

Signup and view all the flashcards

What is the role of a gateway in a network?

All data entering or leaving a network must pass through the gateway.

Signup and view all the flashcards

How is a gateway related to a router and a modem?

A gateway can be considered a combination of a router and a modem.

Signup and view all the flashcards

What is the difference between a router and a gateway?

Routers are typically used to build wide area networks (WANs), while gateways connect dissimilar networks.

Signup and view all the flashcards

What is a WAN?

A network that spans a larger area than a single city, using long-distance telecommunications networks for connection. It is typically used to connect different cities or countries.

Signup and view all the flashcards

What is ARP?

Address Resolution Protocol (ARP) is a network protocol used to translate IP addresses (logical addresses) into MAC addresses (physical addresses).

Signup and view all the flashcards

What is ARP Broadcast?

ARP broadcast refers to the process of sending an ARP request message to all hosts on a subnet. This happens when a device needs to find the MAC address associated with an IP address.

Signup and view all the flashcards

What is ARP Reply?

When a device receives an ARP Request, it responds with an ARP Reply message, providing its MAC address to the requesting device.

Signup and view all the flashcards

What is the data transfer stage after ARP?

ARP is a crucial step in the process of data transfer. Once the MAC address is resolved, the actual data transmission can take place.

Signup and view all the flashcards

What is a hub?

A physical connection point for devices on a network, where incoming data is repeated to all connected devices regardless of destination. It doesn't analyze data addresses, increasing network traffic and collisions.

Signup and view all the flashcards

What is a repeater?

Connects different segments of a network by amplifying/refreshing network signals to extend the transmission distance. Works on the physical layer of the OSI model.

Signup and view all the flashcards

What is a switch?

Similar to a hub, but it learns the destination addresses of connected devices and only forwards data to those devices. Improves performance by reducing traffic and collisions.

Signup and view all the flashcards

What is a network interface card (NIC)?

It is a physical interface that connects devices to a network. Every NIC has a unique Media Access Control (MAC) address that identifies it on the network. It converts data to electrical signals (light) and vice versa.

Signup and view all the flashcards

What are the different network topologies?

Common network topologies:

Signup and view all the flashcards

What is a star topology?

A network topology where all devices are connected to a central hub. Easy to set up but vulnerable to single point of failure.

Signup and view all the flashcards

Study Notes

Data Communication Network

  • The presentation is about data communication networks, covering various aspects from terminology to types, physical structures, and devices.
  • Day 1 of a course on this topic.

Network Terminologies

  • Networking: Connecting multiple devices (computers, printers) to share information.
  • Data Communication: The process of sharing information.
  • Network: A collection of interconnected devices/computers/IP addresses/hosts.
  • Computer Network: A group of computers connected to share information.
  • Node: Any device connected to the network - computer, printer, etc.
  • Network Interface Card (NIC): The circuit board connecting computers to the network (e.g., Ethernet card).

Components of Data Communication

  • Protocol: Set of rules for communication.
  • Sender: Device initiating transmission.
  • Message: Information being sent.
  • Medium: Path for transmission (e.g., cable, airwaves).
  • Receiver: Device receiving information.

Need of Network/Applications of Network

  • Information Sharing: Sharing data between users.
  • Enhance communication: Faster and more efficient communication.
  • Share resources: Sharing printers, files, etc.
  • Facilitate centralized management: Managing resources centrally.
  • Remote computing: Accessing resources from a distance.

Network Criteria

  • Performance: Measured by delay and throughput (speed).
  • Reliability: Measured by frequency of failure and time to recover.
  • Security: Protecting data from corruption and malicious users.

Network Types

  • Wired: Uses cables to transfer data.
    • Cable Types: Coaxial, Twisted Pair, Fiber Optics.
      • Cat1 to Cat8: Different types of copper cable with different speeds.
  • Wireless: Uses electromagnetic waves for data transfer.
    • Medium: Air (EM Waves).
    • Cable types: PAN, WLAN, WAN (GSM).

Media (Transmission Medium)

  • Guided: Data transmitted through physical cables (e.g., copper wires, fiber optics).
  • Unguided: Data transmitted through free space (e.g., radio waves, microwaves).

Transmission Modes / Data Flow Direction

  • Simplex: One-way communication (Keyboard).
  • Half-Duplex: Two-way communication but not simultaneous (Walkie-talkie).
  • Full-Duplex: Two-way communication simultaneously (Telephone).

Twisted Pair

  • Most common in wired networks, wires are twisted for better signal transmission.
  • Shielded (STP): Wires shielded against noise.
  • Unshielded (UTP): Wires bundled together in a protective sheath.

Coaxial Cable

  • Used for cable TV and LANs, better shielding than twisted pair, carries signals further and faster.
  • Can be used for both analog and digital signals.

Optical Fiber

  • Thin glass or plastic threads carrying light signals for data transmission.
  • Immune to electromagnetic interference - suitable for noisy, industrial environments.
  • Three Layers: Core, Cladding, Protective Buffer.

Switching

  • Technique for choosing the best route for data transmission in large networks.
  • Methods of Switching: Circuit, Message, Packet.

Circuit Switching

  • Establishes a dedicated path between sender and receiver until the connection is terminated.
  • Operates similarly to a telephone connection.

Message Switching

  • No dedicated path, message routed through intermediate nodes.
  • Information about the destination is part of the message's header.
  • Uses store-and-forward methodology.

Packet Switching

  • Messages broken into smaller packets, each transmitted individually with sequence numbers and addresses for correct assembly.
  • Each packet can find the shortest path.
  • Ensures packets are reassembled without error at destination.

Multiplexing

  • Combining multiple signals into a single channel (e.g., combining several phone calls into a single cable).
  • Methods: Frequency Division Multiplexing (FDM), Time Division Multiplexing (TDM).
    • FDM: Different frequencies used to transport different data.
    • TDM: Same channel split into time slots for different signals.

Network Classification

  • Geographic: LAN (Local Area Network), MAN (Metropolitan Area Network), WAN (Wide Area Network).

  • Component Roles: Peer-to-peer, server-based (client-based).

  • LAN: Small geographical area (building, campus), Wired or Wireless, twisted pair, coaxial, or fiber optics.

  • MAN: Larger than a LAN (city), high-speed connections (e.g., fiber optic).

  • WAN: Largest (country, world), long-distance, includes Internet.

ARP (Address Resolution Protocol)

  • Protocol for translating IP addresses to MAC addresses (hardware addresses) and vice-versa.
  • Essential for communication between different network segments.
  • Protocol that asks the destination for its address.
  • Broadcast: Sending an address request to every device on a local segment.

Network Classification by Component Roles

  • Possible configurations for networks: Peer-to-peer, Client Based, Server-Based.

Network Physical Structure

  • Types of Connection: Point-to-point (one-to-one) / Multipoint (one-to-many).
  • Physical Topology: Geometric representation of network nodes and connections; including Mesh, Star, Bus, Ring.

Network Devices / Internetworking Devices

  • Hubs, Repeaters, Bridges, Switches, Routers, Gateways

Network Interface Card (NIC)

  • Hardware for connecting a device to a network.
  • Every NIC has a unique MAC address.
  • Converts between digital and electrical signals.

Ethernet Frame Format

  • Preamble, SFD, Destination MAC, Source MAC, Type, Data, FCS.

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