What field tells the Internet layer how to handle an IP packet?
A. Type of Service
B. Identification
C. Flags
D. Frag Offset
Answer / guest
Answer: A
The following are the fields in an IP segment,
their length, and their definitions:
VERS (Version number - 16 bits)
HLEN (Number of 32-bit words in the header - 4 bits)
Type of Server (How the datagram should be handled - 32 bits)
Total Length (Total length of header and data - 32 bits)
Identification (Provide fragmentation of datagrams to allow
different MTUs in the internet - 4 bits)
Flags (Provide fragmentation of datagrams to allow different
MTUs in the internet - 4 bits)
Frag Offset (Provide fragmentation of datagrams to allow
different MTUs in the internet - 6 bits)
TTL (Time-To-Live - 6 bits)
Protocol (Upperlayer protocol sending the datagram - 16 bits)
Header Checksum )Integrity check on the header - 16 bits)
Source IP Address (32 bits)
Destination IP Address (32 bits)
IP Options (network testing, debugging, security and others
- 4 bits)
Data (4 bits).
| Is This Answer Correct ? | 1 Yes | 0 No |
Which IP packet field will prevent endless loops? type-of-service identificationf lags time-to-live header checksum
Which three basic switch functions increase available bandwidth on the networks? (Choose three) A. loop avoidance B. address learning C. hop count limiting D. broadcast filtering E. packet forward/filtering F. broadcast packet hop count learning/forward/filtering
What is fcs?
What information is provided by the local management interface (LMI)? A.) LMI encapsulation type B.) The current DLCI values C.) The status of virtual circuits D.) The global or local significance of the DLCI values
Identify the IPX standard access-list number range? A.) 600 - 699 B.) 1000 - 1099 C.) 1 - 99 D.) 100 - 199 E.) 800 - 899
The Cisco Discovery Protocol (CDP) periodically sends out a multicast packet (at layer 2). Which command will alter the default interval of 60 seconds? A.) cdp hold 111 B.) cdp wait 111 C.) cdp interval 111 D.) cdp 111 E.) cdp timer 111
Which device works at the Network Layer of the OSI model? Router Switch Bridge Hub
how many pass word you can configure on cisco 2500 router
what is the distance betwwen link stae routing protocl and distance vector who have the best convergence toplogy eigrp conatain 3 table name them what the toplogy table contain
Tell me why we use filter option?
Identify the command to configure DLCI 100 on an interface e0? A.) Router(config)# frame-relay local-dlci 100 B.) Router(config)# frame-relay local-dlci 100 int e0 C.) Router(config-if)# frame-relay local-dlci 100 D.) Router(config-if)# frame-relay local-dlci 100 int e0
The following commands were entered at the command prompt of a Cisco router. What do they accomplish? access-list 1000 deny 9e.1234.5678.1212 4 access-list 1000 permit -1 interface ethernet 0 ipx network 9e interface ethernet 1 ipx network 4a interface serial 0 ipx network 1 ipx output-sap-filter 1000 A. File server advertisements from server 9e.1234.5678.1212 will not be forwarded on interface S0. B. All other SAP services, other than file server, from any source will be forwarded on S0. C. All other SAP services, other than print server, from any source will be forwarded on S0. D. Print server advertisements from server 9e.1234.5678.1212 will not be forwarded on interface S0.