• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/53

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

53 Cards in this Set

  • Front
  • Back

Wireless IEEE Standard 802.11

Has many variations. Uses CSMA/CA. Commonly referred to as WiFi. (Up to 600mbps - 802.11n)

Wireless IEEE Standard 802.15

Supports speeds up to 3mbps. Device pairing up to 100m. Commonly known as Bluetooth.

Wireless IEEE Standard 802.16

Provides speeds up to 1Gbps. Has a point to multi-point topology.

Three intermediary devices

Switch, Router, WAP

What is a switch?


Intermediary device that connects multiple devices to a network.


- Filters and forwards packets.

What is a router?


Intermediary device that connects networks together and directs traffic.


- Analyses packets.

What is a WAP?

Intermediary device that wirelessly connects devices to a network.

What would you use to configure a router locally?


Console interface.


Straight-through or rollover cable.


Software: Teraterm.

What would you use to configure a router remotely?


Gigabit Ethernet interface.


Straight-through cable.


Software: CMD or puTTy.

Configuring a switch: what command would you use for a console password?


line console 0


password cisconpass


Configuring a switch: what command would you use to encrypt cleartext passwords?

service password encryption

What is layer 7 of the OSI model?

Application: provides the interface to the network.

What is layer 6 of the OSI model?

Presentation: translates, compresses and encrypts/decrypts data.

What is layer 5 of the OSI model?

Session: creates and maintains dialog between source and destination applications.

What is layer 4 of the OSI model?

Transport: establishes a temporary communication session, and delivers data between two applications.

What is layer 3 of the OSI model?

Network: end-to-end addressing and path determination. (Router, IP addresses)

What is layer 2 of the OSI model?

Data link: responsible for the transfer of frames across the physical medium. (Switch, MAC addresses)

What is layer 1 of the OSI model?

Physical: Transmits and receives the unstructured raw bit stream. (Hub)

What is the TCP/IP stack?

4: Application


3: Transport


2: Internet


1: Network Access

When configuring a switch, what is the command for a vty password?


switch# line vty 0 4


switch# pass cisvtypass

What are 5 application layer protocols?


25: SMTP


80: HTTP


143: IMAP


69: TFTP


53: DNS


( S H I T - 'D )

What is Port 143?

IMAP: Internet Message Access Protocol. Mail retrieval and stores the mail on the server.

What is Port 25?

SMTP: Simple Mail Transfer Protocol. Used to transfer mail messages and attachments.

What is Port 80?

HTTP: Hyper-Text Transfer Protocol. Used to transfer files that make up webpages on the WWW.

What is Port 69?

TFTP: Trivial File Transfer Protocol. Used for connectionless active file transfer. (uses UDP)

What is Port 53?

DNS: Domain Name Service Protocol. Used to resolve internet names to IP addresses.

What are the characteristics of fibre optic cabling?

High expense but long distance. Expertise required upon installation. Supports up to 100Gbps. Immune to EMI and RFI.


What are the characteristics of copper cabling?

Low cost with a lower distance. Easy to install. Supports up to 10Gbps. Not immune to EMI and RFI.

What is controlled access?

Only allows 1 host to transmit at any on time. This ensures no collisions.

What is contention-based access?

Allows any number of hosts to transmit at any time. This means more data being transferred and collisions.

What is in the first 3 bytes of a MAC address?

OUI: Organizationally Unique Identifier.

What is in the last 3 bytes of a MAC address?

NIC: Network Interface Controller, device specific number.

What is the ARP process?


Address Resolution Protocol is used to convert IP addresses into physical addresses.


PC1 only has PC2's IP address, so does an ARP request. PC2 sends a response with their MAC address which PC1 stores in their ARP table. Packets can now be sent from PC1 to PC2.

What is the transport layer protocol TCP?


Transmission Control Protocol:


- Reliable


- Flow control


- Bigger overhead


- Must have connection


- Error checking

What is the transport layer protocol UDP?


User Datagram Protocol:


- Connectionless


- Unreliable


- Less overhead


- Doesn't check errors

What is network baseline?

The act of measuring and rating the performance of a network in real-time situations. Used to help determine a problem on the network.

What is the structure of an Ethernet Frame?

1 Preamble: 8 bytes


2 Destination Address: 6 bytes


3 Source Address: 6 bytes


4 Type: 2 bytes


5 Data: 46-1500 bytes


6 FCS: 4 bytes

Describe the field header 'Version' in an IPv4 packet?

The IP version. E.g. IPv4.

Describe the field header 'TTL' in an IPv4 packet?

Stops the datagram going in circles by setting a hop-count life time.

Describe the field header 'Protocol' in an IPv4 packet?

This specifies which protocol the data is using.

What are two field headers in an IPv4 packet?


Source IP Address


Destination IP Address

IPv6: What is the address type for Global Unicast?


2001:: /3


Used on the internet to provide global routing to a single destination.

IPv6: What is the address type for Link Local?


FE80:: /10


Used within a single link (subnet), and is stopped by a router.

IPv6: What is the address type for Loop Back?


::1 /128


Used by every IPv6 device as a means of testing their protocol stack.

Explain the global routing prefix part of an IPv6 address?

The first 48 bits which is like a network ID.


Explain the subnet ID part of an IPv6 address?

After the first 48bits, the next 16 bits define the subnets within a site.


Explain the Interface ID part of an IPv6 address?

The final 64 bits are like a host ID, a unique identifier.

Explain the Prefix Length part of an IPv6 address?


The leftmost fields, along with the network bits length represented in CIDR format.


Like a subnet mask.

What is a hub?

An UN-intelligent device that connects networks together.


- no routing tables.


- sends and receives data in bit streams.

What is encapsulation?

The process of taking data from one protocol and translating it into another, so the data can continue across a network.

What is convergence?

Different types of media all on one network. I.e. Image, video, etc.

Explain multi-node fibre optic cabling?


Mostly used for short distances, such as within a building or campus. More data can pass through at a given time, due to a larger core.


- Less expensive.


- Several modes of light


Explain single-node fibre optic cabling?


Better for long distance, small diametral core that allows only one mode of light to propagate.


- Higher bandwidth


- 50x more distance than its counter-mode.