Module 14 - Networking Flashcards
What is a LAN?
Local Area Network: A computer network that covers only a small area, usually within one building.
What is a WLAN?
Wireless Local Area Network: A Type of LAN that does not use wires or cables to create connections, but instead transmits data over radio or infrared waves.
What is a WAN?
Wide Area Network: A network or group of networks that span a large geographical area.
What is a MAN?
Metropolitan Area Network: A network that covers a large campus or city. A small MAN is sometimes called a Campus Area Network (CAN).
What is a PAN?
A Personal Area Network: A Network centered around one individual, consisting of personal devices at close range typically within a few meters.
- Wireless PAN uses technologies such as Bluetooth and Infrared (IrDA)
What is a SOHO?
Small Office / Home Office: Refers to a small business or business-at-home.
What is a WAP?
Wireless Access Point: A device that allows wireless communication devices to connect to a wireless network using Wi-Fi, bluetooth, or related.
- WAP usually connets to a router and can relay data between the wireless devices and wired devices on the network.
What is a VPN?
Virtual Private Network: Uses a public network, such as the internet, to carry encrypted traffic between two points, such as between two remote offices.
- VPN is typically used to provide remote offices or individual users with secure access to their organization’s network.
- VPN can be contrasted wtih an expensive system of owned or leased lines.
- VPN provides the same capabilities at a much lower cost.
What is a NIC?
- Network Interface Card
- Connects the networking device to the media
- Converts signal used on the media to the type used by the networking device and vice-versa.
What is the difference between link lights and activity lights?
- Link light remains steady to indicate connectivity.
- Activity light blinks to indicate activity (network traffic passing through the NIC)
What is a MAC?
Media Access Control (MAC) Address:
- Unique address burned-in to the card by the manufacturer, sometimes called the hardware address or physical address.
- Address is 48 bits long, or 6 pairs of Hex digits.
What do the first three Hex pairs of a MAC Address represent?
The vendor
- The last three hex pairs represent the ID for the card itself.
What is an uplink port?
The connection between switches, when switches are combined to make a larger network.
How can you find the MAC address?
Revealed with the command ipconfig/all
What is a Repeater?
- Allow a cabling system to extend beyond its maximum allowed length by amplifying the network voltages so signals travel farther.
What is a Hub?
- A Data Concentrator
- A broadcast-based device (1 to many), when one host transmits, all hosts connected recieve.
- Inefficient and allow many collisions on the network.
- Link lights i ndicate connectivity and activity lights indicate traffic passing through.
- All activity lights light up whenever a host starts to transmit.
What is a Switch?
- A Data concentrator like a hub
- Unlike hub, it is unicast-based (1 to 1).
- One host transmits, only the destination host receives.
- Eliminates ethernet collisions
- Provides full duplexing, meaning two hosts can send and receive at the same time.
- A switch will light the 2 LED’s for the ports of two communicating hosts.
What type of port does a hub and switch both have?
Several RJ45 ports, typically in multiples of 4.
What is a proxy server?
- Sits between an organizations’s LAN and the internet
- “listens” for internet traffic, caches what is idnetified so that other requests to the same place could come from cache, thus speeding things up.
- Can also block traffic to the internet to to specific sites.
- Can provide caching, filtering, and monitoring of network traffic.
What is a Router?
A device that connects two different networks.
- Connects the LAN to the internet or to other internal/external networks
- Has at least 2 ports, one on the LAN side and one on the network side (often called WAN side)
What is a Gateway?
- A router that interconnects two netwroks that use two different network protocols.
- Could connect a TCP/IP to a IPX/SPX.
- A gateway can translate between hots on two networks.
What are routing protocols?
- Specifies how routers communicate with one another
- Can use several Network transmission methods on a single device to communicate with other routers.
T/F - Many routers allow you to connect to a configuration page via a browser and an IP address
True
What is a firewall?
A device and/or software that analyzes incoming/outgoing data packets and makes an allow or deny decision.
- Can look into the data packet and make decisions based on:
- Port number (80 = http, 25 = SMTP, etc)
- Source or destination IP address
- Type of protocol (TCP, UDP, etc)