• 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/49

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;

49 Cards in this Set

  • Front
  • Back

Where does a hub send data?


a Only to the receiving system


b Only to the sending system


c To all systems connected to the hub


d Only to the server



C it sends data to all systems connected to it



What uniquely identifies every NIC?


a IP address


b Media access control address


c ISO number


d Packet ID number

b Media access control address



What windows utility do you use to find the MAC address for a system?


A ipconfig/all


b ipcfg/all


c ping


d mac

A ipconfig/all

A MAC address i known as a _____________.


A IP address


B LOGICAL address


C PHYSICAL address


D OEM address

C Physical address


A NIC sends data in discrete chunks called___________.


a segments


b sections


c frames


d layers

c frames



Which MAC address begins a frame?




a receiving system


b sending system


c network


d router

a receiving

A frame ends with a special bit called a frame check sequence (FCS). What does a FCS do?


A Cycles data across the network


b verifies that the MAC addresses are correct


c verifies that the data arrived correctly


d verifies that the IP address is correct

c verifies that the data arrived correctly

Which of the following is an example of a MAC address?


a 0-255


b 00-50-56-A3-04-0C


c SBY3M7


d 192.168.4.13

b 00-50-56-A3-04-0C

Which layer of the OSI seven- layer model keeps track of a systems connections to send the right response to the right computer?


a Application


b presentation


c session


d transport

c session

Which layer of the TCP/IP model controls the assembly and disassembly of data ?


A application


B presentation


c session layer


d transport

d transport
What are the 2 models used to conceptualize the many parts of the network?
OSI and TCP/IP
How many layers does OSI have and what are their names?

Layer 7 Application


layer 6 presentation


layer 5 session


layer 4 transport


layer 3 network


layer 2 datalink


layer 1 physical

Protocols
sets of clearly defined rules, standards, and procedures that enable hardware and software developers to make devices and applications at a particular level
Unshielded twisted pair
contains 4 pairs of wires that can transmit and receive data
What layer are cabling and hubs on?

Layer 1- physical



What is the interface between the PC and the Ethernet?
The NIC
What is burned on every NIC's ROM chip?
MAC address
What is an OUI?
six hex digits in the first half of the MAC address that identifies the manufacturer. AKA Device ID
Who issues the OUI?
IEEE- Institute of Electrical and Electronics Engineers
What are the last 6 hexadecimal digits in the MAC address?
the device id
What is another name for the physical address?
MAC address
What is EUI- 48?

Extended Unique Identifier- 48


Numbering name space originally called MAC-48.


MAC address will be 48 bits with first 24 as the OUI and the second 24 as the device ID

What is the discrete chunk of data sent by a NIC called?

Frame



What is the binary math a FCS (frame check sequence) uses to verify data called?
CRC - cyclical redundancy check
Which MAC address comes first in a frame the recipient or the sender?
the recipient
What is the use of the MAC address to get frames to the proper computer or node?
MAC addressing
Most frames hold _____________ bytes of data.
1500
Most FCS are ____ bytes long.
4
What is this FF-FF-FF-FF-FF-FF?
Broadcast address. It's sent to all address on the lan.
LLC

Layer 2 Data Link (1 of 2 sublayer)


Logical Link Control


One of the 2 aspects of the NIC.


(1)It talks to the systems operating system(usually via device drivers),(2) handles multiple network protocols and (3)provides flow control

MAC

Layer 2 Data Link(1 of 2 sublayer)


Media Access Control


One of the 2 aspects of the NIC.


(1)Creates frames


(2)adds NICs address to frames


(3)adds or checks FCS


(4)sends frames along network cable

What is the only layer that has sublayers?

Data Link Layer has 2 sublayers:


LLC-Logical Link Control


MAC- Media Access Control

Layer 3 containers of data are called________.
packets
What is a logical address
IP address
TCP/IP
Transmission Control Protocol/Internet Protocol
Router
routes packets to subnets and networks even if the ethernets use different types of data
On what layer do packets get created and addressed ?
Layer 3-Network
Which layer does assembly and disassembly and data broken up into segments or datagrams?
Layer 4 - Transport
What Layer of OSI model handles all the connecting applications to applications ?
Layer 5- Session
Which OSI layer translates data from lower layers into a format usable by Application layer and vice versa?
layer 6 - translation
Which layer deals with code built into all Operating systems that enable network-aware applications?
Layer 7- application
How many layers are in TCP/IP model and what are they?

Application


Transport


Internet


Link/Network Interface

What layer of the TCP/IP model uses frames?
Link Layer
Which of the TCP/IP layer uses routers?
Internet
Which TCP/IP layer has connection-oriented and connectionless communication?

Transport

Connection-oriented communication and name for data chunks
TCP- transmission control protocol, segments
Connectionless-oriented communication and name for data chunks
UDP-user datagram protocol, datagrams
Which layer of TCP/IP model combines the top 3 layers of OSI?
Application