Network Models and Protocols - OSI reference model, TCP-IP suite, switching techniques, addressing, ports - Question Bank

1. What is the fundamental difference between broadcast and multicast addressing?
A) Broadcast sends to all nodes, multicast sends to a specific group.
B) Broadcast sends to a specific group, multicast sends to all nodes.
C) Broadcast is used at Layer 2, multicast at Layer 3.
D) Broadcast is connectionless, multicast is connection-oriented.
2. In the TCP/IP model, the Application Layer protocols like HTTP, FTP, and SMTP reside at which layer?
A) Internet Layer
B) Transport Layer
C) Network Access Layer
D) Application Layer
3. Which layer of the OSI model is responsible for end-to-end connection management and reliability between source and destination hosts?
A) Network Layer
B) Data Link Layer
C) Transport Layer
D) Session Layer
4. Which address type is globally unique and routable across the internet?
A) MAC Address
B) Port Number
C) IP Address
D) Localhost Address
5. What is the purpose of the Presentation Layer in the OSI model?
A) To manage network sessions
B) To provide common data representation
C) To handle end-to-end error correction
D) To define the physical connection
6. Which switching method involves breaking data into small, fixed-size packets called cells, often used in ATM networks?
A) Packet Switching
B) Message Switching
C) Circuit Switching
D) Cell Switching
7. What is the main difference between TCP and UDP?
A) TCP is connectionless, UDP is connection-oriented.
B) TCP provides reliability and ordered delivery, UDP does not.
C) UDP has a larger header size than TCP.
D) TCP is used for real-time applications, UDP for file transfer.
8. Which protocol is used for sending and receiving email messages?
A) HTTP
B) FTP
C) SMTP
D) POP3
9. In the OSI model, the Session Layer manages:
A) Data encryption
B) Dialogue control between applications
C) Physical transmission of bits
D) End-to-end error detection
10. Which layer is responsible for translating network addresses (like IP addresses) into physical addresses (like MAC addresses)?
A) Network Layer
B) Transport Layer
C) Data Link Layer
D) Physical Layer
11. What is the maximum length of a standard Ethernet frame?
A) 64 bytes
B) 1500 bytes
C) 4096 bytes
D) 65535 bytes
12. Which of the following is NOT a function of the Transport Layer?
A) Segmentation and reassembly
B) Flow control
C) Error control
D) Path determination
13. What is the primary function of the Network Access Layer in the TCP/IP model?
A) End-to-end reliability
B) Routing and logical addressing
C) Interface to the physical network medium
D) Process-to-process communication
14. Which protocol is used for transferring files between a client and a server?
A) HTTP
B) SMTP
C) FTP
D) DNS
15. The concept of virtual circuits is most closely associated with which type of switching?
A) Circuit Switching
B) Message Switching
C) Packet Switching
D) Cell Switching
16. Which switching technique is characterized by the use of fixed-size blocks of data called cells?
A) Packet Switching
B) Message Switching
C) Circuit Switching
D) Cell Switching
17. Which protocol is used for sending error messages and operational information regarding network conditions in the TCP/IP suite?
A) TCP
B) UDP
C) HTTP
D) ICMP
18. What is the unit of data at the Network Layer of the OSI model?
A) Frame
B) Segment
C) Packet
D) Bit
19. Which layer of the OSI model is concerned with the physical characteristics of the transmission medium?
A) Network Layer
B) Data Link Layer
C) Physical Layer
D) Transport Layer
20. What is the role of the Domain Name System (DNS)?
A) To assign IP addresses
B) To translate domain names into IP addresses
C) To provide reliable data transfer
D) To route packets between networks
21. Which protocol is responsible for assigning IP addresses dynamically to devices on a network?
A) ARP
B) DNS
C) DHCP
D) ICMP
22. The Secure Sockets Layer (SSL) or Transport Layer Security (TLS) protocol typically uses which port number for secure web traffic?
A) 80
B) 443
C) 25
D) 21
23. Which well-known port number is typically used for the HTTP protocol?
A) 21
B) 25
C) 80
D) 443
24. In the context of TCP/IP, a socket is defined by:
A) IP Address only
B) Port Number only
C) IP Address and Port Number
D) MAC Address and Port Number
25. Which protocol is used to map an IP address to a MAC address on a local network?
A) DHCP
B) ARP
C) ICMP
D) DNS
26. What is the purpose of a port number in network communication?
A) To identify the destination network
B) To differentiate between different applications or processes running on a host
C) To determine the physical path of data
D) To assign a unique IP address to a device
27. MAC addresses are typically assigned by:
A) Internet Service Providers
B) The operating system
C) The network interface card manufacturer
D) The router
28. Which addressing scheme is used at the Data Link Layer to uniquely identify network interfaces on a local network segment?
A) IP Address
B) Port Number
C) MAC Address
D) Socket Address
29. What type of addressing is used at the Network Layer to identify devices across different networks?
A) MAC Address
B) Port Number
C) IP Address
D) Physical Address
30. Asynchronous Transfer Mode (ATM) uses a form of switching that breaks data into fixed-size packets called:
A) Packets
B) Frames
C) Cells
D) Datagrams
31. Which type of switching is commonly used in traditional telephone networks?
A) Packet Switching
B) Cell Switching
C) Circuit Switching
D) Datagram Switching
32. What is the main advantage of packet switching over circuit switching?
A) Guaranteed bandwidth
B) Lower latency for all traffic types
C) Efficient use of network resources
D) Simpler routing mechanisms
33. Message switching involves sending an entire message as a single unit. This method is less efficient than packet switching because:
A) It requires a dedicated path for each message.
B) Intermediate nodes must store the entire message before forwarding.
C) It does not support error checking.
D) It is limited to short messages only.
34. Which switching technique does not require a dedicated path and allows multiple users to share network resources dynamically?
A) Circuit Switching
B) Packet Switching
C) Message Switching
D) Frequency Division Multiplexing
35. In packet switching, data is broken down into smaller units called:
A) Frames
B) Segments
C) Packets
D) Datagrams
36. Which switching technique connects two devices directly with a dedicated physical path for the duration of a connection?
A) Packet Switching
B) Message Switching
C) Circuit Switching
D) Cell Switching
37. What is the primary protocol used for logical addressing and routing in the Internet Layer of the TCP/IP model?
A) TCP
B) UDP
C) IP
D) ICMP
38. Which protocol operates at the Transport Layer of the TCP/IP model and offers fast, connectionless communication with no reliability guarantees?
A) TCP
B) HTTP
C) FTP
D) UDP
39. Which of the following protocols operates at the Transport Layer of the TCP/IP model and provides reliable, connection-oriented communication?
A) UDP
B) IP
C) TCP
D) ARP
40. The Application Layer in the TCP/IP model encompasses functionalities of which OSI layers?
A) Physical, Data Link, and Network
B) Network, Transport, and Session
C) Session, Presentation, and Application
D) Transport, Session, and Presentation
41. Which layer in the TCP/IP model provides end-to-end communication services and includes protocols like TCP and UDP?
A) Network Access Layer
B) Internet Layer
C) Transport Layer
D) Application Layer
42. The Internet Layer in the TCP/IP model is equivalent to which OSI layer?
A) Data Link Layer
B) Network Layer
C) Transport Layer
D) Session Layer
43. In the TCP/IP model, which layer corresponds to the OSI Physical and Data Link layers?
A) Network Access Layer
B) Internet Layer
C) Transport Layer
D) Application Layer
44. Which layer of the OSI model provides network services directly to the end-user applications?
A) Presentation Layer
B) Session Layer
C) Application Layer
D) Transport Layer
45. The Presentation Layer is responsible for:
A) User interface and network services
B) Data formatting, encryption, and compression
C) Error control and flow control
D) Physical media transmission
46. Which OSI layer handles the establishment, maintenance, and termination of communication sessions between applications?
A) Transport Layer
B) Session Layer
C) Presentation Layer
D) Application Layer
47. The Transport Layer in the OSI model provides which of the following services?
A) Framing and physical addressing
B) Process-to-process delivery and reliability
C) Path determination and logical addressing
D) Connection establishment and management
48. Which layer of the OSI model is responsible for logical addressing (IP addresses) and routing packets across networks?
A) Transport Layer
B) Session Layer
C) Network Layer
D) Presentation Layer
49. What is the primary function of the Data Link Layer in the OSI model?
A) End-to-end connection management
B) Routing of packets
C) Error detection and correction on a link
D) Data encryption and decryption
50. Which layer of the OSI model is responsible for the physical transmission of data bits over a communication medium?
A) Data Link Layer
B) Physical Layer
C) Network Layer
D) Transport Layer