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

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;

20 Cards in this Set

  • Front
  • Back

What are different wireless networking technologies?

-Wireless LANS


-RFID


-WiMAX


-Bluetooth



What are the two basic building blocks needed for any network?

-Nodes


-Links

What are nodes?

Hosts = End devices (PC, workstations,servers, audio-video equipment, mobile devices etc.)

What are links?

UPT (unshielded twisted paircable), co-axial, fibre, wireless etc. techniques and protocols

What are different networking topologies?

-Point-to-Point


-Linear


-Bus


-Ring/Dual-Ring


-Star


-Mesh

What is a Point-to-Point topology?

–Simple topology that has two nodes connected by a link


–Can serve as a building block for other topologies

What is a linear topology?

Multiple point-to-point links connected in a linear fashion

What is a bus topology?

Traditional Ethernet = Linear topology but all nodes share a single link

What is the main problem and fix for the bus topology?

Problem: Sharing the single link by multiple users may result in collisions


Solution: Medium Access Control (MAC) Protocols are used. E.g CSMA/CD

What is a ring topology?

Old token ring networks:


•Multiple nodes that share a single link are connected as a ring


•Transmission is ordered with no collision using a token passing mechanism


-Token is a special packet (bit pattern) that rotates around the ring


-Only the node that acquires token is allowed to transmit.

What is a dual ring topology?

FDDI networks:


•FDDI: Fibre distributed data interface (A metropolitan network).


•Two counter rotating rings

What is a star topology?

(Hub/switch based ethernet):


•Multiple nodes connected to an interconnection device


•Easier to install than the bus topology


•Better fault tolerance



What is a mesh topology?

Multiple point-to-point links connected to form an arbitrary configuration

What are the components of a diagram of a generic network?

-Network cloud = any topology

-Interconnection component (router, switch, bridge, gateway, etc.)

Briefly describe the application layer of the internet protocol stack.

Supporting network applications: FTP, SMTP, STTP

Briefly describe the transport layer of the internet protocol stack.

Host to Host data transfer: TCP, UDP

Briefly describe the network layer of the internet protocol stack.

Routing of datagrams from source to destination: IP, routing protocols

Briefly describe the data link layer of the internet protocol stack.

Data transfer between neighboring network elements: PPP, Ethernet

Briefly describe the physical layer of the internet protocol stack.

Bits "on the wire"

What does each layer of the internet protocol stack do?

Takes data from the above and:


- adds header information to create new data unit


- passes new data unit to layer below