Chapter 2: Concepts Flashcards

1
Q

Generally describe OSI Reference Model

A

The bottom layers perform physical functions. The middle layers coordinate network communications between nodes. The top layers perform work that directly affects software applications and data presentation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the seven layers of the OSI Reference Model?

A

Physical Layer (Layer 1), Data Link layer (Layer 2), Network Layer (Layer 3), Transport layer (Layer 4), Session layer (Layer 5), Presentation layer (Layer 6), Application layer (Layer 7)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the Physical Layer functions?

A
  • Provides transfer medium (eg, cable)
  • Translates data into a transmission signal
  • Sends signal along the transfer medium
  • Includes physical layout of network
  • Monitors for transmission errors
  • Determines voltage levels for data signal transmissions and to synchronize transmissions
  • Determines signal type (eg, digital or analog)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the Data Link layer functions?

A
  • Constructs data frames
  • Creates CRC information; checks for errors
  • Retransmits data if there is an error
  • Initiates communications link; makes sure it is not interrupted (ensures node-to-node physical reliability)
  • Examines device addresses
  • Acknowledges receipt of a frame
  • Data link frame contains fields consisting of address and control information
  • Two important sublayers
    • Logical link control (LLC)
    • Media access control (MAC)
  • Connectionless service versus connection-oriented service
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the Network layer functions?

A
  • Determines network path for routing packets
  • Helps reduce network congestion
  • Establishes virtual circuits
  • Routes packets to other networks, resequencing packet transmissions when needed
  • Translates between protocols
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the Transport layer functions?

A
  • Ensures reliability of packet transmissions
  • Ensures data is sent and received in the same order
  • Sends acknowledgement when packet is received
  • Monitors for packet transmission errors and resends bad packets
  • Breaks large data units into smaller ones and reconstructs them at the receiving end for networks using different protocols
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the Session layer functions?

A
  • Establishes and maintains communications link
  • Determines which node transmits at any point in time
  • Disconnects when communication session is over
  • Translates node addresses
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the Presentation layer functions?

A
  • Translates data to a format the receiving node understands (eg, from EBCDIC to ASCII)
  • Performs data encryption
  • Performs data compression
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the Application layer functions?

A
  • Enables sharing remote drivers and printers
  • Handles e-mail messages
  • Provides file transfer services
  • Provides file management services
  • Provides terminal emulation services
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the advantages of bus topology?

A
  • Works well for small networks
  • Relatively inexpensive to implement
  • Easy to add to it
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the disadvantages of bus topology?

A
  • Management costs can be high

- Potential for congestion with network traffic

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the advantages of ring topology?

A
  • Easier to manage; easier to locate a defective node or cable problem
  • Well-suited for transmitting signals over long distances on a LAN
  • Handles high-volume network traffic
  • Enables reliable communication
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the disadvantages of ring topology?

A
  • Expensive
  • Requires more cable and network equipment at the start
  • Not used as widely as bus topology
  • Fewer equipment options
  • Fewer options for expansion to high-speed communication
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the advantages of star topology?

A
  • Good option for modern networks
  • Low startup costs
  • Easy to manage
  • Offers opportunities for expansion
  • Most popular topology in use; wide variety of equipment available
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are the disadvantages of star topology?

A
  • Hub is a single point of failure

- Requires more cable than the bus

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Describe bus networks in physical star layouts.

A
  • No exposed terminators
  • Capability for connecting multiple hubs to expand network in many directions
  • Expansion opportunities for implementing high-speed networking
  • Popular design; wide range of equipment available
17
Q

What are the different WAN transmission switching techniques?

A
  1. Time division multiple access (TDMA)
  2. Frequency division multiple access (FDMA)
  3. Statistical multiple access
  4. Circuit switching
  5. Message switching
  6. Packet switching
18
Q

How does Time Division Multiple Access (TDMA) switching work?

A

Divides channels into distinct time slots

19
Q

How does Frequency division multiple access (FDMA) switching work?

A

Divides channels into frequencies

20
Q

How does statistical multiple access switching work?

A

Dynamically allocates bandwidth based on application need

21
Q

How does message switching work?

A

Uses store-and-forward method of data transmission

22
Q

How does packet switching work?

A

Combines circuit and message switching