A server is running HTTP, SMTP and DHCP. Which of the
following best explains how the server is able to handle
all three services over the same connection?
The server has separate buffer areas for each
application and forwards all data to each service. If the
data does not apply to that application, it is discarded.
The server processes each packet one at a time and
forwards the data to the application that indicates that it
is waiting for a transmission to arrive. The data is
discarded if it does not apply to that application.
The server uses the destination port number in the
TCP/UDP header to identify the service. The data is
forwarded to the service identified by the port number.
The server uses separate three-way handshake connections
to control the flow of the data and relates the service to
the proper connection. This relationship allows the server
to pass the data to the proper service.
Answer / jitendera sinha
The server uses the destination port number in the
TCP/UDP header to identify the service. The data is
forwarded to the service identified by the port number.
i am also not sure plz let me know
Is This Answer Correct ? | 4 Yes | 0 No |
Cisco routers use wildcard masking to identify how to check or ignore corresponding IP address bits. What does setting a wildcard mask bit to 0 cause the router to do? A. It tells the router to check the corresponding bit value. B. It tells the router to ignore the corresponding bit value. C. It tells the router to check its alternate routing list. D. It tells the router to use its primary routing list.
What do you understand by redundancy?
Which OSI layer provides mechanical, electrical, procedural for activating, maintaining physical link? A.) Presentation B.) Network C.) Application D.) Physical E.) Transport F.) Data-Link
IPX routing updates occur how often? A.) Every 30 seconds B.) Every 60 seconds C.) Only as needed D.) When the remote router asks for an update
Select the correct statements about PPP and SLIP for WAN communications? A. PPP uses its Network Control Programs (NCPs) component to encapsulate multiple protocols. B. PPP can only transport TCP/IP C. SLIP can only transport TCP/IP. D. SLIP uses its Network Control Programs (NCPs) component to encapsulate multiple protocols.
Which memory component on a Cisco router contains the dynamic system configuration? ROM NVRAM Flash RAM/DRAM
what is the need og jitu(config)#ip helper address <ip address> can any one exaplain it briefly specially shain i am looking towards you.Becoz you are the only one who can solve my that problem not even jitendera sinha
Hi There, I am currently studying my CCNA and doing quite a bit of practice exams. I recently came across a questions which totally confused my and I needs someone to explain it to me please, the questions is: Which routes are contained in the following summarisation address. 192.18.176.0/21. The posiible answers are, A. 192.18.183.255, B. 192.18.159.2, C. 192.18.194.160, D. 192.18.179.4, E. 192.18.183.41, F. 192.18.184.45. According to the answer sheet the correct ones are E and F, but when I work it out I get D,E and F, please help
Can you explain L2TP?
Which type of LAN segmentation device enables high speed data exchange? A. hub B. bridge C. switch D. repeater
How to see the running-config & startup-config infor from global configuration mode. As we know, from priviledge mode we cn see it by executing command. i.e. Router#show running-config and Router#show startup-config Now wat is the coommands use in global configuration mode o see those info. Router(Config)# ??????
Scenario: You created 2 access-lists for controlling telnet about a year ago, and bound one of them to Serial 0. You can't remember which access-list you used. Which command lets you see all access-lists on Serial 0 for telnet? A.) show access-list B.) show ip int s0 C.) show access-list telnet D.) show telnet access-list E.) show access-list s0 F.) show int s0