Computer Science
Which network device is used to connect two networks that use different protocols ?
- Modem
- Gateway
- Switch
- Repeater
Computer Networks
2 Likes
Answer
Gateway
Reason — A gateway is a network device that connects two networks that use different protocols, enabling communication between them.
Answered By
1 Like
Related Questions
Which aggregate function can be used to find the cardinality of a table ?
- sum()
- count()
- avg()
- max()
Which protocol is used to transfer files over the Internet ?
- HTTP
- FTP
- PPP
- HTTPS
Which switching technique breaks data into smaller packets for transmission, allowing multiple packets to share the same network resources.
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.