Computer Science
Which switching technique breaks data into smaller packets for transmission, allowing multiple packets to share the same network resources.
Computer Networks
1 Like
Answer
Packet switching is a method of data transmission where data is broken into smaller packets before being sent over the network. Each packet can take different routes to reach the destination, allowing multiple packets from various sources to share the same network resources simultaneously.
Answered By
1 Like
Related Questions
Which protocol is used to transfer files over the Internet ?
- HTTP
- FTP
- PPP
- HTTPS
Which network device is used to connect two networks that use different protocols ?
- Modem
- Gateway
- Switch
- Repeater
Assertion (A): Positional arguments in Python functions must be passed in the exact order in which they are defined in the function signature.
Reasoning (R): This is because Python functions automatically assign default values to positional arguments.
- Both A and R are true, and R is the correct explanation of A.
- Both A and R are true, and R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.
Assertion (A): A SELECT command in SQL can have both WHERE and HAVING clauses.
Reasoning (R): WHERE and HAVING clauses are used to check conditions, therefore, these can be used interchangeably.
- Both A and R are true, and R is the correct explanation of A.
- Both A and R are true, and R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.