Introduction to Network Servers

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

Which of the following is a primary function of a router in a network?

  • Routing traffic between different networks. (correct)
  • Connecting devices within the same network segment.
  • Providing wireless access to network resources.
  • Filtering network traffic based on MAC addresses.

What is the purpose of Spanning Tree Protocol (STP) in a network?

  • To provide redundancy for network routers.
  • To prioritize different types of network traffic.
  • To prevent network loops in a switched network. (correct)
  • To increase bandwidth capacity on network links.

Which network device operates as a 'dummy switch,' forwarding all incoming packets to every connected device regardless of destination?

  • Switch
  • Router
  • Hub (correct)
  • Firewall

A network administrator needs to implement a solution that segments a network logically without physically separating the devices. Which technology achieves this?

<p>VLANs (Virtual LANs) (B)</p> Signup and view all the answers

Which layer of the OSI model is responsible for establishing, managing, and terminating connections between applications?

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

In the context of network communication, what does 'encapsulation' refer to?

<p>The process of adding headers and trailers to data as it moves down the OSI model. (A)</p> Signup and view all the answers

Which of the following is a characteristic of connection-oriented communication using TCP?

<p>A connection must be established before data transmission can occur. (C)</p> Signup and view all the answers

Which of the following best describes the function of a firewall in a network?

<p>To monitor and control network traffic based on security rules. (B)</p> Signup and view all the answers

What is the primary difference between data rate and throughput in networking?

<p>Data rate is the theoretical maximum transfer rate, while throughput is the actual transfer rate. (D)</p> Signup and view all the answers

Which IEEE 802.11 standard supports the highest maximum data rate?

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

Which network type typically covers the largest geographical area?

<p>WAN (Wide Area Network) (C)</p> Signup and view all the answers

What is a key advantage of wired networks over wireless networks in terms of reliability?

<p>Wired networks are less susceptible to interference and signal loss. (B)</p> Signup and view all the answers

In half-duplex communication over Ethernet, which statement is true?

<p>Data can only be transmitted in one direction at a time. (A)</p> Signup and view all the answers

Which protocol is commonly used for packet tagging in VLANs?

<p>IEEE 802.1Q (B)</p> Signup and view all the answers

Which of the following is considered a network access point?

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

What is typically included in the student introduction during the course introduction?

<p>Name, age, work experience, and personal technical interests (B)</p> Signup and view all the answers

Which of the following is NOT typically covered under the 'Topics' section of the course outline?

<p>Student personal goals (B)</p> Signup and view all the answers

What components are generally included as networking components?

<p>Routers, servers, switches, hubs, and access points (B)</p> Signup and view all the answers

What is the typical weightage of the Class Practical Assignment in the total assessment?

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

Which service is NOT typically associated with a server?

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

Which server type is responsible for authentication, authorization, and accounting?

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

What is a primary function of a web server?

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

What is the key role of an FTP server in a network?

<p>Facilitating file sharing on a LAN (D)</p> Signup and view all the answers

Bandwidth capacity is a crucial factor for servers. Why is bandwidth capacity important for servers?

<p>It determines the number of client requests the server can handle. (B)</p> Signup and view all the answers

Which of the following best describes the role of a router in network communication?

<p>It routes network traffic between different networks. (C)</p> Signup and view all the answers

What is the main function of an access list in a router?

<p>To create whitelists and blacklists for network access (C)</p> Signup and view all the answers

In a network, what does it mean when each port of a router has another broadcast domain?

<p>Each port operates as an independent network segment. (B)</p> Signup and view all the answers

Compared to a router, how does a switch handle network traffic within a specific network?

<p>Sends traffic to specific devices connected to a specific port (A)</p> Signup and view all the answers

What is the typical bandwidth capacity of each port on a hub?

<p>Shared 100Mbps (C)</p> Signup and view all the answers

What is the main drawback of using a hub in a modern network?

<p>It creates unnecessary traffic and load (D)</p> Signup and view all the answers

What best describes the function of an access point in a network?

<p>Connecting several hosts wirelessly (B)</p> Signup and view all the answers

What role does a firewall play in network communication?

