



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Master ITEC 250 final exam concepts including Ethernet, VLANs, IP routing, TCP/UDP, QoS, OSPF, BGP, and network security. Essential for computer networking students.
Typology: Exams
1 / 7
This page cannot be seen from the preview
Don't miss anything!




What is the purpose of preamble and start of frame delimiter? - The first two fields synchronize the receiver's clock with the sender's What is the pad field ethernet mac layer frame? - a. added by the sender only if the data field is less than 46 octets b. PAD field is selected so that the total of the length field and pad is 46 octets The frame check sequence field is for - - Error detection Ethernet is - - unreliable if an error is found in ethernet frame, the frame is - - discarded Explain rapid spanning tree protocol - a. Ethernets hierarchy creates single points of failure b. RSTP allows backup links to be added. Discarded until needed c. RSTP turns backup links on automatically when needed d. difficult to plan backup lines Explain VLANs and describe their benefits - a. Reduce traffic when the hosts broadcasts: broadcasts only go to hosts on the same VLAN b. Vlans live security: client host can only access servers on the same VLAN Managed switches - More expensive, connect remotely, more efficient in long run Power over Ethernet (POE) - Switches can supply power to devices connected by UTP, like remote cameras Matching rows destination column value to the following packet - a. if any row has a match, choose it b. if more than one choice, choose lowest cost c. if none, choose 0.0.0.0 or similar
Syntax - MESSAGE LAYOUT, like human grammar, messages may have 3 parts: data field = content being delivered, header, and trailer Semantics - network standards normally have a very limited set of possible MESSAGE MEANINGS The frame check sequence in field Ethernet frame is for error correction - False The header checksum field in IP packet is for error detection - True The IP packet never has a trailer - true The IP packet usually has a header - false The IP packet usually has a data field - false The TCP checksum field is for error detection - false TCP segments always have headers - true Some TCP segments do not have data fields - true TCP segments always have trailers - false. they never have trailers UDP checksum value is for error correction - false Why is the sequence number field in TCP segment necessary? - It gives the TCP segments order in the session, 32 bits long When is the flag field in TCP segment set? - If the value of the flag field = 1 What are port numbers on servers? - Each application is assigned a port number that is usually between 0-1023. HTTP is 80 and FTP is 20 and 21 Was it possible to determine the class of an address from the address? - Yes, if you have the IP address, check how it starts. A-0 B-10 C-110 D-1110 E- 1111 If an ISP assigned you a /28 address block, how many computers could you assign an address?
Second elapsed - how many seconds have elapsed since the host began to boot DHCP permits a server to be located on a remote network. How can the computer send DHCP messages to a server on another network? - Relay agents What is the chief purpose of NAT? - Allows multiple computers at a site to share a single, globally valid IP address Two broad categories of Internet routing - Static and dynamic Static Internet routing - straightforward and easy to specify, no extra routing software, doesn't consume bandwidth [manually, home or small office] Dynamic internet routing - routes are characterized through their destinations [software, checks network] How does routing in the global Internet perform? - Routing hierarchy What is an autonomous system? - group of routers under one administrative authority Interior gateway protocols - Routers within an AS use an IGP exchange routing information Easy to install and operate Exterior gateway protocols - -A router in one AS use an EGP to exchange routing information with a router in another AS
SNMP - Simple Network Management Protocol User Datagram Protocol (UDP) examples - End-to-end Connectionless Message oriented If an application sends extremely large messages which are larger than the network MTU, which layer will fragment the message? - IP Best-effort delivery - messages can be: lost, duplicated, delayed, corrupted, delivered out of order How does User Datagram Protocols (UDP) identify an application as an endpoint? - Protocol port numbers List the features of Transmissions Control Protocol (TCP) - -Connection oriented