Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Methods used in Packet switching
Home
>>
Category
>>
Programming Language (MCQ) questions
>>
Networking
Q. Which of the following methods is/are used in Packet switching?
- Published on 23 Sep 15
a.
Datagram Packet Switching
b.
Virtual-circuit Packet Switching
c.
Both a and b
d.
None of the above
ANSWER: Both a and b
Related Content
Networking (
207
)
Database (
97
)
C programming (
58
)
Software Engineering (
28
)
SQL (
5
)
HTML (
74
)
Web Technologies (
11
)
Data Structure (
140
)
Operating System (
96
)
Java (
25
)
Oracle (
5
)
C++ (
50
)
Algorithms (
7
)
PL/SQL (
13
)
JavaScript (
7
)
XML (
0
)
CSS (
1
)
Discussion
Prajakta Pandit
-Posted on 20 Oct 15
-
Packet switching
is a digital networking communications method that groups all transmitted data into suitably sized blocks, called packets.
- The packets are transmitted via a medium that may be shared by multiple simultaneous communication sessions.
- Packet switching increases network efficiency, robustness and enables technological convergence of many applications operating on the same network.
- There are two methods used in Packet switching :
1. Datagram packet switching
2. Virtual-circuit packet switching
-
In virtual-circuit packet switching
a virtual circuit is made before actual data is transmitted. If an intermediate node fails in virtual-circuit, all virtual circuits that pass through it are lost.
- The most common feature of virtual-circuit networks are X.25 and frame relay, which are commonly used for public data networks. (PDN).
-
In datagram packet switching,
uses a different, more dynamic scheme, to determine the route through the network links. Each packet is treated as an independent entity and its header contains full information about the destination of the packet.
- The intermediate node examine the header of the packet and decide to which node to send the packet so that it will reach its destination.
➨
Post your comment / Share knowledge
Required!
Required!
Invalid Email Id!
Required!
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
MCQs
English
Tutorials
Download
▲