<p>Monitors incoming and outgoing traffic and enforces security rules (A)</p> Signup and view all the answers

How does a firewall act as a router?

<p>It regulates how external networks and internal networks connect. (D)</p> Signup and view all the answers

What characterizes a peer-to-peer network compared to a client-server network?

<p>Each node (computer) in the network has equivalent capabilities and responsibilities. (D)</p> Signup and view all the answers

Flashcards

What is a Router?

Network devices that forwards data packets between computer networks.

What is a Switch?

A network device that connects devices within the same network.

What is Spanning Tree Protocol?

A network device that prevents loops, maintains backup connections.

What does Switching do?

Tracks MAC addresses and maps to IP addresses per port.

Signup and view all the flashcards

What is a Hub?

A basic network device that sends traffic to all connected devices.

Signup and view all the flashcards

What is an Access Point?

A wireless router that connects multiple hosts wirelessly.

Signup and view all the flashcards

What is a Firewall?

Establishes a barrier to untrusted networks, monitors traffic, and creates access rules.

Signup and view all the flashcards

Application Layer

The seventh layer; end user layer. Serves as the window for users to access network services.

Signup and view all the flashcards

Presentation Layer

The sixth layer; formats data, encrypts and decrypts as needed.

Signup and view all the flashcards

Session Layer

The fifth layer; manages connections and logical ports between applications.

Signup and view all the flashcards

Transport Layer

The fourth layer; provides reliable data delivery using TCP or UDP.

Signup and view all the flashcards

Network Layer

The third layer; determines data path using IP addresses.

Signup and view all the flashcards

Data Link Layer

The second layer; defines data format on the network.

Signup and view all the flashcards

Physical Layer

The first layer; transmits raw bit stream over the physical medium.

Signup and view all the flashcards

List the OSI Model Layers

Application Layer, Presentation Layer, Session Layer, Transport Layer, Network Layer, Data Link Layer, Physical Layer.

Signup and view all the flashcards

What is Encapsulation?

Adds headers from different layers to data as it goes down the stack.

Signup and view all the flashcards

What is De-encapsulation?

Removes headers, up the stack.

Signup and view all the flashcards

What is Connectionless Protocol?

Data transmitted without prior setup. UDP protocol

Signup and view all the flashcards

What is Connection-oriented Protocol?

Data transmitted after establishing a connection. TCP protocol

Signup and view all the flashcards

What is Data Rate?

Transfer rate, measured in kilobits per second (kbps) or megabits per second (Mbps).

Signup and view all the flashcards

What is Throughput?

Amount of data consumed.

Signup and view all the flashcards

What are examples of Wired Networks?

Copper Cat 5e/6, Fiber optic.

Signup and view all the flashcards

What are examples of Wireless Networks?

GSM, MicrowaveWiMAX, LTE, Wireless LAN(WiFi), Bluetooth.

Signup and view all the flashcards

What is PAN?

A small network, within immediate surroundings.

Signup and view all the flashcards

What is LAN?

A network covering a building or campus.

Signup and view all the flashcards

What is MAN?

A network that interconnects LANs across a city.

Signup and view all the flashcards

What is WAN?

A network covering a wide geographical area.

Signup and view all the flashcards

What is full Duplex?

Ability to handle data in both directions simultaneously

Signup and view all the flashcards

What is half Duplex?

Transmit data only in one way, at a time

Signup and view all the flashcards

What are VLANs?

Logically separate networks. They split networks on logical level.

Signup and view all the flashcards

Study Notes

Introductie

  • Vandana G. Bandhoesingh BSc, MBA is the instructor.
  • Students will introduce themselves by stating name, age, work and personal technical interests.

Course Outline

  • Topics covered include networking components, TCP/UDP/IP network protocols, subnetting, and basic network troubleshooting.
  • Assessment consist of 25 multiple-choice questions (70%) and a class practical assignment (30%) in English.

