CS6551 – COMPUTER NETWORKS (Regulation 2013) Time: Three Hours Maximum : 100 Marks Answer ALL Questions PART a ( 10 ×2 = 20 Marks)

Total Page:16

File Type:pdf, Size:1020Kb

CS6551 – COMPUTER NETWORKS (Regulation 2013) Time: Three Hours Maximum : 100 Marks Answer ALL Questions PART a ( 10 ×2 = 20 Marks) JEPPIAAR ENGINEERING COLLEGE DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING EC6757-TOTAL QUALITY MANAGEMENT QUESTION BANK VIII SEMESTER ECE BATCH 2014-2018 Prepared By Dr.S.K.Padmanabhan Asso.Prof/ECE JEPPIAAR ENGINEERING COLLEGE DEPARTMENT OF ECE VISION OF INSTITUTION To build Jeppiaar Engineering College as an institution of academic excellence in technological and management education to become a world class University. MISSION OF INSTITUTION To excel in teaching and learning, research and innovation by promoting the principles of scientific analysis and creative thinking. To participate in the production, development and dissemination of knowledge and interact with national and international communities. To equip students with values, ethics and life skills needed to enrich their lives and enable them to meaningfully contribute to the progress of society. To prepare students for higher studies and lifelong learning, enrich them with the practical and entrepreneurial skills necessary to excel as future professionals and contribute to Nation‟s economy PROGRAM OUTCOMES (POs) Engineering Knowledge: Apply the knowledge of mathematics, science, engineering PO1 fundamentals, and electronics engineering specialization to the solution of complex engineering problems. Problem analysis: Identify, formulate, review research literature, and analyze complex PO2 engineering problems reaching substantiated conclusions using first principles of mathematics, natural sciences, and engineering sciences. Design/development of solutions: Design solutions for complex engineering problems and design system components or processes that meet the specified needs with appropriate PO3 consideration for the public health and safety, and the cultural, societal, and environmental considerations. Conduct investigations of complex problems: Use research-based knowledge and research PO4 methods including design of experiments, analysis and interpretation of data, and synthesis of the information to provide valid conclusions. Modern tool usage: Create, select, and apply appropriate techniques, resources, and modern PO5 engineering and IT tools including prediction and modeling to complex engineering activities with an understanding of the limitations. The engineer and society: Apply reasoning informed by the contextual knowledge to assess PO6 societal, health, safety, legal and cultural issues and the consequent responsibilities relevant to the professional engineering practice. Environment and sustainability: Understand the impact of the professional engineering PO7 solutions in societal and environmental contexts, and demonstrate the knowledge of, and need for sustainable development. Ethics: Apply ethical principles and commit to professional ethics and responsibilities and PO8 norms of the engineering practice. Individual and team work: Function effectively as an individual, and as a member or leader in PO9 diverse teams, and in multidisciplinary settings. Communication: Communicate effectively on complex engineering activities with the engineering community and with society at large, such as, being able to comprehend and write PO10 effective reports and design documentation, make effective presentations, and give and receive clear instructions. Project management and finance: Demonstrate knowledge and understanding of the PO11 engineering and management principles and apply these to one‟s own work, as a member and leader in a team, to manage projects and in multidisciplinary environments. Life-long learning: Recognize the need for, and have the preparation and ability to engage in PO12 independent and life-long learning in the broadest context of technological change. VISION&MISSION, PEO & PSO OF THE DEPARTMENT VISION OF ECE DEPT To become a centre of excellence to provide quality education and produce creative engineers in the field of Electronics and Communication Engineering to excel at international level. MISSION OF ECE DEPT M1 Inculcate creative thinking and zeal for research to excel in teaching-learning process. M2 Create and disseminate technical knowledge in collaboration with industries. Provide ethical and value based education by promoting activities for the betterment of the M3 society. Encourage higher studies, employability skills, entrepreneurship and research to produce M4 efficient professionals thereby adding value to the nation‟s economy. PEO of ECE DEPT Produce technically competent graduates with a solid foundation in the field of Electronics PEO I and Communication Engineering with the ability to analyze, design, develop, and implement electronic systems. Motivate the students for successful career choices in both public and private sectors by PEO II imparting professional development activities. PEO Inculcate in the students‟ ethical values, effective communication skills and develop the III ability to integrate engineering skills to broader social needs. Impart professional competence, desire for lifelong learning and leadership skills in the PEO IV field of Electronics and Communication Engineering. PSO of ECE DEPT Competence in using modern electronic tools in hardware and software co-design for PSO I networking and communication applications. Promote excellence in professional career and higher education by gaining knowledge in PSO II the field of Electronics and Communication Engineering Understand social needs and environmental concerns with ethical responsibility to become PSO III a successful professional. UNIT I FUNDAMENTALS & LINK LAYER : Building a network – Requirements - Layering and protocols - Internet Architecture – Network software – Performance ; Link layer Services - Framing - Error Detection - Flow control PART A 1. What are the two types of line configuration? NOV/DEC 2010 Line configuration refers to the way two or more communication devices attached to a link. Line configuration is also referred to as connection. There are two possible types of line configurations or connections. Point-to-point connection Multipoint connection 2. Group the OSI layers by function?(NOV/DEC 2013) The seven layers of the OSI model belonging to three subgroups. Physical, data link and network layers are the network support layers; they deal with the physical aspects of moving data from one device to another. Session, presentation and application layers are the user support layers; they allow interoperability among unrelated software systems. The transport layer ensures end-to-end reliable data transmission. 3. What are the three criteria necessary for an effective and efficient network? The most important criteria are performance, reliability and security. Performance of the network depends on number of users, type of transmission medium, and the capabilities of the connected h/w and the efficiency of the s/w. Reliability is measured by frequency of failure, the time it takes a link to recover from the failure and the network‟s robustness in a catastrophe. Security issues include protecting data from unauthorized access and viruses. 4. What are the two interfaces provided by protocols? Service interface Peer interface Service interface- defines the operations that local objects can perform on the protocol. Peer interface- defines the form and meaning of messages exchanged between protocol peers to implement the communication service. 5. What is OSI? A standard that specifies a conceptual model called Open systems Interconnection network interface model, which breaks networked communications into seven layers: Application, Presentation, Session, Transport, Network, Data link, Physical. 6. Why protocols needed? In networks, communication occurs between the entities in different systems. Two entities cannot just send bit streams to each other and expect to be understood. For communication, the entities must agree on a protocol. A protocol is a set of rules that govern data communication. 7. What are header and trailers and how do they get added and removed? Each layer in the sending machine adds its own information to the message it receives from the layer just above it and passes the whole package to the layer just below it. This information is added in the form of headers or trailers. Headers are added to the message at the layers 6,5,4,3, and 2. A trailer is added at layer2. At the receiving machine, the headers or trailers attached to the data unit at the corresponding sending layers are removed, and actions appropriate to that layer are taken. 8. Mention the different physical media? Twisted pair. Coaxial cable. Optical fiber. 9. What are the issues in data link layer? NOV/DEC 2012 Specific responsibilities of data link layer include the following. a) Framing b) Physical addressing c) Flow control d) Error control e) Access control. 10. Write short notes on error correction? NOV/DEC 2011 It is the mechanism to correct the errors and it can be handled in 2 ways. When an error is discovered, the receiver can have the sender retransmit the entire data unit. A receiver can use an error correcting coder, which automatically corrects certain errors. 11. Define Signals? Signals are actually electromagnetic waves traveling at the speed of light. The speed of light is, however, medium dependent-electromagnetic waves traveling through copper and fiber do so at about two-thirds the speed of light in vacuum. 12. Define flow control? NOV/DEC 2011,APR/MAY 2015 Flow control refers to a set of procedures used to restrict the amount of data. The sender can send before waiting for acknowledgment. 13. What do you
Recommended publications
  • Domain Name System 1 Domain Name System
    Domain Name System 1 Domain Name System The Domain Name System (DNS) is a hierarchical distributed naming system for computers, services, or any resource connected to the Internet or a private network. It associates various information with domain names assigned to each of the participating entities. A Domain Name Service translates queries for domain names (which are easier to understand and utilize when accessing the internet) into IP addresses for the purpose of locating computer services and devices worldwide. An often-used analogy to explain the Domain Name System is that it serves as the phone book for the Internet by translating human-friendly computer hostnames into IP addresses. For example, the domain name www.example.com translates to the addresses 192.0.43.10 (IPv4) and 2620:0:2d0:200::10 (IPv6). The Domain Name System makes it possible to assign domain names to groups of Internet resources and users in a meaningful way, independent of each entity's physical location. Because of this, World Wide Web (WWW) hyperlinks and Internet contact information can remain consistent and constant even if the current Internet routing arrangements change or the participant uses a mobile device. Internet domain names are easier to remember than IP addresses such as 208.77.188.166 (IPv4) or 2001:db8:1f70::999:de8:7648:6e8 (IPv6). Users take advantage of this when they recite meaningful Uniform Resource Locators (URLs) and e-mail addresses without having to know how the computer actually locates them. The Domain Name System distributes the responsibility of assigning domain names and mapping those names to IP addresses by designating authoritative name servers for each domain.
    [Show full text]
  • DNS Performance – a Study of Free, Public and Popular DNS Servers in 2019
    Linköping University | Department of Computer and Information Science Bachelor’s thesis, 16 ECTS | Informationsteknologi 2019 | LIU-IDA/LITH-EX-G--19/037--SE DNS Performance – A study of free, public and popular DNS servers in 2019 DNS prestanda – En studie av gratis, publika och populära DNS servrar år 2019 Filip Ström Felix Zedén Yverås Supervisor : Niklas Carlsson Examiner : Marcus Bendtsen Linköpings universitet SE–581 83 Linköping +46 13 28 10 00 , www.liu.se Upphovsrätt Detta dokument hålls tillgängligt på Internet - eller dess framtida ersättare - under 25 år från publicer- ingsdatum under förutsättning att inga extraordinära omständigheter uppstår. Tillgång till dokumentet innebär tillstånd för var och en att läsa, ladda ner, skriva ut enstaka ko- pior för enskilt bruk och att använda det oförändrat för ickekommersiell forskning och för undervis- ning. Överföring av upphovsrätten vid en senare tidpunkt kan inte upphäva detta tillstånd. All annan användning av dokumentet kräver upphovsmannens medgivande. För att garantera äktheten, säker- heten och tillgängligheten finns lösningar av teknisk och administrativ art. Upphovsmannens ideella rätt innefattar rätt att bli nämnd som upphovsman i den omfattning som god sed kräver vid användning av dokumentet på ovan beskrivna sätt samt skydd mot att dok- umentet ändras eller presenteras i sådan form eller i sådant sammanhang som är kränkande för up- phovsmannens litterära eller konstnärliga anseende eller egenart. För ytterligare information om Linköping University Electronic Press se förlagets hemsida http://www.ep.liu.se/. Copyright The publishers will keep this document online on the Internet - or its possible replacement - for a period of 25 years starting from the date of publication barring exceptional circumstances.
    [Show full text]
  • Design of a Reactive DNS Measurement System
    Design of a Reactive DNS Measurement System Jochem Braakhuis 13-07-2021, University of Twente [email protected] Abstract—For speed, robustness and safety of the Internet, it is will then delegate the query to the appropriate top-level domain important that information on name servers in every level of the name server dependent on the entered domain (.com, .org, .nl). hierarchical DNS structure is accurate and consistent. OpenIN- Then, the top-level domain name server will in turn delegate TEL, designed in 2016, measures about half of the global names- the query to the authoritative name server for the entered pace every day, but lacks flexibility in reactive measurement. To domain, which finally returns the IP address of the domain’s provide an easily scalable framework for performing research server to the user, or delegate it to authoritative name servers in DNS inconsistencies, we designed and tested a reactive DNS measurement system compatible with OpenINTEL, supported by for further sub-domains. Section II further elaborates on this Apache Kafka message broker functionality. The software can process. query multiple levels in the DNS hierarchy and supports 10 query In addition to storing the IP addresses of name servers types. Initial high-volume testing of the resolver authoritative level shows the software is able to handle large volumes of and domains, name servers also contain other records about queries, but only gives a lower bound on the performance of the domains in their zone. For example, MX records contain the software. Testing of more authoritative levels, testing on purpose- domain names of the servers that handle email traffic for the built hardware and implementation of extended decoder logic and domain, and their priority.
    [Show full text]
  • How Linux Containers Have Evolved Daniel Walsh 11 Containers Have Come a Long Way in the Past Few Years
    . ........ .... ... .. .. .. ... .. OPENSOURCE.COM Opensource.com publishes stories about creating, adopting, and sharing open source solutions. Visit Opensource.com to learn more about how the open source way is improving technologies, education, business, government, health, law, entertainment, humanitarian efforts, and more. Submit a story idea: https://opensource.com/story Email us: [email protected] Chat with us in Freenode IRC: #opensource.com . OPEN SOURCE YEARBOOK 2017 . OPENSOURCE.COM 3 ............................. AUTOGRAPHS . .... ... .. .. .. ........ ... .. ............................. AUTOGRAPHS . .... ... .. .. .. ........ ... .. OPENSOURCE.COM............................. ........ WRITE FOR US ................... 7 big reasons to contribute to Opensource.com: Career benefits: “I probably would not have gotten my most recent job if it had not been for my articles on 1 Opensource.com.” Raise awareness: “The platform and publicity that is available through Opensource.com is extremely 2 valuable.” Grow your network: “I met a lot of interesting people after that, boosted my blog stats immediately, and 3 even got some business offers!” Contribute back to open source communities: “Writing for Opensource.com has allowed me to give 4 back to a community of users and developers from whom I have truly benefited for many years.” Receive free, professional editing services: “The team helps me, through feedback, on improving my 5 writing skills.” We’re loveable: “I love the Opensource.com team. I have known some of them for years and they are 6 good people.” 7 Writing for us is easy: “I couldn't have been more pleased with my writing experience.” Email us to learn more or to share your feedback about writing for us: https://opensource.com/story Visit our Participate page to more about joining in the Opensource.com community: https://opensource.com/participate Find our editorial team, moderators, authors, and readers on Freenode IRC at #opensource.com: https://opensource.com/irc .
    [Show full text]
  • CS 43: Computer Networks
    CS 43: Computer Networks 10: Naming and DNS September 24, 2018 Last class • Distributed systems architectures – Client-Server – Peer-to-Peer • Challenges in design – Partial failures – Event ordering Lecture 10 - Slide 2 Today • Identifiers and addressing • Domain Name System – History – Query sequences – Record types – Load balancing Lecture 10 - Slide 3 DNS: domain name system People: many identifiers: – SSN, name, passport # Internet hosts, routers: – IP address (32 bit) - used for addressing datagrams – “name”, e.g., www.google.com - used by humans How do we map between IP address and name, and vice versa ? Lecture 10 - Slide 4 DNS: domain name system • distributed database implemented in hierarchy of many name servers. • application-layer protocol: hosts, name servers communicate to resolve names à addresses – note: core Internet function, implemented as application-layer protocol – complexity at network’s “edge” Lecture 10 - Slide 5 Recall: TCP/IP Protocol Stack host host HTTP Application Layer HTTP TCP Transport Layer TCP router router IP IP Network Layer IP IP Ethernet Ethernet SONET SONET Ethernet Ethernet interface interface interface Link Layerinterface interface interface Lecture 10 - Slide 6 Recall: TCP/IP Protocol Stack host host HTTP Human-readable strings: www.example.com HTTP TCP (Not much addressing here, ports to ID socket) TCP router router IP IP addressesIP (32-bit IPv4, 128-bitIP IPv6) IP Ethernet Ethernet SONET SONET Ethernet Ethernet interface (Networkinterface dependent)interface Ethernet:interface 48-bit MACinterface address interface Lecture 10 - Slide 7 Why do we need to map names to IP addresses? Why not route on names at the network layer? A. Domain names are hierarchical, so we can route on domain names too.
    [Show full text]
  • DNS for Rocket Scientists Section 1 Overview
    DNS for Rocket Scientists This Open Source Guide is about DNS and (mostly) BIND 9.x on Linux (REDHAT Versions 6.x and 7.x) and the BSD's (FreeBSD, OpenBSD and NetBSD). It is meant for newbies, Rocket Scientist wannabees and anyone in between. This Guide was born out of our first attempts a number of years ago at trying to install a much needed DNS service on an early Redhat Linux system. We completed the DNS 'rite of passage' and found it a pretty unedifying and pointless experience. Health Warning: This is still a work-in-progress. If you have expertise in something - contribute some text. If you find errors don't grumble - tell us. Look at our to do list and if you want to contribute something please do so. And for all that hard work we promise only a warm sense of well-being and an acknowledgment of your work in the licence. Section 1 Overview What's new in Guide version 0.1.27 1. Boilerplate and Terminology 1.1 Objectives and Scope 1.2 How to read this Guide 1.3 Terminology and Conventions used 1.4 Acknowledgements 1.5 Copyright and License 2. DNS - Overview 2.1 A brief History of Name Servers 2.2 DNS Concepts & Implementation 2.2.1 DNS Overview 2.2.2 Domains and Delegation 2.2.3 DNS Organization and Structure 2.2.4 DNS System Components 2.2.5 Zones and Zone Files 2.2.6 DNS Queries 2.2.6.1 Recursive Queries 2.2.6.2 Iterative Queries 2.2.6.3 Inverse Queries 2.2.7 Zone Updates 2.2.7.1 Full Zone Transfer (AXFR) 2.2.7.2 Incremental Zone Transfer (IXFR) 2.2.7.3 Notify (NOTIFY) 2.2.7.4 Dynamic Zone Updates 2.2.7.5 Alternative Dynamic DNS Approaches 2.3 DNS Security Overview 2.3.1 Security Threats 2.3.2 Security Types 2.3.3 Local Security 2.3.4 Server-Server (TSIG Transactions) 2.3.5 Server-Client (DNSSEC) 3.
    [Show full text]
  • DNS and BIND
    DNS and BIND David White DNS: Backbone of the Internet • Translates Domains into unique IP Addresses – i.e. “developcents.com” = “66.228.59.103” • Distributed Database of Host Information • Works seamlessly “behind the scenes” So what is a “Domain”? • RFC 920: Domains are Administrative entities • A unique name • Can contain subdomain names Basic Structure • Hierarchical, Tree-like structure • Made up of individual Nodes DNS: Series of Delegated Information A Silly Example… checkers.boardgames.games.fun.com checkers.boardgames.games.fun.com . (root) .games .boardgames .com .fun Domain Namespace: Another Picture This “tree” is also called a “domain namespace.” root (.) com edu google developcents taylor server1 server2 Components of DNS • Domain Name Space • Name Servers (Authoritative Name Servers) • Resolvers (Caching Name Servers) DNS Zones • A portion of a Domain Namespace defined by Zone Files (which contain Zone Records) • Portion of a Domain Namespace that has been administratively delegated • … Therefore, this information comes from an authoritative source (Master Name Server) • Can be loaded by Slave Name Servers (for backup and redundancy purposes) Components of Zone Files • TTL (Time to Live) – Tells caching nameservers how long they should cache information from an authoritative source • The domain administrator’s contact information • DNS Records Common DNS Records (Resource Records) • SOA Record (Start of Authority) – Indicates that the nameserver is the best source of info for data within a domain’s zone • A Record (Address) – Directly maps a name to an IP address • MX Record (Mail Exchanger) – Specifies which servers receive email for a domain (and in what order they should be tried) Common DNS Records (Resource Records) • NS Records (nameserver) – Required – Identify which servers are a particular zone’s nameservers – Does NOT have to be the same as the zone’s domain Glue Records: What and Why? • Solve a circular dependency problem: – The TLD delegates DNS requests for “example.com” to the particular authoritative name servers for example.com.
    [Show full text]
  • Naming and DNS
    CS 43: Computer Networks Naming and DNS Kevin Webb Swarthmore College September 21, 2017 Agenda • Identifiers and addressing • Domain Name System – History – Query sequences – Record types – Load balancing Recall: TCP/IP Protocol Stack host host HTTP Application Layer HTTP TCP Transport Layer TCP router router IP IP Network Layer IP IP Ethernet Ethernet SONET SONET Ethernet Ethernet interface interface interfaceLink Layerinterface interface interface Recall: TCP/IP Protocol Stack host host HTTP Human-readable strings: www.example.com HTTP TCP (Not much addressing here, ports to ID socket) TCP router router IP IP addressesIP (32-bit IPv4, 128-bitIP IPv6) IP Ethernet Ethernet SONET SONET Ethernet Ethernet interface (Networkinterface dependent)interface Ethernet:interface 48-bit MACinterface address interface Identifiers • Host name (e.g., www.swarthmore.edu) – Used by humans to specify host of interest – Unique, selected by host administrator – Hierarchical, variable-length string of alphanumeric characters • IP address (e.g., 130.58.68.164) – Used by routers to forward packets – Unique, topologically meaningful locator – Hierarchical namespace of 32 bits • MAC address (e.g., D8:D3:85:94:5F:1E) – Used by network adaptors to identify interesting frames – Unique, hard-coded identifier burned into network adaptor – Flat name space (of 48 bits in Ethernet) What’s in a name? • Host name: web.cs.swarthmore.edu – Domain: registrar for each top-level domain (e.g., .edu) – Host name: local administrator assigns to each host • IP addresses: 130.58.68.164
    [Show full text]
  • An Introduction to Computer Networks (Week 4) Stanford Univ CS144 Fall 2012
    An Introduction to Computer Networks (week 4) Stanford Univ CS144 Fall 2012 PDF generated using the open source mwlib toolkit. See http://code.pediapress.com/ for more information. PDF generated at: Thu, 11 Oct 2012 19:28:39 UTC Contents Articles Names and addresses 1 Address Resolution Protocol 1 Dynamic Host Configuration Protocol 6 Domain Name System 18 IPv4 31 IPv6 41 Network address translation 54 Ebooks Dedicated to Richard Beckett 64 References Article Sources and Contributors 65 Image Sources, Licenses and Contributors 67 Article Licenses License 68 1 Names and addresses Address Resolution Protocol Address Resolution Protocol (ARP) is a telecommunications protocol used for resolution of network layer addresses into link layer addresses, a critical function in multiple-access networks. ARP was defined by RFC 826 in 1982.[1] It is Internet Standard STD 37. It is also the name of the program for manipulating these addresses in most operating systems. ARP has been implemented in many combinations of network and overlaying internetwork technologies, such as IPv4, Chaosnet, DECnet and Xerox PARC Universal Packet (PUP) using IEEE 802 standards, FDDI, X.25, Frame Relay and Asynchronous Transfer Mode (ATM), IPv4 over IEEE 802.3 and IEEE 802.11 being the most common cases. In Internet Protocol Version 6 (IPv6) networks, the functionality of ARP is provided by the Neighbor Discovery Protocol (NDP). Operating scope The Address Resolution Protocol is a request and reply protocol that runs encapsulated by the line protocol. It is communicated within the boundaries of a single network, never routed across internetwork nodes. This property places ARP into the Link Layer of the Internet Protocol Suite, while in the Open Systems Interconnection (OSI) model, it is often described as residing between Layers 2 and 3, being encapsulated by Layer 2 protocols.
    [Show full text]
  • Domain Name System - Wikipedia, the Free Encyclopedia
    Domain Name System - Wikipedia, the free encyclopedia Create account Log in Article Talk Read Edit View history Domain Name System From Wikipedia, the free encyclopedia Main page The ( ) is a hierarchical Domain Name System DNS Internet protocol suite Contents distributed naming system for computers, services, or Application layer Featured content any resource connected to the Internet or a private DHCP · DHCPv6 · DNS · FTP · HTTP · Current events network. It associates various information with domain IMAP · IRC · LDAP · MGCP · NNTP · BGP · Random article names assigned to each of the participating entities. NTP · POP · RPC · RTP · RTSP · RIP · SIP · Donate to Wikipedia Most prominently, it translates easily memorised domain SMTP · SNMP · SOCKS · SSH · Telnet · TLS/SSL · XMPP · (more) · Interaction names to the numerical IP addresses needed for the Transport layer Help purpose of locating computer services and devices TCP · UDP · DCCP · SCTP · RSVP · (more) · About Wikipedia worldwide. By providing a worldwide, distributed Internet layer Community portal keyword-based redirection service, the Domain Name IP(IPv4 · IPv6 · ·ICMP · ICMPv6 · ECN · System is an essential component of the functionality of Recent changes IGMP · IPsec · (more) · the Internet. Contact Wikipedia Link layer An often-used analogy to explain the Domain Name ARP/InARP · NDP · OSPF · Toolbox System is that it serves as the phone book for the Tunnels(L2TP · ·PPP · Print/export Internet by translating human-friendly computer Media access control(Ethernet · DSL · ISDN · FDDI · ·(more) · hostnames into IP addresses. For example, the domain Languages V T E name www.example.com translates to the addresses · · · Afrikaans 192.0.43.10 (IPv4) and 2001:500:88:200::10 (IPv6).
    [Show full text]
  • Secureplatform Administration Guide
    SecurePlatform R75 Administration Guide 15 December 2010 © 2010 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation are protected by copyright and distributed under licensing restricting their use, copying, distribution, and decompilation. No part of this product or related documentation may be reproduced in any form or by any means without prior written authorization of Check Point. While every precaution has been taken in the preparation of this book, Check Point assumes no responsibility for errors or omissions. This publication and features described herein are subject to change without notice. RESTRICTED RIGHTS LEGEND: Use, duplication, or disclosure by the government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 and FAR 52.227-19. TRADEMARKS: Refer to the Copyright page (http://www.checkpoint.com/copyright.html) for a list of our trademarks. Refer to the Third Party copyright notices (http://www.checkpoint.com/3rd_party_copyright.html) for a list of relevant copyrights and third-party licenses. Important Information Latest Software We recommend that you install the most recent software release to stay up-to-date with the latest functional improvements, stability fixes, security enhancements and protection against new and evolving attacks. Latest Documentation The latest version of this document is at: http://supportcontent.checkpoint.com/documentation_download?ID=11666 For additional technical information, visit the Check Point Support Center (http://supportcenter.checkpoint.com). Revision History Date Description 15 December 2010 First release of this document Feedback Check Point is engaged in a continuous effort to improve its documentation.
    [Show full text]
  • Administrowanie Sieciami Lokalnymi I Serwerami • Temd) Jacek Kobus 2
    1 Program wykładu 2 Program 1. Uruchamianie systemu operacyjnego (w tym GNU/Linux) sprawdzanie sprzętu i ładowanie systemu operacyjnego • uruchamianie usług i zarządzanie usługami (poziomy pracy, sys- Administrowanie sieciami lokalnymi i serwerami • temd) Jacek Kobus 2. Metody uruchamiania systemu Linux (dysk, USB, PXE, tryb rescue) konfigurowanie i instalacja GRUB/GRUB2 • protokoły BOOTP (ARP/RARP), DHCP, TFTP, PXE • 3. Wykrywanie i dynamiczna konfiguracja urządzeń (udev) 4. Konfiguracja interfejsów sieciowych i mostu (przełącznika etherne- Wydział Fizyki, Astronomii i Informatyki Stosowanej UMK towego) http://jkob.fizyka.umk.pl/_downloads/ssk-admin[4].pdf 5. Usługa nazw domenowych (DNS) 6. Bezpieczne rejestrowanie się i budowa tuneli (SSH) ostatnia aktualizacja: 23-04-2020 7. Sieciowy system plików (NFS) Program wykładu 3 Rozruch systemu 4 Literatura Uruchamiania systemu operacyjnego1 [1] D. J. Barrett, R. E. Silverman, and R. G. Byrnes. SSH, the Secure W jaki sposób ładowane jest jądro systemu operacyjnego do pamięci kom- Shell: The Definitive Guide. O’Reilly, Sebastopol, 2005. putera? [2] Free OnLine Books. http://www.linux.org/docs/online books.html/. Proces uruchamiania/ładowania systemu operacyjnego określa się (żargonowo) terminem bootowanie: [3] R. Love. Linux kernel. Przewodnik programisty. Wydawnictwo Helion, Gliwice, 2004. boot bootstrap bootstrap load • ← ← [4] M. Mitchell, J. Oldham, and A. Samuel. Advanced Linux Programming. to bootstrap – to pull oneself up by one’s bootstraps, i.e improve one’s http://www.advancedlinuxprogramming.com/. • situation by one’s own efforts [5] D. Mosberger i S. Eranian. IA-64 Linux Kernel. Design and Implemen- bootstrap – ucho z tyłu cholewki buta tation. Prentice-Hall PTR, Upper Saddle River, 2002. • [6] A. Silberschatz i P.
    [Show full text]