Podcast
Questions and Answers
What does the receiver do if it is ready to receive data?
What does the receiver do if it is ready to receive data?
ACK frame
If the receiver is not ready to receive data, what frame does it send?
If the receiver is not ready to receive data, what frame does it send?
NAK frame
What happens if neither an ACK nor a NAK is received within a specified time limit?
What happens if neither an ACK nor a NAK is received within a specified time limit?
Initiator retransmits data
How does the sending system indicate the end of transmission?
How does the sending system indicate the end of transmission?
What is the primary device responsible for in the poll/select method of line discipline?
What is the primary device responsible for in the poll/select method of line discipline?
In the select mode, what frame is created and transmitted by the primary device before sending data?
In the select mode, what frame is created and transmitted by the primary device before sending data?
What is switching?
What is switching?
What is circuit switching?
What is circuit switching?
What are the three phases of circuit switching?
What are the three phases of circuit switching?
How do switches differ from hubs?
How do switches differ from hubs?
What is the main function of switches in a network?
What is the main function of switches in a network?
In circuit switching, when does the dedicated path between two devices get established?
In circuit switching, when does the dedicated path between two devices get established?
What approach does message switching use?
What approach does message switching use?
How are messages stored and relayed in message switching compared to packet switching?
How are messages stored and relayed in message switching compared to packet switching?
What was the main purpose of introducing ISDN (Integrated Services Digital Network)?
What was the main purpose of introducing ISDN (Integrated Services Digital Network)?
What are the two types of services provided by ISDN?
What are the two types of services provided by ISDN?
What is the difference between Bearer services and Teleservices in ISDN?
What is the difference between Bearer services and Teleservices in ISDN?
Which layers of the OSI model are involved in Bearer services and Teleservices?
Which layers of the OSI model are involved in Bearer services and Teleservices?
What are the two types of digital subscriber loops?
What are the two types of digital subscriber loops?
What does NT1 control in an ISDN setup?
What does NT1 control in an ISDN setup?
What functions does NT2 perform in the OSI model?
What functions does NT2 perform in the OSI model?
What is Terminal Equipment 1 (TE1) in ISDN?
What is Terminal Equipment 1 (TE1) in ISDN?
What is the purpose of functional grouping in ISDN?
What is the purpose of functional grouping in ISDN?
What does a digital pipe consist of in a Basic Rate Interface (BRI)?
What does a digital pipe consist of in a Basic Rate Interface (BRI)?
In selective-reject ARQ, what happens when a frame is corrupted during transmission?
In selective-reject ARQ, what happens when a frame is corrupted during transmission?
What capabilities must the receiving device have in selective-reject ARQ?
What capabilities must the receiving device have in selective-reject ARQ?
What capability must the sending device have in selective-reject ARQ?
What capability must the sending device have in selective-reject ARQ?
How does a NAK differ from an ACK in selective-reject ARQ?
How does a NAK differ from an ACK in selective-reject ARQ?
What happens at the receiver after sending a NAK in selective-reject ARQ?
What happens at the receiver after sending a NAK in selective-reject ARQ?
What must the receiver do with frames received after sending a NAK?
What must the receiver do with frames received after sending a NAK?
Study Notes
Data Transmission
- The receiver responds with an ACK (acknowledgement) frame if ready to receive data, or NAK (negative acknowledgement) frame if not.
- If no response, the initiator retransmits data.
- After transmitting all data, the sender finishes with an EOT (end of transmission) frame.
Poll/Select Method
- Primary device initiates a session, polling secondaries to send data.
- Primary sends a SEL (select) frame to target secondary, which responds with an ACK frame.
- Primary then sends one or more data frames to the secondary.
Switching
- Switches create temporary connections between devices, reading MAC addresses and forwarding data to the intended receiver.
- Three methods of switching: circuit switching, packet switching, and message switching.
Circuit Switching
- Establishes a dedicated physical connection between two devices.
- Three phases: setup, data transfer, and teardown.
- Resources (channels, buffers, processing time, I/O ports) are reserved during the setup phase.
Message Switching
- Uses a store-and-forward approach, storing messages in a node until the route is free.
- No direct link between sender and receiver.
Integrated Services Digital Network (ISDN)
- Introduced to digitize the telephone network and standardize subscriber services.
- Provides bearer services (sending information without processing) and teleservices (value-added services with processing).
- Bearer services belong to the first three OSI layers, while teleservices belong to layers 4-7.
ISDN Interfaces
- Basic Rate Interface (BRI): 2 B channels and 1 D channel (16 Kbps) for residential/small-office use.
- Primary Rate Interface (PRI): 23 B channels and 1 D channel (64 Kbps) for larger businesses.
ISDN Functional Grouping
- Network Termination 1 (NT1): controls physical and electrical termination at the user's premises.
- Network Termination 2 (NT2): performs functions at physical, data link, and network layers.
- Terminal Equipment 1 (TE1): digital subscriber equipment that supports ISDN standards.
Selective-Reject ARQ
- Only damaged or lost frames are retransmitted.
- Receiving device sorts and inserts retransmitted frames into the correct sequence.
- Sending device finds and selects the requested frame for retransmission.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Description
This quiz covers the data transmission protocols where the receiver must respond with an acknowledgement (ACK) or a negative acknowledgement (NAK) frame. If no response is received within a time limit, retransmission occurs. The transmission ends with an end of transmission (EOT) frame.