Network Components - Servers

  • Servers are software running on robust hardware with enough capacity.
  • Servers coordinate multiple client requests.
  • Server requirements include bandwidth capacity, storage, and physical or virtual infrastructure.
  • Examples of servers:
    • Web servers host websites.
    • Email servers facilitate sending and receiving emails through IMAP, POP, or SMTP.
    • FTP servers handle file transfer protocols and file sharing through a LAN intranet.
    • Identity servers (AAA, TACACS) handle authentication, authorization, and accounting purposes.
  • Securing servers is important.

Network Basic Elements

  • Key elements of a network include routers, firewalls, switches/hubs, and wireless modems.

Network Components - Router

  • A router connects several network components to each other.
  • Routers route traffic from one network to another.
  • Routers learn about neighbors.
  • Access lists can be created.
    • Access lists include whitelists and blacklists.
  • Each port on a router has another broadcast domain.

Network Components - Switch

  • A switch connects devices from one specific network to each other.
  • Switches send traffic to specific devices connected to a specific port/interface.
  • The bandwidth of each port is limited to 100Mbps.
  • Traffic can be defined through VLANs.
  • A switch creates a redundant network through Spanning Tree.

Network Components - Switch - Spanning Tree

  • Spanning Tree decides the best path for data transmission which is the shortest path with less delay.
  • Spanning Tree prevents loops in a network, while maintaining backup connections within.

Switching - Keeping Track of Hosts

  • A switch learns MAC addresses and maps them to an IP address.
    • MAC addresses are unique physical addresses of a device.
  • A switch keeps track of an ARP table per port.

Network Components - Hub

  • A hub is a basic switch that sends traffic to everyone within that network.
  • The bandwidth capacity of 100Mbps is distributed to all connections.
  • Hubs forward all incoming packets to everyone in the network, regardless of the intended recipient.
  • Hubs cause a lot of unnecessary traffic and load on the network.

Network Components - Access Points

  • An access point is a wireless router that connects several hosts.

Network Components - Firewall

  • The firewall establishes a barrier between a trusted internal network and an untrusted external network, such as the Internet.
  • Firewalls act as a router, connecting the external network with the internal network.
  • Access rules are created by Firewalls.
  • Firewalls monitor incoming and outgoing traffic based on security rules.

Client - Server vs Peer-to-Peer

  • A diagram visually outlines the setup for both client and peer networks.

OSI and Other Network Models

  • The OSI (Open Source Interconnection) model is a seven-layer model.
  • Layer 7 - Application Layer: End user layer for programs that open or create content.
    • Functions include resource sharing, remote file access, remote printer access, directory services, and network management.
    • The central device or protocol used is SMTP.
  • Layer 6 - Presentation Layer: Syntax layer that encrypts and decrypts.
    • Functions include Character code translation, data conversion, data compression, data encryption, and character set translation.
    • Common protocols include JPEG/ASCII, EBDIC/TIFF/GIF, and PICT.
  • Layer 5 - Session Layer: Synchronizes and sends to ports.
    • Session establishment, maintenance, termination, support, security, name recognition, and logging.
    • Common Protocols: RPC/SQL/NFS, NetBIOS Names
  • Layer 4 - Transport Layer: TCP (Host to Host), and flow control.
    • Message segmentation, acknowledgement, message traffic control, and session multiplexing. -TCP/SPX/UDP
  • Layer 3 - Network Layer: Packets (Letters), contains IP addresses.
    • Routing, subnet traffic control, frame fragmentation, and logical-physical address mapping, and subnet usage accounting.
    • Routers
    • Protocols: IP/IPX/ICMP
  • Layer 2 - Data Link Layer: Frames ("envelopes") contains MAC address.
    • Functions: Establishes and terminates logical links between nodes, ensures frame traffic control, sequencing, acknowledgment, delimiting, error checking, and controls media access.
    • This layer is the most related to Switch, Bridge, WAP, PPPSLIP, Land Based Layers
  • Layer 1 - Physical Layer: concern with transmission and reception of raw bits.
    • Data encoding, physical medium attachment, and transmission technique.
    • Cables, Hubs

Communication on the Network

  • A data diagram represents communication on the network.

Packet Details

  • A visual diagram outlines the details of TCP/IP packets.

TCP Three-Way Handshake

  • A three-way handshake establishes a connection between client and server.

