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

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;

27 Cards in this Set

  • Front
  • Back
Bridge
Theterm bridging was introduced before routers and switches wereimplemented, so it’s pretty common to hear people referring toswitches as bridges. That’s because bridges and switches basicallydo the same thing—break up collision domains on a LAN.
Describea Hub
Ahub is really a multiple-port repeater. A repeater receives a digitalsignal, re-amplifies or regenerates that signal, then forwards thesignal out the other port without looking at any data. A hub does thesame thing across all active ports: any digital signal received froma segment on a hub port is regenerated or re-amplified andtransmitted out all other ports on the hub.
Describethe functions of a switch
acomputer networking device that connects devices together on acomputer network, by using packet switching to receive, process andforward data to the destination device
ErrorCorrection:
Preformedat the Transport Layer
ErrorDetection:
Preformedat the Data-Link Layer with a cyclic redundancy check (CRC)
FlowControl
Itsjob is to ensure data integrity at the Transport layer by allowingapplications to request reliable data transport between systems. Flowcontrol prevents a sending host on one side of the connection fromoverflowing the buffers in the receiving host. Reliable datatransport employs a connection-oriented communications sessionbetween systems
ICMP
TheInternet Control Message Protocol (ICMP) is one of the main protocolsof the internet protocol suite. It is used by network devices, likerouters, to send error messages indicating, for example, that arequested service is not available or that a host or router could notbe reached.
IEEE
IEEEis an organization composed of engineers, scientists, and students.The IEEE is best known for developing standards for the computer andelectronics industry. In particular, the IEEE 802 standards forlocal-area networks are widely followed.
LLC
LogicalLink Control: Defined by the IEEE, the higher of two Data Link layersublayers. LLC is responsible for error detection (but notcorrection), flow control, framing, and software-sublayer addressing.The predominant LLC protocol, IEEE 802.2, defines both connectionlessand connection-oriented operations.
MAC
Defineshow packets are placed on the media. Contention media access is“first come/first served” access where everyone shares the samebandwidth—hence the name. Physical addressing is defined here aswell as logical topologies. What’s a logical topology? It’s thesignal path through a physical topology. Line discipline, errornotification (but not correction), the ordered delivery of frames,and optional flow control can also be used at this sublayer.
PDUEncapsulation
(B,F,P,S)Thetechnique used by layered protocols in which a layer adds headerinformation to the protocol data unit (PDU) from the layer above. Forexample, in Internet terminology, a packet would contain a headerfrom the Data Link layer, followed by a header from the Network layer(IP), followed by a header from the Transport layer (TCP), followedby the application protocol data.
Physicaladdressing
MacAddress
TCPHandshake
Termused in a TCP session to define how a virtual circuit is set up. Itis called a three-way handshake because it uses three data segments.
VirtualCircuit
Alogical circuit devised to assure reliable communication between twodevices on a network. Defined by a virtual path identifier/virtualchannel (really only the time “channel” is used) identifier(VPI/VCI) pair, a virtual circuit can be permanent (PVC) or switched(SVC). Virtual circuits are used in Frame Relay and X.25. Known asvirtual channel in ATM.

7 Layers of the OSI model from bottom to top

Application


Presentation


Session


Transport


Network


Data-Link


Physical

What is the function of the Application Layer?

File,print, message, database, and application services

What is the function of the Presentation layer?

Dataencryption, compression, and translation services


What is the function of the Session layer?

Dialogcontrol

What is the function of the Transport layer?

End-to-endconnection

What is the function of the Network layer?

Routing
What is the function of the Data-Link layer?
Framing

What is the function of the Physical layer?

PhysicalTopology
Whatcauses LAN congestion?
Multi-casting
Whatdoes the OSI model do for networking?
Datatransfer between disparate hosts running different operating systems,like Unix hosts, Windows machines, Macs, smartphones, and so on.
Describethe difference between a collision domain and a broadcast domain.
Collisiondomain is an Ethernet term used to describe a network collection ofdevices in which one particular device sends a packet on a networksegment, forcing every other device on that same segment to payattention to it. With a broadcast domain, a set of all devices on anetwork hear all broadcasts sent on all segments.
Whatis P A R?
Positiveacknowledgment and re transmission (tcp)
What is Windowing
Thesize of the window controls how much information is transferred fromone end to the other before an acknowledgement is required