Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Computer networks 157
- Engineering & Applied Sciences 124
- TCP/IP (Computer network protocol) 118
- Examinations 82
- Certification 76
- Electrical & Computer Engineering 70
- Telecommunications 70
- Electronic data processing personnel 68
- Operating systems (Computers) 61
- Computer Science 57
- Security measures 50
- Internet 34
- Computer network protocols 32
- z/OS 30
- Client/server computing 28
- TCP-IP (Protocolos de comunicaciones) 28
- Linux 27
- Computer security 26
- Redes de ordenadores 26
- Management 25
- Microsoft Windows server 25
- TCP/IP (Protocol de xarxes d'ordinadors) 23
- Telecommunications engineers 23
- Microsoft Windows (Computer file) 20
- Routers (Computer networks) 18
- Computing Technology Industry Association 17
- Internetworking (Telecommunication) 17
- TFC 16
- Application software 12
- Xarxes d'ordinadors 12
-
581por Ogden, BillTabla de Contenidos: “…3.9 HiperSockets -- 3.9.1 Defining HiperSockets in IOCP statements -- 3.9.2 Spanning HiperSockets over multiple LCSSs -- 3.9.3 Defining HiperSockets in the z/OS TCP/IP profile -- 3.10 Channel measurement changes -- 3.11 Sysplex coupling considerations -- 3.11.1 CF Links on z990 -- 3.11.2 CF considerations -- 3.12 FICON Express -- 3.12.1 FICON CTC -- 3.13 Characterization -- 3.13.1 Integrated Facility for Linux (IFLs) -- 3.13.2 Internal Coupling Facility (ICF) -- 3.13.3 Central Processor (CP) -- 3.13.4 System Assist Processor (SAP) -- 3.14 CHPID Mapping Tool overview -- 3.14.1 Mapping function for the z990 -- 3.14.2 PCHID assignments -- 3.14.3 CHPID Mapping Tool description -- 3.14.4 Mapping Tool requirements -- 3.14.5 Using the CHPID Mapping Tool -- 3.15 RAS -- 3.16 LPARs -- 3.17 STIDP instruction changes -- 3.18 OSA-Express adapters -- 3.18.1 OSA-Express Fast Ethernet -- 3.18.2 OSA-Express 1000BaseT Ethernet -- 3.18.3 OSA-Express Gigabit Ethernet -- 3.18.4 OSA-Express High Speed Token Ring -- 3.18.5 OSA-Express migration -- 3.19 z/VM functions -- 3.20 Parallel channel planning -- 3.20.1 Byte multiplexor -- 3.20.2 Optica planning -- 3.21 IBM 2074 utilization -- 3.22 Cable ordering -- Chapter 4. …”
Publicado 2003
Libro electrónico -
582por Sloan, Joseph D. 1950-“… Over the years, thousands of tools have been developed for debugging TCP/IP networks. They range from very specialized tools that do one particular task, to generalized suites that do just about everything except replace bad Ethernet cables. …”
Publicado 2001
Libro electrónico -
583Publicado 2022Tabla de Contenidos: “…Part IV Communication and Network Security -- Chapter 11 Networking Fundamentals -- Data Communications Foundations -- Network Reference Models -- Protocols -- Application Layer -- Presentation Layer -- Session Layer -- Transport Layer -- Network Layer -- Data Link Layer -- Physical Layer -- Functions and Protocols in the OSI Model -- Tying the Layers Together -- Local Area Networks -- Network Topology -- Medium Access Control Mechanisms -- Layer 2 Protocols -- Transmission Methods -- Layer 2 Security Standards -- Internet Protocol Networking -- TCP -- IP Addressing -- IPv6 -- Address Resolution Protocol -- Dynamic Host Configuration Protocol -- Internet Control Message Protocol -- Simple Network Management Protocol -- Domain Name Service -- Network Address Translation -- Routing Protocols -- Intranets and Extranets -- Metropolitan Area Networks -- Metro Ethernet -- Wide Area Networks -- Dedicated Links -- WAN Technologies -- Chapter Review -- Quick Review -- Questions -- Answers -- Chapter 12 Wireless Networking -- Wireless Communications Techniques -- Spread Spectrum -- Orthogonal Frequency Division Multiplexing -- Wireless Networking Fundamentals -- WLAN Components -- WLAN Standards -- Other Wireless Network Standards -- Other Important Standards -- Evolution of WLAN Security -- 802.11 -- 802.11i -- 802.11w -- WPA3 -- 802.1X -- Best Practices for Securing WLANs -- Mobile Wireless Communication -- Multiple Access Technologies -- Generations of Mobile Wireless -- Satellites -- Chapter Review -- Quick Review -- Questions -- Answers -- Chapter 13 Securing the Network -- Applying Secure Design Principles to Network Architectures -- Secure Networking -- Link Encryption vs. …”
Libro electrónico -
584Publicado 2016Tabla de Contenidos: “…The OSI Model -- 3.4.2. The TCP/IP Model -- 3.5. The TCP/IP Suite -- 3.5.1. The IP -- 3.5.2. …”
Libro electrónico -
585Publicado 2014Tabla de Contenidos: “…Acquiring Intelligence Data -- Accessing data from the Internet -- Background briefing - the TCP/IP protocols -- Using http.client for HTTP GET -- Changing our client information -- Using FTP in Python -- Downloading a file via FTP -- Using our FTP get() function…”
Libro electrónico -
586Publicado 2012Tabla de Contenidos: “…Using the Cut, Copy, and Paste -- Copying Cells Using Fill Handle -- Dragging Cells -- Math and Trig Functions -- Logical Functions -- Statistical Functions -- Text Functions -- Date and Time Functions -- Page Tab -- Margins Tab -- Header/Footer Tab -- Sheet Tab -- Multiple-choice Questions -- Answers -- Chapter 12: Microsoft Office Power Point 2003 -- Using the Auto Content Wizard -- Using Design Template -- Using Blank Presentation -- Normal View -- Slide Sorter View -- Slide Show View -- Slide Master -- Notes Master -- Handout Master -- Adding Text Using Placeholder -- Adding Text Using Text Box -- Adding Text to an Auto Shape -- Custom Animations -- Multiple-choice Questions -- Answers -- Chapter 13: Data Communication and Computer Networks -- Analog Signal -- Digital Signals -- Guided or Wired Media -- Unguided or Wireless Media -- Amplitude Modulation (AM) -- Frequency Modulation (FM) -- Phase Modulation (PM) -- Asynchronous Transmission -- Synchronous Transmission -- Circuit Switching -- Packet Switching -- Message Switching -- LAN -- MAN -- WAN -- Bus Topology -- Ring Topology -- Star Topology -- Tree Topology -- Mesh Topology -- Multiple-choice Questions -- Answers -- Chapter 14: Internet -- TCP/IP -- FTP -- HTTP -- SMTP -- NNTP -- Electronic Mail -- FTP -- Telnet -- Internet Relay Chat (IRC) -- Chatting and Instant Messaging -- Internet Telephony -- Video Conferencing -- Commerce Through Internet -- Mailing Lists (Listserver) -- Creating an E-mail Account -- Multiple-choice Questions -- Answers -- Chapter 15: Computer Security -- Secret-key Cryptography -- Public-key Cryptography -- Hash Functions -- Packet-filtering Router -- Application-level Gateway -- Circuit-level Gateway -- Multiple-choice Questions -- Answers -- Chapter 16: Database Management Systems -- Data -- Information -- Knowledge -- Entity -- Attribute -- Relationship…”
Libro electrónico -
587Publicado 2017Tabla de Contenidos: “…Unit tests are fast -- Unit tests are deterministic -- Assertions should be as simple as possible -- Unit tests are isolated -- Unit tests cover the code -- Refactor the test -- Collections with wrong elements -- Handling exceptions -- Generics -- Test Driven Development -- Implementing QuickSort -- The partitioning class -- Recursive sorting -- Non-recursive sorting -- Implementing the API class -- Creating modules -- Why modules are needed -- What is a Java module -- Summary -- Chapter 4: Mastermind - Creating a Game -- The Game -- The model of the game -- Java collections -- Interface collection -- Set -- Hash functions -- Method equals -- Method hashCode -- Implementing equals and hashCode -- HashSet -- EnumSet -- LinkedHashSet -- SortedSet -- NavigableSet -- TreeSet -- List -- LinkedList -- ArrayList -- Queue -- Deque -- Map -- HashMap -- IdentityHashMap -- Dependency injection -- Implementing the game -- ColorManager -- The class color -- JavaDoc and code comments -- Row -- Table -- Guesser -- UniqueGuesser -- GeneralGuesser -- The Game class -- Creating an integration test -- Summary -- Chapter 5: Extending the Game - Run Parallel, Run Faster -- How to make Mastermind parallel -- Refactoring -- Processes -- Threads -- Fibers -- java.lang.Thread -- Pitfalls -- Deadlocks -- Race conditions -- Overused locks -- Starving -- ExecutorService -- ForkJoinPool -- Variable access -- The CPU heartbeat -- Volatile variables -- Synchronized block -- Wait and notify -- Lock -- Condition -- ReentrantLock -- ReentrantReadWriteLock -- Atomic classes -- BlockingQueue -- LinkedBlockingQueue -- LinkedBlockingDeque -- ArrayBlockingQueue -- LinkedTransferQueue -- IntervalGuesser -- ParallelGamePlayer -- Microbenchmarking -- Summary -- Chapter 6: Making Our Game Professional - Do it as a Webapp -- Web and network -- IP -- TCP/IP -- DNS -- The HTTP protocol…”
Libro electrónico -
588Publicado 2018Tabla de Contenidos: “…-- Summary -- Chapter 4: Mastermind - Creating a Game -- The game -- The model of the game -- Java collections -- Interface collection -- Set -- Hash functions -- The equals method -- The hashCode method -- Implementing equals and hashCode -- HashSet -- EnumSet -- LinkedHashSet -- SortedSet -- NavigableSet -- TreeSet -- List -- LinkedList -- ArrayList -- Queue -- Deque -- Map -- HashMap -- IdentityHashMap -- Dependency injection -- Implementing the game -- ColorManager -- The class color -- JavaDoc and code comments -- Row -- Table -- Guesser -- UniqueGuesser -- GeneralGuesser -- The Game class -- Creating an integration test -- Summary -- Chapter 5: Extending the Game - Run Parallel, Run Faster -- How to make Mastermind parallel -- Refactoring -- Processes -- Threads -- Fibers -- java.lang.Thread -- Pitfalls -- Deadlocks -- Race conditions -- Overused locks -- Starving -- ExecutorService -- Completable future -- ForkJoinPool -- Variable access -- The CPU heartbeat -- Volatile variables -- Synchronized block -- Wait and notify -- Lock -- Condition -- ReentrantLock -- ReentrantReadWriteLock -- Atomic variables -- BlockingQueue -- LinkedBlockingQueue -- LinkedBlockingDeque -- ArrayBlockingQueue -- LinkedTransferQueue -- IntervalGuesser -- ParallelGamePlayer -- Microbenchmarking -- Summary -- Chapter 6: Making Our Game Professional - Do it as a Web App -- Web and network -- IP -- TCP/IP -- DNS…”
Libro electrónico -
589por Jantti, JoukoTabla de Contenidos: “…Planning for IMSplex connectivity -- 6.1 Introduction to IMS network connectivity -- 6.2 VTAM network connectivity -- 6.2.1 SLUTYPE2 (3270) -- 6.2.2 SLUTYPE1 (printers) -- 6.2.3 SLUTYPEP, FINANCE, and ISC -- 6.2.4 Intersystem communication (ISC) -- 6.2.5 APPC (LU6.2) -- 6.2.6 Multiple systems coupling (MSC) -- 6.2.7 Rapid Network Reconnect (RNR) -- 6.2.8 VTAM Generic Resources (VGR) -- 6.3 TCP/IP network connectivity -- 6.3.1 Open transaction manager access (OTMA) -- 6.3.2 IMS Connect -- 6.3.3 WebSphere MQ -- 6.3.4 Virtual IP Addressing -- 6.3.5 Network Dispatcher: WebSphere Edge Server -- 6.3.6 Sysplex Distributor…”
Publicado 2003
Libro electrónico -
590Publicado 2017“…What You Will Learn Develop TCP/IP networking client/server applications Administer local machines' IPv4/IPv6 network interfaces Write multi-purpose efficient web clients for HTTP and HTTPS protocols Perform remote system administration tasks over Telnet and SSH connections Interact with popular websites via web services such as XML-RPC, SOAP, and REST APIs Monitor and analyze major common network security vulnerabilities Develop Software-Defined Networks with Ryu, OpenDaylight, Floodlight, ONOS, and POX Controllers Emulate simple and complex networks with Mininet and its extensions for network and systems emulations Learn to configure and build network systems and Virtual Network Functions (VNF) in heterogeneous deployment environments Explore various Python modules to program the Internet In Detail Python Network Programming Cookbook - Second Edition highlights the major aspects of network programming in Python, starting from writing simple networking clients to developing and deploying complex Software-Defined Networking (SDN) and Network Functions Virtualization (NFV) systems. …”
Libro electrónico -
591Publicado 2019Tabla de Contenidos: “…RAS Connection Manager Administration Kit -- Remote Assistance -- Remote Differential Compression -- Remote Server Administration Tools -- RPC over HTTP Proxy -- Setup and Boot Event Collection -- Simple TCP/IP Services -- SMB 1.0/CIFS File Sharing Support -- SMB Bandwidth Limit -- SMTP Server -- Simple Network Management Protocol Service -- Software Load Balancer -- Storage Migration Service -- Storage Migration Service Proxy -- Storage Replica -- System Data Archiver -- System Insights -- Telnet Client -- TFTP Client -- VM Shielding Tools for Fabric Management -- WebDAV Redirector -- Windows Biometric Framework -- Windows Defender Antivirus -- Windows Identity Foundation 3.5 -- Windows Internal Database -- Windows PowerShell -- Windows Process Activation Service -- Windows Search Service -- Windows Server Backup -- Windows Server Migration Tools -- Windows Standards-Based Storage Management -- Windows Subsystem for Linux -- Windows TIFF IFilter -- WinRM IIS Extension -- WINS Server -- Wireless LAN Service -- WoW64 Support -- XPS Viewer -- Chapter 2 Configuring Server Hardware -- Working with Device Manager -- Opening Device Manager -- Configuring how Device Manager displays -- Viewing devices that are not working properly -- Understanding resources -- Viewing hidden devices -- Scanning for new devices -- Working with older devices -- Viewing individual device settings -- Updating drivers -- Configuring power management -- Using the Add Hardware Wizard -- Performing Hard-Drive-Related Tasks -- Choosing basic or dynamic disks -- Using multipath I/O -- Working with storage area networks -- Understanding Storage Spaces Direct -- Working with Storage Replica -- Using Storage Quality of Service -- Encrypting with BitLocker -- Understanding Trusted Platform Modules -- Installing BitLocker -- Configuring BitLocker To Go -- Configuring BitLocker…”
Libro electrónico -
592Publicado 2003Tabla de Contenidos: “…3.3.5 Using a specific TCP/IP address for HTTP server (powered by Apache) -- Chapter 4. …”
Libro electrónico -
593Publicado 2012Tabla de Contenidos: “…Tech Utilities -- Right-Click -- Control Panel -- Device Manager -- System Tools -- Command Line -- Microsoft Management Console -- Administrative Tools -- Action Center (Unique to Windows 7) -- Beyond A+ -- Windows 8 -- Windows Embedded -- Chapter Review -- Questions -- Answers -- Chapter 5 Visible Networks -- Historical/Conceptual -- Networking Technologies -- Topology -- 801 -- Frames and NICs -- Introducing Ethernet -- Network Protocols, LANs, and WANs -- A Short History of the War of the Network Protocols and Why TCP/IP Won -- LANs, Routing, and WANs -- 802 -- Network Organization -- Workgroups -- Domains -- Homegroups -- Chapter Review -- Questions -- Answers -- Chapter 6 Microprocessors -- Historical/Conceptual -- CPU Core Components -- The Man in the Box -- Clock -- Back to the External Data Bus -- Memory -- Memory and RAM -- Address Bus -- 801 -- Modern CPUs -- Manufacturers -- Technology -- Selecting, Installing, and Troubleshooting CPUs -- Selecting a CPU -- Installation Issues -- 802 -- Troubleshooting CPUs -- Beyond A+ -- Intel Atom -- Chapter Review -- Questions -- Answers -- Chapter 7 RAM -- Historical/Conceptual -- Understanding DRAM -- Organizing DRAM -- Practical DRAM -- DRAM Sticks -- Consumer RAM -- 801 -- Types of RAM -- SDRAM -- RDRAM -- DDR SDRAM -- DDR2 -- DDR3 -- RAM Variations -- Working with RAM -- Do You Need More RAM? …”
Libro electrónico -
594Publicado 2023Tabla de Contenidos: “…Chapter 13: Industrial Network and Communication Protocols Fundamentals -- Understanding industrial networks -- Understanding network topology -- Network media - wired and wireless (Bluetooth, Wi-Fi, and cellular communication - 1G, 2G, 3G, 4G, and 5G) -- Network connectors and other network components -- Understanding network protocols -- Wired network protocols -- Wireless network protocols -- Common industrial network protocol - Foundation Fieldbus -- Common industrial network protocol - PROFIBUS -- Common industrial network protocol - Modbus -- Modbus Remote Terminal Unit (RTU) -- Modbus Transmission Control Protocol/Internet Protocol (TCP/IP) -- Common industrial network protocol - HART -- Common industrial network protocol - PROFINET -- Summary -- Questions -- Chapter 14: Exploring Smart Factory (Industry 4.0) with 5G -- Understanding Industry 4.0 -- Exploring the key technologies in Industry 4.0 -- The benefits of Industry 4.0 -- Basic steps for building a smart factory -- The benefits of a 5G-enabled smart factory -- Connecting your PLC or machine data to the cloud -- Summary -- Questions -- Assessments -- Index -- Other Books You May Enjoy…”
Libro electrónico -
595por Barrett, JoanTabla de Contenidos: “…Scenario 2: Configuration for a large company -- 5.1 Large company configuration -- 5.1.1 Installed WebSphere software -- 5.2 Network configuration -- 5.2.1 Configuring the TCP/IP settings on the iSeries -- 5.2.2 Detailed topology diagram -- 5.3 Data considerations for high availability -- 5.3.1 Creating the independent disk pool Trade -- 5.3.2 Restoring the Trade database -- 5.3.3 Creating a cluster -- 5.3.4 Setting up a CRG -- 5.3.5 Defining a recovery domain for CRG -- 5.3.6 Configuring geographic mirroring -- 5.3.7 Making the geographic mirror available -- 5.3.8 Simulating an XSM switchover -- 5.3.9 Special case: Manual failover -- 5.3.10 Green-screen commands -- 5.4 Firewall configuration -- 5.5 Configuring the HTTP and WebSphere servers -- 5.5.1 Installing the Web server plug-in -- 5.5.2 Creating HTTP Server instances -- 5.5.3 Configuring a cluster of WebSphere servers -- 5.6 Configuring Load Balancer -- 5.6.1 Configuring the Load Balancer: A simple scenario -- 5.6.2 Configuring the Load Balancer: Primary and backup scenario -- 5.6.3 Scripts for high availability -- 5.6.4 Testing the Load Balancer scenario -- 5.7 Configuring an LDAP server -- 5.7.1 Directory server concepts…”
Publicado 2005
Libro electrónico -
596por Laudon, KennethTabla de Contenidos: “…The Evolution of the Internet: 1961-The Present -- The Internet: Key Technology Concepts -- Packet Switching -- Transmission Control Protocol/Internet Protocol (TCP/IP) -- IP Addresses -- Domain Names, DNS, and URLs -- Client/Server Computing -- The Mobile Platform -- The Internet "Cloud Computing" Model: Hardware and Software as a Service -- Other Internet Protocols and Utility Programs -- 3.2 Internet Infrastructure and Access -- The Internet Backbone -- Internet Exchange Points -- Tier 3 Internet Service Providers -- Campus/Corporate Area Networks -- Mobile Internet Access -- Telephone-based versus Computer Network-based Wireless Internet Access -- Other Innovative Internet Access Technologies: Drones, Balloons, and White Space -- The Internet of Things -- Insight on Business: The Internet of Everything: Opportunities and Challenges -- Who Governs the Internet? …”
Publicado 2021
Libro electrónico -
597por Guerra Soto, MarioTabla de Contenidos: “…CIFRADO HÍBRIDO -- 9.7 RESUMEN (HASHING) -- 10 AUTENTICACIÓN Y CONTROL DE ACCESO -- 10.1 FILTRADO DE SEGURIDAD -- 10.1.1 LISTAS DE CONTROL DE ACCESOS DE RED (ACL) -- 10.1.2 FILTRADO DE PUERTOS -- 10.2 CONTROLES DE SEGURIDAD EN EL MODELO TCP/IP -- 10.2.1 SEGURIDAD EN LA CAPA DE RED -- 10.2.2 VPN -- 10.2.3 SSL y -- 10.2.4 L2TP -- 10.2.5. …”
Publicado 2016
Biblioteca Universitat Ramon Llull (Otras Fuentes: Universidad Loyola - Universidad Loyola Granada, Biblioteca de la Universidad Pontificia de Salamanca)Libro electrónico -
598Publicado 2018Tabla de Contenidos: “…A.1 Race Conditions and Semaphores -- A.2 A Barbershop Problem -- A.3 Problems -- Appendix B Programming and Operating System Projects -- B.1 Semaphore Projects -- B.2 File Systems Project -- B.3 OS/161 -- B.4 Simulations -- B.5 Programming Projects -- B.6 Research Projects -- B.7 Reading/Report Assignments -- B.8 Writing Assignments -- B.9 Discussion Topics -- B.10 BACI -- References -- Credits -- Index -- ONLINE CHAPTERS AND APPENDICES -- Chapter 17 Network Protocols -- 17.1 The Need for a Protocol Architecture -- 17.2 The TCP/IP Protocol Architecture -- 17.3 Sockets -- 17.4 Linux Networking -- 17.5 Summary -- 17.6 Key Terms, Review Questions, and Problems -- 17A The Trivial File Transfer Protocol -- Chapter 18 Distributed Processing, Client/Server, and Clusters -- 18.1 Client/Server Computing -- 18.2 Distributed Message Passing -- 18.3 Remote Procedure Calls -- 18.4 Clusters -- 18.5 Windows Cluster Server -- 18.6 Beowulf and Linux Clusters -- 18.7 Summary -- 18.8 References -- 18.9 Key Terms, Review Questions, and Problems -- Chapter 19 Distributed Process Management -- 19.1 Process Migration -- 19.2 Distributed Global States -- 19.3 Distributed Mutual Exclusion -- 19.4 Distributed Deadlock -- 19.5 Summary -- 19.6 References -- 19.7 Key Terms, Review Questions, and Problems -- Chapter 20 Overview of Probability and Stochastic Processes -- 20.1 Probability -- 20.2 Random Variables -- 20.3 Elementary Concepts of Stochastic Processes -- 20.4 Problems -- Chapter 21 Queueing Analysis -- 21.1 How Queues Behave-A Simple Example -- 21.2 Why Queueing Analysis? …”
Libro electrónico -
599por Mischel, Magnus“…Most existing tools work on the TCP/IP level, failing to use the specifics of the HTTP protocol in their operation. …”
Publicado 2009
Libro electrónico -
600Publicado 2017Tabla de Contenidos: “…-- About the Authors xiii -- Foreword xv -- Preface xvii -- About the Companion Website xxi -- Part I Fundamental Concepts 1 -- 1 Introduction to Network Routing 3 -- 1.1 Introduction to Networks 3 -- 1.2 Network Architecture and Standards 6 -- 1.3 Glimpse at the Network Layer 13 -- 1.4 Addressing in TCP/IP Networks 16 -- 1.5 Overview of Routing 20 -- 1.6 Delivery, Forwarding, Routing, and Switching 21 -- 1.7 Routing Taxonomy 23 -- 1.8 Host Mobility and Routing 26 -- References 27 -- Abbreviations/Terminologies 28 -- Questions 30 -- Exercises 32 -- 2 Basic Routing Algorithms 35 -- 2.1 Introduction to Routing Algorithms 35 -- 2.2 Routing Strategies 40 -- 2.2.1 Non?]…”
Libro electrónico