Encapsulation and De-encapsulation

  • Data from the APPLICATIE layer (layer 5) such as web browsing data, receives the HTTP header and this is called "DATA".
  • Data arrives at the TRANSPORT layer (layer 4), a TCP header is added (ENCAPSULATED)
    • The packets are now called SEGMENTS.
    • With UDP packets, they would be called DATAGRAMMEN.
  • Data reaches the NETWORK layer (layer 3), the IP protocol works and the IP header is added.
    • The packets are then called PACKETS
  • Packets arrive at layer 2, the DATA LINK layer and are called FRAMES.
    • A data link header and trailer is added.
    • Examples include Ethernet, Frame-relay, ATM.
  • They arrive on the PHYSICAL layer, layer 1 where the frames are changed into BITS to be sent.

Connectionless vs Connection-Oriented Data Communication

  • Connectionless (UDP):
    • Data is sent without setup or breakdown of the connection.
  • Connection-oriented (TCP):
    • A connection is first made, maintained, and then broken down.
    • Possible scenarios:
      • Without Virtual Circuit:
        • TCP on the internet - Packets are broadly routed but tracked.
      • With Virtual Circuit:
        • Packets follow the same route.
  • Tthree-way handshake is something to investigate further.

Bandwidth; Data Rate and Throughput

  • Data Rate is the speed at which data is transmitted.
    • Data Rate comes in kilobits per second (kbps) or megabits per second (Mbps).
  • Throughput: volume of data consumed, such as mobile data plan usage.

Physical Layer

  • Wired Network:
    • Uses copper Cat 5e or Cat 6 cables.
    • May use fiber optic cables.
  • Wireless Network:
    • Outdoor cellular technologies include GSM, MicrowaveWiMAX, LTE, Satellite, etc.
    • Indoor wireless technologies are utilized, such as Wireless LAN (WiFi) or Bluetooth.

Types of Networks

  • A visual graph with the differences in networks (WAN, PAN, LAN, MAN)

Types of Wireless Networks

  • Wireless tech types based on range: WWAN, WMAN, WLAN, WPAN

Physical Layer - Wired vs Wireless

  • A table compares wired and wireless networks.
  • Provides a comparison of specifications, wired network and wireless network.
  • Speed of operation: wired is higher, but wireless tech is catching up.
  • System Bandwidth: higher in wired, but lower in wireless, as Frequency Spectrum is scarce.
  • Cost: less in wired. More for wireless due to stations, routers and adapters.
  • Mobility: limited in wired, not limited in wireless.
  • Transmission medium: copper wires, optical fiber cables, ethernet VS radiowaves

Wired vs Wireless

  • A table compares wired network with a wireless network in relation to Interference, QoS and Reliability.
  • Channel Interference is more susceptible to interference in a wireless setting.
  • QoS (Quality of Service) is better with wired networks.
  • Reliability - failure of a router in the wired network will affect the entire network.
  • Ethernet ports support:
    • Half Duplex: Transmitting data in one direction at a time.
    • Full Duplex: Transmitting data in both directions simultaneously.
    • 10 Mbps half/full duplex.
    • 100 Mbps fast ethernet.
    • 1000 Mbps (1Gb).
  • Virtual LANs split networks on a logical/software/configuration level, but remain physically connected to one node/wire.
  • VLANs typically use IEEE 802.1Q protocol for packet-tagging.
  • S1 and S3 each have both red and blue ports and the switch network S1-S4 deliver traffic when source and destination ports share the same color.
  • Red packets can be forwarded to the blue VLAN only only by passing through the router R, entering R's red port and leaving its blue port.
  • R may apply firewall rules to restrict red–blue traffic.
  • When the source and destination ports are on the same switch, nothing needs to be added to the packet
  • Switch can track the ports
  • Swith-to-switch traffic be tagged with source traffic in order to be delivered

Studying That Suits You

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

Quiz Team

Related Documents

More Like This

Web Servers Quiz
22 questions

Web Servers Quiz

InstructiveCalcite avatar
InstructiveCalcite
Computer Networking Concepts
23 questions
Network Components - Servers
33 questions
Use Quizgecko on...
Browser
Browser