PYQBOOK
Filter Questions
Found 475 question(s)
Q81
MCQ
GATE
CS
Easy
1 Mark
2024
CD → Compilers
Consider the following statements regarding the front-end and back-end of a compiler. S1: The front-end includes phases that are independent of the target hardware. S2: The back-end includes phases that are specific to the target hardware. S3: The back-end includes phases that are specific to the programming language used in the source code. Identify the CORRECT option.
Q82
MCQ
GATE
CS
Medium
1 Mark
2024
CN → Application Layer
A user starts browsing a webpage hosted at a remote server. The browser opens a single TCP connection to fetch the entire webpage from the server. The webpage consists of a top-level index page with multiple embedded image objects. Assume that all caches are initially empty. The following packets leave the user's computer in some order: (i) HTTP GET request for the index page, (ii) DNS request to resolve the web server's name to its IP address, (iii) HTTP GET request for an image object, (iv) TCP SYN to open a connection to the web server. Which one of the following is the CORRECT chronological order of the packets leaving the computer?
Q83
MCQ
GATE
CS
Medium
1 Mark
2024
CN → Application Layer
A user starts browsing a webpage hosted at a remote server. The browser opens a single TCP connection to fetch the entire webpage from the server. The webpage consists of a top-level index page with multiple embedded image objects. Assume that all caches are initially empty. The following packets leave the user's computer in some order: (i) HTTP GET request for the index page, (ii) DNS request to resolve the web server's name to its IP address, (iii) HTTP GET request for an image object, (iv) TCP SYN to open a connection to the web server. Which one of the following is the CORRECT chronological order of the packets leaving the computer?
Q84
MCQ
GATE
CS
Medium
1 Mark
2024
CN → Application Layer
A user starts browsing a webpage hosted at a remote server. The browser opens a single TCP connection to fetch the entire webpage from the server. The webpage consists of a top-level index page with multiple embedded image objects. Assume that all caches are initially empty. The following packets leave the user's computer in some order: (i) HTTP GET request for the index page, (ii) DNS request to resolve the web server's name to its IP address, (iii) HTTP GET request for an image object, (iv) TCP SYN to open a connection to the web server. Which one of the following is the CORRECT chronological order of the packets leaving the computer?
Q85
MCQ
GATE
CS
Medium
2 Marks
2024
CN → Network Routing